mostly thermal changes

This commit is contained in:
CeeWeasel
2024-07-04 14:46:31 -04:00
parent 458c6121f2
commit dc0b357374
8 changed files with 2131 additions and 244 deletions
+81 -1
View File
@@ -58,10 +58,12 @@ svg * {
.room-empty {
/*fill: #5d5b5b !important;*/
fill: #888888 !important;
fill-opacity: 1 !important;
}
.room-occupied {
fill: #596170 !important;
fill-opacity: 1 !important;
/* fill: #5d5d6f !important;*/
}
@@ -768,4 +770,82 @@ svg * {
.cam14-preset-7 {
/* transform: rotate(-12.13251, 954.42304, 540.7003); */
transform: rotate(-12.13251deg);
}
}
.green-to-red-grad-1{
fill: #00ff00 !important;
}
.green-to-red-grad-2{
fill: #4ef600 !important;
}
.green-to-red-grad-3{
fill: #6eed00 !important;
}
.green-to-red-grad-4 {
fill: #87e300 !important;
}
.green-to-red-grad-5 {
fill: #99d900 !important;
}
.green-to-red-grad-6 {
fill: #a8cf00 !important;
}
.green-to-red-grad-7 {
fill: #b4c500 !important;
}
.green-to-red-grad-8 {
fill: #bfba00 !important;
}
.green-to-red-grad-9 {
fill: #caaf00 !important;
}
.green-to-red-grad-10 {
fill: #d3a400 !important;
}
.green-to-red-grad-11 {
fill: #dc9800 !important;
}
.green-to-red-grad-12 {
fill: #e48b00 !important;
}
.green-to-red-grad-13 {
fill: #eb7d00 !important;
}
.green-to-red-grad-14 {
fill: #f26d00 !important;
}
.green-to-red-grad-15 {
fill: #f85c00 !important;
}
.green-to-red-grad-16 {
fill: #fb4900 !important;
}
.green-to-red-grad-17 {
fill: #fe3100 !important;
}
.green-to-red-grad-18 {
fill: #ff0000 !important;
}
.humidex-unavailable{
visibility: hidden !important;
}