diff options
| author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-24 21:56:55 +0000 |
|---|---|---|
| committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-24 21:56:55 +0000 |
| commit | 81caf399763ba55ea99dc1539a3cfc8ed09f9256 (patch) | |
| tree | da9fbb0b0c5004f7e4ac2d682c7355d44fe3ec81 /live/themes/veltliner/css/theme.css | |
| parent | 6f9730c2b6f632c2d230bb55d299defd5dd63bf7 (diff) | |
| download | vdr-plugin-live-81caf399763ba55ea99dc1539a3cfc8ed09f9256.tar.gz vdr-plugin-live-81caf399763ba55ea99dc1539a3cfc8ed09f9256.tar.bz2 | |
- Updated veltliner theme with changes from Ulf Kiener.
- Fixed new timer creation bug.
- Fixed typo in styles.css
Diffstat (limited to 'live/themes/veltliner/css/theme.css')
| -rw-r--r-- | live/themes/veltliner/css/theme.css | 58 |
1 files changed, 56 insertions, 2 deletions
diff --git a/live/themes/veltliner/css/theme.css b/live/themes/veltliner/css/theme.css index aa9e7c5..ceb9524 100644 --- a/live/themes/veltliner/css/theme.css +++ b/live/themes/veltliner/css/theme.css @@ -11,13 +11,58 @@ select { border: 1px solid #E0F000; } +/* ###################### + # Tooltip style for hints + ###################### +*/ + +.hint-tip { + color: white; +} + +.hint-tip .hint-tip-top { + background: transparent url(../img/tip-hint-tl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-top .hint-tip-c { + background: transparent url(../img/tip-hint-tr.png) no-repeat right 0px; +} + +.hint-tip .hint-tip-bdy { + background: transparent url(../img/tip-hint-ml.png) repeat-y 0px 0px; +} + +.hint-tip .hint-tip-bdy .hint-tip-c { + background: transparent url(../img/tip-hint-mr.png) repeat-y right 0px; +} + +.hint-tip .hint-tip-bot { + background: transparent url(../img/tip-hint-bl.png) no-repeat 0px 0px; +} + +.hint-tip .hint-tip-bot .hint-tip-c { + background: transparent url(../img/tip-hint-br.png) no-repeat right 0px; +} + + /* ############################## # Tooltip style for epg infos ############################## */ -.domTTepg div.epg_content { - background: white url(../img/bg_tools.png) top left repeat-y; +.info-win .info-win-top { + background: transparent url(../img/info-win-t-l.png) no-repeat 0px 0px; +} + +.info-win .info-win-top .info-win-c { + background: transparent url(../img/info-win-t-r.png) no-repeat right 0px; +} + +.info-win .info-win-top { + color: white; +} +.info-win-c .info-win-t { + color: #000; } /* ####################### @@ -240,6 +285,15 @@ table.searchresults tr td { border-bottom: 1px solid #006E00; } +/* + ############################## + # Infowin support styles for EPG-Boxes + ############################## +*/ + +.info-win div.epg_content { + background: transparent url(../img/bg_tools.png) top left repeat-y; +} /* ############################## # About box |
