summaryrefslogtreecommitdiff
path: root/live/themes/redwine
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-22 22:39:11 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-06-22 22:39:11 +0000
commitb3ca0eb9198a66f163140dd0eccde35677921f12 (patch)
tree3a40c41208b3929029e9113648702a931f4f64e6 /live/themes/redwine
parentd9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 (diff)
downloadvdr-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.css230
-rw-r--r--live/themes/redwine/img/bg_box_h.pngbin0 -> 188 bytes
-rw-r--r--live/themes/redwine/img/bg_box_l.pngbin0 -> 213 bytes
-rw-r--r--live/themes/redwine/img/bg_box_r.pngbin0 -> 221 bytes
-rw-r--r--live/themes/redwine/img/bg_header_h.pngbin0 -> 185 bytes
-rw-r--r--live/themes/redwine/img/bg_header_l.pngbin0 -> 245 bytes
-rw-r--r--live/themes/redwine/img/bg_header_r.pngbin0 -> 252 bytes
-rw-r--r--live/themes/redwine/img/bg_line.pngbin0 -> 138 bytes
-rw-r--r--live/themes/redwine/img/bg_line_top.pngbin0 -> 140 bytes
-rw-r--r--live/themes/redwine/img/bg_tools.pngbin0 -> 143 bytes
-rw-r--r--live/themes/redwine/img/menu_line_bg.pngbin0 -> 182 bytes
-rw-r--r--live/themes/redwine/img/zap.pngbin0 -> 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
new file mode 100644
index 0000000..7763272
--- /dev/null
+++ b/live/themes/redwine/img/bg_box_h.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_box_l.png b/live/themes/redwine/img/bg_box_l.png
new file mode 100644
index 0000000..e3d7dd8
--- /dev/null
+++ b/live/themes/redwine/img/bg_box_l.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_box_r.png b/live/themes/redwine/img/bg_box_r.png
new file mode 100644
index 0000000..e1c72d5
--- /dev/null
+++ b/live/themes/redwine/img/bg_box_r.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_header_h.png b/live/themes/redwine/img/bg_header_h.png
new file mode 100644
index 0000000..aaf8d6d
--- /dev/null
+++ b/live/themes/redwine/img/bg_header_h.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_header_l.png b/live/themes/redwine/img/bg_header_l.png
new file mode 100644
index 0000000..e49a7e9
--- /dev/null
+++ b/live/themes/redwine/img/bg_header_l.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_header_r.png b/live/themes/redwine/img/bg_header_r.png
new file mode 100644
index 0000000..f121aa8
--- /dev/null
+++ b/live/themes/redwine/img/bg_header_r.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_line.png b/live/themes/redwine/img/bg_line.png
new file mode 100644
index 0000000..50e358e
--- /dev/null
+++ b/live/themes/redwine/img/bg_line.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_line_top.png b/live/themes/redwine/img/bg_line_top.png
new file mode 100644
index 0000000..59f2ec0
--- /dev/null
+++ b/live/themes/redwine/img/bg_line_top.png
Binary files differ
diff --git a/live/themes/redwine/img/bg_tools.png b/live/themes/redwine/img/bg_tools.png
new file mode 100644
index 0000000..1457e1d
--- /dev/null
+++ b/live/themes/redwine/img/bg_tools.png
Binary files differ
diff --git a/live/themes/redwine/img/menu_line_bg.png b/live/themes/redwine/img/menu_line_bg.png
new file mode 100644
index 0000000..a942e6f
--- /dev/null
+++ b/live/themes/redwine/img/menu_line_bg.png
Binary files differ
diff --git a/live/themes/redwine/img/zap.png b/live/themes/redwine/img/zap.png
new file mode 100644
index 0000000..d5d8628
--- /dev/null
+++ b/live/themes/redwine/img/zap.png
Binary files differ