X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/97dea911176a579b4e927ba7f575bdb2d4438fc7..a1a9d4bdd330504ce72e7f28225af5e4cdbfef8e:/web/static/seepark_web.css diff --git a/web/static/seepark_web.css b/web/static/seepark_web.css index 6ddd30a..a616ce8 100644 --- a/web/static/seepark_web.css +++ b/web/static/seepark_web.css @@ -1,3 +1,7 @@ +body { + margin: 1em !important; +} + .region-frozen { fill: blue; } @@ -14,19 +18,36 @@ 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; } -#buttonbar, #openweathermap-widget-15 { +#windyiframe { + max-width: 100%; +} + +#current, #currentair, #currentwater { margin: 0 auto; text-align: center; - padding-top: 1em; + padding: 1em; + max-width: 20em; } -#openweathermap-widget-15 { - width: 300px; +#currentair { + background-color: lightblue; +} + +#currentwater { + background-color: lightgreen; +} + +.c3-container { + height: 320px; }