Regenerate css

This commit is contained in:
professorbunbury 2021-02-05 13:02:03 +00:00
parent bbbf765e99
commit bec1a93446
2 changed files with 23 additions and 22 deletions

View file

@ -234,14 +234,15 @@ body.dark-theme .dice-roll .dice-total.fumble {
box-shadow: 0 0 12px rgba(232, 17, 17, 0.5); box-shadow: 0 0 12px rgba(232, 17, 17, 0.5);
} }
body.dark-theme #chat-controls .roll-type-select { body.dark-theme #chat-controls .roll-type-select {
background: #4f4f4f; background: #a9a9a9;
color: #FFFFFF; color: #1C1C1C;
} }
body.dark-theme #chat-controls label { body.dark-theme #chat-controls label {
color: white; color: white;
} }
body.dark-theme #chat-form textarea { body.dark-theme #chat-form textarea {
background: #4f4f4f; background: #a9a9a9;
color: #1C1C1C;
} }
body.dark-theme #combat #combat-round { body.dark-theme #combat #combat-round {
color: #E81111; color: #E81111;

View file

@ -65,7 +65,7 @@ body.light-theme input[type="date"]:hover,
body.light-theme input[type="time"]:hover, body.light-theme input[type="time"]:hover,
body.light-theme select:hover, body.light-theme select:hover,
body.light-theme textarea:hover { body.light-theme textarea:hover {
border-color: #4f4f4f; border-color: #a9a9a9;
} }
body.light-theme input[type="text"]:focus, body.light-theme input[type="text"]:focus,
body.light-theme input[type="number"]:focus, body.light-theme input[type="number"]:focus,
@ -238,7 +238,7 @@ body.light-theme #chat-controls .roll-type-select {
color: #1C1C1C; color: #1C1C1C;
} }
body.light-theme #chat-controls label { body.light-theme #chat-controls label {
color: #c40f0f; color: #1C1C1C;
} }
body.light-theme #chat-form textarea { body.light-theme #chat-form textarea {
background: #a9a9a9; background: #a9a9a9;
@ -252,7 +252,7 @@ body.light-theme #combat #combat-round .encounters h4 {
color: #c40f0f; color: #c40f0f;
} }
body.light-theme #combat #combat-round .encounters a { body.light-theme #combat #combat-round .encounters a {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme #combat #combat-round .encounters a:hover { body.light-theme #combat #combat-round .encounters a:hover {
color: #c40f0f; color: #c40f0f;
@ -267,7 +267,7 @@ body.light-theme #combat #combat-tracker li.combatant h4 {
color: #1C1C1C; color: #1C1C1C;
} }
body.light-theme #combat #combat-tracker li.combatant .roll { body.light-theme #combat #combat-tracker li.combatant .roll {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme #combat #combat-tracker li.combatant .roll:hover { body.light-theme #combat #combat-tracker li.combatant .roll:hover {
color: #c40f0f; color: #c40f0f;
@ -279,7 +279,7 @@ body.light-theme #combat #combat-tracker li.combatant .combatant-control.active
color: #363636; color: #363636;
} }
body.light-theme #combat #combat-tracker li.combatant .token-resource { body.light-theme #combat #combat-tracker li.combatant .token-resource {
color: #4f4f4f; color: #a9a9a9;
border-right: 1px solid #828282; border-right: 1px solid #828282;
} }
body.light-theme #combat #combat-tracker li.combatant.active { body.light-theme #combat #combat-tracker li.combatant.active {
@ -321,7 +321,7 @@ body.light-theme .sidebar-tab .directory-list .folder > .folder-header h3 > i {
color: #0d99cc; color: #0d99cc;
} }
body.light-theme .sidebar-tab .directory-list .folder > .folder-header a { body.light-theme .sidebar-tab .directory-list .folder > .folder-header a {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sidebar-tab .directory-list .folder > .folder-header a:hover { body.light-theme .sidebar-tab .directory-list .folder > .folder-header a:hover {
color: #c40f0f; color: #c40f0f;
@ -560,7 +560,7 @@ body.light-theme .sw5e.sheet .window-content select {
} }
body.light-theme .sw5e.sheet .window-content input:hover, body.light-theme .sw5e.sheet .window-content input:hover,
body.light-theme .sw5e.sheet .window-content select:hover { body.light-theme .sw5e.sheet .window-content select:hover {
border-color: #4f4f4f; border-color: #a9a9a9;
} }
body.light-theme .sw5e.sheet .window-content input:focus, body.light-theme .sw5e.sheet .window-content input:focus,
body.light-theme .sw5e.sheet .window-content select:focus { body.light-theme .sw5e.sheet .window-content select:focus {
@ -593,7 +593,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet header h1.character-name input[t
color: #c40f0f; color: #c40f0f;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet header .level-experience .xpbar { body.light-theme .sw5e.sheet.actor .swalt-sheet header .level-experience .xpbar {
border: 1px solid #4f4f4f; border: 1px solid #a9a9a9;
background-color: #afc6d6; background-color: #afc6d6;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet header .level-experience .xpbar .bar { body.light-theme .sw5e.sheet.actor .swalt-sheet header .level-experience .xpbar .bar {
@ -601,11 +601,11 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet header .level-experience .xpbar
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet header .summary input, body.light-theme .sw5e.sheet.actor .swalt-sheet header .summary input,
body.light-theme .sw5e.sheet.actor .swalt-sheet header .summary .proficiency { body.light-theme .sw5e.sheet.actor .swalt-sheet header .summary .proficiency {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value, body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value,
body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value input { body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value input {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-separator { body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-separator {
color: #828282; color: #828282;
@ -628,17 +628,17 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet header .attributes footer.initia
border-color: #c40f0f; border-color: #c40f0f;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item { body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item.active { body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item.active {
color: #c40f0f; color: #c40f0f;
border-bottom-color: #c40f0f; border-bottom-color: #c40f0f;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item.active:hover { body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item.active:hover {
background: rgba(79, 79, 79, 0.1); background: rgba(169, 169, 169, 0.1);
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item:hover { body.light-theme .sw5e.sheet.actor .swalt-sheet nav.sheet-navigation .item:hover {
background: rgba(79, 79, 79, 0.1); background: rgba(169, 169, 169, 0.1);
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .filter-list .filter-item { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .filter-list .filter-item {
border-bottom: 2px solid #828282; border-bottom: 2px solid #828282;
@ -670,7 +670,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list ol li.item h4 {
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list li.item .item-name .item-image::before, body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list li.item .item-name .item-image::before,
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list ol li.item .item-name .item-image::before { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list ol li.item .item-name .item-image::before {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list li.item .item-name.rollable:hover .item-image:hover::before, body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list li.item .item-name.rollable:hover .item-image:hover::before,
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list ol li.item .item-name.rollable:hover .item-image:hover::before { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab .group-list ol li.item .item-name.rollable:hover .item-image:hover::before {
@ -695,7 +695,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scor
color: #c40f0f; color: #c40f0f;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-score { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-score {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-modifiers .ability-mod, body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-modifiers .ability-mod,
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-modifiers .ability-save { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .scores li .ability-modifiers .ability-save {
@ -711,7 +711,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .abilities .skil
color: #c40f0f; color: #c40f0f;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button.active { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button.active {
color: #c40f0f; color: #c40f0f;
@ -721,7 +721,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resource
background: rgba(196, 15, 15, 0.1); background: rgba(196, 15, 15, 0.1);
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button:hover { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources nav button:hover {
background: rgba(79, 79, 79, 0.1); background: rgba(169, 169, 169, 0.1);
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.traits .trait-selector i.fas { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.traits .trait-selector i.fas {
color: #c40f0f; color: #c40f0f;
@ -735,7 +735,7 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resource
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value, body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value,
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value input { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value input {
color: #4f4f4f; color: #a9a9a9;
} }
body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value .value-separator { body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value .value-separator {
color: #828282; color: #828282;
@ -776,5 +776,5 @@ body.light-theme .sw5e.sheet.actor .swalt-sheet .tab.notes section > input {
border-bottom: 2px solid #0d99cc; border-bottom: 2px solid #0d99cc;
} }
body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience { body.light-theme .sw5e.sheet.actor.npc .swalt-sheet header .experience {
color: #4f4f4f; color: #a9a9a9;
} }