aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-07-08 13:48:57 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-07-08 13:48:57 +0200
commitd5396a48ecba9259f6b9e545be14006f5e7d68de (patch)
treec1d4cd2f8e1ec463eb2954ce6ae4ca419375c49f /styles
parent1ca3428a5f1329e2c5493496e123ebd91e8fc1ca (diff)
box.css update
Diffstat (limited to 'styles')
-rw-r--r--styles/box.css10
-rw-r--r--styles/box_img/background.pngbin0 -> 875 bytes
2 files changed, 7 insertions, 3 deletions
diff --git a/styles/box.css b/styles/box.css
index 81dbbe1..70cd29d 100644
--- a/styles/box.css
+++ b/styles/box.css
@@ -4,6 +4,7 @@
body {
background: #444444;
+ background-image: url("box_img/background.png");
font-family: Monospace;
font-size: 9px;
color: #CCCCCC;
@@ -61,11 +62,12 @@ a.atom_link {
div.pages {
position: absolute;
- top: 33px;
+ top: 32px;
width: 600px;
height: 14px;
margin: auto;
background: #222222;
+ border-top: 1px solid #333333;
border-bottom: 1px solid #000000;
}
@@ -91,8 +93,10 @@ a.pages_list_entry {
div.entries {
width: 580px;
- margin-left: 5px;
- margin-top: 10px;
+ background: #333333;
+ padding-left: 10px;
+ padding-top: 12px;
+ padding-right: 10px;
}
div.entry_border_bottom {
diff --git a/styles/box_img/background.png b/styles/box_img/background.png
new file mode 100644
index 0000000..128f207
--- /dev/null
+++ b/styles/box_img/background.png
Binary files differ