]> ToastFreeware Gitweb - chrisu/seepark.git/blob - web/static/seepark_web.css
91130034dd6b5839959a6b3198a16f4f6201961c
[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, .c3 {
18     margin: 0 auto;
19     text-align: center;
20     padding-top: 1em;
21 }
22
23 #openweathermap-widget-15 {
24     width: 300px;
25 }