From c160bb27922920df6f74bdc3bb2e4a1687851aca Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 12:36:25 +0100 Subject: new style --- default/htdocs/styles/css3.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default/htdocs') diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index 21e6e61..48fe35d 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -8,14 +8,14 @@ body { font-family: 'Conv_VarelaRound-Regular', Georgia, Serif; - background-color: #BCC6CC; + background-color: #666666; height: 100%; max-width: 1100px; margin-left: auto; margin-right: auto } div.header { - background-color: #EEEEEE; + background-color: #FFFFEF; color: #000000; border-color: #000000; border-width: 2px; @@ -29,7 +29,7 @@ div.header { } div.main { - background-color: #FFFFFF; + background-color: #FFFFEF; border-width: 1px; border-style: solid; padding: 5px; @@ -116,7 +116,7 @@ pre, .quote, .code { } .footer { - background-color: #EEEEEE; + background-color: #FFA500; color: #000000; text-align: center; font-style: italic; -- cgit v1.2.3