frjrst
This commit is contained in:
parent
f5e7e2443a
commit
3e1e297c89
@ -99,7 +99,7 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
background: #0a0603;
|
background: #0a0603;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%; /* nicht 100vw – Firefox zieht Scrollbar-Breite ab */
|
width: 100%; /* nicht 100vw – Firefox zieht Scrollbar-Breite ab */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -113,7 +113,7 @@ body {
|
|||||||
|
|
||||||
/* Map auf max. 85% Viewport-Breite und 82% Viewport-Höhe begrenzen
|
/* Map auf max. 85% Viewport-Breite und 82% Viewport-Höhe begrenzen
|
||||||
→ Chat (links unten) und Quickmenu (unten) verdecken weniger */
|
→ Chat (links unten) und Quickmenu (unten) verdecken weniger */
|
||||||
width: min(2037px, 85vw);
|
width: min(2037px, 85vw);
|
||||||
height: min(1018px, 82vh);
|
height: min(1018px, 82vh);
|
||||||
|
|
||||||
aspect-ratio: 2037 / 1018;
|
aspect-ratio: 2037 / 1018;
|
||||||
@ -127,7 +127,7 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-overlay {
|
.map-overlay {
|
||||||
@ -144,7 +144,9 @@ body {
|
|||||||
stroke: transparent;
|
stroke: transparent;
|
||||||
stroke-width: 3;
|
stroke-width: 3;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: fill 0.25s, stroke 0.25s;
|
transition:
|
||||||
|
fill 0.25s,
|
||||||
|
stroke 0.25s;
|
||||||
will-change: fill, stroke;
|
will-change: fill, stroke;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -234,9 +236,15 @@ body {
|
|||||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-chat { color: #e6c48a; }
|
.global-chat {
|
||||||
.guild-chat { color: #6ed37c; }
|
color: #e6c48a;
|
||||||
.private-chat { color: #7ec8ff; }
|
}
|
||||||
|
.guild-chat {
|
||||||
|
color: #6ed37c;
|
||||||
|
}
|
||||||
|
.private-chat {
|
||||||
|
color: #7ec8ff;
|
||||||
|
}
|
||||||
|
|
||||||
/* ── Online-User-Liste ──────────────────────────── */
|
/* ── Online-User-Liste ──────────────────────────── */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user