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
Created page with ".tabber { display: table; margin-top: 0.5em; width: 100%; } .tabber .wds-tabs__wrapper { border: none; display: table-cell; width: 200px; } .tabber .wds-tabs__wrapper .wds-tabs { align-items: flex-start; flex-direction: column; } .tabber .wds-tabs .wds-tabs__tab { box-shadow: none; font-size: 14px; padding-top: 1em; } .tabber .wds-tabs .wds-tabs__tab-label { height: auto; margin: 0; } .tabber .wds-tabs a { colo..."
 
miraheze-user->Zhugo83
No edit summary
Line 28: Line 28:


.tabber .wds-tabs a {
.tabber .wds-tabs a {
     color: black !important;
     color: white !important;
     display: block;
     display: block;
     padding: 10px;
     padding: 10px;
    border-bottom: 1px solid #2aa198;
}
}



Revision as of 07:47, 9 June 2024

.tabber {
    display: table;
    margin-top: 0.5em;
    width: 100%;
}

.tabber .wds-tabs__wrapper {
    border: none;
    display: table-cell;
    width: 200px;
}

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

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

.tabber .wds-tabs .wds-tabs__tab-label {
    height: auto;
    margin: 0;
}

.tabber .wds-tabs a {
    color: white !important;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #2aa198;
}

.tabber .wds-tabs__tab.wds-is-current a {
    background-color: #2aa198;
    border-radius: 3px;
    color: white !important;
}

.tabber .wds-tab__content.wds-is-current {
    display: table-cell;
    padding: 0em 1em;
}