PC sheet review + dialog rolls update
All checks were successful
Release Creation / build (release) Successful in 1m3s
All checks were successful
Release Creation / build (release) Successful in 1m3s
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
:root {
|
||||
--font-size-standard: 0.9rem;
|
||||
--font-size-result: 1.4rem;
|
||||
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../assets/ui/sheet_background_01.webp");
|
||||
--background-image-base: url("../assets/ui/sheet_background_01.webp");
|
||||
--font-primary: "MinionProRegular";
|
||||
--font-secondary: "MinionProRegular";
|
||||
--font-title: "SupernaturalKnight";
|
||||
@@ -159,7 +159,7 @@ i.fvtt-hellborn {
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .character-main {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc {
|
||||
@@ -213,17 +213,24 @@ i.fvtt-hellborn {
|
||||
align-items: center;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition .splitted {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 4px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition label {
|
||||
max-width: 4rem;
|
||||
max-width: 5rem;
|
||||
min-width: 5rem;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition input {
|
||||
min-width: 16rem;
|
||||
max-width: 16rem;
|
||||
text-align: left;
|
||||
min-width: 9rem;
|
||||
max-width: 9rem;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-pc .character-right .character-definition .trait {
|
||||
min-width: 13rem;
|
||||
max-width: 13rem;
|
||||
min-width: 7rem;
|
||||
max-width: 7rem;
|
||||
margin-right: 1rem;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
@@ -245,7 +252,7 @@ i.fvtt-hellborn {
|
||||
min-width: 500px;
|
||||
}
|
||||
.fvtt-hellborn .character-main .character-stats {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
@@ -280,7 +287,7 @@ i.fvtt-hellborn {
|
||||
min-width: 120px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -307,6 +314,14 @@ i.fvtt-hellborn {
|
||||
gap: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .counters .characteristics-label {
|
||||
color: grey;
|
||||
font-size: small;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .counters label {
|
||||
min-width: 4rem;
|
||||
max-width: 4rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-status .main-div .counters input {
|
||||
min-width: 2.5rem;
|
||||
max-width: 2.5rem;
|
||||
@@ -378,7 +393,7 @@ i.fvtt-hellborn {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-maleficas .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -463,7 +478,7 @@ i.fvtt-hellborn {
|
||||
margin: 4px 0 0 0;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -475,6 +490,14 @@ i.fvtt-hellborn {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .limboes .limboes-layout {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .limboes .limboes-line {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .limboes .form-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -485,8 +508,9 @@ i.fvtt-hellborn {
|
||||
max-width: 14rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .limboes input {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
text-align: left;
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-equipment .main-div .weapons {
|
||||
display: grid;
|
||||
@@ -607,7 +631,7 @@ i.fvtt-hellborn {
|
||||
min-height: 150px;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div {
|
||||
background-color: var(--color-light-1);
|
||||
/*background-color: var(--color-light-1);*/
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
@@ -680,11 +704,8 @@ i.fvtt-hellborn {
|
||||
min-width: 6rem;
|
||||
max-width: 6rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div .biodata input .tarot {
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
.fvtt-hellborn .tab.character-biography .main-div .biodata input {
|
||||
text-align: left;
|
||||
min-width: 8rem;
|
||||
max-width: 8rem;
|
||||
}
|
||||
@@ -1711,7 +1732,6 @@ i.fvtt-hellborn {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
.fvtt-hellborn .weapon-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .weapon-content .header img {
|
||||
@@ -1720,7 +1740,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .weapon-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .weapon-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -1808,7 +1827,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .equipment-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .equipment-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -1823,7 +1841,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .equipment-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .equipment-content .header img {
|
||||
@@ -1907,7 +1924,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .armor-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .armor-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -1990,7 +2006,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .deal-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2010,7 +2025,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .deal-content .header img {
|
||||
@@ -2086,7 +2100,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .tarot-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2106,7 +2119,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .tarot-content .header img {
|
||||
@@ -2182,7 +2194,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .ritual-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .ritual-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2202,7 +2213,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .ritual-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .ritual-content .header img {
|
||||
@@ -2278,7 +2288,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .perk-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .perk-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2298,7 +2307,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .perk-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .perk-content .header img {
|
||||
@@ -2374,7 +2382,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .malefica-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .malefica-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2393,7 +2400,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .malefica-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .malefica-content .header img {
|
||||
@@ -2469,7 +2475,6 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content fieldset .form-group {
|
||||
display: flex;
|
||||
@@ -2489,7 +2494,6 @@ i.fvtt-hellborn {
|
||||
max-width: 12rem;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content .header {
|
||||
background-color: var(--color-light-1);
|
||||
display: flex;
|
||||
}
|
||||
.fvtt-hellborn .species-trait-content .header img {
|
||||
@@ -2518,6 +2522,7 @@ i.fvtt-hellborn {
|
||||
}
|
||||
.application.dialog.fvtt-hellborn input,
|
||||
.application.dialog.fvtt-hellborn select {
|
||||
text-align: left;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-color: var(--color-dark-6);
|
||||
color: var(--color-dark-2);
|
||||
|
||||
Reference in New Issue
Block a user