MediaWiki:Common.css: Difference between revisions
Appearance
ESUFranchise (talk | contribs) No edit summary |
ESUFranchise (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
.infobox { | .infobox { | ||
float: right; | float: right; | ||
width: | width: 22em; | ||
border: 1px solid #00f; | border: 1px solid #00f; | ||
background-color: #3B82F6; | background-color: #3B82F6; |
Revision as of 05:58, 13 January 2025
/* CSS placed here will be applied to all skins */ .box { width: 100%; border: 1px solid #00f; border-radius: 5px; background-color: #3B82F6; padding: 2em; color: #fff; } .box a { color: #fff !important; } .infobox { float: right; width: 22em; border: 1px solid #00f; background-color: #3B82F6; color: #fff; } .infobox p { margin: 0; } .infobox a { color: #fff; text-decoration: underline; }