xritzkz
This commit is contained in:
parent
cf3ce30a6f
commit
7c0f9f0e53
@ -602,7 +602,7 @@ body {
|
|||||||
/* ⚔ Angriff – roter Pill, rechts mittig (wie kd-stat-atk) */
|
/* ⚔ Angriff – roter Pill, rechts mittig (wie kd-stat-atk) */
|
||||||
.cs-atk {
|
.cs-atk {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: calc(var(--s) * 12);
|
right: calc(var(--s) * 5);
|
||||||
top: 40%;
|
top: 40%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
background: rgba(180, 40, 20, 0.88);
|
background: rgba(180, 40, 20, 0.88);
|
||||||
@ -610,16 +610,16 @@ body {
|
|||||||
border-radius: calc(var(--s) * 45);
|
border-radius: calc(var(--s) * 45);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: calc(var(--s) * 10);
|
font-size: calc(var(--s) * 8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: calc(var(--s) * 2) calc(var(--s) * 5);
|
padding: calc(var(--s) * 1.5) calc(var(--s) * 4);
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 🛡 Verteidigung – blauer Pill, links mittig (wie kd-stat-def) */
|
/* 🛡 Verteidigung – blauer Pill, links mittig (wie kd-stat-def) */
|
||||||
.cs-def {
|
.cs-def {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(var(--s) * 12);
|
left: calc(var(--s) * 5);
|
||||||
top: 40%;
|
top: 40%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
background: rgba(20, 80, 180, 0.88);
|
background: rgba(20, 80, 180, 0.88);
|
||||||
@ -627,9 +627,9 @@ body {
|
|||||||
border-radius: calc(var(--s) * 45);
|
border-radius: calc(var(--s) * 45);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: calc(var(--s) * 10);
|
font-size: calc(var(--s) * 8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: calc(var(--s) * 2) calc(var(--s) * 5);
|
padding: calc(var(--s) * 1.5) calc(var(--s) * 4);
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -637,9 +637,9 @@ body {
|
|||||||
.cs-cd {
|
.cs-cd {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: calc(var(--s) * 7);
|
bottom: calc(var(--s) * 7);
|
||||||
right: calc(var(--s) * 11);
|
right: calc(var(--s) * 7);
|
||||||
width: calc(var(--s) * 22);
|
width: calc(var(--s) * 18);
|
||||||
height: calc(var(--s) * 22);
|
height: calc(var(--s) * 18);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: rgba(0, 0, 0, 0.75);
|
background: rgba(0, 0, 0, 0.75);
|
||||||
border: 1px solid #f0d060;
|
border: 1px solid #f0d060;
|
||||||
@ -647,7 +647,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: calc(var(--s) * 9);
|
font-size: calc(var(--s) * 8);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #f0d9a6;
|
color: #f0d9a6;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user