diff options
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 |