tellement de trucs

This commit is contained in:
rwanoux
2024-05-13 18:27:54 +02:00
parent 9cee590267
commit 83c3f1df0b
83 changed files with 1457 additions and 702 deletions
+64
View File
@@ -0,0 +1,64 @@
.sheet.item.vermine2047 {
.window-content {
.flexrow {
align-items: center;
box-shadow: 0px 5px 10px 0px black;
margin: 1rem;
}
header,
h1,
h2,
h3,
h4,
h5 {
background: 50% 50%/cover no-repeat url(/systems/vermine2047/assets/images/ui/scotch.webp);
text-transform: uppercase;
font-family: "DistressBlack";
margin-top: 1rem;
border-bottom: none;
}
h2,
h3,
h4 {
text-align: center;
}
h5 {
margin-bottom: 0;
}
.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";
}
}
}