2024-12-04 00:11:23 +01:00
|
|
|
:root {
|
2024-12-16 09:04:48 +01:00
|
|
|
--font-size-standard: 0.9rem;
|
2024-12-17 09:25:02 +01:00
|
|
|
--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");*/
|
2024-12-04 15:16:33 +01:00
|
|
|
--font-primary: "Georama";
|
|
|
|
--font-secondary: "Georama";
|
2024-12-04 00:11:23 +01:00
|
|
|
--logo-standard: url("../assets/logos/reanimated-ce-logo.webp");
|
|
|
|
}
|
|
|
|
|
2024-12-16 09:04:48 +01:00
|
|
|
.era-icon-color {
|
|
|
|
/*filter: invert(90%) sepia(10%) saturate(1215%) hue-rotate(55deg) brightness(93%) contrast(89%);*/
|
|
|
|
/*filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);*/
|
|
|
|
}
|
|
|
|
|
2024-12-04 00:11:23 +01:00
|
|
|
#logo {
|
|
|
|
content: var(--logo-standard);
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pause > img {
|
|
|
|
content: var(--logo-standard);
|
|
|
|
height: 192px;
|
|
|
|
width: 192px;
|
|
|
|
top: -45px;
|
|
|
|
left: calc(50% - 96px);
|
|
|
|
}
|
|
|
|
|
2024-12-17 09:25:02 +01:00
|
|
|
i.fvtt-cthulhu-eternal {
|
2024-12-04 00:11:23 +01:00
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
background-image: var(--logo-standard);
|
|
|
|
background-size: 100%;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
filter: grayscale(1);
|
|
|
|
transition: 0.3s;
|
|
|
|
}
|
|
|
|
|
2024-12-17 09:25:02 +01:00
|
|
|
.application.dialog.fvtt-cthulhu-eternal {
|
2024-12-04 00:11:23 +01:00
|
|
|
font-family: var(--font-primary);
|
|
|
|
font-size: calc(var(--font-size-standard) * 1.0);
|
|
|
|
background-image: var(--background-image-base);
|
|
|
|
button:hover {
|
|
|
|
background: var(--color-dark-6);
|
|
|
|
}
|
|
|
|
.legend {
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chat-message,
|
|
|
|
.chat-message.whisper {
|
|
|
|
font-family: var(--font-primary);
|
|
|
|
background-image: var(--background-image-base);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: 100% 100%;
|
|
|
|
}
|