pifpouf
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
@@ -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);
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@import "special-inputs.scss";
|
||||
@import "special-applications.scss";
|
||||
@import "_flex.scss";
|
||||
@import "_app.scss";
|
||||
|
||||
|
||||
// overwrites variables
|
||||
|
||||
Reference in New Issue
Block a user