DataModels + Appv2 migration : OK

This commit is contained in:
2026-02-28 21:00:06 +01:00
parent 8017bb207d
commit 1ffb8b08fc
119 changed files with 2268 additions and 384 deletions

View File

@@ -14,12 +14,13 @@
background-size: 190px 115px;
}
form {
.bol-actor-form {
.sidebar {
padding-top: 115px;
min-width: 250px;
width: 250px;
max-width: 250px;
overflow: hidden;
.profile-img {
cursor: pointer;
@@ -31,6 +32,12 @@
max-width: calc(250px - 10px);
margin-right: 10px;
}
.items-list {
width: calc(250px - 10px);
max-width: calc(250px - 10px);
margin-right: 10px;
}
}
.main {
@@ -42,33 +49,50 @@
&.vigor {
background-image: url("/systems/bol/ui/attributes/vigor.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 64px 64px;
background-position: center 40%;
background-size: 100px 100px;
}
&.agility {
background-image: url("/systems/bol/ui/attributes/agility.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 64px 64px;
background-position: center 40%;
background-size: 100px 100px;
}
&.mind {
background-image: url("/systems/bol/ui/attributes/mind.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 64px 64px;
background-position: center 40%;
background-size: 100px 100px;
}
&.appeal {
background-image: url("/systems/bol/ui/attributes/appeal.webp");
background-repeat: no-repeat;
background-position: center center;
background-size: 64px 64px;
background-position: center 40%;
background-size: 100px 100px;
}
.stat-value {
margin-top: -10px;
margin-top: -18px;
&.rounded {
background: transparent;
border: none;
box-shadow: none;
text-align: center;
line-height: 4rem;
}
}
}
.aptitude {
.stat-value {
&.rounded-border {
background: transparent;
text-align: center;
line-height: 4rem;
}
}
}
}
@@ -77,6 +101,16 @@
}
}
.resources-value {
text-align: center;
color: #4b4a44;
}
.inc-dec-btns-resource {
color: #8b0000;
&:hover { color: #4b4a44; }
}
.bol-footer {
height: 62px;
max-height: 62px;
@@ -97,7 +131,6 @@
height: 30px;
max-height: 30px;
min-height: 30px;
background-color: black;
}
.footer-right {
@@ -166,6 +199,7 @@
font-family: "Wolfsbane2Expanded", cursive;
font-size: 2rem;
font-variant: small-caps;
color: #4b4a44;
}
.rounded {