]> ToastFreeware Gitweb - chrisu/seepark.git/blob - web/static/seepark_web.css
replace 1 chart+buttons with 4 charts
[chrisu/seepark.git] / web / static / seepark_web.css
1 .region-frozen {
2     fill: blue;
3 }
4
5 .region-ok {
6     fill: white;
7 }
8
9 .region-warm {
10     fill: orange;
11 }
12
13 .region-boiling {
14     fill: red;
15 }
16
17 #openweathermap-widget-15 {
18     margin: 0 auto;
19     text-align: center;
20     padding-top: 1em;
21     width: 300px;
22 }