Skip to content

Commit

Permalink
Merge pull request #12157 from MadCoder253/gurps-2.9.15
Browse files Browse the repository at this point in the history
[GURPS] 2.9.15
  • Loading branch information
mperes authored Sep 18, 2023
2 parents 60b0773 + 282492e commit a6c01c2
Show file tree
Hide file tree
Showing 3 changed files with 486 additions and 53 deletions.
62 changes: 46 additions & 16 deletions GURPS/gurps.css
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@ input.sheet-width-125 {

margin: 0;
margin-left: 0px;
padding: 0 0 1px 0;
padding: 0 1px 4px 0;

text-align: center;
display: inline-block !important;
Expand All @@ -1260,13 +1260,14 @@ input.sheet-width-125 {
font-size: 18px;
font-family: "Pictos";

border: 1px solid #dcdcdc;
border-radius: 6px;
color: black;
background: #faf7fa;
color: var(--input-disabled-bg);

}

.sheet-box input[type="checkbox"] ~ .sheet-checkbox.sheet-small-font:before {
font-size: 14px;
}

.sheet-toggle-highlight ~ .sheet-checkbox:before{
margin-left: -20px!important;
}
Expand All @@ -1291,7 +1292,7 @@ input.sheet-width-125 {
}

.sheet-box .sheet-toggle ~ .sheet-checkbox:before {
content: "4";
content: "&";
}

.sheet-box .sheet-toggle ~ .sheet-checkbox {
Expand All @@ -1306,14 +1307,17 @@ input.sheet-width-125 {
}

.sheet-box input[type="checkbox"] ~ .sheet-checkbox-encumbrance:before {
color:black!important;
line-height: 18px;
}

.sheet-box .sheet-toggle:checked ~ .sheet-checkbox:before {
transform:rotate(90deg);
content: "_";
color: var(--header-text);
}

.sheet-box .sheet-toggle:hover ~ .sheet-checkbox:before {
color: var(--header-text);
}

/* ===== UTILITY ===== */
.sheet-right {
Expand Down Expand Up @@ -1553,13 +1557,13 @@ input.sheet-module-roll:checked ~ .sheet-wrapper .sheet-module-off-roll,
width: calc(100% - 180px - 100px - .8em);
}

.sheet-attribute { width: 180px; margin-bottom: 180px;}
.sheet-attribute .sheet-header .sheet-col0 { width: 85px; }
.sheet-attribute { width: 190px; margin-bottom: 180px;}
.sheet-attribute .sheet-header .sheet-col0 { width: 96px; }
.sheet-attribute .sheet-header .sheet-col1 { width: 30px; }
.sheet-attribute .sheet-header .sheet-col2 { width: 35px; }
.sheet-attribute .sheet-row .sheet-title { text-align: center; }
.sheet-attribute .sheet-row .sheet-col-button { width: 9px; }
.sheet-attribute .sheet-row .sheet-col0 { width: 46px; }
.sheet-attribute .sheet-row .sheet-col0 { width: 55px; }
.sheet-attribute .sheet-row .sheet-col1 { width: 35px; }
.sheet-attribute .sheet-row .sheet-col2 { width: 30px; }
.sheet-attribute .sheet-row .sheet-col3 { width: 35px; }
Expand Down Expand Up @@ -1598,8 +1602,16 @@ div.sheet-display-attribute-reasons {

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

.sheet-box input[type="checkbox"] ~ span.sheet-checkbox.sheet-checkbox-attribute-reason {
margin-top: -2px;
}

.sheet-box input[type="checkbox"] ~ span.sheet-checkbox.sheet-checkbox-attribute-reason:before {
margin-left: -2px;
}

.sheet-row .sheet-cell input.sheet-text-left {
Expand All @@ -1611,7 +1623,25 @@ input[name="attr_toggle_dex_reason_modifier"][value="1"] + .sheet-display-attrib
input[name="attr_toggle_int_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_health_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_perception_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_will_reason_modifier"][value="1"] + .sheet-display-attribute-reasons {
input[name="attr_toggle_will_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_vision_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_hearing_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_smell_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_touch_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_fright_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_fright_threshold_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_unstun_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_knockdown_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_unconscious_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_death_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_speed_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_move_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_enhanced_ground_move_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
input[name="attr_toggle_dodge_reason_modifier"][value="1"] + .sheet-display-attribute-reasons,
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 {
display: block;
}

Expand Down Expand Up @@ -1752,9 +1782,9 @@ input[name="attr_toggle_will_reason_modifier"][value="1"] + .sheet-display-attri
height: 447px;
}

.sheet-points { width: 100px; }
.sheet-points { width: 90px; }
.sheet-points .sheet-header .sheet-col0 { width: 100%; }
.sheet-points .sheet-row .sheet-col0 { width: 60px; }
.sheet-points .sheet-row .sheet-col0 { width: 50px; }
.sheet-points .sheet-row .sheet-col1 { width: 40px; }
.sheet-points .sheet-row .sheet-unspent-points-label {
color: #4f91cd;
Expand Down
Loading

0 comments on commit a6c01c2

Please sign in to comment.