# the-preloader/trunk/css/basic.css

Preloader, version trunk. 22 lines.

- Page: https://pluginprobe.com/plugins/the-preloader/trunk/code/css/basic.css
- Raw: https://pluginprobe.com/plugins/the-preloader/trunk/raw/css/basic.css
- Modified: 2025-08-05T21:40:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/the-preloader/trunk/code/css/basic.css#L10-L20`.

```css
#wptime-plugin-preloader{
    display: none !important;
}

#the-preloader-element {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}

#the-preloader-element, #the-preloader-element div{
    line-height: 0;
    font-size: 0;
}
```
