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