MediaWiki:Lakeus.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(19 intermediate revisions by the same user not shown) | |||
Line 106: | Line 106: | ||
} | } | ||
.mw-body { | |||
padding: 4em; | |||
padding: | |||
} | } | ||
/*Increase line height of main content*/ | |||
/*Increase line height*/ | |||
#content p, | #content p, | ||
#content li { | #content li { | ||
Line 129: | Line 120: | ||
border: none; | border: none; | ||
font-size: 1em; | font-size: 1em; | ||
font-family: var(--font-family); | |||
} | } | ||
.toc .toctitle { | .toc .toctitle { | ||
text-align: left; | text-align: left; | ||
} | |||
/*Style category links*/ | |||
#catlinks { | |||
margin: 2em 0; | |||
padding: 1em; | |||
border-top: 1px solid var(--border-color-content); | |||
border-bottom: none; | |||
border-left: none; | |||
border-right: none; | |||
} | |||
/*Adjust .wikitable text alignment*/ | |||
.wikitable td { | |||
text-align: left; | |||
vertical-align: top; | |||
} | } |