diff --git a/5e Darker Dungeons/5e Darker Dungeons.css b/5e Darker Dungeons/5e Darker Dungeons.css index 4e274d981d..3f1ff18e71 100644 --- a/5e Darker Dungeons/5e Darker Dungeons.css +++ b/5e Darker Dungeons/5e Darker Dungeons.css @@ -1073,7 +1073,7 @@ pointer-events: none; } .sheet-rolltemplate-spell .sheet-container { width: 263px; - background: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/5th%20Edition%20OGL%20by%20Roll20/images/spellbg.jpg) center center; + background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/5e%20Darker%20Dungeons/img/spellbg.jpg") center center; background-size: auto; background-repeat: repeat; color: black; @@ -1535,7 +1535,10 @@ background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/5e%20Darker%20Dungeons/img/sheet-header-bg.png"); background-size: 100% 100%; display: grid; - grid-template-areas: ". logo . . ." ". logo . details ." ". name . details ." ". . . . ."; + grid-template-areas: ". logo . . ." + ". logo . details ." + ". name . details ." + ". . . . ."; grid-template-columns: 18px 289px 38px auto 18px; grid-template-rows: 40px 33px 46px auto; height: 141px; @@ -1679,7 +1682,9 @@ display: grid; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "attributes trackers trackers" "attributes health health" "attributes attacks effects"; + grid-template-areas: "attributes trackers trackers" + "attributes health health" + "attributes attacks effects"; grid-template-columns: 265px 1fr 1fr; grid-template-rows: 85px auto 1fr; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-attributes { @@ -1687,7 +1692,11 @@ display: grid; grid-template-columns: 75px auto; grid-template-rows: 30px auto auto auto 1fr; - grid-template-areas: "attributes proficiency-bonus" "attributes saves" "attributes skills" "tools tools" "proficiencies proficiencies"; + grid-template-areas: "attributes proficiency-bonus" + "attributes saves" + "attributes skills" + "tools tools" + "proficiencies proficiencies"; grid-column-gap: 5px; grid-row-gap: 5px; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-attributes .sheet-pc-attributes { @@ -1976,7 +1985,8 @@ grid-template-rows: 30px 30px; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "armor initiative perception speed fate fate" "armor initiative perception speed inspiration inspiration"; } + grid-template-areas: "armor initiative perception speed fate fate" + "armor initiative perception speed inspiration inspiration"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-trackers .sheet-pc-armor { grid-area: armor; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-trackers .sheet-pc-initiative { @@ -2002,7 +2012,8 @@ grid-area: health; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "hp-max hp hp health wounds wounds" "hit-dice hit-dice death health wounds wounds"; + grid-template-areas: "hp-max hp hp health wounds wounds" + "hit-dice hit-dice death health wounds wounds"; grid-template-columns: repeat(6, 1fr); grid-template-rows: 65px auto; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-health .sheet-pc-hp-max { @@ -2095,7 +2106,9 @@ grid-area: conditions; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "conditions conditions conditions conditions rations rations" "conditions conditions conditions conditions water water" "conditions conditions conditions conditions exhaustion exhaustion"; + grid-template-areas: "conditions conditions conditions conditions rations rations" + "conditions conditions conditions conditions water water" + "conditions conditions conditions conditions exhaustion exhaustion"; grid-template-columns: repeat(6, 1fr); grid-template-rows: 30px 30px 65px; margin-top: 5px; } @@ -2154,7 +2167,8 @@ grid-template-rows: 65px 1fr; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "pc-stress levels levels" "afflictions afflictions afflictions"; + grid-template-areas: "pc-stress levels levels" + "afflictions afflictions afflictions"; min-height: 85px; margin-bottom: 5px; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-stress .sheet-pc-stress { @@ -2218,7 +2232,10 @@ grid-area: attacks; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "spell-ability spell-dc spell-attack" "resource-class resource-other spell-burnout" "resources resources resources" "attacks attacks attacks"; + grid-template-areas: "spell-ability spell-dc spell-attack" + "resource-class resource-other spell-burnout" + "resources resources resources" + "attacks attacks attacks"; grid-template-columns: repeat(3, 1fr); grid-template-rows: 65px 65px auto 1fr; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-core .sheet-container-well-attacks .sheet-pc-spell-ability { @@ -2468,7 +2485,10 @@ grid-template-rows: 85px 120px 110px auto; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "equipment supplies" "equipment purse" "equipment encumberance" "equipment general"; } + grid-template-areas: "equipment supplies" + "equipment purse" + "equipment encumberance" + "equipment general"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-equipment .sheet-container-well-equipment { grid-area: equipment; display: grid; } @@ -2477,7 +2497,8 @@ display: grid; grid-template-rows: repeat(2, 30px); grid-row-gap: 5px; - grid-template-areas: "rations" "water"; } + grid-template-areas: "rations" + "water"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-equipment .sheet-container-well-equipment-purse { grid-area: purse; display: grid; @@ -2485,7 +2506,10 @@ grid-template-columns: 1fr 1fr; grid-row-gap: 5px; grid-column-gap: 5px; - grid-template-areas: "cp gp" "sp pp" "ep other" ". ."; } + grid-template-areas: "cp gp" + "sp pp" + "ep other" + ". ."; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-equipment .sheet-container-well-equipment-encumberance { grid-area: encumberance; display: grid; @@ -2711,7 +2735,8 @@ grid-template-rows: 355px auto; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "details features" "memories features"; } + grid-template-areas: "details features" + "memories features"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-features .sheet-container-well-details { grid-area: details; display: grid; @@ -2719,7 +2744,10 @@ grid-template-rows: repeat(4, 1fr); grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "details personality" "details ideals" "details bonds" "details flaws"; } + grid-template-areas: "details personality" + "details ideals" + "details bonds" + "details flaws"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-features .sheet-container-well-memories { grid-area: memories; display: grid; @@ -2727,7 +2755,9 @@ grid-template-rows: repeat(2, 30px) auto; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "memories xp" "memories training" "memories notes"; } + grid-template-areas: "memories xp" + "memories training" + "memories notes"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-features .sheet-container-well-features { grid-area: features; display: grid; @@ -2906,7 +2936,8 @@ grid-template-rows: 1fr 1fr; grid-column-gap: 10px; grid-row-gap: 10px; - grid-template-areas: "backstory features features" "allies allies treasure"; } + grid-template-areas: "backstory features features" + "allies allies treasure"; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-notes .sheet-pc-notes textarea { width: 100%; height: 100%; @@ -3047,7 +3078,11 @@ display: grid; grid-column-gap: 5px; grid-row-gap: 5px; - grid-template-areas: "class multiclass custom" "class spell custom" "general attribute skill" "general save skill" "darker save skill"; + grid-template-areas: "class multiclass custom" + "class spell custom" + "general attribute skill" + "general save skill" + "darker save skill"; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto auto auto 1fr; } .charsheet .sheet-darkerdungeons .sheet-section-pc .sheet-tab-options .sheet-pc-option-class {