MediaWiki:Common.css: Difference between revisions
From Reuse
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
body {font-family: sans-serif;} | body {font-family: sans-serif;} | ||
h1 {font-family: serif;} | |||
.prompt, .material {font-family: serif;} | .prompt, .material {font-family: serif;} |
Revision as of 14:52, 29 April 2024
/* CSS placed here will be applied to all skins */ body {font-family: sans-serif;} h1 {font-family: serif;} .prompt, .material {font-family: serif;} .prompt hr, .material hr {margin-top: 2em; margin-bottom: 2em; padding-left: 2em;} .prompt {border-left: lightblue solid 8px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em; width: 85%; margin-left: 3em;} .material {margin-top: 2em; margin-bottom: 2em;} .prompt blockquote, .material blockquote {margin-left: 0; border-left: silver solid 2px; padding-left: 1em;}