| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/soraavi/wp-content/plugins/woo-multi-currency/css/ |
Upload File : |
/*!
* # Semantic vi-ui 2.1.7 - Tab
* http://github.com/semantic-org/semantic-vi-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
vi-ui Tabs
*******************************/
.vi-ui.tab {
display: none;
height: auto;
}
/*******************************
States
*******************************/
/*--------------------
Active
---------------------*/
.vi-ui.tab.active,
.vi-ui.tab.open {
display: block;
box-sizing: border-box;
}
/*--------------------
Loading
---------------------*/
.vi-ui.tab.loading {
position: relative;
overflow: hidden;
display: block;
min-height: 250px;
}
.vi-ui.tab.loading * {
position: relative !important;
left: -10000px !important;
}
.vi-ui.tab.loading:before,
.vi-ui.tab.loading.segment:before {
position: absolute;
content: '';
top: 100px;
left: 50%;
margin: -1.25em 0em 0em -1.25em;
width: 2.5em;
height: 2.5em;
border-radius: 500rem;
border: 0.2em solid rgba(0, 0, 0, 0.1);
}
.vi-ui.tab.loading:after,
.vi-ui.tab.loading.segment:after {
position: absolute;
content: '';
top: 100px;
left: 50%;
margin: -1.25em 0em 0em -1.25em;
width: 2.5em;
height: 2.5em;
-webkit-animation: button-spin 0.6s linear;
animation: button-spin 0.6s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #767676 transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0px 0px 0px 1px transparent;
}
/*******************************
Tab Overrides
*******************************/
/*******************************
User Overrides
*******************************/