* Regenerate sheet files

This commit is contained in:
Kreuvf
2025-01-25 20:28:24 +01:00
parent 2656d416ee
commit 8156ddf603
2 changed files with 5044 additions and 540 deletions
@@ -322,7 +322,7 @@ div.repcontrol[data-groupname=repeating_conjuration-spells-myranor] {
padding: 0 .5em;
margin-bottom: -2em;
display: block;
background-color: none;
background-color: initial;
font-size: 1em;
text-align: left;
}
@@ -444,6 +444,10 @@ The solution: convert the <input>s to type="text" and make them look like normal
color: var(--color-foreground);
}
.charsheet button[type="roll"].utility-button::before {
content: "⚙️";
}
.charsheet button[type="roll"] > span {
font-family: serif;
font-size: 0.769em; /* Reverse 1.3em from app.css */
@@ -631,11 +635,6 @@ The solution: convert the <input>s to type="text" and make them look like normal
margin-top: 0.3em;
margin-bottom: 0em;
}
.charsheet .developer:not(:checked) + div.config-developer{
display: none;
}
/*-------------------------------------------------Tabs--------------------------------------*/
.charsheet div[class^="section"] {
@@ -699,6 +698,11 @@ The solution: convert the <input>s to type="text" and make them look like normal
.charsheet input.conjuration-myranor:checked ~ div.section-conjuration-myranor,
.charsheet input.tab52:checked ~ div.section-Ritualbogen,
.charsheet input.tab53:checked ~ div.section-ZFertigkeiten,
.charsheet input.reg-relax:checked ~ div.reg-relax,
.charsheet input.reg-rest:checked ~ div.reg-rest,
.charsheet input.reg-sleep:checked ~ div.reg-sleep,
.charsheet input.reg-astralmeditation:checked ~ div.reg-astralmeditation,
.charsheet input.reg-karmicmeditation:checked ~ div.reg-karmicmeditation,
.charsheet input.tab81:checked ~ div.section-Notizblock,
.charsheet input.tab82:checked ~ div.section-Personen,
.charsheet input.tab83:checked ~ div.section-Orte,
@@ -733,6 +737,11 @@ The solution: convert the <input>s to type="text" and make them look like normal
.charsheet div.section.section-Magie > div.section.section-conjuration-myranor,
.charsheet div.section.section-Magie > div.section.section-Ritualbogen,
.charsheet div.section.section-Magie > div.section.section-ZFertigkeiten,
.charsheet div.section.section-regeneration > div.section.reg-relax,
.charsheet div.section.section-regeneration > div.section.reg-rest,
.charsheet div.section.section-regeneration > div.section.reg-sleep,
.charsheet div.section.section-regeneration > div.section.reg-astralmeditation,
.charsheet div.section.section-regeneration > div.section.reg-karmicmeditation,
.charsheet div.section.section-Notizen > div.section.section-Notizblock,
.charsheet div.section.section-Notizen > div.section.section-Personen,
.charsheet div.section.section-Notizen > div.section.section-Orte,
@@ -769,6 +778,11 @@ The solution: convert the <input>s to type="text" and make them look like normal
.charsheet input.tab75:checked + span.tab75,
.charsheet input.tab-regeneration:checked + span.tab-regeneration,
.charsheet input.tab8:checked + span.tab8,
.charsheet input.reg-relax:checked + span.reg-relax,
.charsheet input.reg-rest:checked + span.reg-rest,
.charsheet input.reg-sleep:checked + span.reg-sleep,
.charsheet input.reg-astralmeditation:checked + span.reg-astralmeditation,
.charsheet input.reg-karmicmeditation:checked + span.reg-karmicmeditation,
.charsheet input.tab81:checked + span.tab81,
.charsheet input.tab82:checked + span.tab82,
.charsheet input.tab83:checked + span.tab83,
@@ -863,26 +877,6 @@ The solution: convert the <input>s to type="text" and make them look like normal
display: none;
}
.charsheet .hide-man-parierwaffenI:not(:checked) ~ .hide-man-entwaffnen:checked ~ .hide-man-meisterparade:not(:checked) ~ div div button.hideable-man-entwaffnen,
.charsheet .hide-man-parierwaffenI:not(:checked) ~ .hide-man-meisterlichesentwaffnen:checked ~ .hide-man-meisterparade:not(:checked) ~ div div button.hideable-man-meisterlichesentwaffnen {
display: none;
}
.charsheet .hide-man-parierwaffenI:checked ~ .hide-man-entwaffnen:checked ~ .hide-man-meisterparade:not(:checked) ~ div div button.hideable-man-entwaffnen,
.charsheet .hide-man-parierwaffenI:checked ~ .hide-man-meisterlichesentwaffnen:checked ~ .hide-man-meisterparade:not(:checked) ~ div div button.hideable-man-meisterlichesentwaffnen {
display: table-row;
}
.charsheet .hide-man-parierwaffenI:not(:checked) ~ .hide-man-entwaffnen:checked ~ .hide-man-meisterparade:checked ~ div div button.hideable-man-entwaffnen,
.charsheet .hide-man-parierwaffenI:not(:checked) ~ .hide-man-meisterlichesentwaffnen:checked ~ .hide-man-meisterparade:checked ~ div div button.hideable-man-meisterlichesentwaffnen {
display: table-row;
}
.charsheet .hide-man-parierwaffenI:checked ~ .hide-man-entwaffnen:checked ~ .hide-man-meisterparade:checked ~ div div button.hideable-man-entwaffnen,
.charsheet .hide-man-parierwaffenI:checked ~ .hide-man-meisterlichesentwaffnen:checked ~ .hide-man-meisterparade:checked ~ div div button.hideable-man-meisterlichesentwaffnen {
display: table-row;
}
/* Ranged combat related hiding and styling */
.charsheet .hide-ranged-combat-calc:checked ~ table.ranged-combat-calc,
.charsheet .hide-brightness:not(:checked) ~ table select.hide-wde-brightness,
@@ -1004,6 +998,15 @@ The solution: convert the <input>s to type="text" and make them look like normal
font-size: 1em;
}
.charsheet .automode:checked ~ label > .automode-hide {
display: none;
}
.charsheet .automode:checked ~ label > .automode-show {
display: initial;
}
/** Sleep */
.charsheet .show-homesickness:not(:checked) ~ div.hideable-homesickness,
.charsheet .show-food-restriction:not(:checked) ~ div.hideable-food-restriction,
.charsheet .show-addiction:not(:checked) ~ div.hideable-addiction,
@@ -1012,6 +1015,45 @@ The solution: convert the <input>s to type="text" and make them look like normal
display: none;
}
.charsheet .metal-sensitive:checked ~ label.metal-sensitive {
display: initial;
}
/** Astral Meditation */
.charsheet .versteckeMagie:checked ~ .reg-astralmeditation {
display: none;
}
.charsheet div.inline-label-box > label {
display: inline;
}
.charsheet .mod-skill-hint:not(:checked) ~ label > span.default-hide.mod-skill-hint,
.charsheet .mod-skill-hint:checked ~ label > span.default-show.mod-skill-hint {
display: none;
}
.charsheet .mod-skill-hint:checked ~ label > span.default-hide.mod-skill-hint {
display: initial;
}
.charsheet .special-skill-astral-meditation:checked ~ label.use-thonnys.thonnys-amount-variable,
.charsheet .special-skill-astral-meditation:not(:checked) ~ label.use-thonnys.thonnys-amount-fixed
{
display: none;
}
.charsheet .special-skill-astral-meditation:checked ~ label.use-thonnys.thonnys-amount-fixed,
.charsheet .special-skill-astral-meditation:not(:checked) ~ label.use-thonnys.thonnys-amount-variable
{
display: initial;
}
/** Karmic Meditation */
.charsheet .versteckeLiturgien:checked ~ .reg-karmicmeditation {
display: none;
}
/*--------------------------------------------Configuration-------------------------------------*/
@@ -1234,19 +1276,43 @@ upper left, upper right, lower right, lower left */
}
/* Regeneration Roll Template(s) */
.sheet-rolltemplate-reg-astralmeditation table,
.sheet-rolltemplate-reg-astralmeditation-set-full table,
.sheet-rolltemplate-reg-deepbreath table,
.sheet-rolltemplate-reg-karmicmeditation table,
.sheet-rolltemplate-reg-relax table,
.sheet-rolltemplate-reg-rest table,
.sheet-rolltemplate-reg-sleep table {
background-color: var(--color-background-regeneration);
border-color: var(--color-border-regeneration);
}
.sheet-rolltemplate-reg-astralmeditation td.sheet-highlight,
.sheet-rolltemplate-reg-astralmeditation-set-full td.sheet-highlight,
.sheet-rolltemplate-reg-deepbreath td.sheet-highlight,
.sheet-rolltemplate-reg-karmicmeditation td.sheet-highlight,
.sheet-rolltemplate-reg-relax td.sheet-highlight,
.sheet-rolltemplate-reg-rest td.sheet-highlight,
.sheet-rolltemplate-reg-sleep td.sheet-highlight {
background-color: var(--color-background-regeneration-highlight);
}
.sheet-rolltemplate-reg-astralmeditation tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-astralmeditation-set-full tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-deepbreath tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-karmicmeditation tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-relax tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-rest tr.sheet-detail-level-1 td:first-child,
.sheet-rolltemplate-reg-sleep tr.sheet-detail-level-1 td:first-child {
padding-left: 2.5em;
}
.sheet-rolltemplate-reg-astralmeditation td.sheet-regeneration-result,
.sheet-rolltemplate-reg-astralmeditation-set-full td.sheet-regeneration-result,
.sheet-rolltemplate-reg-deepbreath td.sheet-regeneration-result,
.sheet-rolltemplate-reg-karmicmeditation td.sheet-regeneration-result,
.sheet-rolltemplate-reg-relax td.sheet-regeneration-result,
.sheet-rolltemplate-reg-rest td.sheet-regeneration-result,
.sheet-rolltemplate-reg-sleep td.sheet-regeneration-result {
text-align: right;
}
@@ -1396,7 +1462,7 @@ upper left, upper right, lower right, lower left */
.charsheet table.wound-effects-table tr,
.charsheet table.wound-effects-table th,
.charsheet table.wound-effects-table td,{
.charsheet table.wound-effects-table td {
padding: 0.4em;
padding-top: 0.2em;
padding-bottom: 0.2em;
File diff suppressed because it is too large Load Diff