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;
|
||||||
@ -466,15 +466,17 @@
|
|||||||
}
|
}
|
||||||
.arena-mode-card-daily:hover {
|
.arena-mode-card-daily:hover {
|
||||||
border-color: #f0d060;
|
border-color: #f0d060;
|
||||||
box-shadow: 0 0 20px rgba(200,160,60,0.3);
|
box-shadow: 0 0 20px rgba(200, 160, 60, 0.3);
|
||||||
transform: scale(1.04);
|
transform: scale(1.04);
|
||||||
}
|
}
|
||||||
.arena-mode-card-daily.searching {
|
.arena-mode-card-daily.searching {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
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;
|
||||||
@ -491,8 +493,8 @@
|
|||||||
#arena-daily-status {
|
#arena-daily-status {
|
||||||
padding: 10px 18px;
|
padding: 10px 18px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background: rgba(255,215,80,0.08);
|
background: rgba(255, 215, 80, 0.08);
|
||||||
border: 1px solid rgba(255,215,80,0.3);
|
border: 1px solid rgba(255, 215, 80, 0.3);
|
||||||
color: #dceb15;
|
color: #dceb15;
|
||||||
font-family: "Cinzel", serif;
|
font-family: "Cinzel", serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -504,7 +506,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
color: rgba(255,100,100,0.8);
|
color: rgba(255, 100, 100, 0.8);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user