1/*--------------------------------------------------------------
2 * Preloader CSS MS
3 *--------------------------------------------------------------
4 */
5
6.smart-page-loader {
7 display: block;
8 width: 100%;
9 height: 100%;
10 position: fixed;
11 top: 0;
12 left: 0;
13 background: #fefefe;
14 z-index: 100000;
15}
16
17.wp-smart-loader {
18 position: absolute;
19 top: 50%;
20 left: 50%;
21 margin: -25px 0 0 -25px;
22 font-size: 10px;
23 z-index: 100001;
24}
25
26
27.wp-smart-body{
28 visibility: hidden;
29}
30