Skip to content

Commit

Permalink
Merge pull request #13669 from vince-roll20/PF1_fix
Browse files Browse the repository at this point in the history
PF1 Community
  • Loading branch information
NorWhal authored Jan 14, 2025
2 parents 97f92fb + 5a8f36c commit 1ba142e
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 124 deletions.
48 changes: 13 additions & 35 deletions Pathfinder Community/pathfinder_community.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
border-radius: 6px;
}

.charsheet .details-box .small-label2 {
height: auto;
display: inline-grid;
}

.charsheet .section-roll_templates {
display: none;
opacity: 0;
Expand Down Expand Up @@ -503,10 +498,6 @@
overflow-x: visible;
}

.charsheet .experience {
margin-top: .5em;
}

/* in all pages mode, put margin above h1 except first page*/
.charsheet .tab99:checked ~ .section:not(.section-core) h1 {
margin-top: 1em;
Expand All @@ -522,17 +513,7 @@
margin-bottom: .5em;
}

.charsheet .section-spellclass {
padding-top: .33em;
}

.charsheet .iterative_attack_section {
margin-left: 0.2rem;
}

.charsheet .currency .table {
display: inline-block;
vertical-align: top;
border: 0.1rem solid DarkGray;
width: 50%;
}
Expand Down Expand Up @@ -585,9 +566,9 @@

.charsheet .pf-border {
border: 0.1rem solid #d3d3d3;
border-radius: 0.5rem;
box-sizing: content-box;
padding: .5em .5em 0 .5em;
border-radius: 0.5rem;
}

.charsheet h1,
Expand Down Expand Up @@ -2258,10 +2239,12 @@ also need 1 more level in selector or base css will override border */
position: relative;
}

/* the label underneath button*/
.charsheet .small-label2 > .csstextbutton + span + span,
.charsheet .small-label2 > .cssbutton + span + span {
display: block;
.charsheet label input.cssbutton,
.charsheet label input.csstextbutton {
display: flex;
min-width: -webkit-fill-available;
position: absolute;
width: -webkit-fill-available;
}

.charsheet .csstextbutton,
Expand Down Expand Up @@ -2334,7 +2317,6 @@ also need 1 more level in selector or base css will override border */
color: darkslategray;
}


.charsheet .showarrow.npc-details-show + .showsect::before {
color: White;
padding-left: .5em;
Expand Down Expand Up @@ -2835,10 +2817,6 @@ span[data-i18n-title="display-settings-config"]:has(input.cssbutton:not(:checked
.charsheet .newtemplate-button + span::before {
content: '✚';
/*'⛨☤';*/
vertical-align: top;
padding: 0.1rem 0.2rem 0.1rem 0.1rem;
width: 1.6em;
height: 1.6em;
}

.charsheet .newbuff-button + span::before {
Expand Down Expand Up @@ -3214,9 +3192,11 @@ span[data-i18n-title="display-settings-config"]:has(input.cssbutton:not(:checked
}

.charsheet .compendium-note {
align-items: center;
display: flex;
float: right;
text-align: right;
margin-top: .25em;
max-height: 2rem;
position: relative;
}

.charsheet .vertical-middle {
Expand Down Expand Up @@ -3423,10 +3403,6 @@ span[data-i18n-title="display-settings-config"]:has(input.cssbutton:not(:checked
white-space: normal;
}

.charsheet .spell-options .table-row .table-cell label {
display: flex;
}

.charsheet .readonly-show:not(:checked) ~ .main .options-readonly,
.charsheet .readonly-show:not(:checked) ~ .main .options-readonly .table-cell {
background-color: WhiteSmoke;
Expand Down Expand Up @@ -4395,6 +4371,7 @@ span[data-i18n-title="display-settings-config"]:has(input.cssbutton:not(:checked
text-align: left;
}

.charsheet .attack-options .table-row .table-cell label,
.charsheet .spell-options .table-row .table-cell label {
display: flex;
}
Expand Down Expand Up @@ -4642,6 +4619,7 @@ span[data-i18n-title="display-settings-config"]:has(input.cssbutton:not(:checked
.charsheet .extra-show:checked ~ div .extra-sect-inverse,
/* buttons */
.charsheet .progress-show:not(:checked) ~ .progress-icon,
.charsheet label:has(.progress-show:not(:checked)) ~ .progress-icon,
.charsheet .use-size-show:not(:checked) ~ .use-size,
.charsheet .use-size-show:checked ~ .dont-use-size,
.charsheet .use-size-show:not(:checked) ~ .repeating-fields .use-size,
Expand Down
Loading

0 comments on commit 1ba142e

Please sign in to comment.