MediaWiki:Common.css: Difference between revisions
Appearance
ESUFranchise (talk | contribs) m Protected "MediaWiki:Common.css": Edit warring ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
ESUFranchise (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
.box a { | .box a { | ||
color: #fff !important; | color: #fff !important; | ||
} | |||
.infobox { | |||
float: right; | |||
width: 33em; | |||
border: 1px solid #00f; | |||
background-color: #3B82F6; | |||
color: #fff; | |||
} | |||
.infobox p { | |||
margin: 0; | |||
} | |||
.infobox a { | |||
color: #fff; | |||
text-decoration: underline; | |||
} | } |
Revision as of 05:57, 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: 33em; border: 1px solid #00f; background-color: #3B82F6; color: #fff; } .infobox p { margin: 0; } .infobox a { color: #fff; text-decoration: underline; }