MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
/* change default font (does not include headings or monospaced text) to the font used on ldraw.org main site */ | /* change default font (does not include headings or monospaced text) to the font used on ldraw.org main site */ | ||
body | body | ||
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif} | {font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;} | ||
/* change font for headings to the font used on ldraw.org main site */ | /* change font for headings to the font used on ldraw.org main site */ | ||
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 | .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 | ||
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif} | {font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;} | ||
div#mw-panel div.portal h3 | div#mw-panel div.portal h3 | ||
{padding: | {padding: 1em 0;} | ||
div#mw-panel div.portal | div#mw-panel div.portal | ||
{line-height: 1em; font-size: 1em;} | {line-height: 1em; font-size: 1em;} |
Revision as of 08:29, 23 February 2019
/* CSS placed here will be applied to all skins */ /* https://www.mediawiki.org/wiki/Customizing_MediaWiki_for_beginners */ @import url('https://fonts.googleapis.com/css?family=Lato'); /* change default font (does not include headings or monospaced text) to the font used on ldraw.org main site */ body {font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;} /* change font for headings to the font used on ldraw.org main site */ .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;} div#mw-panel div.portal h3 {padding: 1em 0;} div#mw-panel div.portal {line-height: 1em; font-size: 1em;}