More design tweaks

This commit is contained in:
Stefan Ritter 2012-01-21 20:16:34 +01:00
parent 9aaf6b845d
commit 7c7a11f430
1 changed files with 15 additions and 14 deletions

View File

@ -21,6 +21,10 @@ a {
text-decoration: none;
}
li {
margin-left: 25px;
}
.pages_title, .months_title {
position: absolute;
visibility: hidden;
@ -41,7 +45,7 @@ a {
}
.rss_link, .atom_link {
font-size: 0.8em;
font-size: 10pt;
color: black;
}
@ -52,7 +56,7 @@ a {
}
.header_title {
font-size: 2em;
font-size: 24pt;
font-weight: bold;
padding-top: 20px;
}
@ -72,15 +76,13 @@ a {
}
.pages_list {
padding-top: 5px;
padding-bottom: 5px;
padding: 5px 0px 5px 0px;
}
.pages_list_entry {
list-style-type: none;
display: inline;
margin-left: 5px;
margin-right: 5px;
margin: 0px 5px 0px 5px;
}
.pages_list_entry a {
@ -90,10 +92,8 @@ a {
.sidebar {
background: #eee;
float: right;
padding-left: 30px;
padding-right: 10px;
margin-left: 10px;
margin-top: 10px;
padding: 0px 10px 0px 10px;
margin: 10px 0px 0px 10px;
}
.linklist, .taglist, .monthlist {
@ -105,6 +105,7 @@ a {
}
.linklist_title, .taglist_title, .monthlist_title {
font-weight: bold;
padding-bottom: 10px;
}
@ -119,17 +120,18 @@ a {
}
.entry_title, .entry_title a, .comment_author {
font-size: 16pt;
font-weight: bold;
color: black;
}
.entry_date, .comment_date {
font-size: 0.8em;
font-size: 10pt;
color: #666;
}
.tags {
font-size: 0.8em;
font-size: 10pt;
color: #666;
}
@ -138,8 +140,7 @@ a {
}
.entry_comment, .entry_comment a {
font-size: 0.8em;
text-align: right;
font-size: 10pt;
}
.comments {