Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
>Teg (Created page with "→CSS placed here will affect users of the Timeless skin: #p-logo { display: none; }") |
>Teg m (22 revisions imported) |
||
| (192 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
| + | |||
| + | #content { | ||
| + | font-size: 0.921051em; | ||
| + | line-height: 1.6; | ||
| + | } | ||
#p-logo { | #p-logo { | ||
display: none; | display: none; | ||
| + | } | ||
| + | |||
| + | .toc .toctitle { | ||
| + | position: relative; | ||
| + | } | ||
| + | |||
| + | .toctoggle { | ||
| + | position: absolute; | ||
| + | right: 0; | ||
| + | } | ||
| + | |||
| + | .toclevel-2 { | ||
| + | margin-left: 1em; | ||
| + | } | ||
| + | |||
| + | .toclevel-3 { | ||
| + | margin-left: 2em; | ||
| + | } | ||
| + | |||
| + | .tocnumber { | ||
| + | padding-right: 0.5em; | ||
| + | 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; | ||
| + | } | ||
} | } | ||
Latest revision as of 21:26, 21 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 {
padding-right: 0.5em;
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;
}
}