PluginProbe
Preloader / 2.0.0
Preloader v2.0.0
trunk 2.0.0 2.0.1 2.0.2
the-preloader / css / basic.css

basic.css in Preloader 2.0.0, at css/basic.css

22 lines 442 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wptime-plugin-preloader{
2 display: none !important;
3 }
4
5 #the-preloader-element {
6 position: fixed;
7 top: 0;
8 left: 0;
9 width: 100%;
10 height: 100%;
11 z-index: 99999999;
12 display: flex;
13 align-items: center;
14 justify-content: center;
15 transition: opacity 0.3s ease-in-out;
16 text-align: center;
17 }
18
19 #the-preloader-element, #the-preloader-element div{
20 line-height: 0;
21 font-size: 0;
22 }