diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 12:36:25 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 12:36:25 +0100 |
| commit | c160bb27922920df6f74bdc3bb2e4a1687851aca (patch) | |
| tree | be184f76978c4df5fbcad087d4905a715fba28de /default/htdocs | |
| parent | b70d3cae35926b1aff8353303c96b2c39430203a (diff) | |
new style
Diffstat (limited to 'default/htdocs')
| -rw-r--r-- | default/htdocs/styles/css3.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; |
