]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
resize windy iframe
[chrisu/seepark.git] / web / static / seepark_web.css
index 91130034dd6b5839959a6b3198a16f4f6201961c..6e7753c8933e53b56bc67ddab1e2d6e718602643 100644 (file)
@@ -1,3 +1,7 @@
+body {
+    margin: 1em !important;
+}
+
 .region-frozen {
     fill: blue;
 }
     fill: red;
 }
 
-#openweathermap-widget-15, .c3 {
+#openweathermap-widget-15, #windy, .c3 {
     margin: 0 auto;
     text-align: center;
     padding-top: 1em;
 }
 
-#openweathermap-widget-15 {
+#openweathermap-widget-15, #windy {
     width: 300px;
+    height: 244px;
+}
+
+#current, #currentair, #currentwater {
+    margin: 0 auto;
+    text-align: center;
+    padding: 1em;
+    max-width: 20em;
+}
+
+#currentair {
+    background-color: lightblue;
+}
+
+#currentwater {
+    background-color: lightgreen;
 }