Compare commits
No commits in common. "48c070f024d208de5cfb5b2909427e3f73769822" and "f1c16da7e4c848eb4e8bd4015b838e1787071ee7" have entirely different histories.
48c070f024
...
f1c16da7e4
@ -172,8 +172,10 @@ body {
|
|||||||
|
|
||||||
button { font-family: Electrolize; }
|
button { font-family: Electrolize; }
|
||||||
|
|
||||||
//button:focus {
|
button:focus {
|
||||||
//}
|
filter: brightness(150%) !important;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.sr2-button {
|
.sr2-button {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -196,8 +198,6 @@ button { font-family: Electrolize; }
|
|||||||
&:focus {
|
&:focus {
|
||||||
border: .1rem solid $bg !important;
|
border: .1rem solid $bg !important;
|
||||||
box-shadow: 0 0 .3rem $bg-bright, 0 0 .6rem $bg, 0 0 1.2rem $bg-dark !important;
|
box-shadow: 0 0 .3rem $bg-bright, 0 0 .6rem $bg, 0 0 1.2rem $bg-dark !important;
|
||||||
filter: brightness(150%) !important;
|
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
@ -395,7 +395,7 @@ header.navbar {
|
|||||||
|
|
||||||
--aug-inlay-bg: rgba(0, 0, 0, .5);
|
--aug-inlay-bg: rgba(0, 0, 0, .5);
|
||||||
--aug-border-opacity: .75;
|
--aug-border-opacity: .75;
|
||||||
padding-top: .7rem;
|
padding-top: .7remx;
|
||||||
padding-bottom: .7rem;
|
padding-bottom: .7rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
@ -418,8 +418,6 @@ header.navbar {
|
|||||||
.damage-monitor {
|
.damage-monitor {
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
|
||||||
td { padding: .1rem; }
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -434,19 +432,6 @@ header.navbar {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
|
||||||
outline: none;
|
|
||||||
animation: .6s alternate ease-in-out infinite pulse;
|
|
||||||
animation-delay: -.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes pulse {
|
|
||||||
from { filter: brightness(.85) }
|
|
||||||
50% { filter: brightness(1); }
|
|
||||||
to { filter: brightness(1.15); }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.damage-stun {
|
.damage-stun {
|
||||||
|
|||||||
@ -55,14 +55,14 @@ const DAMAGE_MONITOR_HTML = [
|
|||||||
'<div class="damage-monitor" data-augmented-ui="tl-scoop bl-clip-y tr-clip-y br-scoop both">\n',
|
'<div class="damage-monitor" data-augmented-ui="tl-scoop bl-clip-y tr-clip-y br-scoop both">\n',
|
||||||
'<table>\n',
|
'<table>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" title="Light stun damage" tabindex="-1">L</button></td><td><button type="button" class="damage-physical active" title="Light physical damage" tabindex="-1">L</button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" title="Light stun damage" tabindex="-1">L</button></td><td><button type="button" class="damage-physical active" title="Light physical damage" tabindex="-1">L</button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" title="Medium stun damage" tabindex="-1">M</button></td><td><button type="button" class="damage-physical active" title="Medium physical damage" tabindex="-1">M</button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" title="Medium stun damage" tabindex="-1">M</button></td><td><button type="button" class="damage-physical active" title="Medium physical damage" tabindex="-1">M</button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" title="Severe stun damage" tabindex="-1">S</button></td><td><button type="button" class="damage-physical active" title="Severe physical damage" tabindex="-1">S</button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" title="Severe stun damage" tabindex="-1">S</button></td><td><button type="button" class="damage-physical active" title="Severe physical damage" tabindex="-1">S</button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"> </button></td><td><button type="button" class="damage-physical active" tabindex="-1"> </button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" tabindex="-1"></button></td><td><button type="button" class="damage-physical active" tabindex="-1"></button></td></tr>\n',
|
||||||
'<tr><td><button type="button" class="damage-stun active" title="K.O." tabindex="-1"><svg viewbox="0 0 512 512"><use href="#ko" /></svg></button></td><td><button type="button" class="damage-physical active" title="Dead" tabindex="-1"><svg viewbox="0 0 512 512"><use href="#dead" /></svg></button></td></tr>\n',
|
'<tr><td><button type="button" class="damage-stun active" title="K.O." tabindex="-1"><svg viewbox="0 0 512 512"><use href="#ko" /></svg></button></td><td><button type="button" class="damage-physical active" title="Dead" tabindex="-1"><svg viewbox="0 0 512 512"><use href="#dead" /></svg></button></td></tr>\n',
|
||||||
'</table>\n',
|
'</table>\n',
|
||||||
'</div>'].join("");
|
'</div>'].join("");
|
||||||
@ -120,7 +120,7 @@ function getEffectiveIni(tr) {
|
|||||||
// add test combatant for testing purposes (duh)
|
// add test combatant for testing purposes (duh)
|
||||||
function addTestCombatant() {
|
function addTestCombatant() {
|
||||||
// Eclipse
|
// Eclipse
|
||||||
// $("#add-combatant-button").click();
|
$("#add-combatant-button").click();
|
||||||
$("#combatant-modal-name").val("Eclipse");
|
$("#combatant-modal-name").val("Eclipse");
|
||||||
$("#combatant-modal-dice").val(3);
|
$("#combatant-modal-dice").val(3);
|
||||||
$("#combatant-modal-rea").val(6);
|
$("#combatant-modal-rea").val(6);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user