| Server IP : 146.59.209.152 / Your IP : 216.73.216.46 Web Server : Apache System : Linux webm005.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : infrafs ( 43850) PHP Version : 8.2.29 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/infrafs/www/wp-content/plugins/eltd-core/shortcodes/tabs/assets/css/scss/default/ |
Upload File : |
/* ==========================================================================
Tabs shortcode style - begin
========================================================================== */
.eltd-tabs {
@include eltdRelativeHolderLayout();
.eltd-tabs-nav {
@include eltdRelativeHolderLayout();
margin: 0;
padding: 0;
list-style: none;
li {
float: left;
margin: 0;
padding: 0;
a {
position: relative;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
@include eltdTransition(color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out);
}
}
}
.eltd-tab-container {
@include eltdRelativeHolderLayout();
p {
margin: 0;
}
}
&.eltd-tabs-standard {
.eltd-tabs-nav {
li {
a {
padding: 7px 26px;
font-size: 16px;
line-height: 27px;
font-weight: 700;
color: #838383;
font-family: $default-heading-font;
text-transform: uppercase;
}
&.ui-state-active a,
&.ui-state-hover a {
color: $default-heading-color;
}
}
}
.eltd-tab-container {
margin: 25px 0 0;
}
}
&.eltd-tabs-boxed {
.eltd-tabs-nav {
li {
margin: 0 12px 0 0;
a {
padding: 7px 26px;
font-size: 16px;
line-height: 27px;
font-weight: 700;
color: #838383;
font-family: $default-heading-font;
text-transform: uppercase;
border: 1px solid #e3e3e3;
}
&.ui-state-active a,
&.ui-state-hover a {
color: $default-heading-color;
border-color: $default-heading-color;;
}
&:last-child {
margin: 0;
}
}
}
.eltd-tab-container {
margin: 25px 0 0;
}
}
&.eltd-tabs-simple {
.eltd-tabs-nav {
li {
padding: 0 65px 0 0;
border-bottom: 1px solid #e3e3e3;
a {
padding: 12px 0;
font-size: 16px;
line-height: 27px;
font-weight: 700;
color: #838383;
font-family: $default-heading-font;
text-transform: uppercase;
}
&.ui-state-active,
&.ui-state-hover {
border-bottom: 2px solid $default-heading-color;
}
&.ui-state-active a,
&.ui-state-hover a {
color: $default-heading-color;
}
&:last-child {
margin: 0;
}
}
}
.eltd-tab-container {
padding: 15px 0;
}
}
&.eltd-tabs-vertical {
display: table;
.eltd-tabs-nav {
display: table-cell;
vertical-align: top;
width: 140px;
height: 100%;
border-right: 1px solid #e3e3e3;
box-sizing: border-box;
li {
display: block;
float: none;
margin: 0 0 24px;
a {
font-size: 16px;
line-height: 27px;
font-weight: 700;
color: #838383;
font-family: $default-heading-font;
text-transform: uppercase;
}
&.ui-state-active a,
&.ui-state-hover a {
color: $default-heading-color;
}
&:last-child {
margin: 0;
}
}
}
.eltd-tab-container {
display: table-cell;
vertical-align: top;
width: calc(100% - 140px);
height: 100%;
padding: 0 0 0 45px;
box-sizing: border-box;
}
}
}
/* ==========================================================================
Tabs shortcode style - end
========================================================================== */