PC sheet review + dialog rolls update
All checks were successful
Release Creation / build (release) Successful in 1m3s

This commit is contained in:
2025-05-25 14:35:18 +02:00
parent 585b9a1ab5
commit ff180ddd2e
25 changed files with 287 additions and 237 deletions

View File

@@ -13,7 +13,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;

View File

@@ -9,7 +9,7 @@
}
.character-main {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: flex;
.character-pc {
@@ -70,17 +70,24 @@
align-items: center;
margin-bottom: 4px;
}
.splitted {
display: flex;
flex-direction: row;
gap: 4px;
}
label {
max-width: 4rem;
max-width: 5rem;
min-width: 5rem;
}
input {
min-width: 16rem;
max-width: 16rem;
text-align: left;
min-width: 9rem;
max-width: 9rem;
margin-bottom: auto;
}
.trait {
min-width: 13rem;
max-width: 13rem;
min-width: 7rem;
max-width: 7rem;
margin-right: 1rem;
margin-bottom: auto;
}
@@ -108,7 +115,7 @@
}
.character-stats {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: flex;
flex-direction: column;
gap: 5px;
@@ -148,7 +155,7 @@
}
.tab.character-status .main-div {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: grid;
grid-template-columns: 1fr;
legend {
@@ -176,6 +183,14 @@
align-items: center;
gap: 4px;
margin-left: 4px;
.characteristics-label{
color: grey;
font-size:small;
}
label {
min-width: 4rem;
max-width: 4rem;
}
input {
min-width: 2.5rem;
max-width: 2.5rem;
@@ -250,7 +265,7 @@
}
.tab.character-maleficas .main-div {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: grid;
grid-template-columns: 1fr;
legend {
@@ -340,7 +355,7 @@
}
.tab.character-equipment .main-div {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: grid;
grid-template-columns: 1fr;
legend {
@@ -353,6 +368,14 @@
.limboes {
display: flex;
flex-direction: row;
.limboes-layout {
display: flex;
flex-direction: column;
}
.limboes-line {
display: flex;
flex-direction: row;
}
.form-group {
display: flex;
flex-direction: row;
@@ -363,8 +386,9 @@
max-width: 14rem;
}
input {
min-width: 8rem;
max-width: 8rem;
text-align: left;
min-width: 6rem;
max-width: 6rem;
}
}
@@ -492,7 +516,7 @@
}
.tab.character-biography .main-div {
background-color: var(--color-light-1);
/*background-color: var(--color-light-1);*/
display: grid;
grid-template-columns: 1fr;
legend {
@@ -565,11 +589,8 @@
min-width: 14rem;
max-width: 14rem;
}
input .tarot {
min-width: 8rem;
max-width: 8rem;
}
input {
text-align: left;
min-width: 8rem;
max-width: 8rem;
}

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -25,7 +24,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -22,7 +21,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -1,8 +1,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";

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -26,7 +25,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -27,7 +26,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -25,7 +24,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -10,6 +10,7 @@
input,
select {
text-align: left;
background-color: rgba(0, 0, 0, 0.1);
border-color: var(--color-dark-6);
color: var(--color-dark-2);

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -25,7 +24,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -4,7 +4,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;
@@ -25,7 +24,6 @@
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@@ -3,7 +3,6 @@
.item-sheet-common();
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;
@@ -13,7 +12,6 @@
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
.form-group {
display: flex;
align-items: center;