summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-19 20:14:26 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-07-19 20:14:26 +0000
commit0ff607eb3b557f24f1e173be00323d89068df662 (patch)
tree53b44c2edc5831e7588e4040df5790d46fda0e3e
parentf6f71da928b975fd39afee1d639b495bcdeff9b8 (diff)
downloadvdr-plugin-live-0ff607eb3b557f24f1e173be00323d89068df662.tar.gz
vdr-plugin-live-0ff607eb3b557f24f1e173be00323d89068df662.tar.bz2
- Updated orange blue theme to the new tips and infowin.
-rw-r--r--css/styles.css43
-rw-r--r--live/themes/orange-blue/css/theme.css110
-rw-r--r--live/themes/orange-blue/img/info-win-b-l.pngbin0 -> 851 bytes
-rw-r--r--live/themes/orange-blue/img/info-win-b-r.pngbin0 -> 475 bytes
-rw-r--r--live/themes/orange-blue/img/info-win-m-l.pngbin0 -> 187 bytes
-rw-r--r--live/themes/orange-blue/img/info-win-m-r.pngbin0 -> 184 bytes
-rw-r--r--live/themes/orange-blue/img/info-win-t-l.pngbin0 -> 1123 bytes
-rw-r--r--live/themes/orange-blue/img/info-win-t-r.pngbin0 -> 718 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-bl.pngbin0 -> 574 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-br.pngbin0 -> 386 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-ml.pngbin0 -> 174 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-mr.pngbin0 -> 173 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-tl.pngbin0 -> 515 bytes
-rw-r--r--live/themes/orange-blue/img/tip-hint-tr.pngbin0 -> 392 bytes
14 files changed, 91 insertions, 62 deletions
diff --git a/css/styles.css b/css/styles.css
index e59ab99..9117b33 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -39,6 +39,18 @@ img {
border: 0;
}
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a:active {
+ text-decoration: underline;
+}
+
/* #########################
# global style properties
#########################
@@ -250,7 +262,6 @@ div.menu {
}
div.menu a {
- text-decoration: none;
color: white;
font-weight: bold;
}
@@ -260,16 +271,10 @@ a#login {
}
div.menu a.active {
- text-decoration: none;
color: #FFDB88;
font-weight: bold;
}
-
-div.menu a:hover {
- text-decoration: underline;
-}
-
div.menu form {
display: inline;
}
@@ -298,21 +303,17 @@ div.pagemenu div div {
}
div.pagemenu a {
- text-decoration: none;
color: black;
font-weight: bold;
}
-div.pagemenu a:hover {
- text-decoration: underline;
-}
-
div.pagemenu a.active {
- text-decoration: none;
color: blue;
font-weight: bold;
}
+/* check if still needed
+
div.pagemenu span {
text-decoration: none;
color: black;
@@ -333,6 +334,7 @@ div.pagemenu span.sep {
font-weight: lighter;
padding: 5px;
}
+*/
/* #######################
# Info Box (near logo)
@@ -541,11 +543,6 @@ div.station div div div {
div.station div div div a {
color: #ffffff;
font-weight: bold;
- text-decoration: none;
-}
-
-div.station div div div a:hover {
- text-decoration: underline;
}
td div.station {
@@ -555,11 +552,6 @@ td div.station {
td div.station a {
color: black;
font-weight: bold;
- text-decoration: none;
-}
-
-td div.station a:hover {
- text-decoration: underline;
}
div.content {
@@ -685,15 +677,10 @@ table.listing tr.spacer td {
}
table.listing a {
- text-decoration: none;
color: black;
font-weight: bold;
}
-table.listing a:hover {
- text-decoration: underline;
-}
-
/*
##############################
# Blue Background Thingy
diff --git a/live/themes/orange-blue/css/theme.css b/live/themes/orange-blue/css/theme.css
index a9fa79b..ea36b43 100644
--- a/live/themes/orange-blue/css/theme.css
+++ b/live/themes/orange-blue/css/theme.css
@@ -21,28 +21,83 @@ select {
background: #DDDDFF;
}
+a {
+ text-decoration: none;
+ color: #F5EE74;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+a:active {
+ text-decoration: underline;
+}
+
/* ######################
# Tooltip style for hints
######################
*/
-div.domTThint {
- border: 1px solid #FCB840;
- background-color: #EEEEFF;
+.hint-tip {
color: black;
}
+.hint-tip .hint-tip-top {
+ background: transparent url(../img/tip-hint-tl.png) no-repeat 0px 0px;
+}
+
+.hint-tip .hint-tip-top .hint-tip-c {
+ background: transparent url(../img/tip-hint-tr.png) no-repeat right 0px;
+}
+
+.hint-tip .hint-tip-bdy {
+ background: transparent url(../img/tip-hint-ml.png) repeat-y 0px 0px;
+}
+
+.hint-tip .hint-tip-bdy .hint-tip-c {
+ background: transparent url(../img/tip-hint-mr.png) repeat-y right 0px;
+}
+
+.hint-tip .hint-tip-bot {
+ background: transparent url(../img/tip-hint-bl.png) no-repeat 0px 0px;
+}
+
+.hint-tip .hint-tip-bot .hint-tip-c {
+ background: transparent url(../img/tip-hint-br.png) no-repeat right 0px;
+}
+
/* ##############################
# Tooltip style for epg infos
##############################
*/
-.domTTepg div.epg_content {
- border-left: 1px solid #fffddd;
- border-right: 1px solid #fffddd;
- border-bottom: 1px solid #fffddd;
- background: #263480 url(../img/bg_tools.png) top left repeat-y;
+.info-win .info-win-top {
+ background: transparent url(../img/info-win-t-l.png) no-repeat 0px 0px;
+}
+
+.info-win .info-win-top .info-win-c {
+ background: transparent url(../img/info-win-t-r.png) no-repeat right 0px;
+}
+
+.info-win .info-win-top .info-win-c .info-win-t {
+ color: #000;
+}
+.info-win .info-win-body {
+ background: transparent url(../img/info-win-m-l.png) repeat-y 0px 0px;
+}
+
+.info-win .info-win-body .info-win-c {
+ background: transparent url(../img/info-win-m-r.png) repeat-y right 0px;
+}
+
+.info-win .info-win-bot {
+ background: transparent url(../img/info-win-b-l.png) no-repeat 0px 0px;
+}
+
+.info-win .info-win-bot .info-win-c {
+ background: transparent url(../img/info-win-b-r.png) no-repeat right 0px;
}
/* #######################
@@ -287,37 +342,24 @@ table.dependent {
background-color: #263480;
}
-
-/* ##############################
- # About box
- ##############################
+/*
+ ##############################
+ # Infowin support styles for EPG-Boxes
+ ##############################
*/
-div.about_box a {
- color: #FCBC40;
-}
-
-.about_box div.about_content {
- border-left: 1px solid #FFFDDD;
- border-right: 1px solid #FFFDDD;
- border-bottom: 1px solid #FFFDDD;
-}
-
-.about_box div.about_content div {
- background-color: #081966;
- padding-bottom: 6px;
+.info-win div.epg_content {
+ background: transparent url(../img/bg_tools.png) top left repeat-y;
}
-.about_box div.about_content div.about_head {
- background: #081966 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
+ ##############################
+*/
-.about_box div.about_content div.about_head div div {
+.info-win div.epg_content div.about_head div div {
background: #122DBA;
- border-top: 1px solid #FCBC40;
- border-bottom: 1px solid #FCBC40;
+ border-top: 1px solid #C0C1DA;
+ border-bottom: 1px solid #C0C1DA;
}
diff --git a/live/themes/orange-blue/img/info-win-b-l.png b/live/themes/orange-blue/img/info-win-b-l.png
new file mode 100644
index 0000000..eca7fab
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-b-l.png
Binary files differ
diff --git a/live/themes/orange-blue/img/info-win-b-r.png b/live/themes/orange-blue/img/info-win-b-r.png
new file mode 100644
index 0000000..2e9bd29
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-b-r.png
Binary files differ
diff --git a/live/themes/orange-blue/img/info-win-m-l.png b/live/themes/orange-blue/img/info-win-m-l.png
new file mode 100644
index 0000000..645e31f
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-m-l.png
Binary files differ
diff --git a/live/themes/orange-blue/img/info-win-m-r.png b/live/themes/orange-blue/img/info-win-m-r.png
new file mode 100644
index 0000000..0d264e4
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-m-r.png
Binary files differ
diff --git a/live/themes/orange-blue/img/info-win-t-l.png b/live/themes/orange-blue/img/info-win-t-l.png
new file mode 100644
index 0000000..db7c2f2
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-t-l.png
Binary files differ
diff --git a/live/themes/orange-blue/img/info-win-t-r.png b/live/themes/orange-blue/img/info-win-t-r.png
new file mode 100644
index 0000000..499f6f6
--- /dev/null
+++ b/live/themes/orange-blue/img/info-win-t-r.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-bl.png b/live/themes/orange-blue/img/tip-hint-bl.png
new file mode 100644
index 0000000..efe53d7
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-bl.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-br.png b/live/themes/orange-blue/img/tip-hint-br.png
new file mode 100644
index 0000000..fde8f92
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-br.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-ml.png b/live/themes/orange-blue/img/tip-hint-ml.png
new file mode 100644
index 0000000..7a46670
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-ml.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-mr.png b/live/themes/orange-blue/img/tip-hint-mr.png
new file mode 100644
index 0000000..764361a
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-mr.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-tl.png b/live/themes/orange-blue/img/tip-hint-tl.png
new file mode 100644
index 0000000..5b20b32
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-tl.png
Binary files differ
diff --git a/live/themes/orange-blue/img/tip-hint-tr.png b/live/themes/orange-blue/img/tip-hint-tr.png
new file mode 100644
index 0000000..da96860
--- /dev/null
+++ b/live/themes/orange-blue/img/tip-hint-tr.png
Binary files differ