diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-06-11 17:09:30 +0200 |
commit | 3a31cebd1d39a6bcec2c22cbced60ca9d6177a42 (patch) | |
tree | 3cce86da26c408841e69bdee4e2ba012e0c72e47 /www-ssl/css/style6.css | |
parent | ebecae2ccc37c8930245a562852c035d5ce8d5a1 (diff) | |
parent | 80a1a65aefcd2f33951dc60c72d29df1ad19b187 (diff) |
merge special_includes_camp
Diffstat (limited to 'www-ssl/css/style6.css')
-rw-r--r--[-rwxr-xr-x] | www-ssl/css/style6.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/www-ssl/css/style6.css b/www-ssl/css/style6.css index 72e1024d..8dc008e7 100755..100644 --- a/www-ssl/css/style6.css +++ b/www-ssl/css/style6.css @@ -1,11 +1,15 @@ -body { +body, .background { font-family: Arial, Helvetica, sans-serif; background-color: #121327; color: #FFFFFF; font-size: small } +#logo { + background-image: url('../pic/himmel_w.png'); +} + a { text-decoration: none; color: #ff9900 @@ -35,7 +39,7 @@ li { background-color: #333e47 } -.border { +.border, .container { background-color: #000000 } @@ -66,3 +70,7 @@ h4.menu { .comment { font-size : 6pt; } + +h4, h1, th { + background: #333E47; +} |