From 8488af78b311065ed25f03a0812b2de77aa9a9b4 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 17 Oct 2007 20:35:13 +0000 Subject: - Added patch from zirias for background color settings. See http://www.vdr-portal.de/board/thread.php?postid=659497#post659497 --- css/styles.css | 10 ++++++++++ live/themes/orange-blue/css/theme.css | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3