Sync compendiums
Release Creation / build (release) Failing after 1m24s

This commit is contained in:
2026-08-03 21:26:03 +02:00
parent 05f668acf0
commit 9c7ebc6df9
11 changed files with 134 additions and 119 deletions
+31 -9
View File
@@ -106,6 +106,10 @@
overflow-y: auto;
padding: 8px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
> * {
flex: 0 0 auto;
}
}
> nav.tabs {
@@ -331,21 +335,39 @@
}
.padding-with-frieze {
margin-left: 18% !important;
margin-right: 10% !important;
padding: 0.25rem;
li {
max-width: 100%;
}
.major-totem {
position: relative;
.resource-label {
h4 {
position: absolute;
transform: rotate(-8deg);
opacity: 1;
transition: 0.2s;
font-size: 1em;
}
}
.major-totem {
display: flex;
justify-content: center;
margin-bottom: 0.75rem;
padding: 0.6rem;
background-color: rgba(0, 0, 0, 0.12);
border: 2px groove #eeede0;
.flexcol {
gap: 0.3rem;
h4 {
margin: 0;
font-size: 1.1em;
}
.img-totem {
width: 64px;
height: 64px;
filter: drop-shadow(0px 0px 10px rgb(0, 0, 0));
}
}
}
+33 -39
View File
@@ -19,26 +19,39 @@
}
div.minor-totems {
position: relative;
height: 8.5rem;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
gap: 0.25rem;
min-height: 8.5rem;
padding: 0.5rem;
background-color: rgba(146, 156, 111, 0.5215686275);
h3 {
position: relative;
z-index: 1;
text-align: center;
margin: 0;
font-size: 1.2rem;
line-height: 1.1;
}
.totem-row {
display: flex;
justify-content: space-between;
align-items: center;
}
h5 {
position: absolute;
top: 2.6rem;
margin: 0;
z-index: 1;
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 0.25rem;
font-size: 0.8rem;
img {
max-width: 2rem;
position: absolute;
top: 1.4rem;
bottom: auto;
max-width: 1.5rem;
height: auto;
}
&.human, &.adapted {
@@ -62,50 +75,31 @@
}
.totem-dice {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: center;
.human-dice,
.adapted-dice {
display: flex;
flex-direction: row;
margin-left: 2rem;
align-items: center;
}
.human-dice i,
.adapted-dice i {
padding-top: 0.5rem;
color: @totem-human-color;
position: relative;
z-index: 0;
pointer-events: none;
}
.adapted-dice {
justify-content: flex-end;
margin-left: 0;
margin-right: 2rem;
transform: rotate(180deg);
i {
transform: rotate(180deg);
color: @totem-adapted-color;
}
}
.adapted-dice i {
transform: rotate(180deg);
padding-top: 0.5rem;
color: @totem-adapted-color;
}
}
.human {
left: 0;
img { left: 0; }
}
.adapted {
right: 0;
img { right: 0; left: auto; }
}
}
}