box.css update

This commit is contained in:
Stefan Ritter 2009-07-08 13:48:57 +02:00
parent 1ca3428a5f
commit d5396a48ec
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,7 @@
body { body {
background: #444444; background: #444444;
background-image: url("box_img/background.png");
font-family: Monospace; font-family: Monospace;
font-size: 9px; font-size: 9px;
color: #CCCCCC; color: #CCCCCC;
@ -61,11 +62,12 @@ a.atom_link {
div.pages { div.pages {
position: absolute; position: absolute;
top: 33px; top: 32px;
width: 600px; width: 600px;
height: 14px; height: 14px;
margin: auto; margin: auto;
background: #222222; background: #222222;
border-top: 1px solid #333333;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
} }
@ -91,8 +93,10 @@ a.pages_list_entry {
div.entries { div.entries {
width: 580px; width: 580px;
margin-left: 5px; background: #333333;
margin-top: 10px; padding-left: 10px;
padding-top: 12px;
padding-right: 10px;
} }
div.entry_border_bottom { div.entry_border_bottom {

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 B