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
+13 -7
View File
@@ -23,7 +23,6 @@ ol#chat-log {
margin-top: 1rem;
border-bottom: none;
font-weight: 900;
font-weight: 900;
background: 50% 0%/cover no-repeat url(/systems/vermine2047/assets/images/ui/scotch.webp);
&+span {
@@ -48,35 +47,42 @@ ol#chat-log {
}
h4 {
text-align: end;
text-align: center;
}
div.roll-total {
transform: rotate(-3deg) scale(1.3) translateX(2rem) translateY(0.5rem);
transform: rotate(-3deg) scale(1.2) translateX(2rem) translateY(0.5rem);
background: url(/systems/vermine2047/assets/images/ui/scotch.webp);
background-position: center;
background-size: 200%;
margin-bottom: 2rem;
padding: 0;
z-index: +1;
width: 75%;
}
div.reroll {
button {
text-transform: uppercase;
font-family: "DistressBlack";
margin-top: 1rem;
box-shadow: 0px 0px 3px black;
padding: 0 1rem;
max-width: fit-content;
box-shadow: 0px 0px 2px black;
background: 50% 0%/cover no-repeat url(/systems/vermine2047/assets/images/ui/scotch.webp);
}
padding: 0 2rem;
padding-bottom: 2rem;
transition:0.3s;
max-height:1px;
overflow: hidden;
justify-content: end;
text-align: center;
align-items: center;
&.visible {
max-height: 15rem;
}
}