header changes

This commit is contained in:
∇ince
2024-11-11 13:38:03 -08:00
parent 51a042c71c
commit b2786189a0
3 changed files with 13 additions and 7 deletions
+6
View File
@@ -526,6 +526,12 @@
width: calc(106% + 2px);
}
.charsheet .attributes-box1 .header-top h1,
.charsheet .conditions-box1.header-top h1 {
margin: auto;
}
.charsheet .header-top .label {
color: inherit;
font-weight: normal;
+6 -7
View File
@@ -278,7 +278,7 @@
<input class="hidden monster extra-damage-show" type="checkbox" name="attr_show_more_damage" value="1"/>
<div class="attributes-box1 toggle-monster-only">
<div class="attributes-box1 toggle-monster-only header-top">
<div class="toggle-monster-only header-top">
<h1 data-i18n="attribute-u">ATTRIBUTES</h1>
</div>
</div>
@@ -598,7 +598,6 @@
<div class="conditions-grid">
<div class="conditions-box1 header-top">
<h1 data-i18n="condition-u">CONDITIONS</h1>
<span class="conditions-notes-title column-header-bottom" data-i18n="notes">Notes</span>
</div>
<div class="conditions-box2">
<div class="skull-image"></div>
@@ -606,19 +605,19 @@
<div class="conditions-box3"><input class="input xbox conditions-hungry" type="checkbox" name="attr_hungry" value="1" data-i18n-title="condition-hungry" title="You must eat a ration of food at least once every day. After a day without food, you become HUNGRY. @{hungry}"><span></span></div>
<input class="hidden conditions-hungry" type="checkbox" name="attr_hungry" value="1">
<div class="conditions-box4"><span class="header-h1 conditions-hungry" data-i18n="hungry">Hungry</span></div>
<span class="conditions-box5"><input type="text" class="input" name="attr_hungry_note" title="@{hungry_note}"/></span>
<span class="conditions-box5"><input type="text" class="input" name="attr_hungry_note" placeholder="notes" data-i18n-placeholder="notes" title="@{hungry_note}"/></span>
<div class="conditions-box6"><input class="input xbox conditions-sleepy" type="checkbox" name="attr_sleepy" value="1" data-i18n-title="condition-sleepy" title="You need to sleep for at least one Quarter Day of each day. After one day without sleep, you become SLEEPY. @{sleepy}"><span></span></div>
<input class="hidden conditions-sleepy" type="checkbox" name="attr_sleepy" value="1">
<div class="conditions-box7"><span class="header-h1 conditions-sleepy" data-i18n="sleepy">Sleepy</span></div>
<span class="conditions-box8"><input type="text" class="input" name="attr_sleepy_note" title="@{sleepy_note}"/></span>
<span class="conditions-box8"><input type="text" class="input" name="attr_sleepy_note" placeholder="notes" data-i18n-placeholder="notes" title="@{sleepy_note}"/></span>
<div class="conditions-box9"><input class="input xbox conditions-thirsty" type="checkbox" name="attr_thirsty" value="1" data-i18n-title="condition-thirsty" title="You must drink a ration of water at least once per day. After a day without water, you become THIRSTY. @{thirsty}"><span></span></div>
<input class="hidden conditions-thirsty" type="checkbox" name="attr_thirsty" value="1">
<div class="conditions-box10"><span class="header-h1 conditions-thirsty" data-i18n="thirsty">Thirsty</span></div>
<span class="conditions-box11"><input type="text" class="input" name="attr_thirsty_note" title="@{thirsty_note}"/></span>
<span class="conditions-box11"><input type="text" class="input" name="attr_thirsty_note" placeholder="notes" data-i18n-placeholder="notes" title="@{thirsty_note}"/></span>
<div class="conditions-box12"><input class="input xbox conditions-cold" type="checkbox" name="attr_cold" value="1" data-i18n-title="condition-cold" title="When the cold is bitter and you don't have enough shelter, you have to roll ENDURANCE regularly. @{cold}"><span></span></div>
<input class="hidden conditions-cold" type="checkbox" name="attr_cold" value="1">
<div class="conditions-box13"><span class="header-h1 conditions-cold" data-i18n="cold">Cold</span></div>
<span class="conditions-box14"><input type="text" class="input" name="attr_cold_note" title="@{cold_note}"/></span>
<span class="conditions-box14"><input type="text" class="input" name="attr_cold_note" placeholder="notes" data-i18n-placeholder="notes" title="@{cold_note}"/></span>
</div>
</div>
<div class="box toggle-monster-only character-injuries">
@@ -6291,7 +6290,7 @@
});
});
/* CRP for Dice Pool*/
/* CRP for Dice Pool */
// enables drag/drop action button trick
// syncs roll button with action button
+1
View File
@@ -66,6 +66,7 @@
"carried": "Carried",
"carried-abbr": "Carr",
"carry": "Carry",
"cart": "Cart",
"cart-wagon-other": "Cart/Wagon/Other",
"casting-overcharged": "Casting Overcharged",
"casting-overcharged-chance": "Chance Casting & Overcharged",