MediaWiki:Common.css: Difference between revisions

From Reuse
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
.prompt hr, .material hr {margin-top: 2em; margin-bottom: 2em;}
.prompt hr, .material hr {margin-top: 2em; margin-bottom: 2em;}


.prompt {border: lightblue solid 2px; width: 800px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em;}
.prompt {border-left: lightblue solid 5px; width: 800px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em;}
 
.material {margin-top: 2em;}

Revision as of 15:41, 13 April 2024

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

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

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

.prompt {border-left: lightblue solid 5px; width: 800px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em;}

.material {margin-top: 2em;}