aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-08 17:59:55 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-08 17:59:55 +0200
commit664d89d62bca931bf2d01c992cd8c87224144ad6 (patch)
tree44bc65121ebeb1513c94f5fc57d345d45499b66e /styles
parentd5396a48ecba9259f6b9e545be14006f5e7d68de (diff)
box.css update
Diffstat (limited to 'styles')
-rw-r--r--styles/.blogthon_noir.css.swpbin0 -> 16384 bytes
-rw-r--r--styles/box.css52
2 files changed, 39 insertions, 13 deletions
diff --git a/styles/.blogthon_noir.css.swp b/styles/.blogthon_noir.css.swp
new file mode 100644
index 0000000..96e0c28
--- /dev/null
+++ b/styles/.blogthon_noir.css.swp
Binary files differ
diff --git a/styles/box.css b/styles/box.css
index 70cd29d..db5d7c6 100644
--- a/styles/box.css
+++ b/styles/box.css
@@ -9,7 +9,7 @@ body {
font-size: 9px;
color: #CCCCCC;
margin: auto;
- margin-top: 5px;
+ margin-top: 12px;
margin-bottom: 5px;
width: 600px;
border: 1px solid #000000;
@@ -20,30 +20,36 @@ img {
}
a {
- color: #999999;
+ color: #66CC00;
}
/* HEADER */
div.header {
- height: 25px;
+ height: 24px;
width: 600px;
margin: auto;
text-align: center;
background: #222222;
+ border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
}
+a.header_link {
+ text-decoration: none;
+}
+
span.header_subtitle {
- letter-spacing: 1px;
- color: #666666;
+ color: #999999;
+ margin-top: -12px;
}
/* RSS and ATOM */
div.rss {
position: absolute;
- top: 5px;
+ top: 1px;
+ padding-left: 585px;
}
a.rss_link {
@@ -51,9 +57,9 @@ a.rss_link {
}
div.atom {
- position: relative;
- top: -27px;
- left: 18px;
+ position: absolute;
+ top: 1px;
+ padding-left: 559px;
}
a.atom_link {
@@ -62,9 +68,9 @@ a.atom_link {
div.pages {
position: absolute;
- top: 32px;
+ top: 39px;
width: 600px;
- height: 14px;
+ height: 13px;
margin: auto;
background: #222222;
border-top: 1px solid #333333;
@@ -88,17 +94,37 @@ li.pages_list_entry {
a.pages_list_entry {
text-decoration: none;
- color: #000000;
+ color: #666666;
}
div.entries {
width: 580px;
background: #333333;
padding-left: 10px;
- padding-top: 12px;
+ padding-top: 23px;
padding-right: 10px;
}
+div.entry {
+}
+
+div.entry_title {
+}
+
+a.entry_title {
+ text-decoration: none;
+}
+
+div.entry_date {
+ margin-top: -12px;
+ float: right;
+ color: #666666;
+}
+
+div.entry_content {
+ margin-left: 5px;
+}
+
div.entry_border_bottom {
height: 20px;
}