dtzkd
This commit is contained in:
parent
61863356a5
commit
655c796d3e
@ -284,7 +284,7 @@
|
|||||||
/* Angriff – rechts mittig */
|
/* Angriff – rechts mittig */
|
||||||
.bs-stat-atk {
|
.bs-stat-atk {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 6px;
|
right: 18px;
|
||||||
top: 40%;
|
top: 40%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
background: rgba(180, 40, 20, 0.88);
|
background: rgba(180, 40, 20, 0.88);
|
||||||
@ -292,7 +292,7 @@
|
|||||||
border-radius: 45px;
|
border-radius: 45px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 9px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
@ -310,7 +310,7 @@
|
|||||||
border-radius: 45px;
|
border-radius: 45px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 9px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 1px 4px;
|
padding: 1px 4px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
@ -322,8 +322,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 6px;
|
bottom: 6px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
width: 18px;
|
width: 25px;
|
||||||
height: 18px;
|
height: 25px;
|
||||||
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;
|
||||||
@ -331,7 +331,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 8px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #f0d9a6;
|
color: #f0d9a6;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
@ -474,7 +474,9 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
border-color: rgba(255, 215, 80, 0.5);
|
border-color: rgba(255, 215, 80, 0.5);
|
||||||
}
|
}
|
||||||
.arena-mode-icon { font-size: 2rem; }
|
.arena-mode-icon {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
.arena-mode-label-daily {
|
.arena-mode-label-daily {
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user