diff --git a/Nemesis/nemesis.css b/Nemesis/nemesis.css index 9c697e1619..a549f84f25 100644 --- a/Nemesis/nemesis.css +++ b/Nemesis/nemesis.css @@ -117,16 +117,19 @@ display: inline-block;} div.sheet-tabs div:nth-of-type(1) { - margin-right: 2em; - width: 20%;} + margin-right: 1%; + width: 18%;} div.sheet-tabs div:nth-of-type(2) { - margin-right: 2em; - width: 25%;} + margin-right: 2%; + width: 22%;} div.sheet-tabs div:nth-of-type(3) { - padding: 1%; - width: 16%;} + margin-right: 1%; + width: 45%;} + + div.sheet-tabs div:nth-of-type(4) { + width: 9%;} div.sheet-tabs h1 { color: #39201e; @@ -143,6 +146,26 @@ input.sheet-whisper-toggle + button { font-family: "pictos";} + div.sheet-diceroller { + display: inline;} + + div.sheet-diceroller button { + border: 1px solid black; + box-shadow: inset 0 0 8px 3px #ccc; + text-transform: uppercase;} + + div.sheet-diceroller label { + width: fit-content;} + + div.sheet-diceroller input[type="number"] { + maring-left : 2%; + maring-right: 2%; + text-align : center;} + + div.sheet-diceroller input[type="text"] { + margin-right: 1%; + width: 60%;} + /**********************************************************************************************************/ /*************************** PC ***************************/ /********************************************************************************************************/ @@ -200,16 +223,23 @@ text-transform: capitalize; width : 25%;} - div.sheet-wounds input[type="radio"] { - cursor : pointer; - height : 20px; - left : 11px; - margin : -10px; - opacity : 0; - position: relative; - top : -5px; - width : 20px; - z-index : 1;} + div.sheet-wounds input[type="hidden"] + button { + display : inline-block; + height : 20px; + border : solid 1px #a8a8a8; + border-radius: 50%; + margin-right : 1%; + width : 20px;} + + div.sheet-wounds input[type="hidden"][value="0"] + button { + background: #33333305; + box-shadow: inset 0 0 8px 3px #ccc;} + + div.sheet-wounds input[type="hidden"][value="1"] + button { + background: #3333336e;} + + div.sheet-wounds input[type="hidden"][value="2"] + button { + background: #333;} /* STAST section */ div.sheet-stats { @@ -235,7 +265,6 @@ background: #929082;} /* Fake radio */ - div.sheet-wounds input[type="radio"] + span::before, div.sheet-meters input[type="radio"] + span::before { background : #333; border : solid 1px #a8a8a8; @@ -263,8 +292,6 @@ border-color: #658160;} /* Remove dot from all radios _after_ selected one */ - div.sheet-wounds input[type="radio"]:checked ~ input[type="radio"] + span::before, - div.sheet-wounds input[type="hidden"][value="0"] ~ span::before, div.sheet-meters input[type="radio"]:checked ~ input[type="radio"] + span::before, div.sheet-meters input[type="hidden"][value="0"] ~ span::before { background: #f6f6f6; @@ -610,39 +637,30 @@ text-transform : capitalize;} .sheet-rolltemplate-rolls .sheet-template-row { - background-color: #555; - } + background-color: #555;} /* Use this to alternate the background colors for each row */ .sheet-rolltemplate-rolls .sheet-template-row:nth-child(2n+0) { - background-color: #1c1c1c; - } + background-color: #1c1c1c;} /* Remove some fo the built in styles around rolls */ .sheet-rolltemplate-rolls .inlinerollresult { background-color: transparent; border : none; - color : black; + color : white; display :inline-block; font-size : 25px; - padding : 5px; - } + padding : 5px;} .sheet-rolltemplate-rolls .inlinerollresult.fullfail, .sheet-rolltemplate-rolls .inlinerollresult.fullcrit, .sheet-rolltemplate-rolls.inlinerollresult.importantroll { - border: none; - } + border: none;} /* Change the colors of Full Fails & Full Crits from their built in defaults */ - .sheet-rolltemplate-rolls .inlinerollresult.fullfail { - color: white; - } - + .sheet-rolltemplate-rolls .inlinerollresult.fullfail, .sheet-rolltemplate-rolls .inlinerollresult.fullcrit { - color: white; - } - + color: white;} /**********************************************************************************************************/ /*************************** FIREFOX ***************************/ diff --git a/Nemesis/nemesis.html b/Nemesis/nemesis.html index ffa4f2d001..5df80e2bd0 100644 --- a/Nemesis/nemesis.html +++ b/Nemesis/nemesis.html @@ -10,6 +10,11 @@

Role Playing in World of Horrors

+
+ + + +
@@ -20,7 +25,6 @@
-
@@ -55,57 +59,52 @@
- - - - - + + + +
- - - - - - - - - - - + + + + + + + + + +
- - - - - - + + + + +
- - - - - - + + + + +
- - - - - - - - - - - + + + + + + + + + +
@@ -496,7 +495,9 @@ - + + + @@ -509,9 +510,22 @@
- {{#dice}} -
{{dice}}
- {{/dice}} + {{#dice1}} +
+
+ {{dice1}} + {{#dice2}}{{dice2}}{{/dice2}} + {{#dice3}}{{dice3}}{{/dice3}} + {{#dice4}}{{dice4}}{{/dice4}} + {{#dice5}}{{dice5}}{{/dice5}} + {{#dice6}}{{dice6}}{{/dice6}} + {{#dice7}}{{dice7}}{{/dice7}} + {{#dice8}}{{dice8}}{{/dice8}} + {{#dice9}}{{dice9}}{{/dice9}} + {{#dice10}}{{dice10}}{{/dice10}} +
+
+ {{/dice1}} {{#desc}}
@@ -529,14 +543,14 @@ \ No newline at end of file