Added new static blog entry. Added new design elements

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-06-26 22:18:26 +02:00
parent 40fee41b41
commit 4728bd29ca
13 changed files with 40 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ body {
height: 120px;
background-color: #4d4d4d;
color: #ffffff;
position: absolute;
width: 960px;
}
#header h1 {
@@ -29,6 +31,11 @@ body {
padding-top: 45px;
}
#header h1 a {
color: #ffffff;
text-decoration: none;
}
#header h2 {
text-align: right;
margin: 0 10px 0 0;
@@ -37,10 +44,24 @@ body {
padding-top: 5px;
}
#contact-list {
position: absolute;
right: -22px;
width: 20px;
}
#contact-list a {
display: block;
}
#content {
padding: 8px;
}
#content-padding {
height: 120px;
}
#content h3 {
margin: .5em 0 .2em 0;
}