no big borders

This commit is contained in:
ntr 2019-04-17 15:17:02 +10:00
parent a025900639
commit d87cb44e7f
2 changed files with 8 additions and 17 deletions

View File

@ -653,19 +653,17 @@ CRYP DAMAGE
.cryp-box.active-skill { .cryp-box.active-skill {
filter: drop-shadow(0 0 0.2em silver); filter: drop-shadow(0 0 0.2em silver);
border-width: 5px;
border-color: silver; border-color: silver;
} }
.cryp-box.red-damage { .cryp-box.red-damage {
filter: drop-shadow(0 0 0.2em red); filter: drop-shadow(0 0 0.2em red);
border-width: 5px;
color: red; color: red;
border-color: red; border-color: red;
} }
.red-damage button { .red-damage button {
border: 3px solid red; border: 1px solid red;
color: red; color: red;
} }
@ -674,18 +672,17 @@ CRYP DAMAGE
} }
.red-damage .stats { .red-damage .stats {
border-top: 3px solid red; border-top: 1px solid red;
} }
.cryp-box.blue-damage { .cryp-box.blue-damage {
filter: drop-shadow(0 0 0.2em blue); filter: drop-shadow(0 0 0.2em blue);
border-width: 5px;
color: blue; color: blue;
border-color: blue; border-color: blue;
} }
.blue-damage button { .blue-damage button {
border: 3px solid blue; border: 1px solid blue;
color: blue; color: blue;
} }
@ -694,18 +691,17 @@ CRYP DAMAGE
} }
.blue-damage .stats { .blue-damage .stats {
border-top: 3px solid blue; border-top: 1px solid blue;
} }
.cryp-box.green-damage { .cryp-box.green-damage {
filter: drop-shadow(0 0 0.2em green); filter: drop-shadow(0 0 0.2em green);
border-width: 5px;
color: green; color: green;
border-color: green; border-color: green;
} }
.green-damage button { .green-damage button {
border: 3px solid green; border: 1px solid green;
color: green; color: green;
} }
@ -714,18 +710,17 @@ CRYP DAMAGE
} }
.green-damage .stats { .green-damage .stats {
border-top: 3px solid green; border-top: 1px solid green;
} }
.cryp-box.purple-damage { .cryp-box.purple-damage {
filter: drop-shadow(0 0 0.2em purple); filter: drop-shadow(0 0 0.2em purple);
border-width: 5px;
color: purple; color: purple;
border-color: purple; border-color: purple;
} }
.purple-damage button { .purple-damage button {
border: 3px solid purple; border: 1px solid purple;
color: purple; color: purple;
} }
@ -734,7 +729,7 @@ CRYP DAMAGE
} }
.purple-damage .stats { .purple-damage .stats {
border-top: 3px solid purple; border-top: 1px solid purple;
} }

View File

@ -31,15 +31,11 @@ authentication endpoint
attach token to websocket attach token to websocket
ez ez
consolidate buffs debuffs and disables
no more red/blue
var / skill info rpc var / skill info rpc
thresholds / bonuses thresholds / bonuses
sell cost sell cost
etc etc
siphon might have a prob
put ticks on stack at start of phase put ticks on stack at start of phase
push events push events