html5, css rewrite

This commit is contained in:
Philip Häusler 2011-06-01 18:51:01 +02:00
parent 0ee418ffa2
commit d85d11276b
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#logo {
background: url('../pic/engelsystem_logo.png') top left no-repeat;
display: block;
height: 69px;
margin: 10px auto;
width: 523px;
}

View File

@ -1,5 +1,5 @@
body { body, .background {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
background-color: #121327; background-color: #121327;
color: #FFFFFF; color: #FFFFFF;
@ -39,7 +39,7 @@ li {
background-color: #333e47 background-color: #333e47
} }
.border { .border, .container {
background-color: #000000 background-color: #000000
} }
@ -70,3 +70,7 @@ h4.menu {
.comment { .comment {
font-size : 6pt; font-size : 6pt;
} }
h4, h1 {
background: #333E47;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB