MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
text-align: left; | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: | width: 300px; | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 14:46, 24 September 2019
/* CSS placed here will be applied to all skins */ .infobox { background: #c2dfff; border: 1px solid #aaa; float: right; padding: 0em; width: 400px; } .infobox-title { font-size: 1.25em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: left; vertical-align: top; width: 300px; } .infobox td { vertical-align: top; }