From 93b4f48499d080aaeb7d407262fa2070d2b88a07 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sat, 7 Feb 2015 22:19:12 +0100 Subject: Expanded weather info --- skins/blue.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'skins') diff --git a/skins/blue.css b/skins/blue.css index 165d5ee..791ddec 100644 --- a/skins/blue.css +++ b/skins/blue.css @@ -11,6 +11,42 @@ z-index:500; } + .weather576 { + color : black; + font-size:10px; + text-align: left; + } + + .weather720 { + color : black; + font-size:19px; + text-align: left; + } + + .weather1080 { + color : black; + font-size:29px; + text-align: left; + } + + table.center { + margin-left:auto; + margin-right:auto; + } + + .imgsize576 { + height: 100%; + } + + .imgsize720 { + height: 125%; + } + + .imgsize1080 { + height: 188%; + } + + .bluekey { color : blue; } -- cgit v1.2.3