feat: update player stats
This commit is contained in:
@@ -118,32 +118,33 @@ body {
|
||||
}
|
||||
.screen-title {
|
||||
color: #00ff41;
|
||||
font-size: 32px;
|
||||
font-size: 64px;
|
||||
margin-bottom: 12px;
|
||||
text-shadow: 0 0 20px #00ff41;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
.screen-subtitle {
|
||||
color: #00cc33;
|
||||
font-size: 14px;
|
||||
font-size: 28px;
|
||||
margin-bottom: 30px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
#player-stats {
|
||||
margin-bottom: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 80%;
|
||||
max-width: 400px;
|
||||
}
|
||||
.stats-section-title {
|
||||
color: #00ff41;
|
||||
font-size: 16px;
|
||||
font-size: 28px;
|
||||
letter-spacing: 3px;
|
||||
margin-bottom: 10px;
|
||||
text-shadow: 0 0 10px #00ff41;
|
||||
}
|
||||
.stats-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 4px 12px;
|
||||
margin-bottom: 4px;
|
||||
@@ -151,47 +152,56 @@ body {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.stats-top1 {
|
||||
font-size: 18px;
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
color: #00ff41;
|
||||
border-left-width: 4px;
|
||||
opacity: 1;
|
||||
text-shadow: 0 0 12px #00ff41;
|
||||
text-shadow: 0 0 16px #00ff41;
|
||||
}
|
||||
.stats-crown {
|
||||
font-size: 1.2em;
|
||||
filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.7));
|
||||
}
|
||||
.stats-top2 {
|
||||
font-size: 15px;
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
color: #00dd33;
|
||||
opacity: 0.9;
|
||||
text-shadow: 0 0 10px #00dd33;
|
||||
}
|
||||
.stats-top3 {
|
||||
font-size: 13px;
|
||||
font-size: 36px;
|
||||
color: #00bb22;
|
||||
text-shadow: 0 0 8px #00bb22;
|
||||
}
|
||||
.stats-place {
|
||||
min-width: 28px;
|
||||
}
|
||||
.stats-name {
|
||||
flex: 1;
|
||||
text-align: left;
|
||||
margin-left: 8px;
|
||||
margin-right: 10vw;
|
||||
}
|
||||
.stats-kills {
|
||||
min-width: 24px;
|
||||
text-align: right;
|
||||
}
|
||||
.stats-mazila {
|
||||
margin-top: 14px;
|
||||
font-size: 14px;
|
||||
color: #ff6644;
|
||||
opacity: 0.85;
|
||||
margin-top: 40px;
|
||||
font-size: 28px;
|
||||
color: #ff4444;
|
||||
text-shadow:
|
||||
0 0 12px #ff4444,
|
||||
0 0 24px rgba(255, 68, 68, 0.4);
|
||||
}
|
||||
.mazila-title {
|
||||
font-weight: bold;
|
||||
text-shadow: 0 0 8px #ff6644;
|
||||
color: #ff6666;
|
||||
text-shadow: 0 0 16px #ff6666;
|
||||
}
|
||||
.mazila-count {
|
||||
opacity: 0.6;
|
||||
color: #cc2222;
|
||||
}
|
||||
.hidden {
|
||||
display: none !important;
|
||||
|
||||
Reference in New Issue
Block a user