Actor sheet, step 1

This commit is contained in:
2025-05-23 00:26:00 +02:00
parent 06ef26f03c
commit ef9c011186
33 changed files with 1052 additions and 1106 deletions

View File

@@ -2,7 +2,7 @@
--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/ftl_nomad_background_01.webp");
url("../assets/ui/sheet_background_01.webp");
--font-primary: "MinionProRegular";
--font-secondary: "MinionProRegular";
--font-title: "SupernaturalKnight";
@@ -16,16 +16,6 @@
--color-critical-failure: rgb(141, 32, 231);
}
.d100 {
width: 18px;
height: 18px;
color: black;
border-width: 0px;
}
.item .thumbnail,
.item-img {
}
#logo {
content: var(--logo-standard);
@@ -34,15 +24,19 @@
margin-left: 15px;
}
nav.tabs [data-tab] {
color: var(--title-color);
}
#pause > img {
content: var(--logo-standard);
height: 192px;
height: 256px;
width: 256px;
top: -45px;
left: calc(50% - 96px);
}
i.fvtt-ftl-nomad {
i.fvtt-hellborn {
width: 36px;
height: 36px;
background-image: var(--logo-standard);
@@ -55,7 +49,7 @@ i.fvtt-ftl-nomad {
transition: 0.3s;
}
.application.dialog.fvtt-ftl-nomad {
.application.dialog.fvtt-hellborn {
font-family: var(--font-primary);
font-size: calc(var(--font-size-standard) * 1.0);
background-image: var(--background-image-base);