diff options
| author | M. Voerman <rekordc@gmail.com> | 2015-02-07 22:19:12 +0100 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2015-02-07 22:19:12 +0100 |
| commit | 93b4f48499d080aaeb7d407262fa2070d2b88a07 (patch) | |
| tree | 3d26550d97682889361f5dfe0183e1edfb674907 /skins | |
| parent | b996f3095f547c621b5a445e464a836757de69b5 (diff) | |
| download | vdr-vipclient-93b4f48499d080aaeb7d407262fa2070d2b88a07.tar.gz vdr-vipclient-93b4f48499d080aaeb7d407262fa2070d2b88a07.tar.bz2 | |
Expanded weather info
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/blue.css | 36 |
1 files changed, 36 insertions, 0 deletions
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; } |
