« Utilisateur:Mathis/chameleon.css » : différence entre les versions
De Wiki Campus Cyber
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 9 : | Ligne 9 : | ||
.navbarRow.row { | .navbarRow.row { | ||
width: 99.9vw; | width: 99.9vw; | ||
padding-left: 5px; | |||
} | } | ||
Version du 2 août 2022 à 14:09
/**************************/ /* ***** TOP NAVBAR ***** */ /**************************/ /* ---------- */ /* - Ligne 28 */ /* ---------- */ /* navbar container */ .navbarRow.row { width: 99.9vw; padding-left: 5px; } /* 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%; } } /* */ @media (max-width: 768px) { /* */ /* ----------- */ /* - Ligne 245 */ /* ----------- */ /* navbar container */ .navbarRow.row { padding: 5px 10px; position: absolute; } /* ----------- */ /* - 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; } /* */ } /* */