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

From Kaiju Paradise Official Wiki
Revision as of 11:30, 11 June 2024 by miraheze-user->Zhugo83

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.page-Gootraxian_Costumes .tabber{
    display: table;
    margin-top: 0.5em;
    width: 100%;
}

.page-Gootraxian_Costumes .tabber .wds-tabs__wrapper{
    border: none;
    display: table-cell;
}

.page-Gootraxian_Costumes .tabber .wds-tabs__wrapper .wds-tabs{
    align-items: flex-start;
    flex-direction: column;
}

.page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab,
.page-Weapon_Skins .tabber .wds-tabs .wds-tabs__tab{
    box-shadow: none;
    font-size: 14px;
    padding-top: 1em;
}

.page-Gootraxian_Costumes .tabber .wds-tabs .wds-tabs__tab-label,
.page-Weapon_Skins .tabber .wds-tabs .wds-tabs__tab-label{
    height: auto;
    margin: 0;
}

.page-Gootraxian_Costumes .tabber .wds-tabs a,
.page-Weapon_Skins .tabber .wds-tabs a{
    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-tabs__tab.wds-is-current a{
    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 0em 0em 1em;
}

.page-Gootraxian_Costumes .page-content td:last-child ul{
	list-style-type: none;
	margin: 0;
}

.page-Weapon_Skins .wds-is-current > .wds-tabber{
	display: flex;
}

.page-Weapon_Skins .wds-is-current > .wds-tabber > .wds-tabs__wrapper > .wds-tabs{
	flex-direction: column;
}

.page-Gootraxian_Costumes .page-content .wds-is-current img,
.page-Weapon_Skins .page-content .wds-is-current img{
	width: 100%!important;
	height: 100%!important;
	max-width: 152px;
}

.page-Gootraxian_Costumes .page-content .wds-is-current td:last-child img{
	max-width: 250px;
}

/*.page-Gootraxian_Costumes .page-content .wds-is-current td:first-child img,
.page-Weapon_Skins .page-content .wds-is-current td:first-child img{
	min-width: 100px;
}*/