ops: glance server-stats balken - rund, gradient, glow, warnfarbe ab 85%
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -135,6 +135,26 @@ body {
|
|||||||
box-shadow: 0 0 0 3px hsla(212, 100%, 55%, 0.15), 0 0 28px hsla(212, 100%, 55%, 0.12);
|
box-shadow: 0 0 0 3px hsla(212, 100%, 55%, 0.15), 0 0 28px hsla(212, 100%, 55%, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- Server-Stats: Balken rund, gradient, glow --- */
|
||||||
|
.progress-bar {
|
||||||
|
border: none;
|
||||||
|
height: 9px;
|
||||||
|
border-radius: 999px;
|
||||||
|
background: hsla(220, 30%, 60%, 0.12);
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-value {
|
||||||
|
border-radius: 999px;
|
||||||
|
background: linear-gradient(90deg, hsl(205, 100%, 55%), hsl(172, 95%, 48%));
|
||||||
|
box-shadow: 0 0 10px hsla(205, 100%, 55%, 0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-value-notice {
|
||||||
|
background: linear-gradient(90deg, hsl(38, 100%, 55%), hsl(355, 90%, 60%));
|
||||||
|
box-shadow: 0 0 12px hsla(355, 90%, 58%, 0.45);
|
||||||
|
}
|
||||||
|
|
||||||
/* --- Feinschliff --- */
|
/* --- Feinschliff --- */
|
||||||
::selection {
|
::selection {
|
||||||
background: hsla(212, 100%, 50%, 0.35);
|
background: hsla(212, 100%, 50%, 0.35);
|
||||||
|
|||||||
Reference in New Issue
Block a user