Différences entre versions de « MediaWiki:Chameleon.css »
De Documentation Polaris
| (Une version intermédiaire par le même utilisateur non affichée) | |
(Aucune différence)
| |
Version actuelle datée du 23 août 2017 à 10:55
/* 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;
}
}