varaverk: System card (identity/time/uptime/buttons); merge Fallback+Partner into one card

This commit is contained in:
Gmer4Lfe
2026-05-24 12:00:09 -04:00
parent 725c371f21
commit 359b051e64
5 changed files with 147 additions and 49 deletions
@@ -16,6 +16,14 @@
.vv-card h3 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase;
color: #888; letter-spacing: 0.05em; }
/* System card — no h3, no top padding waste */
#vv-system { padding-top: 14px; }
/* System action buttons */
.vv-sys-btn { background: #2a2a2a; border: 1px solid #444; color: #888; border-radius: 4px;
padding: 3px 7px; font-size: 13px; cursor: pointer; line-height: 1; }
.vv-sys-btn:hover { background: #3a3a3a; color: #ccc; border-color: #666; }
/* Fallback state badge */
.vv-state-badge { font-size: 20px; font-weight: bold; padding: 4px 0; margin-bottom: 2px; }
.vv-state-normal { color: #4caf50; }