Various fixes for official release

This commit is contained in:
2026-06-08 22:20:44 +02:00
parent 7623123bb5
commit 3851a38c9f
108 changed files with 1011 additions and 538 deletions
+270 -112
View File
@@ -1501,8 +1501,8 @@
position: relative;
display: flex;
flex-direction: column;
gap: 0.6rem;
padding: 0.68rem;
gap: 0.5rem;
padding: 0.62rem 0.68rem;
color: #a08878;
background: radial-gradient(circle at top right, rgba(79, 125, 115, 0.1), transparent 22%), linear-gradient(135deg, rgba(216, 122, 79, 0.1), transparent 38%), linear-gradient(180deg, rgba(171, 139, 104, 0.04), transparent 24%), linear-gradient(180deg, rgba(27, 21, 18, 0.22), rgba(19, 16, 15, 0.18)), url("../assets/ui/page_background.webp") right bottom / cover no-repeat, rgba(41, 30, 24, 0.88);
}
@@ -1516,119 +1516,265 @@
}
.mgne-chat-card .chat-card-header {
display: flex;
gap: 0.6rem;
gap: 0.55rem;
align-items: center;
padding-bottom: 0.4rem;
border-bottom: 1px solid rgba(196, 154, 69, 0.14);
}
.mgne-chat-card .chat-card-header img {
width: 36px;
height: 36px;
width: 34px;
height: 34px;
object-fit: cover;
border-radius: 50%;
border: 1px solid rgba(196, 154, 69, 0.38);
box-shadow: 0 0 0 2px rgba(204, 178, 146, 0.06);
border: 1px solid rgba(196, 154, 69, 0.32);
box-shadow: 0 0 0 2px rgba(204, 178, 146, 0.05);
flex-shrink: 0;
}
.mgne-chat-card .chat-eyebrow {
display: none;
.mgne-chat-card .chat-header-text {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 0.05rem;
}
.mgne-chat-card h3 {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 0;
color: #ab8b68;
font-size: 0.82rem;
}
.mgne-chat-card .chat-actor,
.mgne-chat-card .chat-subtitle,
.mgne-chat-card .chat-formula,
.mgne-chat-card .chat-special {
margin: 0;
color: #5b3e2e;
font-size: 0.78rem;
line-height: 1.2;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mgne-chat-card .chat-actor {
color: #a08878;
margin: 0;
color: #7d553f;
font-size: 0.68rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mgne-chat-card .chat-formula {
color: #a08878;
}
.mgne-chat-card .chat-formula code {
color: #ccb292;
background: rgba(19, 16, 15, 0.75);
padding: 0.1em 0.42em;
border-radius: 3px;
}
.mgne-chat-card .chat-result-line {
display: flex;
justify-content: space-between;
align-items: end;
padding: 0.38rem 0.55rem;
border: 1px solid rgba(196, 154, 69, 0.28);
border-radius: 6px;
background: rgba(19, 16, 15, 0.78);
}
.mgne-chat-card .chat-result-label {
.mgne-chat-card .chat-mode-badge {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.62rem;
color: #ccb292;
font-size: 0.6rem;
letter-spacing: 0.1em;
padding: 0.15rem 0.45rem;
border-radius: 999px;
background: rgba(19, 16, 15, 0.7);
border: 1px solid rgba(171, 139, 104, 0.22);
color: #958068;
flex-shrink: 0;
line-height: 1.3;
}
.mgne-chat-card .chat-result-total {
.mgne-chat-card .chat-card-body {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.mgne-chat-card .chat-subtitle {
margin: 0;
color: #996b51;
font-size: 0.72rem;
letter-spacing: 0.03em;
}
.mgne-chat-card .chat-formula-wrap {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.25rem 0.5rem;
background: rgba(19, 16, 15, 0.6);
border-radius: 6px;
border: 1px solid rgba(171, 139, 104, 0.1);
}
.mgne-chat-card .chat-formula-label {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 1.08rem;
color: #ccb292;
text-transform: uppercase;
font-size: 0.6rem;
color: #c49a45;
letter-spacing: 0.08em;
flex-shrink: 0;
}
.mgne-chat-card .chat-formula-code {
font-family: "Courier New", monospace;
font-size: 0.76rem;
color: #ccb292;
background: rgba(19, 16, 15, 0.5);
padding: 0.08rem 0.45rem;
border-radius: 3px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mgne-chat-card .chat-outcome {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 0.55rem;
border-radius: 6px;
background: rgba(19, 16, 15, 0.68);
border-left: 3px solid rgba(232, 154, 95, 0.6);
}
.mgne-chat-card .chat-outcome.has-tooltip {
cursor: pointer;
user-select: none;
}
.mgne-chat-card .chat-outcome.has-tooltip:hover {
filter: brightness(1.1);
}
.mgne-chat-card .chat-outcome .chat-outcome-icon {
flex-shrink: 0;
font-size: 0.85rem;
width: 1.2rem;
text-align: center;
opacity: 0.8;
}
.mgne-chat-card .chat-outcome .chat-outcome-label {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
text-transform: uppercase;
letter-spacing: 0.08em;
flex: 1;
font-size: 0.72rem;
letter-spacing: 0.06em;
color: #f0bc95;
}
.mgne-chat-card .chat-outcome .chat-outcome-total {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 1.18rem;
font-weight: 700;
color: #ccb292;
line-height: 1;
}
.mgne-chat-card .chat-outcome .chat-tooltip-icon {
opacity: 0.5;
font-size: 0.7rem;
margin-left: 0.15rem;
flex-shrink: 0;
transition: opacity 0.15s;
}
.mgne-chat-card .chat-outcome.tooltip-open .chat-tooltip-icon {
opacity: 1;
}
.mgne-chat-card .chat-damage-total {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.45rem 0.6rem;
border-radius: 6px;
background: rgba(19, 16, 15, 0.68);
border-left: 3px solid rgba(232, 154, 95, 0.6);
}
.mgne-chat-card .chat-outcome.has-tooltip,
.mgne-chat-card .chat-damage-total.has-tooltip {
cursor: pointer;
user-select: none;
}
.mgne-chat-card .chat-outcome.has-tooltip:hover,
.mgne-chat-card .chat-damage-total.has-tooltip:hover {
filter: brightness(1.12);
filter: brightness(1.1);
}
.mgne-chat-card .chat-damage-total .chat-damage-label {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 0.65rem;
letter-spacing: 0.06em;
color: #958068;
flex: 1;
}
.mgne-chat-card .chat-damage-total .chat-damage-number {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 1.3rem;
font-weight: 700;
color: #edb183;
line-height: 1;
}
.mgne-chat-card .chat-outcome .chat-tooltip-icon,
.mgne-chat-card .chat-damage-total .chat-tooltip-icon {
opacity: 0.55;
font-size: 0.75em;
margin-left: 0.3rem;
vertical-align: middle;
opacity: 0.5;
font-size: 0.7rem;
flex-shrink: 0;
transition: opacity 0.15s;
}
.mgne-chat-card .chat-outcome.tooltip-open .chat-tooltip-icon,
.mgne-chat-card .chat-damage-total.tooltip-open .chat-tooltip-icon {
opacity: 1;
}
.mgne-chat-card.outcome-critical-success .chat-outcome,
.mgne-chat-card.outcome-success .chat-outcome,
.mgne-chat-card.outcome-steady .chat-outcome {
border-left-color: rgba(79, 125, 115, 0.75);
}
.mgne-chat-card.outcome-critical-success .chat-outcome .chat-outcome-label,
.mgne-chat-card.outcome-success .chat-outcome .chat-outcome-label,
.mgne-chat-card.outcome-steady .chat-outcome .chat-outcome-label {
color: #9bc0b8;
}
.mgne-chat-card.outcome-critical-success .chat-outcome .chat-outcome-icon,
.mgne-chat-card.outcome-success .chat-outcome .chat-outcome-icon,
.mgne-chat-card.outcome-steady .chat-outcome .chat-outcome-icon {
color: #a1c4bc;
}
.mgne-chat-card.outcome-critical-success .chat-damage-total,
.mgne-chat-card.outcome-success .chat-damage-total,
.mgne-chat-card.outcome-steady .chat-damage-total {
border-left-color: rgba(79, 125, 115, 0.6);
}
.mgne-chat-card.outcome-critical-success .chat-damage-total .chat-damage-number,
.mgne-chat-card.outcome-success .chat-damage-total .chat-damage-number,
.mgne-chat-card.outcome-steady .chat-damage-total .chat-damage-number {
color: #92bab1;
}
.mgne-chat-card.outcome-failure .chat-outcome,
.mgne-chat-card.outcome-broken .chat-outcome,
.mgne-chat-card.outcome-fumble .chat-outcome {
border-left-color: rgba(232, 154, 95, 0.75);
}
.mgne-chat-card.outcome-failure .chat-outcome .chat-outcome-label,
.mgne-chat-card.outcome-broken .chat-outcome .chat-outcome-label,
.mgne-chat-card.outcome-fumble .chat-outcome .chat-outcome-label {
color: #f4cdaf;
}
.mgne-chat-card.outcome-failure .chat-outcome .chat-outcome-icon,
.mgne-chat-card.outcome-broken .chat-outcome .chat-outcome-icon,
.mgne-chat-card.outcome-fumble .chat-outcome .chat-outcome-icon {
color: #ee857d;
}
.mgne-chat-card.outcome-failure .chat-damage-total,
.mgne-chat-card.outcome-broken .chat-damage-total,
.mgne-chat-card.outcome-fumble .chat-damage-total {
border-left-color: rgba(232, 154, 95, 0.6);
}
.mgne-chat-card .chat-dice-tooltip {
margin-top: 0.4rem;
padding: 0.4rem 0.55rem;
padding: 0.35rem 0.5rem;
background: rgba(19, 16, 15, 0.85);
border: 1px solid rgba(171, 139, 104, 0.22);
border: 1px solid rgba(171, 139, 104, 0.18);
border-radius: 6px;
}
.mgne-chat-card .chat-dice-tooltip .dice-roll {
display: flex;
flex-direction: column;
gap: 0.2rem;
gap: 0.15rem;
}
.mgne-chat-card .chat-dice-tooltip .dice-formula {
font-family: "Courier New", monospace;
font-size: 0.72rem;
color: rgba(204, 178, 146, 0.78);
font-size: 0.7rem;
color: rgba(204, 178, 146, 0.72);
}
.mgne-chat-card .chat-dice-tooltip .dice-tooltip {
font-size: 0.78rem;
font-size: 0.75rem;
}
.mgne-chat-card .chat-dice-tooltip .dice {
margin: 0.15rem 0;
margin: 0.1rem 0;
}
.mgne-chat-card .chat-dice-tooltip .die-icon,
.mgne-chat-card .chat-dice-tooltip .die-face {
color: #c49a45;
font-size: 0.8rem;
font-size: 0.78rem;
}
.mgne-chat-card .chat-dice-tooltip .part-formula {
color: rgba(204, 178, 146, 0.82);
font-size: 0.72rem;
color: rgba(204, 178, 146, 0.78);
font-size: 0.7rem;
}
.mgne-chat-card .chat-dice-tooltip .part-total {
color: #ccb292;
@@ -1641,66 +1787,78 @@
color: #eeb68c;
}
.mgne-chat-card .chat-dice-tooltip .dice-total {
font-family: "CastorTwoMGNE", serif;
font-size: 1.05rem;
color: #c49a45;
text-align: right;
border-top: 1px solid rgba(171, 139, 104, 0.2);
padding-top: 0.2rem;
margin-top: 0.15rem;
}
.mgne-chat-card .chat-outcome {
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
text-transform: uppercase;
letter-spacing: 0.08em;
margin: 0;
padding: 0.3rem 0.55rem;
font-size: 1rem;
color: #c49a45;
text-align: center;
border-top: 1px solid rgba(171, 139, 104, 0.16);
padding-top: 0.2rem;
margin-top: 0.1rem;
}
.mgne-chat-card .chat-special-wrap {
display: flex;
align-items: flex-start;
gap: 0.4rem;
padding: 0.35rem 0.5rem;
border-left: 2px solid rgba(232, 154, 95, 0.4);
background: rgba(17, 12, 10, 0.8);
border-radius: 6px;
background: rgba(19, 16, 15, 0.72);
border-left: 3px solid rgba(232, 154, 95, 0.7);
color: #f0bc95;
font-size: 0.8rem;
}
.mgne-chat-card .chat-special {
padding: 0.42rem 0.55rem;
border-left: 3px solid rgba(232, 154, 95, 0.55);
background: rgba(17, 12, 10, 0.85);
.mgne-chat-card .chat-special-icon {
flex-shrink: 0;
font-size: 0.7rem;
color: #e89a5f;
margin-top: 0.08rem;
}
.mgne-chat-card .chat-special-text {
color: #ccb292;
font-size: 0.72rem;
line-height: 1.4;
}
.mgne-chat-card.outcome-critical-success,
.mgne-chat-card.outcome-success,
.mgne-chat-card.outcome-steady {
border-color: rgba(79, 125, 115, 0.42);
.mgne-chat-card .chat-omen-remind,
.mgne-chat-card .chat-omen-used {
margin: 0;
padding: 0.35rem 0.5rem;
border-radius: 6px;
font-size: 0.7rem;
display: flex;
align-items: center;
gap: 0.35rem;
}
.mgne-chat-card.outcome-critical-success .chat-outcome,
.mgne-chat-card.outcome-success .chat-outcome,
.mgne-chat-card.outcome-steady .chat-outcome {
color: #9bc0b8;
border-left-color: rgba(79, 125, 115, 0.8);
.mgne-chat-card .chat-omen-remind {
background: rgba(196, 154, 69, 0.18);
border: 1px solid rgba(196, 154, 69, 0.35);
color: #dac08b;
}
.mgne-chat-card.outcome-failure,
.mgne-chat-card.outcome-broken,
.mgne-chat-card.outcome-fumble {
border-color: rgba(232, 90, 80, 0.48);
.mgne-chat-card .chat-omen-remind i {
color: #c49a45;
font-size: 0.7rem;
}
.mgne-chat-card.outcome-failure .chat-outcome,
.mgne-chat-card.outcome-broken .chat-outcome,
.mgne-chat-card.outcome-fumble .chat-outcome {
color: #f4cdaf;
border-left-color: rgba(232, 154, 95, 0.8);
.mgne-chat-card .chat-omen-neutralize {
background: rgba(232, 154, 95, 0.18);
border-color: rgba(232, 154, 95, 0.35);
color: #f2c4a2;
}
.mgne-chat-card.mode-apply-damage .chat-result-total,
.mgne-chat-card.mode-damage .chat-result-total {
color: #edb183;
.mgne-chat-card .chat-omen-neutralize i {
color: #e89a5f;
}
.mgne-chat-card .chat-omen-used {
background: rgba(79, 125, 115, 0.18);
border: 1px solid rgba(79, 125, 115, 0.32);
color: #a7c8c1;
}
.mgne-chat-card .chat-omen-used i {
color: #b1cec7;
font-size: 0.7rem;
}
.mgne-chat-card .chat-card-actions {
margin-top: 0.2rem;
margin-top: 0.1rem;
}
.mgne-roll-damage-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 0.45rem;
gap: 0.4rem;
width: 100%;
padding: 0.38rem 0.7rem;
border: 1px solid #e89a5f;
@@ -1708,7 +1866,7 @@
background: #d87a4f;
color: #f8ede0;
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 0.78rem;
font-size: 0.76rem;
font-weight: 600;
letter-spacing: 0.06em;
cursor: pointer;
@@ -1716,7 +1874,7 @@
}
.mgne-roll-damage-btn .dmg-formula {
color: #fff5e8;
font-size: 0.75rem;
font-size: 0.73rem;
font-weight: 700;
}
.mgne-roll-damage-btn:hover {
@@ -1741,7 +1899,7 @@
display: flex;
align-items: center;
justify-content: center;
gap: 0.45rem;
gap: 0.4rem;
width: 100%;
padding: 0.38rem 0.7rem;
border: 1px solid #c49a45;
@@ -1749,7 +1907,7 @@
background: #8f6f2d;
color: #fff5d0;
font-family: "CastorTwoMGNE", "Palatino Linotype", serif;
font-size: 0.78rem;
font-size: 0.76rem;
font-weight: 600;
letter-spacing: 0.06em;
cursor: pointer;
@@ -1761,7 +1919,7 @@
color: #fff;
}
.chat-apply-actions {
margin-top: 0.35rem;
margin-top: 0.25rem;
}
.mgne-apply-damage-select {
width: 100%;
@@ -1771,7 +1929,7 @@
background: #1b1512;
color: #ab8b68;
font-family: "LoraMGNE", "Book Antiqua", serif;
font-size: 0.8rem;
font-size: 0.78rem;
font-weight: 600;
cursor: pointer;
transition: border-color 0.15s, background 0.15s;