aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-23 10:36:37 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-23 10:36:37 +0200
commit873b9127c9bfb1054d4b0f0aaca1e1c98d3920ef (patch)
tree5fe440b173deee73e8fa123adc41ebe3e3281b57 /styles
parent479e4490bcc1ba594ffaefc4b4a6fc6d7bb53126 (diff)
Raised the font in box.css
Diffstat (limited to 'styles')
-rw-r--r--styles/box.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/styles/box.css b/styles/box.css
index 0a93c77..f8003c9 100644
--- a/styles/box.css
+++ b/styles/box.css
@@ -5,11 +5,11 @@
body {
background: #444444;
background-image: url("box_img/background.png");
- font-family: Monospace;
- font-size: 9px;
+ font-family: Fixed;
+ font-size: .7em;
color: #CCCCCC;
margin: auto;
- margin-top: 12px;
+ margin-top: 14px;
margin-bottom: 10px;
padding-bottom: 25px;
width: 600px;
@@ -27,7 +27,7 @@ a {
/* HEADER */
div.header {
- height: 24px;
+ height: 30px;
width: 600px;
margin: auto;
text-align: center;
@@ -60,7 +60,7 @@ a.rss_link {
div.atom {
position: absolute;
top: 1px;
- padding-left: 559px;
+ padding-left: 553px;
}
a.atom_link {
@@ -71,9 +71,9 @@ a.atom_link {
div.pages {
position: absolute;
- top: 39px;
+ top: 47px;
width: 600px;
- height: 13px;
+ height: 16px;
margin: auto;
background: #222222;
border-top: 1px solid #333333;
@@ -157,7 +157,7 @@ div.entries {
div.entry {
margin-top: 6px;
background: #444444;
- border: 1px dotted #000000;
+ border: 1px solid #000000;
}
div.entry_title {
@@ -206,7 +206,7 @@ div.comments {
}
div.comment {
- border: 1px dotted #000000;
+ border: 1px solid #000000;
background: #414141;
width: 560px;
margin-bottom: 10px;
@@ -232,7 +232,7 @@ div.comment_content {
}
div.submit_comment {
- border: 1px dotted #000000;
+ border: 1px solid #000000;
background: #444444;
width: 555px;
padding-left: 5px;