Différences entre versions de « MediaWiki:Chameleon.css »
De Documentation Polaris
| Ligne 28 : | Ligne 28 : | ||
color: #666; | color: #666; | ||
} | } | ||
| + | |||
| + | .container .row { | ||
| + | margin-left: -150px !important; | ||
| + | margin-right: 135px !important; | ||
| + | } | ||
#toctitle { | #toctitle { | ||
Version du 23 août 2017 à 10:38
/* 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;
}
.container .row {
margin-left: -150px !important;
margin-right: 135px !important;
}
#toctitle {
background: transparent !important;
}
}