MediaWiki:Common.css: Difference between revisions
From Reuse
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.prompt, .material {font-family: mono; margin-left: 3em;} | .prompt, .material {font-family: mono; margin-left: 3em;} | ||
.prompt 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: lightblue solid 2px; width: 800px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em;} |
Revision as of 15:03, 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: lightblue solid 2px; width: 800px; padding: 1em 2em 1em 2em; margin: 2em 0 2em 2em;}