no big borders
This commit is contained in:
parent
a025900639
commit
d87cb44e7f
@ -653,19 +653,17 @@ CRYP DAMAGE
|
||||
|
||||
.cryp-box.active-skill {
|
||||
filter: drop-shadow(0 0 0.2em silver);
|
||||
border-width: 5px;
|
||||
border-color: silver;
|
||||
}
|
||||
|
||||
.cryp-box.red-damage {
|
||||
filter: drop-shadow(0 0 0.2em red);
|
||||
border-width: 5px;
|
||||
color: red;
|
||||
border-color: red;
|
||||
}
|
||||
|
||||
.red-damage button {
|
||||
border: 3px solid red;
|
||||
border: 1px solid red;
|
||||
color: red;
|
||||
}
|
||||
|
||||
@ -674,18 +672,17 @@ CRYP DAMAGE
|
||||
}
|
||||
|
||||
.red-damage .stats {
|
||||
border-top: 3px solid red;
|
||||
border-top: 1px solid red;
|
||||
}
|
||||
|
||||
.cryp-box.blue-damage {
|
||||
filter: drop-shadow(0 0 0.2em blue);
|
||||
border-width: 5px;
|
||||
color: blue;
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
.blue-damage button {
|
||||
border: 3px solid blue;
|
||||
border: 1px solid blue;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
@ -694,18 +691,17 @@ CRYP DAMAGE
|
||||
}
|
||||
|
||||
.blue-damage .stats {
|
||||
border-top: 3px solid blue;
|
||||
border-top: 1px solid blue;
|
||||
}
|
||||
|
||||
.cryp-box.green-damage {
|
||||
filter: drop-shadow(0 0 0.2em green);
|
||||
border-width: 5px;
|
||||
color: green;
|
||||
border-color: green;
|
||||
}
|
||||
|
||||
.green-damage button {
|
||||
border: 3px solid green;
|
||||
border: 1px solid green;
|
||||
color: green;
|
||||
}
|
||||
|
||||
@ -714,18 +710,17 @@ CRYP DAMAGE
|
||||
}
|
||||
|
||||
.green-damage .stats {
|
||||
border-top: 3px solid green;
|
||||
border-top: 1px solid green;
|
||||
}
|
||||
|
||||
.cryp-box.purple-damage {
|
||||
filter: drop-shadow(0 0 0.2em purple);
|
||||
border-width: 5px;
|
||||
color: purple;
|
||||
border-color: purple;
|
||||
}
|
||||
|
||||
.purple-damage button {
|
||||
border: 3px solid purple;
|
||||
border: 1px solid purple;
|
||||
color: purple;
|
||||
}
|
||||
|
||||
@ -734,7 +729,7 @@ CRYP DAMAGE
|
||||
}
|
||||
|
||||
.purple-damage .stats {
|
||||
border-top: 3px solid purple;
|
||||
border-top: 1px solid purple;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -31,15 +31,11 @@ authentication endpoint
|
||||
attach token to websocket
|
||||
ez
|
||||
|
||||
consolidate buffs debuffs and disables
|
||||
no more red/blue
|
||||
|
||||
var / skill info rpc
|
||||
thresholds / bonuses
|
||||
sell cost
|
||||
etc
|
||||
|
||||
siphon might have a prob
|
||||
put ticks on stack at start of phase
|
||||
|
||||
push events
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user