diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-18 00:11:42 +0000 |
commit | 850fe0ddff35d86a0a3c876ee518ecfb778767d5 (patch) | |
tree | ee17377c20c3f9f41f9e53b7c26de21afb0e91ee /css | |
parent | b6ebbd4df6a6a588692bd0e5e1bbd1d920aad3e1 (diff) | |
download | vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.gz vdr-plugin-live-850fe0ddff35d86a0a3c876ee518ecfb778767d5.tar.bz2 |
- Changed default tooltip style class to domTThint
- Added tooltip style class domTTepg for epg infos like in recordings
- Added new pageelement.epg_tt_box to create epg box tooltips.
Used at moment in recordings. Planned also for whats_on and schedule.
- Changed structure of event box in whats_on to same structure like
epg box. This makes the styling comparable between the two boxes.
- added bg_tools.png to with a vertical fadeing border to resemble the
fading bottom of more line oriented pages.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 139 |
1 files changed, 67 insertions, 72 deletions
diff --git a/css/styles.css b/css/styles.css index 571effe..d4f04a1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -32,25 +32,69 @@ img { } /* ###################### - # Overlib Style for Tooltips + # Tooltip style for hints ###################### */ -div.domTTOverlib { +div.domTThint { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; border: 1px solid #EBC94C; background-color: #F4FFC3; } -div.domTTOverlib .caption { +div.domTThint .caption { font-weight: bold; } -div.domTTOverlib .contents { +div.domTThint .contents { padding: 2px; } +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +div.domTTepg { + width: 66%; + border: none; +} + +.domTTepg div.epg_description { +} + +.domTTepg div.epg_content { + padding: 0; + margin: 0; + + border-left: 1px solid #000000; + border-right: 1px solid #000000; + border-bottom: 1px solid #000000; + background: white url(bg_tools.png) top left repeat-y; +} + +.domTTepg div.epg_content div.epg_tools { + float: left; + width: 26px; + margin: 0; + padding: 0; + + text-align: center; + vertical-align: top; +} + +.domTTepg div.epg_content div div { + margin-left: 40px; +} + +.domTTepg div.epg_content div.epg_tools img { + margin-top: 5px; +} + +.domTTepg div.boxheader div div a { +} + /* ####################### # Menue @@ -159,13 +203,14 @@ div.event { width: 255px; height: 255px; padding: 0; + margin-right: 5px; float: left; } div.event div.station { margin: 0; padding: 0; - width: 250px; + width: 255px; } div.station div { @@ -191,39 +236,38 @@ div.station div div div { font-weight: bold; } - - -div.tools { - float: left; - width: 26px; +div.content { + width: 253px; height: 220px; - margin: 0; padding: 0; + margin: 0; - background: #E9EFFF; - text-align: center; - vertical-align: top; + background: white url(bg_tools.png) top left repeat-y; border-left: 1px solid #000000; + border-right: 1px solid #000000; border-bottom: 1px solid #000000; - border-right: 1px solid #C0C1DA; } -div.content { - width: 224px; +div.content div.tools { + float: left; + width: 26px; height: 220px; - padding: 0; margin: 0; - margin-left: 25px; + padding: 0; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; + text-align: center; + vertical-align: top; } -div.tools img { +div.content div.tools img { margin: 5px 2px; border: 0px; } +div.content div { + padding-left: 15px; +} + div.description { margin: 5px; } @@ -243,11 +287,6 @@ div.short { margin: 5px; } -div.hint { - font-style: italic; - margin: 0px 5px 5px 5px; -} - /* ############# # Timers ############# @@ -313,7 +352,7 @@ table.schedule tr.active { /* ############################## - # Blue Baground Thingy + # Blue Background Thingy ############################## */ @@ -392,50 +431,6 @@ div.recording_item { padding-right: 3em; } -/* ############################## - # Recording style for tooltips - ############################## -*/ - -div.domTTrecordings { - width: 66%; - border: none; -} - -.domTTrecordings div.re_description { -} - -.domTTrecordings div.re_content { - padding: 0; - margin: 0; - - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; - background: white; -} - -.domTTrecordings div.re_content div.re_tools { - float: left; - width: 26px; - margin: 0; - padding: 0; - - text-align: center; - vertical-align: top; - border-right: 1px solid #C0C1DA; -} - -.domTTrecordings div.re_content div div { - margin-left: 50px; -} - -.domTTrecordings div.re_content div.re_tools a img { - margin-top: 5px; -} - -.domTTrecordings div.boxheader div div a { -} - /* ############################## # Remote Control Keypad |