| Server IP : 43.128.22.13 / Your IP : 216.73.217.0 Web Server : nginx/1.28.3 System : Linux VM-0-2-debian 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 User : www ( 1000) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/43.128.22.13/wp-content/themes/astra/inc/assets/css/ |
Upload File : |
/**
* CSS code for all Astra Extensions admin screens
*
* @package Astra
* @since 1.0.0
*/
.ast-clear:before, .ast-clear:after {
content: " ";
display: table;
}
.ast-clear:after {
clear: both;
}
/**
* Error Message
*/
#message {
display: block;
margin-left: 0;
}
/**
* Astra Welcome Page
*/
.ast-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.ast-container .ast-normal-cursor.hndle{
cursor: initial;
}
.ast-container .postbox .hndle{
background: #ffffff;
border-bottom: 1px solid #e6e6e6;
}
.ast-container div.notice,
.ast-container div.updated,
.ast-container div.error{
margin-top: 0;
}
.ast-container #poststuff h2{
padding: 12px 12px;
}
.ast-flex{
-js-display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
/**
* Astra Welcome screen sidebar
*/
.ast-sidebar .hndle .dashicons{
margin: 0 5px 0 0;
}
/**
* Astra Custom Notice for static position
*/
.ast-notice{
margin-bottom: 20px;
}
.ast-notice.ast-notice-error{
border-left-color: #dc3232;
}
.ast-notice{
background: #fff;
border-left: 4px solid #fff;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
padding: 1px 12px;
}
.ast-notice p{
margin: 0.5em 0;
padding: 2px;
}