Players Online Stats added and some bugfixes

This commit is contained in:
2026-02-15 20:21:34 +01:00
parent a99607dd0a
commit 19d839b4d8
5 changed files with 80 additions and 23 deletions

View File

@@ -50,17 +50,32 @@ img {
transform: translate(-50%, -50%);
}
/* Customisations */
#SpeedIcon:not(.fa-tachometer-alt) {
font-family: sans-serif;
font-size: 18px;
#TopRight {
position: absolute;
top: 20px;
right: 40px;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
}
#ID {
font-family: sans-serif;
font-weight: 700;
font-size: 16px;
.IconTop {
position: relative;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgb(50, 50, 50);
display: none;
}
.IconTop i {
color: white;
position: absolute;
font-size: 14px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.outerIcon {
@@ -73,17 +88,33 @@ img {
display: none;
}
/* Logo */
.outerIconTop {
color: #fff;
font-family: sans-serif;
font-weight: 700;
font-size: 16px;
text-shadow: 1px 1px 10px #000;
text-align: right;
display: none;
}
#Logo {
position: absolute;
top: 20px;
right: 40px;
max-width: 128px;
opacity: 0.8;
display: none;
}
#Logo img {
width: 100%;
}
/* Customisations */
#SpeedIcon:not(.fa-tachometer-alt) {
font-family: sans-serif;
font-size: 18px;
}
/* Animations */
.flash {