85 lines
1.5 KiB
Plaintext
85 lines
1.5 KiB
Plaintext
@import "variables";
|
|
@import "utilities";
|
|
|
|
.system-vermine2047 .item-formula {
|
|
flex: 0 0 200px;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.system-vermine2047 .vermine2047.item .window-content {
|
|
padding: 0 1rem;
|
|
|
|
.flexrow { align-items: center; }
|
|
|
|
header, h1, h2, h3, h4, h5 {
|
|
.background-image(url("@{ui-path}/scotch.webp"), no-repeat, cover, 50% 50%);
|
|
text-transform: uppercase;
|
|
font-family: "DistressBlack";
|
|
margin-top: 1rem;
|
|
border-bottom: none;
|
|
}
|
|
|
|
h2, h3, h4 { text-align: center; }
|
|
h5 { margin-bottom: 0; }
|
|
|
|
.resource-label {
|
|
font-size: 0.75rem;
|
|
color: @color-text-light-2;
|
|
text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
.resource {
|
|
border: none;
|
|
border-left: 1px solid gray;
|
|
padding: 0.2rem 1rem;
|
|
text-align: center;
|
|
|
|
.flexrow {
|
|
min-width: 5rem;
|
|
box-shadow: none;
|
|
}
|
|
}
|
|
|
|
.damages-row {
|
|
margin: 0;
|
|
.radios {
|
|
margin: 0;
|
|
padding: 0.5rem;
|
|
}
|
|
}
|
|
|
|
.damage-pannes,
|
|
.damage-state,
|
|
.damage-effect {
|
|
text-align: center;
|
|
font-family: "DistressBlack";
|
|
}
|
|
|
|
select {
|
|
background: rgba(0, 0, 0, 0.4);
|
|
color: @color-text-light-1;
|
|
font-family: "DistressBlack", sans-serif;
|
|
font-size: 0.875rem;
|
|
text-align: center;
|
|
border: none;
|
|
box-shadow: 0px 0px 3px rgba(31, 26, 26, 0.979) inset;
|
|
text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
|
|
}
|
|
|
|
option {
|
|
background: #1a1a1a;
|
|
color: @color-text-light-1;
|
|
}
|
|
|
|
.traits {
|
|
.shadow();
|
|
|
|
h3, h4 { margin: 0; }
|
|
}
|
|
}
|
|
|
|
ol#chat-log div.item-card header img,
|
|
ol.chat-log div.item-card header img {
|
|
max-width: 30%;
|
|
}
|