mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Godbound v2.3 (#5469)
* Update README.md * Update Godbound.html * Update Godbound.css * Update README.md
This commit is contained in:
+38
-4
@@ -573,6 +573,39 @@ textarea{
|
||||
resize: vertical;
|
||||
background-color: transparent;
|
||||
}
|
||||
/* === AUTO-EXPAND === */
|
||||
.sheet-auto-expand{
|
||||
position: relative;
|
||||
cursor: text;
|
||||
word-wrap: break-word;
|
||||
min-height: 80px;
|
||||
padding: 4px 2px;
|
||||
border: solid 0px black;
|
||||
border-radius: 0px;
|
||||
border-bottom: solid 1px #ccc;
|
||||
}
|
||||
.sheet-auto-expand span{
|
||||
visibility: hidden;
|
||||
white-space: pre-wrap;
|
||||
display: block;
|
||||
}
|
||||
.sheet-auto-expand textarea{
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
resize: none;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* === HIDDEN === */
|
||||
.sheet-hidden {
|
||||
display: none;
|
||||
@@ -904,9 +937,10 @@ input[type="checkbox"].sheet-circle-check{
|
||||
color: #204060;
|
||||
opacity: 0.0;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
cursor: pointer;
|
||||
z-index: 10;
|
||||
margin-top: 5px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
input[type="checkbox"].sheet-circle-check + span::before{
|
||||
font-family: "Pictos";
|
||||
@@ -914,8 +948,8 @@ input[type="checkbox"].sheet-circle-check + span::before{
|
||||
font-size: 14px;
|
||||
text-indent: -2px;
|
||||
font-weight: normal;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-border-radius: 50%;
|
||||
@@ -923,7 +957,7 @@ input[type="checkbox"].sheet-circle-check + span::before{
|
||||
border-radius: 50%;
|
||||
|
||||
border: solid 1px transparent;
|
||||
line-height: 11px;
|
||||
line-height: 15px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
||||
+22
-15
@@ -721,7 +721,7 @@
|
||||
<div class="sheet-row">
|
||||
<div class="sheet-col-1 sheet-project sheet-pad-t-md sheet-pad-b-sm sheet-pad-r-md">
|
||||
<div class="sheet-wrap-box sheet-attr-container sheet-pad-md sheet-mar-sm">
|
||||
<div class="sheet-ro sheet-pad-b-smw">
|
||||
<div class="sheet-row sheet-pad-b-sm">
|
||||
<div class="sheet-col-7-20 sheet-attr sheet-vert-middle sheet-right sheet-pad-l-sm sheet-pad-t-sm sheet-pad-r-md">
|
||||
Project Name
|
||||
</div>
|
||||
@@ -738,7 +738,7 @@
|
||||
<div class="sheet-col-3-10 sheet-attr sheet-vert-middle sheet-right sheet-pad-l-sm sheet-pad-t-sm sheet-pad-r-md">
|
||||
Difficulty
|
||||
</div>
|
||||
<div class="sheet-col-1-4 sheet-attr sheet-vert-middle sheet-pad-t-sm sheet-pad-r-md">
|
||||
<div class="sheet-col-3-10 sheet-attr sheet-vert-middle sheet-pad-t-sm sheet-pad-r-md">
|
||||
<select class="sheet-select" name="attr_project_difficulty_repeat">
|
||||
<option value="0" selected="selected">?</option>
|
||||
<option value="1">Plausible</option>
|
||||
@@ -759,9 +759,6 @@
|
||||
<option value="16">Realm</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="sheet-col-1-20 sheet-attr sheet-vert-middle sheet-center sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-row sheet-pad-b-sm">
|
||||
<div class="sheet-col-3-10 sheet-attr sheet-vert-middle sheet-right sheet-pad-t-lg sheet-pad-r-md">
|
||||
@@ -923,7 +920,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_word_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_word_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_word_description_repeat" placeholder="Word description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -962,7 +960,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_gift_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_gift_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_gift_description_repeat" placeholder="Gift description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1037,7 +1036,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_miracle_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_miracle_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_miracle_description_repeat" placeholder="Gift description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1125,7 +1125,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_artifact_power1_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_artifact_power1_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_artifact_power1_description_repeat" placeholder="Power description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1145,7 +1146,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_artifact_power2_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_artifact_power2_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_artifact_power2_description_repeat" placeholder="Power description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1165,7 +1167,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_artifact_power3_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_artifact_power3_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_artifact_power3_description_repeat" placeholder="Power description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1185,7 +1188,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_artifact_power4_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_artifact_power4_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_artifact_power4_description_repeat" placeholder="Power description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1205,7 +1209,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_artifact_power5_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-auto-expand">
|
||||
<span name="attr_artifact_power5_description_repeat"></span>
|
||||
<textarea class="sheet-medium-textarea-resize" name="attr_artifact_power5_description_repeat" placeholder="Power description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm">
|
||||
@@ -1554,7 +1559,8 @@
|
||||
</div>
|
||||
<input type="checkbox" name="attr_npc_effort_description_show_repeat" class="sheet-hidden sheet-hider" value="1"/>
|
||||
<div class="sheet-row sheet-block-a">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-pad-t-sm sheet-pad-r-sm sheet-pad-b-sm sheet-auto-expand">
|
||||
<span name="attr_npc_effort_description_repeat"></span>
|
||||
<textarea class="sheet-small-textarea-resize" name="attr_npc_effort_description_repeat" placeholder="Effort description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm sheet-pad-b-sm">
|
||||
@@ -1805,7 +1811,8 @@
|
||||
</div>
|
||||
<fieldset class="repeating_factionfeatures">
|
||||
<div class="sheet-row sheet-mar-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-vert-middle sheet-pad-l-sm sheet-pad-t-sm sheet-pad-r-md sheet-pad-b-sm">
|
||||
<div class="sheet-col-9-10 sheet-attr sheet-vert-middle sheet-pad-l-sm sheet-pad-t-sm sheet-pad-r-md sheet-pad-b-sm sheet-auto-expand">
|
||||
<span name="attr_faction_feature_description_repeat"></span>
|
||||
<textarea class="sheet-small-textarea-resize" name="attr_faction_feature_description_repeat" value="" placeholder="Feature description"></textarea>
|
||||
</div>
|
||||
<div class="sheet-col-1-10 sheet-attr sheet-chatbutton sheet-pad-t-sm sheet-pad-r-sm sheet-pad-b-sm">
|
||||
|
||||
@@ -4,6 +4,12 @@ This sheet is created for use in Godbound games on Roll20, based on the Characte
|
||||
|
||||
## Features / Changelog
|
||||
|
||||
|
||||
- v2.3.0
|
||||
- Minor
|
||||
- Description fields for words, gifts, miracles, and artifacts changed to auto-expand
|
||||
- Small adjustment to project layout
|
||||
- Correction for styling of two fieldset "add" buttons
|
||||
- v2.2.0
|
||||
- Minor
|
||||
- Renamed Project Opposition to Resistance
|
||||
|
||||
Reference in New Issue
Block a user