Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{ | { | ||
background-color: #dddddd; | background-color: #dddddd; | ||
− | border: | + | border: 1px solid #CCCCCC; |
font-size: 11px; | font-size: 11px; | ||
− | color: # | + | color: #1C1C1C; |
float: right; | float: right; | ||
− | margin: | + | margin: 0px 0px 10px 2em; |
− | width: | + | width: 270px; |
} | } | ||
Line 17: | Line 17: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 40%; |
− | font-weight: | + | font-weight: 700; |
text-align: right; | text-align: right; | ||
− | padding: 0 | + | padding-right: 5px; |
+ | background: none repeat scroll 0% 0% #3A3A3A; | ||
+ | color: #eeeeee; | ||
} | } | ||
Line 26: | Line 28: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 60%; |
− | color: # | + | color: #1C1C1C; |
− | font-weight: | + | font-weight: 100; |
text-align: left; | text-align: left; | ||
padding: 0.25em; | padding: 0.25em; | ||
Line 35: | Line 37: | ||
.infobox-mechname | .infobox-mechname | ||
{ | { | ||
− | color: # | + | background: none repeat scroll 0% 0% #3A3A3A; |
+ | color: #eeeeee; | ||
font-size: 16px; | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
Line 46: | Line 49: | ||
padding: 0.5em; | padding: 0.5em; | ||
text-align: center; | text-align: center; | ||
− | width: | + | width: 200px; |
height: auto; | height: auto; | ||
} | } | ||
Line 53: | Line 56: | ||
{ | { | ||
background-color: #dddddd; | background-color: #dddddd; | ||
− | border: | + | border: 1px solid #CCCCCC; |
font-size: 11px; | font-size: 11px; | ||
− | color: # | + | color: #1C1C1C; |
float: right; | float: right; | ||
− | margin: | + | margin: 0px 0px 10px 2em; |
− | width: | + | width: 660px; |
} | } | ||
Line 64: | Line 67: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 40%; |
− | font-weight: | + | font-weight: 700; |
text-align: right; | text-align: right; | ||
− | padding: 0 | + | padding-right: 5px; |
+ | background: none repeat scroll 0% 0% #3A3A3A; | ||
+ | color: #eeeeee; | ||
} | } | ||
Line 73: | Line 78: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 60%; |
− | color: # | + | color: #1C1C1C; |
− | font-weight: | + | font-weight: 100; |
text-align: left; | text-align: left; | ||
− | padding: | + | padding: 1px 5px; |
} | } | ||
Line 83: | Line 88: | ||
{ | { | ||
vertical-align: top; | vertical-align: top; | ||
− | width: | + | width: 60%; |
− | color: # | + | color: #1C1C1C; |
font-weight: 150; | font-weight: 150; | ||
text-align: left; | text-align: left; |
Revision as of 22:24, 16 November 2020
/* CSS placed here will be applied to all skins */ /** Infobox template **/ .infoboxmech { background-color: #dddddd; border: 1px solid #CCCCCC; font-size: 11px; color: #1C1C1C; float: right; margin: 0px 0px 10px 2em; width: 270px; } .infoboxmech th { vertical-align: top; width: 40%; font-weight: 700; text-align: right; padding-right: 5px; background: none repeat scroll 0% 0% #3A3A3A; color: #eeeeee; } .infoboxmech td { vertical-align: top; width: 60%; color: #1C1C1C; font-weight: 100; text-align: left; padding: 0.25em; } .infobox-mechname { background: none repeat scroll 0% 0% #3A3A3A; color: #eeeeee; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infobox-mechimage { padding: 0.5em; text-align: center; width: 200px; height: auto; } .infoboxvariant { background-color: #dddddd; border: 1px solid #CCCCCC; font-size: 11px; color: #1C1C1C; float: right; margin: 0px 0px 10px 2em; width: 660px; } .infoboxvariant th { vertical-align: top; width: 40%; font-weight: 700; text-align: right; padding-right: 5px; background: none repeat scroll 0% 0% #3A3A3A; color: #eeeeee; } .infoboxvariant td { vertical-align: top; width: 60%; color: #1C1C1C; font-weight: 100; text-align: left; padding: 1px 5px; } .variantequipment { vertical-align: top; width: 60%; color: #1C1C1C; font-weight: 150; text-align: left; padding: 0.25em; white-space: nowrap; } .infobox-variantname { color: #DDDAD6; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infobox-variantloadoutimage { padding: 0.5em; text-align: center; width: 400px; height: auto; }