Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
} | } | ||
− | . | + | .infoboxchassis th |
{ | { | ||
text-align: right; | text-align: right; | ||
Line 43: | Line 43: | ||
} | } | ||
− | . | + | .infoboxchassis td |
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 10:15, 16 November 2020
/* CSS placed here will be applied to all skins */ /** Infobox template **/ .infoboxchassis { background-color: #d4d4d4; border: 1px solid #CCCCCC; color: #1C1C1C; float: right; font-size: 11px; margin: 0px 0px 10px 2em; width: 250px; } .infoboxvariant { background-color: #d4d4d4; border: 1px solid #CCCCCC; color: #1C1C1C; float: right; font-size: 11px; margin: 0px 0px 10px 2em; width: 250px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infoboxchassis th { text-align: right; vertical-align: top; width: 120px; } .infoboxchassis td { vertical-align: top; text-align: left; }