summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-10-17 20:35:13 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-10-17 20:35:13 +0000
commit8488af78b311065ed25f03a0812b2de77aa9a9b4 (patch)
tree8194fa0c8482cc262ce77a074bb56f57907de93e
parenta636ed8349440856a0b6d476107dab63bc4bb128 (diff)
downloadvdr-plugin-live-8488af78b311065ed25f03a0812b2de77aa9a9b4.tar.gz
vdr-plugin-live-8488af78b311065ed25f03a0812b2de77aa9a9b4.tar.bz2
- Added patch from zirias for background color settings. See
http://www.vdr-portal.de/board/thread.php?postid=659497#post659497
-rw-r--r--css/styles.css10
-rw-r--r--live/themes/orange-blue/css/theme.css3
2 files changed, 12 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css
index 0043e22..f7774dc 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -3,6 +3,11 @@
######################
*/
+html, body {
+ color: black;
+ background-color: white;
+}
+
body {
margin: 0px;
padding: 0px;
@@ -929,6 +934,11 @@ div.screenshot {
margin-right: 20px;
}
+div.screenshot img {
+ width: 320px;
+ height: 240px;
+}
+
/*
##############################
# Error widget
diff --git a/live/themes/orange-blue/css/theme.css b/live/themes/orange-blue/css/theme.css
index 594c90c..c2b6056 100644
--- a/live/themes/orange-blue/css/theme.css
+++ b/live/themes/orange-blue/css/theme.css
@@ -2,7 +2,8 @@
# Globals
######################
*/
-body {
+
+html, body {
background-color: #081966;
color: white;
}