traits+debut combat

This commit is contained in:
rwanoux
2024-11-18 16:17:30 +01:00
parent de7cfca093
commit c0432d1efb
29 changed files with 1561 additions and 3691 deletions
+57
View File
@@ -0,0 +1,57 @@
// Flexbox.
.flex-group-center,
.flex-group-left,
.flex-group-right {
justify-content: center;
align-items: center;
text-align: center;
}
.flex-group-left {
justify-content: flex-start;
text-align: left;
}
.flex-group-right {
justify-content: flex-end;
text-align: right;
}
.flexshrink {
flex: 0;
}
.flex-center {
align-items: center;
justify-content: center;
}
.flex-between {
justify-content: space-between;
}
.flex-around {
justify-content: space-around;
}
.flexlarge {
flex: 2;
}
// Alignment styles.
.align-left {
justify-content: flex-start;
text-align: left;
}
.align-right {
justify-content: flex-end;
text-align: right;
}
.align-center {
align-items: center;
justify-content: center;
text-align: center;
}
+10 -17
View File
@@ -27,6 +27,7 @@ img.profile-img {
filter: drop-shadow(0px 0px 20px rgb(110, 133, 27));
height: auto;
width: 100%;
max-width: 10rem;
}
/* custom styles */
@@ -35,13 +36,6 @@ body.system-vermine2047 img#logo {
height: auto;
}
/* Customize the chat roll area! */
#chat-form textarea {
background: url(/systems/vermine2047/assets/images/ui/box_background.webp) repeat;
/*font-family: monospace;
font-size: 14px;
color: black; */
}
/* Customize the chat history area! */
#chat-log .message {
@@ -112,24 +106,22 @@ ul.unstyled li {
}
.actor.sheet form .form {
display: grid;
display: flex;
grid-template-columns: minmax(230px, 1fr) 3fr;
grid-template-rows: 1fr;
align-items: flex-start;
height: 100%;
overflow: auto;
}
.actor.sheet .form aside {
grid-row: span 1 / span 1;
min-width: max-content;
background-image: url(/systems/vermine2047/assets/images/ui/barre_laterale.webp);
background-repeat: no-repeat;
background-size: cover;
background-size: auto 200%;
border-right: 2px black;
height: 100%;
width: 240px;
padding: 0 0.3rem;
box-shadow: -20px 0px 100px #000000b5 inset;
box-shadow: -20px 0px 100px 15px #000000b5 inset;
.major-totem {
@@ -482,8 +474,7 @@ ul.unstyled li {
}
.system-vermine2047 .sheet.actor .sidebar {
width: 230px;
min-height: 518px;
flex: 0.2;
}
.system-vermine2047 .sheet.actor .floatright {
@@ -700,7 +691,8 @@ ul.unstyled li {
.system-vermine2047 .sheet.actor #edit {
background-color: black;
color: white
color: white;
width: 100%
}
.system-vermine2047 .sheet.actor .reserve-grid {
@@ -735,6 +727,7 @@ ul.unstyled li {
background: radial-gradient(circle, rgba(255, 255, 255, 0.425) 0%, rgba(0, 0, 0, 0.288) 100%);
max-height: 1.2rem;
max-width: 1.2rem;
min-width: 1.2rem;
aspect-ratio: 1/1;
color: black;
vertical-align: center;
+12 -1
View File
@@ -3,7 +3,6 @@
.flexrow {
align-items: center;
box-shadow: 0px 5px 10px 0px black;
margin: 1rem;
}
header,
@@ -57,6 +56,18 @@
font-family: "DistressBlack";
}
.traits {
box-shadow: 0px 5px 15px black;
h3 {
margin: 0
}
h4 {
margin: 0
}
}
}
+1
View File
@@ -5,6 +5,7 @@
@import "dialog.scss";
@import "special-inputs.scss";
@import "special-applications.scss";
@import "_flex.scss";
// overwrites variables