Utilisateur:Mathis/chameleon.css

De Wiki Campus Cyber
< Utilisateur:Mathis
Révision datée du 2 août 2022 à 14:05 par Mathis (discussion | contributions) (Page créée avec « →‎************************ : →‎***** TOP NAVBAR ***** : →‎************************ : →‎---------- : →‎- Ligne 28 : →‎---------- : →‎navbar container : .navbarRow.row { width: 99.9vw; } →‎Supression du padding des enfants du navbar container : .navbarRow.row > .col { padding: 0; } @media(min-width: 768px) { nav#mw-navigation.p-navbar { padding-right: 0px; margin: 0 !important; width: 100%; } } →‎----------- : /* - Ligne 24... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à :navigation, rechercher

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/**************************/
/* ***** TOP NAVBAR ***** */
/**************************/

/* ---------- */
/* - Ligne 28 */
/* ---------- */
/* navbar container */
.navbarRow.row {
	width: 99.9vw;
}

/* Supression du padding des enfants du navbar container */
.navbarRow.row > .col {
    padding: 0;
}
@media(min-width: 768px) {
	nav#mw-navigation.p-navbar {
        padding-right: 0px;
	    margin: 0 !important;
	    width: 100%;
	}
}

/* ----------- */
/* - Ligne 245 */
/* ----------- */
/* navbar container */
.navbarRow.row {
	padding: 5px 10px;
}

/* ----------- */
/* - Ligne 263 */
/* ----------- */
.p-navbar.collapsible .navbar-nav > div:last-child { background: var(--red); }

.p-navbar.collapsible .navbar-nav:not(.navbar-tools) {
    width: 98vw;
    background: white;
    position: absolute;
    top: 55px;
    left: 0;
}