Raised the font in box.css

This commit is contained in:
Stefan Ritter 2009-07-23 10:36:37 +02:00
parent 479e4490bc
commit 873b9127c9
1 changed files with 10 additions and 10 deletions

View File

@ -5,11 +5,11 @@
body { body {
background: #444444; background: #444444;
background-image: url("box_img/background.png"); background-image: url("box_img/background.png");
font-family: Monospace; font-family: Fixed;
font-size: 9px; font-size: .7em;
color: #CCCCCC; color: #CCCCCC;
margin: auto; margin: auto;
margin-top: 12px; margin-top: 14px;
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 25px; padding-bottom: 25px;
width: 600px; width: 600px;
@ -27,7 +27,7 @@ a {
/* HEADER */ /* HEADER */
div.header { div.header {
height: 24px; height: 30px;
width: 600px; width: 600px;
margin: auto; margin: auto;
text-align: center; text-align: center;
@ -60,7 +60,7 @@ a.rss_link {
div.atom { div.atom {
position: absolute; position: absolute;
top: 1px; top: 1px;
padding-left: 559px; padding-left: 553px;
} }
a.atom_link { a.atom_link {
@ -71,9 +71,9 @@ a.atom_link {
div.pages { div.pages {
position: absolute; position: absolute;
top: 39px; top: 47px;
width: 600px; width: 600px;
height: 13px; height: 16px;
margin: auto; margin: auto;
background: #222222; background: #222222;
border-top: 1px solid #333333; border-top: 1px solid #333333;
@ -157,7 +157,7 @@ div.entries {
div.entry { div.entry {
margin-top: 6px; margin-top: 6px;
background: #444444; background: #444444;
border: 1px dotted #000000; border: 1px solid #000000;
} }
div.entry_title { div.entry_title {
@ -206,7 +206,7 @@ div.comments {
} }
div.comment { div.comment {
border: 1px dotted #000000; border: 1px solid #000000;
background: #414141; background: #414141;
width: 560px; width: 560px;
margin-bottom: 10px; margin-bottom: 10px;
@ -232,7 +232,7 @@ div.comment_content {
} }
div.submit_comment { div.submit_comment {
border: 1px dotted #000000; border: 1px solid #000000;
background: #444444; background: #444444;
width: 555px; width: 555px;
padding-left: 5px; padding-left: 5px;