diff --git a/Aces-In-Space/aces_in_space.css b/Aces-In-Space/aces_in_space.css index 62ac848490..217e223358 100644 --- a/Aces-In-Space/aces_in_space.css +++ b/Aces-In-Space/aces_in_space.css @@ -85,7 +85,7 @@ textarea { /* === BASIC === */ .sheet-logo { -width: 200px; +width: 190px; margin: 0 5px; float: left; grid-row: span 2; @@ -149,7 +149,7 @@ width: calc(50% - 200px); } .sheet-ace-box .sheet-content { - /* display: grid;*/ + /* display: flex;*/ gap: 5px; padding-left: 5px; /* grid-template: auto/ 22% 32% 1fr;*/ @@ -190,6 +190,7 @@ grid-column: span 2; } .sheet-section-aspects input { +font-size: 14px; width: 100%; } @@ -197,6 +198,7 @@ width: 100%; .sheet-section-stress td { text-align: left; padding-right: 5px; +font-size: 12px; } .sheet-section-stress input { margin-left: 2px; @@ -245,6 +247,11 @@ font-weight: bolder; width: 100%; } +.sheet-bold input { +color: #222; +font-weight: bolder; +width: 100%; +} /* === Additional Stress and stress hack === */ .charsheet .attr_stunt-name, .charsheet .attr_extras-name { @@ -381,4 +388,18 @@ border-left: none; } sheet-pos { z-index:initial; -} \ No newline at end of file +} + +.sheet-section-advancements .sheet-content { + display: grid; + grid-template: 1fr 2fr/1fr 1fr; +} + +.sheet-section-vibes .repitem { + display: flex; +} + +.sheet-section-vibes select { +width: 45px; +float: right; +} diff --git a/Aces-In-Space/aces_in_space.html b/Aces-In-Space/aces_in_space.html index 25f818379a..f7b466ec26 100644 --- a/Aces-In-Space/aces_in_space.html +++ b/Aces-In-Space/aces_in_space.html @@ -336,56 +336,18 @@
- + - - - - - - - - - - - - - + +
PhysicalStress 1 2 3 4 Extra 5(Physique)max #
Mental1234Extra 5(Will)max #(Nerves)max #
- -
-
- \ - -
-
-
- - - - - - - - - - - - -
- - 1234Extra 5 - - max #
-
-
@@ -416,15 +378,15 @@
-
+
-
+
-
+
@@ -458,10 +420,21 @@
+ + + + + +
+ + + +
+
@@ -476,7 +449,10 @@
- +
diff --git a/Aces-In-Space/translation.json b/Aces-In-Space/translation.json index 992c10df50..7169329dc7 100644 --- a/Aces-In-Space/translation.json +++ b/Aces-In-Space/translation.json @@ -38,10 +38,11 @@ "mild-u":"Mild", "moderate-u":"Moderate", "severe-u":"Severe", - "physical-u":"Physical", + "stress-u":"Stress", + "nerves-u":"Nerves", "extra-u":"Extra", "physique-u":"Physique", - "physical-sboxes-u":"Number of Physical Stress Box owned by the character", + "stressboxes-u":"Number of Stress Box owned by the character", "mental-u":"Mental", "will-u":"Will", "mental-sboxes-u":"Number of Mental Stress Box owned by the character", @@ -55,5 +56,8 @@ "gang-stunt-u":"Gang Stunt", "extras-u":"Extras", "advancements-u":"Advancements", + "experience-u":"Experience", + "advances-u":"Advances", + "trigger-u":"Trigger", "vibes-u":"Vibes" }