]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
reStructuredText format for docstrings of sensorid and sensortype.
[chrisu/seepark.git] / web / static / seepark_web.css
index 5cf1aadaffaf060caa37fd38d87cf631e95d13bf..a616ce8c49834819406a07528afd7d105033eab6 100644 (file)
@@ -1,3 +1,7 @@
+body {
+    margin: 1em !important;
+}
+
 .region-frozen {
     fill: blue;
 }
     fill: red;
 }
 
-button {
-    color: inherit;
-    font: inherit;
-    margin: 0;
-    border: 1px solid;
+#openweathermap-widget-15, #windy, .c3 {
+    margin: 1em auto 0 auto;
+    text-align: center;
+    padding: 0 1em 0 1em;
+}
+
+#openweathermap-widget-15 {
+    width: 300px;
+    height: 231px;
+}
+
+#windyiframe {
+    max-width: 100%;
 }
 
-#buttonbar {
+#current, #currentair, #currentwater {
     margin: 0 auto;
     text-align: center;
-    padding-top: 1em;
+    padding: 1em;
+    max-width: 20em;
+}
+
+#currentair {
+    background-color: lightblue;
+}
+
+#currentwater {
+    background-color: lightgreen;
+}
+
+.c3-container {
+    height: 320px;
 }