Server IP : 162.0.217.223 / Your IP : 216.73.216.153 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/backup/msckey.com/wp-content/plugins/woocommerce-boost-sales/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; } /******************************* 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 *******************************/