diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 22:39:11 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 22:39:11 +0000 |
commit | b3ca0eb9198a66f163140dd0eccde35677921f12 (patch) | |
tree | 3a40c41208b3929029e9113648702a931f4f64e6 /live/themes/redwine | |
parent | d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 (diff) | |
download | vdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.gz vdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.bz2 |
- directory restructuration regarding static content.
Diffstat (limited to 'live/themes/redwine')
-rw-r--r-- | live/themes/redwine/css/theme.css | 230 | ||||
-rw-r--r-- | live/themes/redwine/img/bg_box_h.png | bin | 0 -> 188 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_box_l.png | bin | 0 -> 213 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_box_r.png | bin | 0 -> 221 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_header_h.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_header_l.png | bin | 0 -> 245 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_header_r.png | bin | 0 -> 252 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_line.png | bin | 0 -> 138 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_line_top.png | bin | 0 -> 140 bytes | |||
-rw-r--r-- | live/themes/redwine/img/bg_tools.png | bin | 0 -> 143 bytes | |||
-rw-r--r-- | live/themes/redwine/img/menu_line_bg.png | bin | 0 -> 182 bytes | |||
-rw-r--r-- | live/themes/redwine/img/zap.png | bin | 0 -> 873 bytes |
12 files changed, 230 insertions, 0 deletions
diff --git a/live/themes/redwine/css/theme.css b/live/themes/redwine/css/theme.css new file mode 100644 index 0000000..c8dae90 --- /dev/null +++ b/live/themes/redwine/css/theme.css @@ -0,0 +1,230 @@ +/* ###################### + # Globals + ###################### +*/ + +input { + border: 1px solid #963B5F; +} + +select { + border: 1px solid #963B5F; +} + +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +.domTTepg div.epg_content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +/* ####################### + # Menue + ####################### +*/ + +div.menu { + background: #000057 url(../img/menu_line_bg.png) repeat-x; + color: #FFE9FA; +} + +div.pagemenu { + background: #FFFFFF url(../img/bg_line.png) top repeat-x; +} + +div.pagemenu div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + background: #FFE9FA; + border-top: 1px solid #DA8DA8; + border-bottom: 1px solid #DA8DA8; +} + +div.pagemenu a.active { + color: #984E79; +} + +div.pagemenu span.sep { + color: #DA8DA8; +} + +div.pagemenu span.active { + color: #984E79; +} + +/* ####################### + # Info Box (near logo) + ####################### +*/ + +div#infobox { + border: 1px solid #DA8DA8; +} + +div#infobox div.st_header { + background: #FFE9FA; + border-bottom: 1px solid #DA8DA8; +} + +div#infobox div.st_content { + background: white url(../img/bg_line_top.png) top left repeat-x; +} + +div#infobox div.st_controls div.st_update { + border-right: 1px solid #DA8DA8; +} + +/* ####################### + # Head Box + ####################### +*/ + +div.head_box_l { + background-image: url(../img/bg_header_l.png); +} + +div.head_box_m { + background-image: url(../img/bg_header_h.png); +} + +div.head_box_r { + background-image: url(../img/bg_header_r.png); +} + +button.smallbutton { + background-image: url(../img/button_blue.png); +} + +button.green { + background-image: url(../img/button_green.png); +} + +button.red { + background-image: url(../img/button_red.png); +} + +button.blue { + background-image: url(../img/button_blue.png); +} + +/* ################ + # Event + ################ +*/ + +div.station div { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.station div div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.station div div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +div.content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +div.__progress { + border: 1px solid #DA8DA8; +} + +div.__progress div.__elapsed { + background-color: #FFE9FA; +} + + +/* + ############################## + # Blue Background Thingy + ############################## +*/ + +div.boxheader { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.boxheader div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.boxheader div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +/* + ############################## + # Recordings + ############################## +*/ + +div.recording_item { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* + ############################## + # Remote Control Keypad + ############################## +*/ + +div.screenshot { + background-image: url(../img/tv.jpg); +} + + +/* + ############################## + # Edit Tables + ############################## +*/ + +table.formular tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* + ############################## + # Search results + ############################## +*/ + +table.listing tr td.head { + background: #963B5F; +} + +table.listing tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* ############################## + # About box + ############################## +*/ + +.about_box div.about_content div.about_head { + background: #FFFFFF url(../img/bg_line.png) top repeat-x; +} + +.about_box div.about_content div.about_head div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +.about_box div.about_content div.about_head div div { + background: #FFE9FA; + border-top: 1px solid #DA8DA8; + border-bottom: 1px solid #DA8DA8; +} diff --git a/live/themes/redwine/img/bg_box_h.png b/live/themes/redwine/img/bg_box_h.png Binary files differnew file mode 100644 index 0000000..7763272 --- /dev/null +++ b/live/themes/redwine/img/bg_box_h.png diff --git a/live/themes/redwine/img/bg_box_l.png b/live/themes/redwine/img/bg_box_l.png Binary files differnew file mode 100644 index 0000000..e3d7dd8 --- /dev/null +++ b/live/themes/redwine/img/bg_box_l.png diff --git a/live/themes/redwine/img/bg_box_r.png b/live/themes/redwine/img/bg_box_r.png Binary files differnew file mode 100644 index 0000000..e1c72d5 --- /dev/null +++ b/live/themes/redwine/img/bg_box_r.png diff --git a/live/themes/redwine/img/bg_header_h.png b/live/themes/redwine/img/bg_header_h.png Binary files differnew file mode 100644 index 0000000..aaf8d6d --- /dev/null +++ b/live/themes/redwine/img/bg_header_h.png diff --git a/live/themes/redwine/img/bg_header_l.png b/live/themes/redwine/img/bg_header_l.png Binary files differnew file mode 100644 index 0000000..e49a7e9 --- /dev/null +++ b/live/themes/redwine/img/bg_header_l.png diff --git a/live/themes/redwine/img/bg_header_r.png b/live/themes/redwine/img/bg_header_r.png Binary files differnew file mode 100644 index 0000000..f121aa8 --- /dev/null +++ b/live/themes/redwine/img/bg_header_r.png diff --git a/live/themes/redwine/img/bg_line.png b/live/themes/redwine/img/bg_line.png Binary files differnew file mode 100644 index 0000000..50e358e --- /dev/null +++ b/live/themes/redwine/img/bg_line.png diff --git a/live/themes/redwine/img/bg_line_top.png b/live/themes/redwine/img/bg_line_top.png Binary files differnew file mode 100644 index 0000000..59f2ec0 --- /dev/null +++ b/live/themes/redwine/img/bg_line_top.png diff --git a/live/themes/redwine/img/bg_tools.png b/live/themes/redwine/img/bg_tools.png Binary files differnew file mode 100644 index 0000000..1457e1d --- /dev/null +++ b/live/themes/redwine/img/bg_tools.png diff --git a/live/themes/redwine/img/menu_line_bg.png b/live/themes/redwine/img/menu_line_bg.png Binary files differnew file mode 100644 index 0000000..a942e6f --- /dev/null +++ b/live/themes/redwine/img/menu_line_bg.png diff --git a/live/themes/redwine/img/zap.png b/live/themes/redwine/img/zap.png Binary files differnew file mode 100644 index 0000000..d5d8628 --- /dev/null +++ b/live/themes/redwine/img/zap.png |