| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) 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,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/wp-statistics/assets/dev/sass/pages/ |
Upload File : |
/* Remove About Meta Box and Column */
body.toplevel_page_wps_overview_page {
fieldset.columns-prefs, label[for=wp-statistics-about-widget-hide] {
display: none !important;
}
#side-sortables {
.wps-postbox-chart--data{
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 0;
}
.postbox {
.c-footer {
@media screen and (min-width: 758px) and (max-width: 900px) {
padding: 24px 24px 0 24px !important;
}
@media screen and (min-width: 758px) and (max-width: 1300px) {
flex-direction: column;
align-items: flex-start;
}
@media screen and (min-width: 900px) and (max-width: 1420px) {
padding: 24px 24px 4px 24px !important;
}
}
}
}
#normal-sortables #wp-statistics-summary-widget {
table {
table-layout: fixed;
tr {
td:first-child, th:first-child {
width: auto;
}
}
}
}
#side-sortables #wp-statistics-summary-widget {
table {
tr {
td:not(:first-child), th:not(:first-child) {
@media screen and (min-width: 1250px) and (max-width: 1500px) {
padding: 14px 0 14px 26px;
}
}
}
}
}
}
#wp-statistics-hourly-usage-widget{
.wps-postbox-chart--previousPeriod{
margin-bottom: 24px;
}
.wps-postbox-chart--items{
column-gap: 12px;
}
.current-data {
display: flex;
gap: 6px;
flex-direction: row;
align-items: center;
cursor: pointer;
.wps-postbox-chart--item--color{
width: 6px;
display: inline-block;
border: 3px solid;
border-radius: 3px;
}
}
}
.toplevel_page_wps_overview_page #screen-meta-links {
position: absolute;
z-index: 2;
right: 0;
}
body.toplevel_page_wps_overview_page,
#dashboard-widgets-wrap {
.wps-postbox-chart--container canvas{
height: 199px!important;
min-height: 199px!important;
}
.postbox-header:has(.wps-tooltip) {
h2.hndle {
display: block;
position: relative;
font-weight: 500;
font-size: 14px;
margin: 0;
line-height: 16.41px;
a.wps-tooltip {
display: inline-block;
position: relative;
top: unset;
transform: translateY(2px);
}
}
}
}
.wps-currently-online{
display: none
}
body.toplevel_page_wps_overview_page .postbox-header:has(.wps-wps-currently-online__container) h2.hndle,
#dashboard-widgets-wrap .postbox-header:has(.wps-wps-currently-online__container) h2.hndle {
display: block;
font-size: 14px;
font-weight: 500;
line-height: 16.41px
}
#dashboard-widgets-wrap .wps-google-link {
width: 24px;
height: 21px;
display: inline-flex;
align-items: center;
justify-content: flex-start;
}
.wps-wps-currently-online__container{
position: relative;
margin-left: 10px;
display: inline-flex;
align-items: center;
gap: 7.5px;
.rtl &{
margin-left: 0;
margin-right: 10px;
}
.wps-wps-currently-online__dot{
width: 6px;
height: 6px;
background: #196140;
border-radius: 100%;
position: relative;
display: inline-block;
&:before{
content: "";
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 11px;
height: 11px;
box-sizing: border-box;
border-radius: 50%;
background: rgba(25, 97, 64, .1019607843);
animation: animated_bg_coparison 45s ease infinite;
margin-top: -2.5px;
margin-left: -2.5px;
}
}
.wps-wps-currently-online__text{
font-size: 14px;
font-weight: 500;
line-height: 16.41px;
color: #196140;
}
}
#currently_online{
.postbox-header{
h2.hndle{
display: flex;
align-items: center;
justify-content: flex-start;
}
}
.o-table-wrapper table.wps-new-table tbody tr:nth-child(10){
td{
background: transparent!important;
position: relative;
&:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
}
}
}