Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 51: | Line 51: | ||
{ | { | ||
background-color: #2B2F31; | background-color: #2B2F31; | ||
− | border: | + | border: 2px solid #DDDAD6; |
− | color: # | + | font-size: 11px; |
+ | color: #DDDAD6; | ||
float: right; | float: right; | ||
− | + | margin: 1px 1px 10px 2em; | |
− | margin: | ||
width: 500px; | width: 500px; | ||
} | } | ||
Line 62: | Line 62: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 200px; |
font-weight: bold; | font-weight: bold; | ||
text-align: right; | text-align: right; | ||
Line 71: | Line 71: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 300px; |
color: #A4A4A4; | color: #A4A4A4; | ||
font-weight: 150; | font-weight: 150; |
Revision as of 19:27, 16 November 2020
/* CSS placed here will be applied to all skins */ /** Infobox template **/ .infoboxmech { background-color: #2B2F31; border: 2px solid #DDDAD6; font-size: 11px; color: #DDDAD6; float: right; margin: 1px 1px 10px 2em; width: 300px; } .infoboxmech th { vertical-align: top; width: 120px; font-weight: bold; text-align: right; padding: 0.25em; } .infoboxmech td { vertical-align: top; width: 180px; color: #A4A4A4; font-weight: 150; text-align: left; padding: 0.25em; } .infobox-mechname { color: #DDDAD6; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infobox-mechimage { padding: 0.5em; text-align: center; } .infoboxvariant { background-color: #2B2F31; border: 2px solid #DDDAD6; font-size: 11px; color: #DDDAD6; float: right; margin: 1px 1px 10px 2em; width: 500px; } .infoboxvariant th { vertical-align: top; width: 200px; font-weight: bold; text-align: right; padding: 0.25em; } .infoboxvariant td { vertical-align: top; width: 300px; color: #A4A4A4; font-weight: 150; text-align: left; padding: 0.25em; } .infobox-variantname { color: #DDDAD6; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infobox-variantloadoutimage { padding: 0.5em; text-align: center; }