MediaWiki:Lakeus.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
(23 intermediate revisions by the same user not shown) | |||
Line 91: | Line 91: | ||
--color-footer-link--active: var(--color-link--active); | --color-footer-link--active: var(--color-link--active); | ||
--color-toc-number: #202122; | --color-toc-number: #202122; | ||
--font-family: | --font-family: "Lato", Arial, sans-serif; | ||
--font-family-serif: Georgia, Times, serif; | --font-family-serif: Georgia, Times, serif; | ||
--font-family-headings: | --font-family-headings: var(--font-family); | ||
--font-family-action-bar: | --font-family-action-bar: var(--font-family); | ||
--mask-background: rgba( 0, 0, 0, 0.8 ); | --mask-background: rgba( 0, 0, 0, 0.8 ); | ||
} | } | ||
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-height: | line-height: 150%; | ||
} | } | ||
Line 129: | Line 120: | ||
border: none; | border: none; | ||
font-size: 1em; | font-size: 1em; | ||
font-family: var(--font-family); | |||
} | |||
.toc .toctitle { | |||
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; | |||
} | } |