]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
add windy widget in page template and minimal css
[chrisu/seepark.git] / web / static / seepark_web.css
index 70d7692e4482235e95f9cb66b51cddd054f10106..d84b469cce34aa1588190ed2fab4f5c398a85814 100644 (file)
@@ -1,3 +1,7 @@
+body {
+    margin: 1em !important;
+}
+
 .region-frozen {
     fill: blue;
 }
     fill: red;
 }
 
-#openweathermap-widget-15 {
+#openweathermap-widget-15, .c3 {
     margin: 0 auto;
     text-align: center;
     padding-top: 1em;
+}
+
+#openweathermap-widget-15 {
     width: 300px;
 }
+
+#current, #currentair, #currentwater {
+    margin: 0 auto;
+    text-align: center;
+    padding: 1em;
+    max-width: 20em;
+}
+
+#currentair {
+    background-color: lightblue;
+}
+
+#currentwater {
+    background-color: lightgreen;
+}
+
+#windy {
+    text-align: center;
+    padding-top: 1em;
+}