save state

This commit is contained in:
2026-01-15 17:57:24 +01:00
parent 1f8f06de2a
commit 6ad11773dd
8 changed files with 320 additions and 58 deletions

View File

@@ -12,19 +12,20 @@ body {
/* Status Bar pinned to top */
#status-bar {
display: block;
height: 40px;
height: 140px;
padding: 10px 20px 0;
background-color: rgba(0, 0, 0, 0.2);
background-color: rgba(255, 0, 0, 0.2);
}
.time {
float: left;
font-weight: bold;
font-size: 1.1em;
font-size: 2em;
}
.status-icons {
float: right;
font-size: 2em;
}
.icon {
@@ -94,8 +95,16 @@ h1 {
.nav-item {
font-size: 1.9em;
color: #888;
background-color: red;
width: 100px;
height: 100px;
text-align: center;
vertical-align: middle;
line-height: 90px;
border-radius: 10px;
}
.nav-item:hover {
color: #3498db;
background-color: blue;
}