Added basic design

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-06-18 23:26:40 +02:00
parent f5280125f3
commit 1424061fed
9 changed files with 242 additions and 0 deletions

View File

@@ -41,6 +41,48 @@ body {
padding: 8px;
}
#content h3 {
margin: .5em 0 .2em 0;
}
#content p {
margin: .2em 0;
text-indent: 2em;
}
#content a {
color: black;
text-decoration: underline;
}
#content p.article-date {
text-indent: 0;
font-size: 80%;
color: #7f7f7f;
}
dt {
font-weight: normal;
text-decoration: underline;
}
dd p {
text-indent: 0 !important;
margin-top: .5em !important;
}
#page-disclaimer {
margin-top: 2em;
text-align: right;
font-size: 80%;
color: #7f7f7f;
}
#page-disclaimer a {
color: #7f7f7f;
text-decoration: underline;
}
#bottombar-wrapper {
display: block;
}