| Server IP : 80.74.154.100 / Your IP : 216.73.217.0 Web Server : Apache System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64 User : onlineadmin ( 10487) PHP Version : 8.5.7 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/zero-spam/assets/css/ |
Upload File : |
/**
* Network Statistics Page Styles
*/
.network-summary {
margin: 20px 0;
}
.stats-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 20px 0;
}
.stat-card {
background: #fff;
border: 1px solid #c3c4c7;
border-radius: 4px;
padding: 20px;
text-align: center;
}
.stat-card .stat-value {
font-size: 32px;
font-weight: 700;
color: #1d2327;
margin-bottom: 8px;
}
.stat-card .stat-label {
font-size: 13px;
color: #646970;
text-transform: uppercase;
}
.period-selector {
display: flex;
align-items: center;
gap: 12px;
margin: 20px 0;
padding: 12px;
background: #fff;
border: 1px solid #c3c4c7;
border-radius: 4px;
}
.site-comparison,
.multi-site-attackers {
margin: 30px 0;
background: #fff;
padding: 20px;
border: 1px solid #c3c4c7;
border-radius: 4px;
}
.trend-badge {
display: inline-block;
padding: 4px 8px;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
}
.trend-badge.up {
background: #fcf0f1;
color: #d63638;
}
.trend-badge.down {
background: #ecf7ed;
color: #00a32a;
}
.trend-badge.neutral {
background: #f0f0f1;
color: #646970;
}
.badge {
display: inline-block;
padding: 4px 8px;
border-radius: 3px;
font-size: 11px;
font-weight: 600;
}
.badge.enhanced {
background: #d5e5ff;
color: #0a4b78;
}
.badge.free {
background: #f0f0f1;
color: #646970;
}
.recommendation {
display: inline-block;
padding: 4px 8px;
border-radius: 3px;
font-size: 11px;
font-weight: 600;
}
.recommendation.high {
background: #fcf0f1;
color: #c40000;
}
.recommendation.medium {
background: #fcf4e6;
color: #a17800;
}
.recommendation.low {
background: #ecf7ed;
color: #00761b;
}
.recommendation.none {
color: #8c8f94;
}