MediaWiki:Common.css: Difference between revisions

From Reuse
Jump to navigationJump to search
No edit summary
No edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.prompt, .material {font-family: mono; margin-left: 3em;}
body {font-family: sans-serif;}


.prompt hr {margin-top: 2em; margin-bottom: 2em;}
h1 {font-family: serif;}


.prompt {border: lightblue solid 2px; padding: 1em;}
.prompt {font-family: monospace; font-weight: bold;}
 
.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; font-size: 1.25em;}
 
.material {margin-top: 2em; margin-bottom: 2em; font-family: serif}
 
.prompt blockquote, .material blockquote {margin-left: 0; padding-left: 2.5em;}

Latest revision as of 12:47, 25 July 2024

/* CSS placed here will be applied to all skins */

body {font-family: sans-serif;}

h1 {font-family: serif;}

.prompt {font-family: monospace; font-weight: bold;}

.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; font-size: 1.25em;}

.material {margin-top: 2em; margin-bottom: 2em; font-family: serif}

.prompt blockquote, .material blockquote {margin-left: 0; padding-left: 2.5em;}