MediaWiki:Common.css: Difference between revisions
Appearance
ESUFranchise (talk | contribs) No edit summary |
ESUFranchise (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
/* @noflip */ | /* @noflip */ | ||
clear: right; | clear: right; | ||
width: 22em; | |||
border: 1px solid #00f; | border: 1px solid #00f; | ||
background-color: #3B82F6; | background-color: #3B82F6; | ||
Line 31: | Line 32: | ||
.infobox p { | .infobox p { | ||
margin: 0; | margin: 0; | ||
text-align: left; | |||
} | } | ||
Line 36: | Line 38: | ||
color: #fff; | color: #fff; | ||
text-decoration: underline; | text-decoration: underline; | ||
text-align: left; | |||
} | } | ||
Revision as of 06:01, 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 { /* @noflip */ margin: 0.5em 0 0.5em 1em; /* @noflip */ float: right; /* @noflip */ clear: right; width: 22em; border: 1px solid #00f; background-color: #3B82F6; color: #fff; font-size: 88%; line-height: 1.5em; border-spacing: 3px; } .infobox p { margin: 0; text-align: left; } .infobox a { color: #fff; text-decoration: underline; text-align: left; } @media (max-width: 640px) { .infobox { width: 100%; } .infobox .nowrap { white-space: normal; } }