MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.mw-page-base { | .mw-page-base { | ||
background: # | background: #262; | ||
} | } | ||
Revision as of 00:39, 26 March 2021
/* CSS placed here will be applied to all skins */ .mw-page-base { background: #262; } .infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 300px; } .infobox-title { font-weight: bold; font-size: 1.5em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: left; vertical-align: top; width: 100px; } .infobox td { vertical-align: center; }