From d85d11276b464052e442297fe93cd5f628b979e2 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Wed, 1 Jun 2011 18:51:01 +0200 Subject: html5, css rewrite --- www-ssl/css/style10.css | 7 +++++++ www-ssl/css/style6.css | 8 ++++++-- www-ssl/pic/engelsystem_logo.png | Bin 0 -> 8736 bytes 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 www-ssl/pic/engelsystem_logo.png (limited to 'www-ssl') diff --git a/www-ssl/css/style10.css b/www-ssl/css/style10.css index e69de29b..311097c7 100644 --- a/www-ssl/css/style10.css +++ b/www-ssl/css/style10.css @@ -0,0 +1,7 @@ +#logo { + background: url('../pic/engelsystem_logo.png') top left no-repeat; + display: block; + height: 69px; + margin: 10px auto; + width: 523px; +} diff --git a/www-ssl/css/style6.css b/www-ssl/css/style6.css index eaca462f..2272f598 100644 --- a/www-ssl/css/style6.css +++ b/www-ssl/css/style6.css @@ -1,5 +1,5 @@ -body { +body, .background { font-family: Arial, Helvetica, sans-serif; background-color: #121327; color: #FFFFFF; @@ -39,7 +39,7 @@ li { background-color: #333e47 } -.border { +.border, .container { background-color: #000000 } @@ -70,3 +70,7 @@ h4.menu { .comment { font-size : 6pt; } + +h4, h1 { + background: #333E47; +} diff --git a/www-ssl/pic/engelsystem_logo.png b/www-ssl/pic/engelsystem_logo.png new file mode 100644 index 00000000..b017302e Binary files /dev/null and b/www-ssl/pic/engelsystem_logo.png differ -- cgit v1.2.3-54-g00ecf