]> ToastFreeware Gitweb - chrisu/seepark.git/blob - web/static/seepark_web.css
update c3 to 0.6.11
[chrisu/seepark.git] / web / static / seepark_web.css
1 body {
2     margin: 1em !important;
3 }
4
5 .region-frozen {
6     fill: blue;
7 }
8
9 .region-ok {
10     fill: white;
11 }
12
13 .region-warm {
14     fill: orange;
15 }
16
17 .region-boiling {
18     fill: red;
19 }
20
21 #openweathermap-widget-15, #windy, .c3 {
22     margin: 1em auto 0 auto;
23     text-align: center;
24     padding: 0 1em 0 1em;
25 }
26
27 #openweathermap-widget-15 {
28     width: 300px;
29     height: 231px;
30 }
31
32 #windyiframe {
33     max-width: 100%;
34 }
35
36 #current, #currentair, #currentwater {
37     margin: 0 auto;
38     text-align: center;
39     padding: 1em;
40     max-width: 20em;
41 }
42
43 #currentair {
44     background-color: lightblue;
45 }
46
47 #currentwater {
48     background-color: lightgreen;
49 }
50
51 .c3-container {
52     height: 320px;
53 }