Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
.infoboxmech | .infoboxmech | ||
{ | { | ||
− | background-color: # | + | background-color: #2B2F31; |
− | border: 1px solid # | + | border: 1px solid #3E4446; |
− | color: # | + | color: #DDDAD6; |
float: right; | float: right; | ||
font-size: 11px; | font-size: 11px; | ||
Line 19: | Line 19: | ||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; | ||
+ | color: #DDDAD6; | ||
} | } | ||
Line 29: | Line 30: | ||
.infobox-mechname | .infobox-mechname | ||
{ | { | ||
− | color: # | + | color: #DDDAD6; |
font-size: 16px; | font-size: 16px; | ||
padding: 1em; | padding: 1em; | ||
Line 44: | Line 45: | ||
.infoboxvariant | .infoboxvariant | ||
{ | { | ||
− | background-color: # | + | background-color: #2B2F31; |
border: 1px solid #CCCCCC; | border: 1px solid #CCCCCC; | ||
color: #1C1C1C; | color: #1C1C1C; | ||
Line 50: | Line 51: | ||
font-size: 11px; | font-size: 11px; | ||
margin: 0px 0px 10px 2em; | margin: 0px 0px 10px 2em; | ||
− | width: | + | width: 270px; |
} | } |
Revision as of 11:00, 16 November 2020
/* CSS placed here will be applied to all skins */ /** Infobox template **/ .infoboxmech { background-color: #2B2F31; border: 1px solid #3E4446; color: #DDDAD6; float: right; font-size: 11px; margin: 0px 0px 10px 2em; width: 270px; } .infoboxmech th { text-align: right; vertical-align: top; width: 120px; color: #DDDAD6; } .infoboxmech td { vertical-align: top; text-align: left; } .infobox-mechname { color: #DDDAD6; font-size: 16px; padding: 1em; text-align: center; } .infobox-mechimage { height: 200px; padding: 0.5em; text-align: center; } .infoboxvariant { background-color: #2B2F31; border: 1px solid #CCCCCC; color: #1C1C1C; float: right; font-size: 11px; margin: 0px 0px 10px 2em; width: 270px; }