Skip to content

Commit

Permalink
Merge pull request #12234 from MadCoder253/gurps-2.9.18
Browse files Browse the repository at this point in the history
[GURPS] 2.9.18
  • Loading branch information
BronsonHall authored Oct 17, 2023
2 parents ce2e705 + 606f58e commit 1609f41
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 464 deletions.
134 changes: 123 additions & 11 deletions GURPS/gurps.css
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ input[name="attr_has_language_talent"][value="1"] ~ .repcontainer .sheet-languag

/* general info */
.sheet-general-bio {
width: 421px;
width: 412px;
}

.sheet-general-bio .sheet-header {
Expand Down Expand Up @@ -2445,11 +2445,26 @@ span.sheet-emphatic {
opacity: 1;
}

.sheet-general-bio .sheet-row .sheet-col0 { width: 80px; }
.sheet-general-bio .sheet-row .sheet-col0 {
width: 80px;
}

.sheet-general-bio .sheet-row .sheet-col-label {
width: 50px;
}

.sheet-general-bio .sheet-row .sheet-col-main-hand {
width: 63px;
}

.sheet-general-bio .sheet-row .sheet-col1 {
width: calc(100% - 85px);
}

.sheet-general-bio .sheet-row .sheet-col2 {
width: 200px;
}

.sheet-general-bio .sheet-row input {
text-align: left;
}
Expand All @@ -2464,14 +2479,14 @@ span.sheet-emphatic {
}

.sheet-general-bio .sheet-row-textarea-reactions textarea {
height: 140px;
height: 136px;
margin: 0;
padding: 2px 0 2px 2px;
}

/* bio description */
.sheet-bio-description {
width: 421px;
width: 412px;
}

.sheet-bio-description .sheet-header,
Expand All @@ -2497,6 +2512,30 @@ span.sheet-emphatic {
width: calc(100% - 294px);
}

.sheet-bio-description .sheet-row .sheet-col-main-hand {
width: 63px;
}

.sheet-bio-description .sheet-row .sheet-col-input {
width: 30px;
}

.sheet-bio-description .sheet-row .sheet-col-small {
width: 44px;
}

.sheet-bio-description .sheet-row .sheet-col-med {
width: 90px;
}

.sheet-bio-description .sheet-row .sheet-col-large {
width: 120px;
}

.sheet-bio-description .sheet-row .sheet-col2 {
width: 200px;
}

.sheet-bio-description .sheet-row input {
text-align: left;
}
Expand Down Expand Up @@ -2531,10 +2570,19 @@ span.sheet-emphatic {
padding: 2px 0 2px 2px;
}

.sheet-bio-description input[name="attr_use_metric"][type="hidden"][value="1"] ~ .sheet-pounds {
display: none;
}

.sheet-bio-description input[name="attr_use_metric"][type="hidden"][value="0"] ~ .sheet-kilagrams {
display: none;
}


/* Background Information */

.sheet-background-info {
width: 421px;
width: 412px;
}

.sheet-background-info .sheet-header {
Expand All @@ -2559,6 +2607,26 @@ span.sheet-emphatic {
width: calc(100% - 294px);
}

.sheet-background-info .sheet-row .sheet-col-main-hand {
width: 63px;
}

.sheet-background-info .sheet-row .sheet-col-input {
width: 30px;
}

.sheet-background-info .sheet-row .sheet-col-small {
width: 44px;
}

.sheet-background-info .sheet-row .sheet-col-med {
width: 90px;
}

.sheet-background-info .sheet-row .sheet-col2 {
width: 200px;
}

.sheet-background-info .sheet-row input {
text-align: left;
}
Expand Down Expand Up @@ -2598,7 +2666,7 @@ span.sheet-emphatic {
/* Misc Notes */

.sheet-misc-notes {
width: 421px;
width: 412px;
}

.sheet-misc-notes .sheet-header {
Expand All @@ -2620,20 +2688,20 @@ span.sheet-emphatic {
}

.sheet-misc-notes .sheet-row-textarea .sheet-cell {
height: 159px;
height: 326px;
padding: 4px 8px 4px 4px;
}

.sheet-misc-notes .sheet-row-textarea textarea {
height: 145px;
height: 316px;
margin: 0;
padding: 2px 0 2px 2px;
}

/* training Notes */

.sheet-training-notes {
width: 421px;
width: 100%;
}

.sheet-training-notes .sheet-header {
Expand All @@ -2655,15 +2723,52 @@ span.sheet-emphatic {
}

.sheet-training-notes .sheet-row-textarea .sheet-cell {
height: 159px;
height: 259px;
padding: 4px 8px 4px 4px;
}

.sheet-training-notes .sheet-row-textarea textarea {
height: 145px;
height: 245px;
margin: 0;
padding: 2px 0 2px 2px;
}


/* Reactions Notes */

.sheet-reaction-notes {
width: 100%;
}

.sheet-reaction-notes .sheet-header {
background: var(--header-bg);
margin-bottom: 5px;
}

.sheet-reaction-notes .sheet-header .sheet-col0 {
width: calc(100%);
text-align: center;
}

.sheet-reaction-notes .sheet-row .sheet-col0 {
width: calc(100%);
}

.sheet-reaction-notes .sheet-row-textarea {
margin-top: 4px;
}

.sheet-reaction-notes .sheet-row-textarea .sheet-cell {
height: 259px;
padding: 4px 8px 4px 4px;
}

.sheet-reaction-notes .sheet-row-textarea textarea {
height: 245px;
margin: 0;
padding: 2px 0 2px 2px;
}

/* -- repeating controls -- */
.repcontrol {
margin-top: 4px;
Expand Down Expand Up @@ -5174,6 +5279,13 @@ input[name="attr_combat_tabs"][value="tools"] ~ .sheet-tabs > div:nth-of-type(6)
display: block;
}

input[name="attr_bio_tabs"][value="bio"] ~ .sheet-tabs > div:nth-of-type(1),
input[name="attr_bio_tabs"][value="reactions"] ~ .sheet-tabs > div:nth-of-type(2),
input[name="attr_bio_tabs"][value="training"] ~ .sheet-tabs > div:nth-of-type(3),
input[name="attr_bio_tabs"][value="campaign"] ~ .sheet-tabs > div:nth-of-type(4) {
display: block;
}

/* hit points and movement section of combat tab */
.sheet-tabbed-header .sheet-container {
display: grid;
Expand Down
Loading

0 comments on commit 1609f41

Please sign in to comment.