User:Saag/common.css: Difference between revisions
Jump to navigation
Jump to search
Blanked the page Tags: Blanking Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
.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; | |||
} |
Revision as of 20:32, 24 September 2024
.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;
}