User:Saag/common.css

Revision as of 20:32, 24 September 2024 by Saag (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.tabber .wds-tabs__wrapper {
    border: none;
}

.tabber .wds-tabs__wrapper .wds-tabs {
    background-color: transparent;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -10px 0;
    padding: 3px 0;
    text-align: center;
}

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

.tabber .wds-tabs__tab a {
    background-color: #ffffff;
    border: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    color: #444444 !important;
    cursor: default;
    font-family: Helvetica, Sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding:2px 12px;
}

.tabber .wds-tabs__tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabber .wds-tabs__tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabber .wds-tabs__tab a:active {
    background-color: #f0f0f0 !important;
}

.tabber .wds-tabs__tab.wds-is-current a {
    background-color: linear-gradient(#6FB3F4, #2687F7);
    color: white !important;
}

.tabber .wds-tabs__tab.wds-is-current a:active {
    background-color: linear-gradient(#5198F6, #1D6EDD);
}

.tabber .wds-tab__content {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 10px 10px 5px 10px;
}