Différences entre versions de « MediaWiki:Common.css »
De Documentation Polaris
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : →Custom Foreground menubar colors : .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .t... ») |
|||
| Ligne 25 : | Ligne 25 : | ||
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
background: #FFE4B2; | background: #FFE4B2; | ||
| + | } | ||
| + | |||
| + | /* TOC */ | ||
| + | |||
| + | #toc { | ||
| + | float: right; | ||
| + | padding: 0.5ex 0.5em; | ||
| + | margin: 1ex 1em; | ||
| + | background: #FFE4B2; | ||
| + | } | ||
| + | |||
| + | #toc a { | ||
| + | color: black; | ||
} | } | ||
Version du 4 juin 2014 à 13:56
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
background: #FFE4B2;
color: #000000;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: #FFE4B2;
}
/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
background: #FFAE00;
}
/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
background: #FFE4B2;
}
/* TOC */
#toc {
float: right;
padding: 0.5ex 0.5em;
margin: 1ex 1em;
background: #FFE4B2;
}
#toc a {
color: black;
}