Skip to content

Commit

Permalink
Merge pull request #12207 from MadCoder253/gurps-2.9.16
Browse files Browse the repository at this point in the history
[GURPS] 2.9.16
  • Loading branch information
NorWhal authored Oct 2, 2023
2 parents daaf870 + 78a9107 commit ac4d1f9
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 28 deletions.
41 changes: 33 additions & 8 deletions GURPS/gurps.css
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ input.sheet-hidden-generic-notes-toggle[value="1"] ~ div.sheet-wrapper-generic-t
}

.sheet-wrapper-generic-textarea-notes {
height: 200px !important;
padding-bottom: 3px;
}

Expand All @@ -540,6 +539,11 @@ input.sheet-hidden-generic-notes-toggle[value="1"] ~ div.sheet-wrapper-generic-t
width: 98%;
}

.sheet-wrapper-generic-textarea-notes textarea.sheet-macro-textrea-notes {
height: 60px !important;
width: 98%;
}

/*******************************************************/
/* Set the thrust damage dice based on selected option */
input.sheet-thrust-damage-dice-icon[value="explode"] ~ button[type=roll].roll_damage::before {
Expand Down Expand Up @@ -1600,12 +1604,20 @@ div.sheet-display-attribute-reasons {
display: none;
}

.sheet-font-size-12 {
font-size: 12px;
}

.sheet-box input[type="checkbox"].sheet-toggle-attribute-reason {
position: absolute;
left: 33px;
width: 20px!important;
}

.sheet-box input[type="checkbox"].sheet-toggle-attribute-reason.sheet-shift-over {
left: 228px;
}

.sheet-box input[type="checkbox"] ~ span.sheet-checkbox.sheet-checkbox-attribute-reason {
margin-top: -2px;
}
Expand Down Expand Up @@ -1641,11 +1653,14 @@ input[name="attr_toggle_dodge_reason_modifier"][value="1"] + .sheet-display-attr
input[name="attr_toggle_lifting_strength_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_striking_strength_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_stress_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_derangement_reason_modifier"][value="1"] + .sheet-display-attribute-reasons {
input[name="attr_toggle_derangement_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_hit_points_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_fatigue_points_reason_modifier"][value="1"] + .sheet-display-attribute-reasons {
display: block;
}

.sheet-stats input { font-size: 13px;}
.sheet-stats .sheet-header .sheet-col-button { width: 21px; }
.sheet-stats .sheet-header .sheet-col0 { width: 72px; }
.sheet-stats .sheet-header .sheet-col1 { width: 41px; }
.sheet-stats .sheet-header .sheet-col2 { width: 30px; }
Expand All @@ -1654,8 +1669,11 @@ input[name="attr_toggle_derangement_reason_modifier"][value="1"] + .sheet-displa
.sheet-stats .sheet-row.sheet-hr {
margin-top: 10px;
}
.sheet-stats .sheet-row .sheet-col0 { width: 75px; }
.sheet-stats .sheet-row .sheet-col0 input { text-align:left; }
.sheet-stats .sheet-row .sheet-col-button { width: 21px; }
.sheet-stats .sheet-row .sheet-col0 { width: 74px; }
.sheet-stats .sheet-row .sheet-col0-custom-pool { width: 96px; }
.sheet-stats .sheet-row .sheet-col0 input,
.sheet-stats .sheet-row .sheet-col0-custom-pool input { text-align:left; }
.sheet-stats .sheet-row .sheet-col1 { width: 35px; }
.sheet-stats .sheet-row .sheet-col2 { width: 35px; }
.sheet-stats .sheet-row .sheet-col3 { width: 35px; }
Expand Down Expand Up @@ -1754,10 +1772,17 @@ input[name="attr_toggle_derangement_reason_modifier"][value="1"] + .sheet-displa
.sheet-miscelleneous .sheet-row-hand .sheet-col1 { width: calc(100% - 80px); }
.sheet-miscelleneous .sheet-row-reactions .sheet-col1 { width: calc(100% - 80px); }

/* Hit Points Column */

.sheet-hp-lift-container {
float: left;
width: 206px
}

/* General Tab: Notes Box */
.sheet-general-notes-box {
width: calc(100% - 186px - 5px);
height: 487px;
width: calc(100% - 206px - 5px);
height: 493px;
}

.sheet-general-notes-box .sheet-cell-col-100 {
Expand All @@ -1773,7 +1798,7 @@ input[name="attr_toggle_derangement_reason_modifier"][value="1"] + .sheet-displa
}

.sheet-general-notes-box .sheet-cell-col-100 textarea {
width: 100%;
width: 99%;
padding: 2px;
margin: 0;
}
Expand Down Expand Up @@ -1897,7 +1922,7 @@ input.sheet-toggle-unspoint-points[value="0"] ~ .sheet-row-total {
}

.sheet-lift {
width: 180px;
width: 201px;
}

.sheet-lift .sheet-col0 {
Expand Down
Loading

0 comments on commit ac4d1f9

Please sign in to comment.