From 32b2495b204c0a017f4e2f380555572b1d4bc8f3 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Wed, 23 Apr 2014 22:59:47 +0200 Subject: restyle --- default/htdocs/styles/css3.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'default/htdocs') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 50feb51..5a569df 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -8,27 +8,28 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; - background-color: #19495f; + background-color: #EEEEEE; height: 100%; - max-width: 900px; + max-width: 1200px; + margin-left: auto; margin-right: auto } div.header { - background-color: #01768f; + background-color: #EEEEEE; + color: #000000; border-color: #000000; border-width: 2px; border-style: solid; - color: #FFFFFF; padding: 20px; margin: 0px; - margin-bottom: 0px; + margin-bottom: 10px; text-align: center; border-radius:10px; box-shadow: 10px 10px 5px #000000; } div.main { - background-color: #FFFFFA; + background-color: #FFFFFF; border-width: 1px; border-style: solid; padding: 5px; @@ -92,15 +93,16 @@ p { pre, .quote, .code { border:1px #000000 solid; font-family: "Courier New", courier; - background: #FFFFFF; - color: #000000; + background-color: #000000; + color: #99FF66; padding-top: -10px; padding-right: 10px; padding: 10px; margin-bottom: 30px; - margin-right: 15px; + margin-left: auto; margin-right: auto; border-radius:10px; box-shadow: 10px 10px 5px #000000; + max-width: 1000px; } .footer { -- cgit v1.2.3