123
This commit is contained in:
@ -2071,6 +2071,34 @@ html, body {
|
||||
.instructions-body .faction-n { color: #c4a574; }
|
||||
.instructions-body .instructions-icon { font-size: 1.1em; vertical-align: middle; margin: 0 0.15em; opacity: 0.9; }
|
||||
|
||||
/* Rooms list (Лобби) */
|
||||
.rooms-list {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.room-item {
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.room-item:hover {
|
||||
border-color: rgba(212,168,75,0.4) !important;
|
||||
background: rgba(0,0,0,0.4) !important;
|
||||
}
|
||||
|
||||
.room-item button:disabled {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
#spectator-badge {
|
||||
animation: pulse 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.7; }
|
||||
}
|
||||
|
||||
/* Attack mode bar */
|
||||
.attack-mode {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user