Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
>Teg |
>Teg |
||
| Line 25: | Line 25: | ||
.toclevel-3 { | .toclevel-3 { | ||
margin-left: 2em; | margin-left: 2em; | ||
| + | } | ||
| + | |||
| + | .tocnumber { | ||
| + | color: black; | ||
} | } | ||
Revision as of 12:29, 19 September 2018
/* CSS placed here will affect users of the Timeless skin */
#content {
font-size: 0.921051em;
line-height: 1.6;
}
#p-logo {
display: none;
}
.toc .toctitle {
position: relative;
}
.toctoggle {
position: absolute;
right: 0;
}
.toclevel-2 {
margin-left: 1em;
}
.toclevel-3 {
margin-left: 2em;
}
.tocnumber {
color: black;
}
.mw-indicators {
display: none;
}
.footer-places {
font-size: 0.8em;
}
@media (max-width: 850px) {
/* hide editing elements on mobile */
#mw-page-header-links {
display: none !important;
}
#mw-content h1.firstHeading {
margin: 0 0 0.5em 0;
}
}