Some design tweaks

This commit is contained in:
Stefan Ritter 2012-01-21 18:26:16 +01:00
parent 9aec5ab42e
commit 9aaf6b845d
1 changed files with 22 additions and 15 deletions

View File

@ -5,7 +5,7 @@
body, html { body, html {
background: white; background: white;
width: 700px; width: 750px;
margin: auto; margin: auto;
font-family: "PT Sans Narrow", sans-serif; font-family: "PT Sans Narrow", sans-serif;
font-size: 12pt; font-size: 12pt;
@ -30,14 +30,14 @@ a {
.rss { .rss {
position: absolute; position: absolute;
top: 82px; top: 82px;
width: 700px; width: 750px;
} }
.atom { .atom {
position: absolute; position: absolute;
top: 82px; top: 82px;
margin-left: 20px; margin-left: 20px;
width: 700px; width: 750px;
} }
.rss_link, .atom_link { .rss_link, .atom_link {
@ -46,7 +46,7 @@ a {
} }
.header { .header {
width: 700px; width: 750px;
text-align: center; text-align: center;
border-bottom: 2px solid #666; border-bottom: 2px solid #666;
} }
@ -66,7 +66,7 @@ a {
} }
.pages { .pages {
width: 700px; width: 750px;
border-bottom: 2px solid #666; border-bottom: 2px solid #666;
text-align: center; text-align: center;
} }
@ -88,23 +88,30 @@ a {
} }
.sidebar { .sidebar {
position: absolute; background: #eee;
right: 100px; float: right;
top: 84px; padding-left: 30px;
padding-right: 10px;
margin-left: 10px;
margin-top: 10px;
}
.linklist, .taglist, .monthlist {
padding-bottom: 10px;
}
.linklist_title {
padding-top: 10px;
} }
.linklist_title, .taglist_title, .monthlist_title { .linklist_title, .taglist_title, .monthlist_title {
padding-top: 30px; padding-bottom: 10px;
} }
.linklist_list, .taglist_list, .monthlist_list {
padding-top: 5px;
}
.entries { .entries {
padding-top: 20px; padding-top: 20px;
width: 700px; width: 750px;
float: both;
} }
.entry { .entry {