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 /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 'themes/redwine')
-rw-r--r-- | themes/redwine/css/theme.css | 230 | ||||
-rw-r--r-- | themes/redwine/img/bg_box_h.png | bin | 188 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_box_l.png | bin | 213 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_box_r.png | bin | 221 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_header_h.png | bin | 185 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_header_l.png | bin | 245 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_header_r.png | bin | 252 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_line.png | bin | 138 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_line_top.png | bin | 140 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/bg_tools.png | bin | 143 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/menu_line_bg.png | bin | 182 -> 0 bytes | |||
-rw-r--r-- | themes/redwine/img/zap.png | bin | 873 -> 0 bytes |
12 files changed, 0 insertions, 230 deletions
diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css deleted file mode 100644 index c8dae90..0000000 --- a/themes/redwine/css/theme.css +++ /dev/null @@ -1,230 +0,0 @@ -/* ###################### - # 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/themes/redwine/img/bg_box_h.png b/themes/redwine/img/bg_box_h.png Binary files differdeleted file mode 100644 index 7763272..0000000 --- a/themes/redwine/img/bg_box_h.png +++ /dev/null diff --git a/themes/redwine/img/bg_box_l.png b/themes/redwine/img/bg_box_l.png Binary files differdeleted file mode 100644 index e3d7dd8..0000000 --- a/themes/redwine/img/bg_box_l.png +++ /dev/null diff --git a/themes/redwine/img/bg_box_r.png b/themes/redwine/img/bg_box_r.png Binary files differdeleted file mode 100644 index e1c72d5..0000000 --- a/themes/redwine/img/bg_box_r.png +++ /dev/null diff --git a/themes/redwine/img/bg_header_h.png b/themes/redwine/img/bg_header_h.png Binary files differdeleted file mode 100644 index aaf8d6d..0000000 --- a/themes/redwine/img/bg_header_h.png +++ /dev/null diff --git a/themes/redwine/img/bg_header_l.png b/themes/redwine/img/bg_header_l.png Binary files differdeleted file mode 100644 index e49a7e9..0000000 --- a/themes/redwine/img/bg_header_l.png +++ /dev/null diff --git a/themes/redwine/img/bg_header_r.png b/themes/redwine/img/bg_header_r.png Binary files differdeleted file mode 100644 index f121aa8..0000000 --- a/themes/redwine/img/bg_header_r.png +++ /dev/null diff --git a/themes/redwine/img/bg_line.png b/themes/redwine/img/bg_line.png Binary files differdeleted file mode 100644 index 50e358e..0000000 --- a/themes/redwine/img/bg_line.png +++ /dev/null diff --git a/themes/redwine/img/bg_line_top.png b/themes/redwine/img/bg_line_top.png Binary files differdeleted file mode 100644 index 59f2ec0..0000000 --- a/themes/redwine/img/bg_line_top.png +++ /dev/null diff --git a/themes/redwine/img/bg_tools.png b/themes/redwine/img/bg_tools.png Binary files differdeleted file mode 100644 index 1457e1d..0000000 --- a/themes/redwine/img/bg_tools.png +++ /dev/null diff --git a/themes/redwine/img/menu_line_bg.png b/themes/redwine/img/menu_line_bg.png Binary files differdeleted file mode 100644 index a942e6f..0000000 --- a/themes/redwine/img/menu_line_bg.png +++ /dev/null diff --git a/themes/redwine/img/zap.png b/themes/redwine/img/zap.png Binary files differdeleted file mode 100644 index d5d8628..0000000 --- a/themes/redwine/img/zap.png +++ /dev/null |