This wiki is still in active development, many areas of the site are unstable or broken.

In the meantime, consider adding content to pages you like!

MediaWiki:Common.css: Difference between revisions

From NBITTRPG Wiki
Created page with "CSS placed here will be applied to all skins: .tabber .wds-tabs__wrapper { border-bottom: 0; } .tabber .wds-tabs__wrapper .wds-tabs { border-bottom: 3px solid #2aa198; font-size: 13px; padding: 0.3em 0 0; } .tabber .wds-tabs .wds-tabs__tab-label { height: auto; margin: 0; } .tabber .wds-tabs__tab a { color: #3a3a3a !important; font-weight: normal; font-size: 13px; padding: 0.3em 0.5em; } .tabber .wds-tabs__tab.wds-is-curre..."
 
Tag: Replaced
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.tabber .wds-tabs__wrapper {
    border-bottom: 0;
}
.tabber .wds-tabs__wrapper .wds-tabs {
    border-bottom: 3px solid #2aa198;
    font-size: 13px;
    padding: 0.3em 0 0;
}
.tabber .wds-tabs .wds-tabs__tab-label {
    height: auto;
    margin: 0;
}
.tabber .wds-tabs__tab a {
    color: #3a3a3a !important;
    font-weight: normal;
    font-size: 13px;
    padding: 0.3em 0.5em;
}
.tabber .wds-tabs__tab.wds-is-current {
    box-shadow: none;
}
.tabber .wds-tabs__tab.wds-is-current a {
    background-color: #2aa198;
    color: white !important;
}
.tabber .wds-tabs__tab:not(.wds-is-current) a:hover {
    background-color: rgba(42,161,152, 0.2);
}

Revision as of 23:55, 18 February 2025

/* CSS placed here will be applied to all skins */