« MediaWiki:Chameleon.css » : différence entre les versions
De Wiki Campus Cyber
(p-navbar.collapsible .navbar-nav > div:last-child) |
(Link "groupe de travail" et -overqualified) |
||
Ligne 1 : | Ligne 1 : | ||
/* ***** TOP NAVBAR ***** */ | /* ***** TOP NAVBAR ***** */ | ||
/* navbar */ | /* navbar */ | ||
#mw-navigation.p-navbar { | |||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Ligne 30 : | Ligne 30 : | ||
#mw-navigation.p-navbar .mw-list-item:hover a.nav-link { | #mw-navigation.p-navbar .mw-list-item:hover a.nav-link { | ||
background-color: #4042cc; | background-color: #4042cc; | ||
} | |||
/* Link "groupe de travail" */ | |||
.nav-link.n-Groupes-de-travail { | |||
white-space: nowrap; | |||
} | } | ||
/* EchoIcons */ | /* EchoIcons */ | ||
.navbar-tools.echo-icons { | |||
display: none; | display: none; | ||
} | } | ||
/* PersonalToolsIcon */ | /* PersonalToolsIcon */ | ||
.navbar-userloggedin:before { | |||
margin-right: 0; | margin-right: 0; | ||
color: white; | color: white; | ||
Ligne 47 : | Ligne 51 : | ||
/* navbar */ | /* navbar */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
#mw-navigation.p-navbar { | |||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | } | ||
} | } |
Version du 9 mai 2022 à 14:25
/* ***** TOP NAVBAR ***** */ /* navbar */ #mw-navigation.p-navbar { background-color: transparent; } .p-navbar.collapsible .navbar-nav { width: 100%; } /* logo */ .p-navbar .navbar-brand.p-logo { height: 100%; padding-top: 0.3125rem; } /* navbar div */ .p-navbar.collapsible .navbar-nav > div:not(:last-child) { width: 100%; text-align: center; } .p-navbar.collapsible .navbar-nav > div:last-child { width: 10%; height: fit-content; } /* links -> buttons */ #mw-navigation.p-navbar a.nav-link { background-color: #2e3094; color: white !important; transition: .25s; } /* buttons :hover */ #mw-navigation.p-navbar .mw-list-item:hover a.nav-link { background-color: #4042cc; } /* Link "groupe de travail" */ .nav-link.n-Groupes-de-travail { white-space: nowrap; } /* EchoIcons */ .navbar-tools.echo-icons { display: none; } /* PersonalToolsIcon */ .navbar-userloggedin:before { margin-right: 0; color: white; } .navbar-tools.navbar-nav { background-color: #c2272f; } /* ** RESPONSIVE ** */ /* navbar */ @media (max-width: 768px) { #mw-navigation.p-navbar { margin-top: 0 !important; } }