Skip to content

Commit

Permalink
Merge pull request #13000 from MadCoder253/gurps-2.19.0
Browse files Browse the repository at this point in the history
[GURPS] 2.19.0
  • Loading branch information
BronsonHall authored Jun 11, 2024
2 parents 81b3562 + e95b773 commit b3137cd
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 72 deletions.
31 changes: 29 additions & 2 deletions GURPS/gurps.css
Original file line number Diff line number Diff line change
Expand Up @@ -3424,6 +3424,19 @@ input.sheet-box-techniques-new[value="0"] + div.sheet-techniques-revised {
display: block;
}

.sheet-active-defense input.sheet-medium-width {
width: 50px ! important;
}

.sheet-weapon-parry-summary {
height: 82px;
align-items: normal;
}

.sheet-weapon-parry-summary b.sheet-alert {
color: var(--highlight-text);
}

/* Text Area Box Styling for Defense Bonus (DB) Notes*/
.sheet-defense-bonus-notes .sheet-header .sheet-col0 {
padding-left: 6px;
Expand Down Expand Up @@ -3828,10 +3841,10 @@ button.sheet-positive-action {
height: 19px;
line-height: 19px;
color: white;
background: var(--highlight-text);
background: var(--highlight-text) ! important;
border-radius: 3px;
font-weight: bold;
width: 75px;
width: 75px ! important;
}


Expand Down Expand Up @@ -7023,4 +7036,18 @@ input[name="attr_is_intense_heat"][value="0"] ~ span.sheet-frequency-minutes {

input[name="attr_is_intense_heat"][value="1"] ~ span.sheet-frequency-intense-heat {
display: inline;
}

/* --- TOOLS DRINKING INTOXICATIONS -- */
.sheet-drinking-intoxication-health-roll,
.sheet-drinking-intoxication-no-health-roll {
display: none;
}

input[name="attr_drinking_intoxication_should_roll"][value="1"] ~ .sheet-drinking-intoxication-health-roll {
display: block;
}

input[name="attr_drinking_intoxication_should_roll"][value="0"] ~ .sheet-drinking-intoxication-no-health-roll {
display: block;
}
Loading

0 comments on commit b3137cd

Please sign in to comment.