Add autonomous attack planer
Some checks failed
Continuous Deployment / lint (push) Successful in 32s
Continuous Deployment / deploy-chrome (push) Failing after 20s
Continuous Deployment / deploy-firefox (push) Successful in 3m51s

This commit is contained in:
2025-12-03 22:57:31 +01:00
parent 53c2c2e7e3
commit 9bdd5f784f
8 changed files with 1082 additions and 38 deletions

View File

@@ -1,3 +1,17 @@
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#inner_footer {
.inner_subcolumns {
left: 0 !important;
@@ -6,6 +20,16 @@
#content_wrapper > table {
width: auto !important;
cursor: default;
}
.borderlist {
.autonomous:disabled {
opacity: 0.3;
}
.autonomous.blink {
animation: blink 2s infinite;
}
}
.lay_castle_top {

File diff suppressed because it is too large Load Diff