|
|
|
@@ -760,21 +760,13 @@ body.block-width-7 .formation-box{ |
|
|
|
.monster .plus{ |
|
|
|
font-size: 17px; |
|
|
|
line-height: 17px; |
|
|
|
text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0; |
|
|
|
position: absolute; |
|
|
|
left:10px; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
.monster.null>div, |
|
|
|
.monster.delay>div |
|
|
|
{ |
|
|
|
display:none !important; |
|
|
|
} |
|
|
|
.monster .plus .hp::before, |
|
|
|
.monster .plus .atk::before, |
|
|
|
.monster .plus .rcv::before, |
|
|
|
.monster .plus .sum::before |
|
|
|
{ |
|
|
|
content: "+"; |
|
|
|
.monster .plus>* { |
|
|
|
display: grid; |
|
|
|
} |
|
|
|
.monster .plus[class*="297"] :where( |
|
|
|
.hp, |
|
|
|
@@ -786,6 +778,32 @@ body.block-width-7 .formation-box{ |
|
|
|
.monster .plus:not([class*="297"]) .sum{ |
|
|
|
display:none; |
|
|
|
} |
|
|
|
.monster .plus>*::before, |
|
|
|
.monster .plus.gt297>*::after { |
|
|
|
content: "+" attr(data-value); |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
grid-row: 1; |
|
|
|
grid-column: 1; |
|
|
|
} |
|
|
|
.monster .plus>*::before { |
|
|
|
text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0; |
|
|
|
} |
|
|
|
.monster .plus.gt297>*::before { |
|
|
|
-webkit-text-stroke: 2px black; |
|
|
|
} |
|
|
|
.monster .plus.gt297>*::after { |
|
|
|
background-image: linear-gradient(#FF7711 25%, #FFEE33 80%); |
|
|
|
color: transparent; |
|
|
|
-webkit-background-clip: text; |
|
|
|
background-clip: text; |
|
|
|
} |
|
|
|
|
|
|
|
.monster.null>div, |
|
|
|
.monster.delay>div |
|
|
|
{ |
|
|
|
display:none !important; |
|
|
|
} |
|
|
|
/*怪物-觉醒*/ |
|
|
|
.awoken-count-num |
|
|
|
{ |
|
|
|
@@ -891,6 +909,8 @@ body.block-width-7 .formation-box{ |
|
|
|
line-height: 17px; |
|
|
|
height: 17px; |
|
|
|
text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px; |
|
|
|
-webkit-text-stroke: 1px black; |
|
|
|
paint-order: stroke; |
|
|
|
position: absolute; |
|
|
|
left: 5px; |
|
|
|
bottom: 15px; |
|
|
|
|