Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
>Teg |
>Teg |
||
| 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 { | ||
Revision as of 11:20, 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;
}
.mw-indicators {
display: none;
}
@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;
}
}