Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,95 +0,0 @@
|
|||
[id^=refreshed] br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.vertical-progress {
|
||||
transform: rotate(-90deg);
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.online_servers {
|
||||
width: 100%;
|
||||
}
|
||||
.online_servers .name img {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.online_servers td {
|
||||
padding: 3px 10px !important;
|
||||
}
|
||||
.online_servers a
|
||||
{
|
||||
color: #fff;
|
||||
}
|
||||
.online_servers a:hover
|
||||
{
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
.online_servers [id^=refreshed]
|
||||
{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.online_servers [id^=refreshed] div
|
||||
{
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.online_servers .name,
|
||||
.online_servers #gamelink {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.serverstatus .info-box-icon,
|
||||
.serverstatus .playerChart {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.serverstatus .server-infos > div {
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.serverstatus .server-name {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.3rem;
|
||||
max-width: 260px;
|
||||
}
|
||||
|
||||
.serverstatus[data-status="online"] {
|
||||
border-left: 4px solid;
|
||||
border-color: var(--success);
|
||||
}
|
||||
|
||||
.serverstatus[data-status="unknown"] {
|
||||
border-left: 4px solid;
|
||||
border-color: var(--warning);
|
||||
}
|
||||
|
||||
.serverstatus:last-of-type {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
.serverstatus .playerChart {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.serverstatus .chart-container {
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
#chartjs-tooltip {
|
||||
background-color: rgb(18 19 20 / 80%);
|
||||
border-radius: 4px;
|
||||
color: #fff;
|
||||
padding: 2px 10px;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
#chartjs-tooltip {
|
||||
transition: opacity 200ms linear;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue