forked from public/fvtt-cthulhu-eternal
Fix history
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user