Add eonstrip and megasequence hands

This commit is contained in:
Kiyomichi Kosaka
2025-06-15 00:05:40 +02:00
parent 6c566db9e7
commit b91606183d
3 changed files with 29 additions and 6 deletions
+21 -6
View File
@@ -433,25 +433,40 @@
z-index: 1;
}
.hand.xeno {
width: 4px;
height: 40%;
background: #00ffff;
box-shadow: 0 0 6px #00ffff;
background: linear-gradient(to top, #00ffff, #0066ff);
box-shadow: 0 0 8px #00ffff;
}
.hand.quantic {
width: 3px;
height: 35%;
background: #ff00ff;
box-shadow: 0 0 6px #ff00ff;
background: linear-gradient(to top, #ff00ff, #6600ff);
box-shadow: 0 0 8px #ff00ff;
}
.hand.chronon {
width: 2px;
height: 30%;
background: #ffff00;
box-shadow: 0 0 6px #ffff00;
background: linear-gradient(to top, #ffff00, #ff6600);
box-shadow: 0 0 8px #ffff99;
}
.hand.eonstrip {
width: 5px;
height: 45%;
background: linear-gradient(to top, #00ff88, #005544);
box-shadow: 0 0 8px #00ff88;
}
.hand.megasequence {
width: 6px;
height: 50%;
background: linear-gradient(to top, #ffa500, #552200);
box-shadow: 0 0 8px #ffa500;
}
body.fullscreen-clock .header,