This is a mirror host of the KP Official Wiki on Miraheze. We dont actually mirror we host the same content
MediaWiki:Gootraxians and Weapons skins.css: Difference between revisions
From Kaiju Paradise Official Wiki
miraheze-user->Zhugo83 No edit summary |
miraheze-user->Zhugo83 Added different type of tabber for Skins |
||
Line 1: | Line 1: | ||
.page-Gootraxian_Costumes .tabber { | .page-Gootraxian_Costumes .tabber, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
display: table; | display: table; | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
Line 5: | Line 6: | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs__wrapper { | .page-Gootraxian_Costumes .tabber .wds-tabs__wrapper, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
border: none; | border: none; | ||
display: table-cell; | display: table-cell; | ||
Line 11: | Line 13: | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs__wrapper .wds-tabs { | .page-Gootraxian_Costumes .tabber .wds-tabs__wrapper .wds-tabs, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
align-items: flex-start; | align-items: flex-start; | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab { | .page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
box-shadow: none; | box-shadow: none; | ||
font-size: 14px; | font-size: 14px; | ||
Line 22: | Line 26: | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab-label { | .page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab-label, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
height: auto; | height: auto; | ||
margin: 0; | margin: 0; | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs a { | .page-Gootraxian_Costumes .tabber .wds-tabs a, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
color: white !important; | color: white !important; | ||
display: block; | display: block; | ||
Line 34: | Line 40: | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tabs__tab.wds-is-current a { | .page-Gootraxian_Costumes .tabber .wds-tabs__tab.wds-is-current a, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
background-color: #2aa198; | background-color: #2aa198; | ||
border-radius: 3px; | border-radius: 3px; | ||
Line 40: | Line 47: | ||
} | } | ||
.page-Gootraxian_Costumes .tabber .wds-tab__content.wds-is-current { | .page-Gootraxian_Costumes .tabber .wds-tab__content.wds-is-current, | ||
.page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ | |||
display: table-cell; | display: table-cell; | ||
padding: 0em 1em; | padding: 0em 1em; | ||
} | } |
Revision as of 08:33, 9 June 2024
.page-Gootraxian_Costumes .tabber, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ display: table; margin-top: 0.5em; width: 100%; } .page-Gootraxian_Costumes .tabber .wds-tabs__wrapper, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ border: none; display: table-cell; width: 200px; } .page-Gootraxian_Costumes .tabber .wds-tabs__wrapper .wds-tabs, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ align-items: flex-start; flex-direction: column; } .page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ box-shadow: none; font-size: 14px; padding-top: 1em; } .page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab-label, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ height: auto; margin: 0; } .page-Gootraxian_Costumes .tabber .wds-tabs a, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ color: white !important; display: block; padding: 10px; border-bottom: 1px solid #2aa198; } .page-Gootraxian_Costumes .tabber .wds-tabs__tab.wds-is-current a, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ background-color: #2aa198; border-radius: 3px; color: white !important; } .page-Gootraxian_Costumes .tabber .wds-tab__content.wds-is-current, .page-Weapon_Skins .tabber .wds-tab__content.wds-is-current{ display: table-cell; padding: 0em 1em; }