MediaWiki:Common.css: Difference between revisions
Appearance
ESUFranchise (talk | contribs) Created page with "→CSS placed here will be applied to all skins: .box { width: 100%; border: 1px solid #00f; border-radius: 5px; background-color: #3B82F6; padding: 2em; }" |
ESUFranchise (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
background-color: #3B82F6; | background-color: #3B82F6; | ||
padding: 2em; | padding: 2em; | ||
} | |||
.box a { | |||
color: #fff !important; | |||
} | } |
Revision as of 05:08, 9 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; } .box a { color: #fff !important; }