diff options
author | M. Voerman <rekordc@gmail.com> | 2014-11-13 19:06:51 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-11-13 19:06:51 +0100 |
commit | 1ac4e764966ed27ac67a3f8c95f1b79e52c47271 (patch) | |
tree | fa661819c90cfb6c866b9409c39d2e07334b724f /blue.css | |
parent | a189caa11f906365f0a65dc58123551282e82069 (diff) | |
download | vdr-vipclient-1ac4e764966ed27ac67a3f8c95f1b79e52c47271.tar.gz vdr-vipclient-1ac4e764966ed27ac67a3f8c95f1b79e52c47271.tar.bz2 |
Looks like everything is in blue.css now
Diffstat (limited to 'blue.css')
-rw-r--r-- | blue.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -95,12 +95,27 @@ font-size:49px; color:black; } + pre.mainhead { + font-size:66px; + color:white; + text-align: center; + } pre.media { color:white; font-size:49px; } + pre.epgtimerinfo { + color:white; + text-align: center; + } + + p.epgtimerinfo { + text-align: center; + } + + p.epg { font-size:36px; color:black; |