Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
m |
||
Line 24: | Line 24: | ||
} | } | ||
.infobox th { | .infobox th { | ||
− | text-align: | + | text-align: left; |
vertical-align: top; | vertical-align: top; | ||
width: 100px; | width: 100px; | ||
− | font-weight: | + | font-weight: 500; |
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 21:36, 2 April 2020
/* CSS placed here will be applied to all skins */ .infobox { background: #fafafa; border: 1px solid #aaa; border-radius: 2px; float: right; margin: 0 0 1em 1em; padding: 1em; width: 300px; } .infobox-title { font-size: 1.5em; text-align: center; } .infobox-title > p { margin: 0; } .infobox-image { text-align: center; } .infobox-nickname { text-align: center; font-style: italic; } .infobox th { text-align: left; vertical-align: top; width: 100px; font-weight: 500; } .infobox td { vertical-align: top; }