Ready for release
Release Creation / build (release) Successful in 43s

This commit is contained in:
2026-06-12 20:53:44 +02:00
parent efe37b8a96
commit a53c7ace53
98 changed files with 1171 additions and 289 deletions
+59
View File
@@ -330,6 +330,65 @@ button.btn-calculate:hover,
background: #eef8ee;
}
/* === MGT2 Alliés & Ennemis (result chat) ================================== */
.ae-special-entry {
background: #fbf8f1;
border: 1px solid #d7ccb0;
border-radius: 4px;
padding: 7px 9px;
margin: 6px 0;
font-size: 0.85em;
}
.ae-special-header {
display: flex;
gap: 6px;
align-items: baseline;
font-weight: 500;
color: #222;
}
.ae-special-detail {
margin-top: 4px;
color: #555;
font-size: 0.92em;
padding-left: 2px;
}
.ae-narrative {
font-style: italic;
color: #6a5422;
}
.ae-special-mods {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-top: 5px;
}
.ae-mod {
display: inline-flex;
align-items: center;
padding: 1px 7px;
border-radius: 3px;
font-size: 0.82em;
font-weight: bold;
}
.ae-mod-pos {
background: #dff0d8;
color: #2a6a2a;
border: 1px solid #b8d498;
}
.ae-mod-neg {
background: #fce4e4;
color: #a33;
border: 1px solid #e8b4b4;
}
/* === MGT2 Sector Map ====================================================== */
#mgt2-sector-map .window-content {