Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
} | } | ||
− | /* Infobox | + | /* Mech Variant Infobox Template Style */ |
.infoboxvariant | .infoboxvariant | ||
Line 61: | Line 61: | ||
.infoboxvariant .infobox-variantloadoutimage | .infoboxvariant .infobox-variantloadoutimage | ||
+ | { | ||
+ | padding: 0.5em; | ||
+ | text-align: center; | ||
+ | width: auto; | ||
+ | height: 256; | ||
+ | background-color: #dddddd; | ||
+ | colspan: 2; | ||
+ | } | ||
+ | |||
+ | /* Pilot Infobox Template Style */ | ||
+ | |||
+ | .infoboxpilot | ||
+ | { | ||
+ | background-color: #dddddd; | ||
+ | border: 1px solid #CCCCCC; | ||
+ | font-size: 11px; | ||
+ | color: #1C1C1C; | ||
+ | float: right; | ||
+ | margin: 0px 0px 10px 2em; | ||
+ | width: 280px; | ||
+ | } | ||
+ | |||
+ | .infoboxpilot th | ||
+ | { | ||
+ | vertical-align: center; | ||
+ | width: 35%; | ||
+ | font-weight: 700; | ||
+ | text-align: right; | ||
+ | padding-right: 5px; | ||
+ | background: none repeat scroll 0% 0% #3A3A3A; | ||
+ | color: #eeeeee; | ||
+ | } | ||
+ | |||
+ | .infoboxpilot td | ||
+ | { | ||
+ | vertical-align: top; | ||
+ | width: 65%; | ||
+ | color: #1C1C1C; | ||
+ | font-weight: 100; | ||
+ | text-align: left; | ||
+ | padding: 1px 5px; | ||
+ | } | ||
+ | |||
+ | .infoboxpilot .pilotstats | ||
+ | { | ||
+ | vertical-align: top; | ||
+ | width: 65%; | ||
+ | color: #1C1C1C; | ||
+ | font-weight: 150; | ||
+ | text-align: left; | ||
+ | padding: 1px 5px; | ||
+ | } | ||
+ | |||
+ | .infoboxpilot .infobox-pilotname | ||
+ | { | ||
+ | color: #eeeeee; | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .infoboxpilot .infobox-pilotimage | ||
{ | { | ||
padding: 0.5em; | padding: 0.5em; |
Revision as of 07:52, 11 January 2021
/* CSS placed here will be applied to all skins */ /*Make tab container 100% width regardless of content*/ .tabs-content { width: 100%; } /* Mech Variant Infobox Template Style */ .infoboxvariant { background-color: #dddddd; border: 1px solid #CCCCCC; font-size: 11px; color: #1C1C1C; float: right; margin: 0px 0px 10px 2em; width: 280px; } .infoboxvariant th { vertical-align: center; width: 35%; font-weight: 700; text-align: right; padding-right: 5px; background: none repeat scroll 0% 0% #3A3A3A; color: #eeeeee; } .infoboxvariant td { vertical-align: top; width: 65%; color: #1C1C1C; font-weight: 100; text-align: left; padding: 1px 5px; } .infoboxvariant .variantequipment { vertical-align: top; width: 65%; color: #1C1C1C; font-weight: 150; text-align: left; padding: 1px 5px; } .infoboxvariant .infobox-variantname { color: #eeeeee; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infoboxvariant .infobox-variantloadoutimage { padding: 0.5em; text-align: center; width: auto; height: 256; background-color: #dddddd; colspan: 2; } /* Pilot Infobox Template Style */ .infoboxpilot { background-color: #dddddd; border: 1px solid #CCCCCC; font-size: 11px; color: #1C1C1C; float: right; margin: 0px 0px 10px 2em; width: 280px; } .infoboxpilot th { vertical-align: center; width: 35%; font-weight: 700; text-align: right; padding-right: 5px; background: none repeat scroll 0% 0% #3A3A3A; color: #eeeeee; } .infoboxpilot td { vertical-align: top; width: 65%; color: #1C1C1C; font-weight: 100; text-align: left; padding: 1px 5px; } .infoboxpilot .pilotstats { vertical-align: top; width: 65%; color: #1C1C1C; font-weight: 150; text-align: left; padding: 1px 5px; } .infoboxpilot .infobox-pilotname { color: #eeeeee; font-size: 16px; font-weight: bold; padding: 1em; text-align: center; } .infoboxpilot .infobox-pilotimage { padding: 0.5em; text-align: center; width: auto; height: 256; background-color: #dddddd; colspan: 2; } .wikitable > * > tr > td span {white-space: nowrap;}