mirror of
https://github.com/Michatec/xhud.git
synced 2026-03-31 23:46:29 +02:00
Players Online Stats added and some bugfixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user