diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-23 22:59:47 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-23 22:59:47 +0200 |
| commit | 32b2495b204c0a017f4e2f380555572b1d4bc8f3 (patch) | |
| tree | 4277f436ed4a65e2f4513244b253da7148bb5999 | |
| parent | f5a6208100017efebddfdb61584f7d564f509356 (diff) | |
restyle
| -rw-r--r-- | default/htdocs/styles/css3.css | 20 |
1 files changed, 11 insertions, 9 deletions
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 { |
