Pretty much done

There are things which could be improved, but then there always are...
This commit is contained in:
simon 2017-07-09 16:00:28 +01:00
parent a782e17f7c
commit 315e320fcd
6 changed files with 155 additions and 50 deletions

View file

@ -19,6 +19,16 @@
stroke: #444444;
}
.snm-gradation path {
stroke: black;
stroke-width: 1;
}
.snm-gradation text {
font-size: 50%;
font-weight: lighter;
}
.snm-hub {
fill: #444444;
}
@ -50,13 +60,14 @@
stroke-width: 15;
}
.snm-target .snm-frame {
stroke: green;
}
.snm-value {
text-align: center;
}
.snm-warning {
fill: none;
stroke-width: 10;
stroke-linejoin: round;
stroke: red;
.snm-warning .snm-frame {
stroke: maroon;
}