summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2015-02-07 22:19:12 +0100
committerM. Voerman <rekordc@gmail.com>2015-02-07 22:19:12 +0100
commit93b4f48499d080aaeb7d407262fa2070d2b88a07 (patch)
tree3d26550d97682889361f5dfe0183e1edfb674907 /skins
parentb996f3095f547c621b5a445e464a836757de69b5 (diff)
downloadvdr-vipclient-93b4f48499d080aaeb7d407262fa2070d2b88a07.tar.gz
vdr-vipclient-93b4f48499d080aaeb7d407262fa2070d2b88a07.tar.bz2
Expanded weather info
Diffstat (limited to 'skins')
-rw-r--r--skins/blue.css36
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;
}