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

@@ -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);