NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
malino
/
wp-content
/
plugins
/
trendz-plus
/
modules
/
site-loader
/
assets
/
css
/
Name
Size
Perms
Actions
📄 loaders.css
1,470 B
0644
Edit
|
Chmod
|
Delete
Editing: loaders.css
/*-------------------------------------------------------------- Loader --------------------------------------------------------------*/ .pre-loader { background-color: #fff; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 999991; } .pre-loader:before { content: ""; height: 100%; opacity: 0.15; position: absolute; left: 0; top: 0; width: 100%; } .loader-inner { padding: 25px; position: absolute; left: 50%; top: 50%; text-align: center; width: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /*-------------------------------------------------------------- Accents --------------------------------------------------------------*/ .pre-loader { background-color: var(--wdtPrimaryColor); } /*-------------------------------------------------------------- Responsive --------------------------------------------------------------*/ /*----*****---- << Mobile (Landscape) >> ----*****----*/ /* Note: Design for a width of 480px */ @media only screen and (min-width: 480px) and (max-width: 767px) { } /* Common Styles for the devices below 479px width */ @media only screen and (max-width: 479px) { }
Cancel