DataModels + Appv2 migration : OK
This commit is contained in:
@@ -10,6 +10,156 @@ body.system-bol img#logo {
|
||||
/* Reserved for future use */
|
||||
}
|
||||
|
||||
.bol.dialog {
|
||||
& > section.window-content {
|
||||
background: white;
|
||||
border: 10px solid transparent;
|
||||
border-image: url("/systems/bol/ui/box-border-large.webp") 36 repeat;
|
||||
border-image-outset: 1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.window-title {
|
||||
font-family: "Wolfsbane2Expanded", cursive;
|
||||
color: #4b4a44;
|
||||
}
|
||||
|
||||
.sheet-header {
|
||||
text-align: center;
|
||||
margin-bottom: 6px;
|
||||
padding: 4px 0;
|
||||
border-bottom: 2px solid darkred;
|
||||
|
||||
h3 {
|
||||
font-family: "Wolfsbane2Expanded", cursive;
|
||||
font-size: 1.3rem;
|
||||
color: #191813;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.roll-box, .box-roll,
|
||||
div.flexrow:has(.bg-darkred) {
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
margin-bottom: 1px;
|
||||
background: #f5f0e8;
|
||||
gap: 2px;
|
||||
|
||||
.bg-darkred {
|
||||
padding: 4px 10px;
|
||||
font-family: "Wolfsbane2Expanded", cursive;
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.6px;
|
||||
border-radius: 5px;
|
||||
margin: 2px 0 2px 2px;
|
||||
background: linear-gradient(135deg, #7a0000, darkred);
|
||||
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.cell {
|
||||
background: transparent;
|
||||
padding: 2px 6px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #191813;
|
||||
flex-wrap: wrap;
|
||||
|
||||
label.checkbox {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
select, input[type="text"], input[type="number"] {
|
||||
background: transparent !important;
|
||||
color: #191813 !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
font-size: 0.88rem;
|
||||
width: 100%;
|
||||
|
||||
option {
|
||||
background: #f5f0e8;
|
||||
color: #191813;
|
||||
}
|
||||
option:checked, option:hover {
|
||||
background: darkred;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
color: #8b0000 !important;
|
||||
font-weight: bold;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.dice-options-cell {
|
||||
display: flex !important;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
padding: 4px 6px;
|
||||
justify-content: center;
|
||||
|
||||
.dice-option {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
padding: 2px 7px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.82rem;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
|
||||
input[type="radio"] { margin: 0; }
|
||||
}
|
||||
|
||||
.bdice-label { background: #e8f5e8; color: #1a5c1a; border: 1px solid #4caf50; }
|
||||
.neutral-label { background: #f0ede5; color: #4b4a44; border: 1px solid #9e9e7a; }
|
||||
.mdice-label { background: #fce8e8; color: #7a0000; border: 1px solid #e57373; }
|
||||
}
|
||||
}
|
||||
|
||||
.bol.sheet, .bol.dialog {
|
||||
footer.form-footer {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
margin-top: 8px;
|
||||
padding-top: 6px;
|
||||
border-top: 2px solid darkred;
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
background: linear-gradient(135deg, #7a0000, darkred);
|
||||
color: white;
|
||||
border: 1px solid #6b0000;
|
||||
border-radius: 5px;
|
||||
padding: 5px 10px;
|
||||
font-family: "Wolfsbane2Expanded", cursive;
|
||||
font-size: 0.95rem;
|
||||
letter-spacing: 0.6px;
|
||||
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
|
||||
cursor: pointer;
|
||||
transition: background 0.15s;
|
||||
|
||||
i { margin-right: 4px; }
|
||||
|
||||
&:hover { background: linear-gradient(135deg, #9b0000, #c00000); }
|
||||
|
||||
&[type="button"] {
|
||||
background: linear-gradient(135deg, #2a2a2a, #4b4a44);
|
||||
border-color: #2a2a2a;
|
||||
&:hover { background: linear-gradient(135deg, #3a3a3a, #5b5a54); }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bol.sheet {
|
||||
.window-header {
|
||||
border: none;
|
||||
@@ -88,6 +238,13 @@ body.system-bol img#logo {
|
||||
border: 1px solid #4b4a44 !important;
|
||||
border-radius: 0.5rem;
|
||||
text-align: center;
|
||||
|
||||
&[type="select"],
|
||||
&:is(select) {
|
||||
border: 1px solid #4b4a44 !important;
|
||||
border-radius: 0.5rem;
|
||||
background-color: #2a2a2a30;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -170,6 +327,18 @@ body.system-bol img#logo {
|
||||
margin-top: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.editor,
|
||||
.editor-content,
|
||||
prose-mirror {
|
||||
color: #191813;
|
||||
}
|
||||
prose-mirror .editor-content,
|
||||
prose-mirror p,
|
||||
prose-mirror div,
|
||||
prose-mirror span {
|
||||
color: #191813 !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.description {
|
||||
@@ -195,6 +364,12 @@ body.system-bol img#logo {
|
||||
font-size: 0.95rem;
|
||||
margin-left: 6px;
|
||||
}
|
||||
select.header-field-value {
|
||||
background-color: #2a2a2a30;
|
||||
border: 1px solid #4b4a44 !important;
|
||||
border-radius: 0.5rem;
|
||||
color: #4b4a44;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user