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

De Documentation Polaris
Aller à : navigation, rechercher
(Page créée avec « →‎sommaire visible : @media only screen and (min-width:1920px) { #toc { position: fixed; top: 70px; bottom: 16px; overflow: auto; left: auto; padding: 0 0.7e... »)
 
Ligne 27 : Ligne 27 :
 
#toc a {
 
#toc a {
 
   color: #666;
 
   color: #666;
 +
}
 +
 +
#toctitle {
 +
  background: transparent !important;
 
}
 
}
 
}
 
}

Version du 23 août 2017 à 00:37

/* sommaire visible */
@media only screen and (min-width:1920px) {
#toc {
  position: fixed;
  top: 70px;
  bottom: 16px;
  overflow: auto;
  left: auto;
  padding: 0 0.7em 0 0;
  margin: 16px 1em 0 1110px;
  font-size: 10pt;
  line-height: 1.6;
}
#toc .toctoggle {
  display: none !important;
}

#toc .toctitle {
  background: white;
}

#toc ul {
  display: block !important;
  background: white;
}

#toc a {
  color: #666;
}

#toctitle {
  background: transparent !important;
}
}