diff --git a/Dark_Heresy_2ed/DarkHeresy2ed.html b/Dark_Heresy_2ed/DarkHeresy2ed.html index e804dce02c..fa21650b32 100644 --- a/Dark_Heresy_2ed/DarkHeresy2ed.html +++ b/Dark_Heresy_2ed/DarkHeresy2ed.html @@ -23,7 +23,11 @@ Ship + +GM +

+
@@ -133,7 +137,7 @@
-
@@ -161,7 +165,7 @@
-
@@ -189,7 +193,7 @@
-
@@ -217,7 +221,7 @@
-
@@ -245,7 +249,7 @@
-
@@ -277,7 +281,7 @@
-
@@ -305,7 +309,7 @@
-
@@ -333,7 +337,7 @@
-
@@ -361,7 +365,7 @@
-
@@ -389,7 +393,7 @@
-
@@ -428,12 +432,12 @@

Initiative

- +
- +
@@ -585,7 +589,7 @@
@@ -608,7 +612,7 @@
@@ -631,7 +635,7 @@
@@ -655,7 +659,7 @@
@@ -678,7 +682,7 @@
@@ -703,7 +707,7 @@
@@ -726,7 +730,7 @@
@@ -749,7 +753,7 @@
@@ -771,7 +775,7 @@
@@ -795,7 +799,7 @@
@@ -818,7 +822,7 @@
@@ -841,7 +845,7 @@
@@ -864,7 +868,7 @@
@@ -902,7 +906,7 @@
@@ -919,7 +923,7 @@
@@ -936,7 +940,7 @@
@@ -967,7 +971,7 @@
@@ -984,7 +988,7 @@
@@ -1001,7 +1005,7 @@
@@ -1018,7 +1022,7 @@
@@ -1040,7 +1044,7 @@
@@ -1063,7 +1067,7 @@
@@ -1086,7 +1090,7 @@
@@ -1109,7 +1113,7 @@
@@ -1132,7 +1136,7 @@
@@ -1155,7 +1159,7 @@
@@ -1179,7 +1183,7 @@
@@ -1222,7 +1226,7 @@
@@ -1241,7 +1245,7 @@
@@ -1260,7 +1264,7 @@
@@ -1295,7 +1299,7 @@
@@ -1314,7 +1318,7 @@
@@ -1333,7 +1337,7 @@
@@ -1352,7 +1356,7 @@
@@ -1388,7 +1392,7 @@
@@ -1407,7 +1411,7 @@
@@ -1426,7 +1430,7 @@
@@ -1445,7 +1449,7 @@
@@ -1477,7 +1481,7 @@
@@ -1495,7 +1499,7 @@
@@ -1513,7 +1517,7 @@
@@ -1531,7 +1535,7 @@
@@ -1549,7 +1553,7 @@
@@ -1567,7 +1571,7 @@
@@ -1599,7 +1603,7 @@
@@ -1617,7 +1621,7 @@
@@ -1635,7 +1639,7 @@
@@ -1653,7 +1657,7 @@
@@ -1671,7 +1675,7 @@
@@ -1689,7 +1693,7 @@
@@ -1738,7 +1742,7 @@ - @@ -1988,53 +1992,53 @@

Characteristics

- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
@@ -2412,7 +2416,7 @@
-
+
@@ -2465,7 +2469,7 @@
-
+
@@ -2516,11 +2520,17 @@
-
+
-
+
+
+
+
+
+
+
@@ -2542,11 +2552,17 @@
-
+
-
+
+
+
+
+
+
+
@@ -2703,7 +2719,7 @@
-
+
@@ -3838,4 +3854,12 @@ on('change:repeating_ShipEssentialComponents',function(){ on('change:repeating_ShipSupplementalComponents',function(){ TAS.repeatingSimpleSum('ShipSupplementalComponents','ShipSupplementalComponentSpace','ShipSupplementalComponentsSpaceTotal'); }); +on("change:whispertab", function() { + // Check the current value of the hidden attribute. + getAttrs(["whispertab"], function(v) { + setAttrs({ + "whisper": v["whispertab"] == 0 ? "" : "/w gm " + }); + }); +}); diff --git a/Dark_Heresy_2ed/DarkHeresy2edPreview.png b/Dark_Heresy_2ed/DarkHeresy2edPreview.png index 34742ebaeb..1c195a7360 100644 Binary files a/Dark_Heresy_2ed/DarkHeresy2edPreview.png and b/Dark_Heresy_2ed/DarkHeresy2edPreview.png differ diff --git a/Dark_Heresy_2ed/DarkHeresy2edStyle.css b/Dark_Heresy_2ed/DarkHeresy2edStyle.css index 800b08b22b..69bd9b10fb 100644 --- a/Dark_Heresy_2ed/DarkHeresy2edStyle.css +++ b/Dark_Heresy_2ed/DarkHeresy2edStyle.css @@ -1,7 +1,7 @@ /*----------- Tabs Setup -------------*/ /*this hides the contents of each tab by default*/ -.charsheet div[class^="sheet-section"] { +.charsheet div[class^="sheet-section"] { display: none; } @@ -18,21 +18,23 @@ display: block; } -.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] { +.charsheet input.sheet-tab99:checked ~ div[class^="sheet-section"] { display: block; } /*this hides the radio button for each tab, makes it 100px wide and 40px tall and makes sure it's above everything else*/ +.charsheet input.sheet-eltab, .charsheet input.sheet-tab { width: 100px; height: 40px; - cursor: pointer; + cursor: pointer; position: relative; opacity: 0; z-index: 9999; } /*this styles the span with the tab information and slides to the left, so it appears underneath the radio button*/ +.charsheet span.sheet-eltab, .charsheet span.sheet-tab { text-align: center; display: inline-block; @@ -51,6 +53,7 @@ } /*this modifies the span color once the radio button is selected so you know which tab is selected*/ +.charsheet input.sheet-eltab:checked + span.sheet-eltab, .charsheet input.sheet-tab1:checked + span.sheet-tab1, .charsheet input.sheet-tab2:checked + span.sheet-tab2, .charsheet input.sheet-tab3:checked + span.sheet-tab3, @@ -370,7 +373,7 @@ display: inline-block; } .charsheet .sheet-wrapper .sheet-armourblock label { text-align: center; -text-transform:uppercase; +text-transform:uppercase; } .charsheet .sheet-wrapper .sheet-armourblock input { text-align: center; @@ -424,7 +427,7 @@ overflow: hidden; .charsheet .sheet-wrapper .sheet-brackets { border-left: 1px solid #aaa; border-right: 1px solid #aaa; -border-radius: 12px; +border-radius: 12px; } .charsheet .sheet-wrapper .sheet-item.sheet-center { text-align: center; @@ -458,7 +461,7 @@ width: calc(40% - 3%); width: calc(50% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-morebig { -width: calc(60% - 3%); +width: calc(60% - 3%); } .charsheet .sheet-wrapper .sheet-item.sheet-bigger { width: calc(70% - 3%); @@ -499,7 +502,7 @@ border-radius: 5px; border: none; height:65px; background-color: transparent; -white-space: normal; +white-space: normal; width: 100%; margin:auto; text-align:center; @@ -513,7 +516,7 @@ background-color:transparent; border:0; font-weight:bold; } -.charsheet .sheet-wrapper .sheet-characteristics input { +.charsheet .sheet-wrapper .sheet-characteristics input { display:block; border:1px solid gray; background-color:transparent; @@ -587,7 +590,7 @@ input:focus, textarea:focus /*=== Red Horizontal Line ===*/ -.sheet-dhhr +.sheet-dhhr { border-top: 0; margin-top: 0px;