MediaWiki:Common.css: Difference between revisions

From Reuse
Jump to navigationJump to search
No edit summary
No edit summary
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: monospace; margin-left: 3em;}
.prompt, .material {margin-left: 3em;}


.prompt hr, .material hr {margin-top: 2em; margin-bottom: 2em; padding-left: 2em;}
.prompt hr, .material hr {margin-top: 2em; margin-bottom: 2em; padding-left: 2em;}

Revision as of 12:45, 28 April 2024

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

.prompt, .material {margin-left: 3em;}

.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%;}

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

.prompt blockquote, .material blockquote {margin-left: 0; border-left: silver solid 2px; padding-left: 1em;}