diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:24:28 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-06-07 08:24:28 +0000 |
commit | 2b05bd085a99eeaba1fc5a80ee81c8d07d6398b8 (patch) | |
tree | cb0a054d0c8ecfef4625f72e54b05afdf776b4c8 /themes | |
parent | 995562b27db5f6549f9a303130e07242e38a6ed1 (diff) | |
download | vdr-plugin-live-2b05bd085a99eeaba1fc5a80ee81c8d07d6398b8.tar.gz vdr-plugin-live-2b05bd085a99eeaba1fc5a80ee81c8d07d6398b8.tar.bz2 |
- new theme 'veltliner' provided by Ulf (thanks!)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/veltliner/css/theme.css | 261 | ||||
-rw-r--r-- | themes/veltliner/img/bg_box_h.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_box_h1.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_box_l.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_box_r.png | bin | 0 -> 178 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_header_h.png | bin | 0 -> 151 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_header_l.png | bin | 0 -> 209 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_header_r.png | bin | 0 -> 221 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_line.png | bin | 0 -> 106 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_line_top.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | themes/veltliner/img/bg_tools.png | bin | 0 -> 132 bytes | |||
-rw-r--r-- | themes/veltliner/img/logo.png | bin | 0 -> 18864 bytes | |||
-rw-r--r-- | themes/veltliner/img/logo_login.png | bin | 0 -> 42937 bytes | |||
-rw-r--r-- | themes/veltliner/img/menu_line_bg.png | bin | 0 -> 147 bytes | |||
-rw-r--r-- | themes/veltliner/img/zap.png | bin | 0 -> 847 bytes |
15 files changed, 261 insertions, 0 deletions
diff --git a/themes/veltliner/css/theme.css b/themes/veltliner/css/theme.css new file mode 100644 index 0000000..aa9e7c5 --- /dev/null +++ b/themes/veltliner/css/theme.css @@ -0,0 +1,261 @@ +/* ############################## + # Globals + ############################## +*/ + +input { + border: 1px solid #004F00; +} + +select { + border: 1px solid #E0F000; +} + +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +.domTTepg div.epg_content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +/* ####################### + # Menue + ####################### +*/ + +div.menu { + background: #000020 url(../img/menu_line_bg.png) repeat-x; + color: #005E00; +} + +div.pagemenu { + background: #00F0F0 url(../img/bg_line.png) top repeat-x; +} + +div.pagemenu div { + background: #00F0F0 url(../img/bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + background: #00AE00; + border-top: 1px solid #006300; + border-bottom: 1px solid #005E00; +} + +div.pagemenu a.active { + color: #E03000; +} + +div.pagemenu span.sep { + color: #001E00; +} + +div.pagemenu span.active { + color: #E03000; +} + +/* ####################### + # Info Box (near logo) + ####################### +*/ + +div#infobox { + border: 1px solid #005F00; +} + +div#infobox div.st_header { + background: #00AE00; + border-bottom: 1px solid #006300; +} + +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 #009100; +} + +/* ####################### + # 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 #006E00; +} + +div.__progress div.__elapsed { + background-color: #FFCC00; +} + + +/* ############# + # Timers + ############# +*/ + +table.timers tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + +table.timers tr.description td { + background: #00AE00; +} + + +/* + ############################## + # Schedule + ############################## +*/ + +table.schedule tr td.head { + background: #00AE00; +} + +table.schedule tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* + ############################## + # 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 #006E00; +} + + +/* + ############################## + # Remote Control Keypad + ############################## +*/ + +div.screenshot { + background-image: url(../img/tv.jpg); +} + + +/* + ############################## + # Edit Tables + ############################## +*/ + +table.edit tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* + ############################## + # Search results + ############################## +*/ + +table.searchresults tr td.head { + background: #00AE00; +} + +table.searchresults tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* ############################## + # About box + ############################## +*/ + +.about_box div.about_content div.about_head { + background: #F0F0F0 url(../img/bg_line.png) top repeat-x; +} + +.about_box div.about_content div.about_head div { + background: #F0F0F0 url(../img/bg_line_top.png) bottom repeat-x; +} + +.about_box div.about_content div.about_head div div { + background: #009900; + border-top: 1px solid #006E00; + border-bottom: 1px solid #006E00; +} diff --git a/themes/veltliner/img/bg_box_h.png b/themes/veltliner/img/bg_box_h.png Binary files differnew file mode 100644 index 0000000..697e6b3 --- /dev/null +++ b/themes/veltliner/img/bg_box_h.png diff --git a/themes/veltliner/img/bg_box_h1.png b/themes/veltliner/img/bg_box_h1.png Binary files differnew file mode 100644 index 0000000..32b3bfd --- /dev/null +++ b/themes/veltliner/img/bg_box_h1.png diff --git a/themes/veltliner/img/bg_box_l.png b/themes/veltliner/img/bg_box_l.png Binary files differnew file mode 100644 index 0000000..e9d0037 --- /dev/null +++ b/themes/veltliner/img/bg_box_l.png diff --git a/themes/veltliner/img/bg_box_r.png b/themes/veltliner/img/bg_box_r.png Binary files differnew file mode 100644 index 0000000..9b552f6 --- /dev/null +++ b/themes/veltliner/img/bg_box_r.png diff --git a/themes/veltliner/img/bg_header_h.png b/themes/veltliner/img/bg_header_h.png Binary files differnew file mode 100644 index 0000000..a3dd03f --- /dev/null +++ b/themes/veltliner/img/bg_header_h.png diff --git a/themes/veltliner/img/bg_header_l.png b/themes/veltliner/img/bg_header_l.png Binary files differnew file mode 100644 index 0000000..162dfe6 --- /dev/null +++ b/themes/veltliner/img/bg_header_l.png diff --git a/themes/veltliner/img/bg_header_r.png b/themes/veltliner/img/bg_header_r.png Binary files differnew file mode 100644 index 0000000..f0ca21f --- /dev/null +++ b/themes/veltliner/img/bg_header_r.png diff --git a/themes/veltliner/img/bg_line.png b/themes/veltliner/img/bg_line.png Binary files differnew file mode 100644 index 0000000..361a841 --- /dev/null +++ b/themes/veltliner/img/bg_line.png diff --git a/themes/veltliner/img/bg_line_top.png b/themes/veltliner/img/bg_line_top.png Binary files differnew file mode 100644 index 0000000..5b0f3c2 --- /dev/null +++ b/themes/veltliner/img/bg_line_top.png diff --git a/themes/veltliner/img/bg_tools.png b/themes/veltliner/img/bg_tools.png Binary files differnew file mode 100644 index 0000000..3772aa5 --- /dev/null +++ b/themes/veltliner/img/bg_tools.png diff --git a/themes/veltliner/img/logo.png b/themes/veltliner/img/logo.png Binary files differnew file mode 100644 index 0000000..8bcf555 --- /dev/null +++ b/themes/veltliner/img/logo.png diff --git a/themes/veltliner/img/logo_login.png b/themes/veltliner/img/logo_login.png Binary files differnew file mode 100644 index 0000000..50da2ea --- /dev/null +++ b/themes/veltliner/img/logo_login.png diff --git a/themes/veltliner/img/menu_line_bg.png b/themes/veltliner/img/menu_line_bg.png Binary files differnew file mode 100644 index 0000000..0b273e4 --- /dev/null +++ b/themes/veltliner/img/menu_line_bg.png diff --git a/themes/veltliner/img/zap.png b/themes/veltliner/img/zap.png Binary files differnew file mode 100644 index 0000000..9140feb --- /dev/null +++ b/themes/veltliner/img/zap.png |