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 {margin-top: 2em; margin-bottom: 2em;}
.prompt hr {margin-top: 2em; margin-bottom: 2em;}


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

Revision as of 14:56, 13 April 2024

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

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

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

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