* Added monthlist and linklist to stylesheet
This commit is contained in:
Stefan Ritter 2009-07-10 02:50:01 +02:00
parent ca145a3d23
commit d2de1c9209
2 changed files with 44 additions and 4 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@ body {
color: #CCCCCC; color: #CCCCCC;
margin: auto; margin: auto;
margin-top: 12px; margin-top: 12px;
margin-bottom: 5px; margin-bottom: 6px;
width: 600px; width: 600px;
border: 1px solid #000000; border: 1px solid #000000;
} }
@ -99,9 +99,47 @@ a.pages_list_entry {
color: #666666; color: #666666;
} }
/* MONTHS */
div.months {
position: absolute;
top: 60px;
margin-left: -185px;
width: 180px;
}
div.months_title {
display: none;
}
ul.months_list {
text-align: right;
list-style-type: none;
}
/* LINKS */
div.linklist {
position: absolute;
margin-left: 564px;
top: 60px;
width: 180px;
}
div.linklist_title {
display: none;
}
ul.linklist_list {
text-align: left;
list-style-type: none;
}
/* ENTRIES */ /* ENTRIES */
div.entries { div.entries {
position: relative;
top: 15px;
width: 580px; width: 580px;
background: #333333; background: #333333;
padding-left: 10px; padding-left: 10px;
@ -110,7 +148,7 @@ div.entries {
} }
div.entry { div.entry {
margin-top: 20px; margin-top: 6px;
background: #444444; background: #444444;
border: 1px dotted #000000; border: 1px dotted #000000;
} }
@ -134,6 +172,7 @@ div.entry_date {
div.entry_content { div.entry_content {
margin-left: 10px; margin-left: 10px;
margin-right: 10px; margin-right: 10px;
text-indent: 1em;
} }
div.entry_comment { div.entry_comment {
@ -146,7 +185,8 @@ a.entry_comment {
} }
div.entry_border_bottom { div.entry_border_bottom {
background: #333333; background: #444444;
height: 10px;
} }
/* COMMENTS */ /* COMMENTS */
@ -155,7 +195,7 @@ div.comments {
width: 580px; width: 580px;
background: #333333; background: #333333;
padding-left: 20px; padding-left: 20px;
padding-top: 10px; padding-top: 25px;
} }
div.comment { div.comment {