aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-10 02:50:01 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-10 02:50:01 +0200
commitd2de1c92097cdefb4c15c3baf6ff842aae64498c (patch)
tree582ecac2db9b618846d394af8bed6c68cf614ea7 /styles
parentca145a3d23cd0c0141f66c22e6cfbba64063317b (diff)
box.css:
* Added monthlist and linklist to stylesheet
Diffstat (limited to 'styles')
-rw-r--r--styles/.blogthon_noir.css.swpbin16384 -> 0 bytes
-rw-r--r--styles/box.css48
2 files changed, 44 insertions, 4 deletions
diff --git a/styles/.blogthon_noir.css.swp b/styles/.blogthon_noir.css.swp
deleted file mode 100644
index dc1a14f..0000000
--- a/styles/.blogthon_noir.css.swp
+++ /dev/null
Binary files differ
diff --git a/styles/box.css b/styles/box.css
index d395d9f..47ba89c 100644
--- a/styles/box.css
+++ b/styles/box.css
@@ -10,7 +10,7 @@ body {
color: #CCCCCC;
margin: auto;
margin-top: 12px;
- margin-bottom: 5px;
+ margin-bottom: 6px;
width: 600px;
border: 1px solid #000000;
}
@@ -99,9 +99,47 @@ a.pages_list_entry {
color: #666666;
}
+/* MONTHS */
+
+div.months {
+ position: absolute;
+ top: 60px;
+ margin-left: -185px;
+ width: 180px;
+}
+
+div.months_title {
+ display: none;
+}
+
+ul.months_list {
+ text-align: right;
+ list-style-type: none;
+}
+
+/* LINKS */
+
+div.linklist {
+ position: absolute;
+ margin-left: 564px;
+ top: 60px;
+ width: 180px;
+}
+
+div.linklist_title {
+ display: none;
+}
+
+ul.linklist_list {
+ text-align: left;
+ list-style-type: none;
+}
+
/* ENTRIES */
div.entries {
+ position: relative;
+ top: 15px;
width: 580px;
background: #333333;
padding-left: 10px;
@@ -110,7 +148,7 @@ div.entries {
}
div.entry {
- margin-top: 20px;
+ margin-top: 6px;
background: #444444;
border: 1px dotted #000000;
}
@@ -134,6 +172,7 @@ div.entry_date {
div.entry_content {
margin-left: 10px;
margin-right: 10px;
+ text-indent: 1em;
}
div.entry_comment {
@@ -146,7 +185,8 @@ a.entry_comment {
}
div.entry_border_bottom {
- background: #333333;
+ background: #444444;
+ height: 10px;
}
/* COMMENTS */
@@ -155,7 +195,7 @@ div.comments {
width: 580px;
background: #333333;
padding-left: 20px;
- padding-top: 10px;
+ padding-top: 25px;
}
div.comment {