This commit is contained in:
Erwan Lemaire
2025-05-02 13:19:49 +02:00
parent 5889a8111d
commit c35e93975b
14 changed files with 111 additions and 94 deletions
+21
View File
@@ -0,0 +1,21 @@
.app.vermine2047.trait-selector {
.form-group {
box-shadow: 0 0 30px gray;
padding: 0.3rem 0.5rem;
border: 3px solid rgb(142, 144, 16);
&:has(input[type="checkbox"]:checked) {
border: 3px solid green
}
label {
display: inline-flex;
align-items: center;
justify-content: space-around;
width: 100%;
text-align: center;
border-bottom: 2px solid black
}
}
}
+9
View File
@@ -15,6 +15,15 @@
/* Text color for window titles and menu all across Foundry */
}
.vermine2047.sheet.actor {
header.sheet-header,
.windoow-content {
min-height: fit-content
}
}
/* Character and Item Name Titles Text style! */
.sheet .charname input {
color: #191813;
+16 -1
View File
@@ -1,10 +1,25 @@
.window-app.vermineDialog {
max-width: 50vw;
height: fit-content;
.window-content {
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
color: black;
}
.flexrow,
details>summary::after {
content: "▶️";
position: relative;
right: 40%;
}
details[open]>summary::after {
content: "🔽"
}
.grid {
justify-content: space-around;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.555);
+1
View File
@@ -7,6 +7,7 @@
@import "special-inputs.scss";
@import "special-applications.scss";
@import "_flex.scss";
@import "_app.scss";
// overwrites variables