MediaWiki:Common.css: Difference between revisions
DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
.chronology td { | .chronology td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
.noticebox { | |||
background-color: #f8f9fa; | |||
color: #202122; | |||
margin: 1em 0; | |||
} | } | ||
Revision as of 13:25, 28 January 2024
/* CSS placed here will be applied to all skins */ .chronology td { vertical-align: top; } .noticebox { background-color: #f8f9fa; color: #202122; margin: 1em 0; } .infobox { font-size: 0.85em; margin-bottom: 10px; background-color: #f8f9fa; padding: 10px; } .infobox { margin-left: 15px; float: right; } .infobox th { font-size: 1.25em; }