Skip to content

Commit

Permalink
Merge pull request #49 from Vesselchuck/main
Browse files Browse the repository at this point in the history
Update to comply with PF2e Workbench v3.2.0
  • Loading branch information
Dorako authored May 16, 2022
2 parents fe5b6ba + 7f6a7ef commit 1e64f44
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions styles/pc-sheet-dark.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
:root {
--nethys-uncommon: #c45500;
--nethys-rare: #0c1466;
--nethys-unique: #800080;
}

.actor.sheet.character .window-content .crb-style {
background: url(/systems/pf2e/assets/sheet/header.webp), var(--sheet-dark);
background-repeat: repeat-x, no-repeat;
Expand Down Expand Up @@ -117,7 +123,7 @@
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .character-abilities .ability-scores .ability .details-input {
border-radius: 0px;
border-radius: 0;
box-shadow: 0 0 0 1px var(--tertiary),0 0 0 2px #9f725b,inset 0 0 4px rgba(0,0,0,.5);
}

Expand Down Expand Up @@ -328,7 +334,7 @@
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.proficiencies .proficiencies-pane .lores-list .skill .skill-score:hover {
color: var(--tertiary-dark);
filter: none;
mix-blend-mode: none;
mix-blend-mode: unset;
text-shadow: var(--pf2e-shadow-is-dark);
}

Expand Down Expand Up @@ -375,7 +381,7 @@
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list.strikes-list li.strike .auxiliary-actions {
padding: 4px 0px 0px 5px;
padding: 4px 0 0 5px;
}

.actor.sheet.character .crb-style .actions .actions-container .actions-tabs-wrapper .actions-panels .actions-list.item-list.directory-list.strikes-list .item.action.strike.expandable .auxiliary-actions button:hover,
Expand All @@ -395,7 +401,7 @@ a.inline-roll {
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.actions .actions-container .actions-tabs-wrapper .actions-panels ol.actions-list .item.action.strike.expandable.ready .item-summary {
margin-bottom: 0px;
margin-bottom: 0;
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory .encumbrance {
Expand Down Expand Up @@ -433,7 +439,7 @@ a.inline-roll {
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .actions .actions-container .actions-tabs-wrapper .actions-panels .actions-list.item-list.directory-list.skill-action-list .action-header.stroke-header .item-controls .item-control input::placeholder,
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.pfs>section.organized-play input::placeholder {
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.pfs .organized-play input::placeholder {
color: var(--text-light);
filter: brightness(0.8);
}
Expand Down Expand Up @@ -523,4 +529,32 @@ a.inline-roll {

.spellcasting-entry.sheet ol.spell-list>li .item-summary {
background: none;
}

.actor.sheet.character .crb-style .item-name .xdy-pf2e-workbench-rarity-uncommon {
border-color: var(--nethys-uncommon);
color: var(--nethys-uncommon);
text-shadow: 1px 0 0 var(--text-light), -1px 0 0 var(--text-light), 0 1px 0 var(--text-light), 0 -1px 0 var(--text-light), 1px 1px var(--text-light), -1px -1px 0 var(--text-light), 1px -1px 0 var(--text-light), -1px 1px 0 var(--text-light);
}

.actor.sheet.character .crb-style .item-name .xdy-pf2e-workbench-rarity-rare {
border-color: var(--nethys-rare);
color: var(--nethys-rare);
text-shadow: 1px 0 0 var(--text-light), -1px 0 0 var(--text-light), 0 1px 0 var(--text-light), 0 -1px 0 var(--text-light), 1px 1px var(--text-light), -1px -1px 0 var(--text-light), 1px -1px 0 var(--text-light), -1px 1px 0 var(--text-light);
}

.actor.sheet.character .crb-style .item-name .xdy-pf2e-workbench-rarity-unique {
border-color: var(--nethys-unique);
color: var(--nethys-unique);
text-shadow: 1px 0 0 var(--text-light), -1px 0 0 var(--text-light), 0 1px 0 var(--text-light), 0 -1px 0 var(--text-light), 1px 1px var(--text-light), -1px -1px 0 var(--text-light), 1px -1px 0 var(--text-light), -1px 1px 0 var(--text-light);
}

.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-uncommon:hover {
text-shadow: 1px 0 0 var(--nethys-uncommon), -1px 0 0 var(--nethys-uncommon), 0 1px 0 var(--nethys-uncommon), 0 -1px 0 var(--nethys-uncommon), 1px 1px var(--nethys-uncommon), -1px -1px 0 var(--nethys-uncommon), 1px -1px 0 var(--nethys-uncommon), -1px 1px 0 var(--nethys-uncommon);
}
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-rare:hover {
text-shadow: 1px 0 0 var(--nethys-rare), -1px 0 0 var(--nethys-rare), 0 1px 0 var(--nethys-rare), 0 -1px 0 var(--nethys-rare), 1px 1px var(--nethys-rare), -1px -1px 0 var(--nethys-rare), 1px -1px 0 var(--nethys-rare), -1px 1px 0 var(--nethys-rare);
}
.actor.sheet.character .crb-style .sheet-body .sheet-content .tab.inventory.item-container .item-name .xdy-pf2e-workbench-rarity-unique:hover {
text-shadow: 1px 0 0 var(--nethys-unique), -1px 0 0 var(--nethys-unique), 0 1px 0 var(--nethys-unique), 0 -1px 0 var(--nethys-unique), 1px 1px var(--nethys-unique), -1px -1px 0 var(--nethys-unique), 1px -1px 0 var(--nethys-unique), -1px 1px 0 var(--nethys-unique);
}

0 comments on commit 1e64f44

Please sign in to comment.