Fix history

This commit is contained in:
2024-12-17 09:25:02 +01:00
parent 2ac69e2108
commit 2c29acd56c
32 changed files with 395 additions and 779 deletions

View File

@ -2,13 +2,20 @@
.sheet-common();
.item-sheet-common();
.header {
display: flex;
background-color: var(--color-light-1);
img {
width: 50px;
height: 50px;
}
}
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
label {
flex: 10%;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -1,40 +1,8 @@
&.fortune {
img {
border: 0px;
}
.intro-chat {
border-radius: 20px;
display: flex;
flex-direction: row;
.intro-img {
padding: 5px;
width: 80px;
align-self: center;
}
.intro-right {
display: flex;
flex-direction: column;
.introText {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
width: 210px;
text-align: center;
}
}
}
.button.control, .fortune-accepted {
display: flex;
justify-content: center;
align-items: center;
font-size: calc(var(--font-size-standard) * 1.3);
}
}
&.ask-roll {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
font-size: calc(var(--font-size-standard) * 1.1);
}

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -1,6 +1,8 @@
:root {
--font-size-standard: 0.9rem;
--background-image-base: url("../assets/parchment.jpg");
--background-image-base: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
url("../assets/ui/jazzage_background_main.webp");
/*--background-image-base: url("../assets/ui/jazzage_background_main.webp");*/
--font-primary: "Georama";
--font-secondary: "Georama";
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
@ -26,7 +28,7 @@
left: calc(50% - 96px);
}
i.lethalfantasy {
i.fvtt-cthulhu-eternal {
width: 36px;
height: 36px;
background-image: var(--logo-standard);
@ -39,7 +41,7 @@ i.lethalfantasy {
transition: 0.3s;
}
.application.dialog.lethalfantasy {
.application.dialog.fvtt-cthulhu-eternal {
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1.0);
background-image: var(--background-image-base);
@ -51,11 +53,6 @@ i.lethalfantasy {
}
}
#tooltip.tooltip-avantages {
max-width: 550px;
text-align: left;
}
.chat-message,
.chat-message.whisper {
font-family: var(--font-primary);

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -4,12 +4,18 @@
overflow: scroll;
}
.sheet-tabs {
background-color: var(--color-light-1);
}
.protagonist-main {
background-color: var(--color-light-1);
display: flex;
.protagonist-pc {
display: flex;
gap: 10px;
gap: 4px;
flex: 1;
.protagonist-left {
@ -21,7 +27,7 @@
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 20px;
padding-bottom: 8px;
.protagonist-img {
height: 140px;
width: auto;
@ -63,7 +69,7 @@
.protagonist-infos {
display: flex;
flex-direction: column;
gap: 10px;
gap: 4px;
label {
min-width: 120px;
@ -77,7 +83,7 @@
.form-fields input {
flex: none;
width: 50px;
margin-left: 10px;
margin-left: 4px;
font-size: calc(var(--font-size-standard) * 1.4);
}
}
@ -114,6 +120,7 @@
}
.protagonist-characteristics {
background-color: var(--color-light-1);
display: flex;
flex-direction: column;
gap: 5px;
@ -135,32 +142,6 @@
width: 70px;
}
}
.experience {
display: flex;
align-items: center;
gap: 10px;
margin-left: 10px;
input {
display: flex;
width: 70px;
font-size: calc(var(--font-size-standard) * 1.4);
align-items: center;
justify-content: center;
padding: 0 5px 0 5px;
}
input[type="number"] {
text-align: center;
}
input[type="checkbox"] {
width: 20px;
}
input[type="checkbox"]:checked {
background-color: rgba(0, 0, 0, 0.1);
}
input[type="checkbox"]:checked::after {
color: rgba(0, 0, 0, 0.1);
}
}
}
}
@ -172,65 +153,10 @@
min-width: 400px;
}
.protagonist-resources {
display: flex;
flex-direction: column;
gap: 5px;
flex: 1;
.protagonist-resource {
display: flex;
align-items: center;
.rollable:hover,
.rollable:focus {
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor:
pointer;
}
.form-group {
flex: 1;
padding-left: 5px;
.form-fields {
flex: none;
width: 70px;
}
}
.protagonist-resource-edit {
display: flex;
align-items: center;
gap: 10px;
margin-left: 10px;
input {
display: flex;
width: 70px;
font-size: calc(var(--font-size-standard) * 1.4);
align-items: center;
justify-content: center;
padding: 0 5px 0 5px;
}
input[type="number"] {
text-align: center;
}
select {
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.5);
text-align: center;
width: 75px;
}
}
}
}
.protagonist-resources-play {
min-width: 235px;
}
.protagonist-resources-edit {
min-width: 400px;
}
}
.protagonist-biography {
background-color: var(--color-light-1);
prose-mirror.inactive {
min-height: 40px;
}
@ -240,6 +166,7 @@
}
.tab.protagonist-skills {
background-color: var(--color-light-1);
display: grid;
grid-template-columns: 1fr;
legend {
@ -251,21 +178,37 @@
.skills {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
gap: 4px;
.skill {
display: flex;
align-items: center;
gap: 10px;
gap: 4px;
min-width: 10rem;
max-width: 10rem;
.rollable:hover,
.rollable:focus {
text-shadow: 0 0 8px var(--color-shadow-primary);
cursor: pointer;
}
.controls {
min-width: 2rem;
max-width: 2rem;
}
.name {
min-width: 8rem;
max-width: 8rem;
}
.item-img {
width: 50px;
height: 50px;
margin: 5px 0 0 0;
width: 32px;
height: 32px;
margin: 4px 0 0 0;
}
}
}
}
.tab.protagonist-equipment {
background-color: var(--color-light-1);
display: grid;
grid-template-columns: 1fr;
legend {
@ -277,11 +220,11 @@
.weapons {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;
gap: 4px;
.weapon {
display: flex;
align-items: center;
gap: 10px;
gap: 4px;
.item-img {
width: 50px;
height: 50px;
@ -292,11 +235,11 @@
.armors {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
gap: 4px;
.armor {
display: flex;
align-items: center;
gap: 10px;
gap: 4px;
.item-img {
width: 50px;
height: 50px;
@ -307,11 +250,11 @@
.gears {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
gap: 4px;
.gear {
display: flex;
align-items: center;
gap: 10px;
gap: 4px;
.item-img {
width: 50px;
height: 50px;

View File

@ -1,5 +1,12 @@
.application.dialog.lethalfantasy {
.application.dialog.fvtt-cthulhu-eternal {
color: var(--color-dark-1);
background-color: var(--color-light-1);
button {
background-image: none;
background-color: var(--color-dark-6);
color: var(--color-light-1);
}
input,
select {
@ -9,17 +16,14 @@
}
}
.lethalfantasy-roll-dialog {
.fvtt-cthulhu-eternal-roll-dialog {
fieldset {
padding: 10px;
background-color: var(--color-light-1);
}
}
input[name="selectAvantages"] {
border: none;
}
.dialog-aide-gene {
.dialog-modifier {
display: flex;
justify-content: center;
align-items: center;
@ -32,31 +36,8 @@ input[name="selectAvantages"] {
}
}
.dialog-modificateur {
display: flex;
justify-content: center;
align-items: center;
select {
border: none;
background-color: rgba(0, 0, 0, 0.1);
color: var(--color-dark-2);
width: 60px;
text-align: center;
}
}
.dialog-avantages {
#selectAvantages {
background-color: inherit;
text-align: center;
font-family: var(--font-secondary);
font-size: calc(var(--font-size-standard) * 1.2);
}
}
.dialog-damage,
.dialog-resource,
.dialog-save {
.dialog-damage {
display: flex;
justify-content: center;
align-items: center;
@ -82,6 +63,7 @@ input[name="selectAvantages"] {
border: 0px;
}
.intro-chat {
color:var(--color-dark-1);
border-radius: 20px;
display: flex;
flex-direction: row;

View File

@ -2,7 +2,13 @@
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;

View File

@ -3,13 +3,19 @@
.item-sheet-common();
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;
height: 50px;
}
}
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
label {
flex: 10%;
}