From 2b05bd085a99eeaba1fc5a80ee81c8d07d6398b8 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 7 Jun 2007 08:24:28 +0000 Subject: - new theme 'veltliner' provided by Ulf (thanks!) --- themes/veltliner/css/theme.css | 261 ++++++++++++++++++++++++++++++++++ themes/veltliner/img/bg_box_h.png | Bin 0 -> 127 bytes themes/veltliner/img/bg_box_h1.png | Bin 0 -> 174 bytes themes/veltliner/img/bg_box_l.png | Bin 0 -> 179 bytes themes/veltliner/img/bg_box_r.png | Bin 0 -> 178 bytes themes/veltliner/img/bg_header_h.png | Bin 0 -> 151 bytes themes/veltliner/img/bg_header_l.png | Bin 0 -> 209 bytes themes/veltliner/img/bg_header_r.png | Bin 0 -> 221 bytes themes/veltliner/img/bg_line.png | Bin 0 -> 106 bytes themes/veltliner/img/bg_line_top.png | Bin 0 -> 89 bytes themes/veltliner/img/bg_tools.png | Bin 0 -> 132 bytes themes/veltliner/img/logo.png | Bin 0 -> 18864 bytes themes/veltliner/img/logo_login.png | Bin 0 -> 42937 bytes themes/veltliner/img/menu_line_bg.png | Bin 0 -> 147 bytes themes/veltliner/img/zap.png | Bin 0 -> 847 bytes 15 files changed, 261 insertions(+) create mode 100644 themes/veltliner/css/theme.css create mode 100644 themes/veltliner/img/bg_box_h.png create mode 100644 themes/veltliner/img/bg_box_h1.png create mode 100644 themes/veltliner/img/bg_box_l.png create mode 100644 themes/veltliner/img/bg_box_r.png create mode 100644 themes/veltliner/img/bg_header_h.png create mode 100644 themes/veltliner/img/bg_header_l.png create mode 100644 themes/veltliner/img/bg_header_r.png create mode 100644 themes/veltliner/img/bg_line.png create mode 100644 themes/veltliner/img/bg_line_top.png create mode 100644 themes/veltliner/img/bg_tools.png create mode 100644 themes/veltliner/img/logo.png create mode 100644 themes/veltliner/img/logo_login.png create mode 100644 themes/veltliner/img/menu_line_bg.png create mode 100644 themes/veltliner/img/zap.png 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 new file mode 100644 index 0000000..697e6b3 Binary files /dev/null and b/themes/veltliner/img/bg_box_h.png differ diff --git a/themes/veltliner/img/bg_box_h1.png b/themes/veltliner/img/bg_box_h1.png new file mode 100644 index 0000000..32b3bfd Binary files /dev/null and b/themes/veltliner/img/bg_box_h1.png differ diff --git a/themes/veltliner/img/bg_box_l.png b/themes/veltliner/img/bg_box_l.png new file mode 100644 index 0000000..e9d0037 Binary files /dev/null and b/themes/veltliner/img/bg_box_l.png differ diff --git a/themes/veltliner/img/bg_box_r.png b/themes/veltliner/img/bg_box_r.png new file mode 100644 index 0000000..9b552f6 Binary files /dev/null and b/themes/veltliner/img/bg_box_r.png differ diff --git a/themes/veltliner/img/bg_header_h.png b/themes/veltliner/img/bg_header_h.png new file mode 100644 index 0000000..a3dd03f Binary files /dev/null and b/themes/veltliner/img/bg_header_h.png differ diff --git a/themes/veltliner/img/bg_header_l.png b/themes/veltliner/img/bg_header_l.png new file mode 100644 index 0000000..162dfe6 Binary files /dev/null and b/themes/veltliner/img/bg_header_l.png differ diff --git a/themes/veltliner/img/bg_header_r.png b/themes/veltliner/img/bg_header_r.png new file mode 100644 index 0000000..f0ca21f Binary files /dev/null and b/themes/veltliner/img/bg_header_r.png differ diff --git a/themes/veltliner/img/bg_line.png b/themes/veltliner/img/bg_line.png new file mode 100644 index 0000000..361a841 Binary files /dev/null and b/themes/veltliner/img/bg_line.png differ diff --git a/themes/veltliner/img/bg_line_top.png b/themes/veltliner/img/bg_line_top.png new file mode 100644 index 0000000..5b0f3c2 Binary files /dev/null and b/themes/veltliner/img/bg_line_top.png differ diff --git a/themes/veltliner/img/bg_tools.png b/themes/veltliner/img/bg_tools.png new file mode 100644 index 0000000..3772aa5 Binary files /dev/null and b/themes/veltliner/img/bg_tools.png differ diff --git a/themes/veltliner/img/logo.png b/themes/veltliner/img/logo.png new file mode 100644 index 0000000..8bcf555 Binary files /dev/null and b/themes/veltliner/img/logo.png differ diff --git a/themes/veltliner/img/logo_login.png b/themes/veltliner/img/logo_login.png new file mode 100644 index 0000000..50da2ea Binary files /dev/null and b/themes/veltliner/img/logo_login.png differ diff --git a/themes/veltliner/img/menu_line_bg.png b/themes/veltliner/img/menu_line_bg.png new file mode 100644 index 0000000..0b273e4 Binary files /dev/null and b/themes/veltliner/img/menu_line_bg.png differ diff --git a/themes/veltliner/img/zap.png b/themes/veltliner/img/zap.png new file mode 100644 index 0000000..9140feb Binary files /dev/null and b/themes/veltliner/img/zap.png differ -- cgit v1.2.3