Différences entre versions de « MediaWiki:Common.css »

De Documentation Polaris
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
+
@media jamais {
 
/* Custom Foreground menubar colors */
 
/* Custom Foreground menubar colors */
 
.top-bar,
 
.top-bar,
Ligne 53 : Ligne 53 :
  
 
#toc .toctoggle { display: none; }
 
#toc .toctoggle { display: none; }
 +
}

Version du 22 août 2017 à 22:34

/* Le CSS placé ici sera appliqué à tous les habillages. */
@media jamais {
/* 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; 
  right: 1em;
  padding: 0.5ex 1em;
  margin: 1ex 0.5em 1ex 2em;
  background: #FFE4B2;
  font-size: 10pt;
}

#toc a {
  color: #333;
}

#toc ul {
  list-style-type: none;
}

#toc #toctitle h2 {
  font-size: 11pt;
  font-weight: bold;
  margin: 1ex 0;
}

#toc .toctoggle { display: none; }
}