From 7f6a7ef2a7006a0fb6bc286ba41ded3a13150fe1 Mon Sep 17 00:00:00 2001 From: Vesselchuck <70449411+Vesselchuck@users.noreply.github.com> Date: Mon, 16 May 2022 13:11:03 +0300 Subject: [PATCH] Add files via upload --- styles/pc-sheet-dark.css | 44 +++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/styles/pc-sheet-dark.css b/styles/pc-sheet-dark.css index 0c9dbeb..814dbc9 100644 --- a/styles/pc-sheet-dark.css +++ b/styles/pc-sheet-dark.css @@ -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; @@ -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); } @@ -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); } @@ -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, @@ -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 { @@ -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); } @@ -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); } \ No newline at end of file