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