More changes to the stylesheet ...

This commit is contained in:
Disco-STU 2009-05-18 22:33:05 +02:00
parent f067d7d589
commit 60634385e4
2 changed files with 104 additions and 40 deletions

10
akku Normal file
View File

@ -0,0 +1,10 @@
Patrik Bubner
Deutsche Bank
blz 86070024
kno. 4390670
Betrag 17,96
Verwendungszweck eBay 99984422 - disco-stu1986

View File

@ -4,7 +4,7 @@
body { body {
font-family: Verdana, Times New Roman, Courier New; font-family: Verdana, Times New Roman, Courier New;
font-size: 10px; font-size: 12px;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
@ -58,7 +58,6 @@ div.rss {
} }
div.atom { div.atom {
display: inline; display: inline;
height: 25px; height: 25px;
position: absolute; position: absolute;
@ -71,6 +70,8 @@ div.atom {
color: #AAAAAA; color: #AAAAAA;
} }
div.pages { div.pages {
width: 100%; width: 100%;
position: absolute; position: absolute;
@ -113,7 +114,10 @@ div.pages {
float: none; float: none;
} }
div.months { div.months {
float: right;
width: 100px; width: 100px;
} }
@ -152,7 +156,10 @@ div.months {
float: none; float: none;
} }
div.linkslist { div.linkslist {
float: right;
width: 100px; width: 100px;
} }
@ -191,3 +198,50 @@ div.linkslist {
float: none; float: none;
} }
div.entries {
width: 600px;
min-height: 400px;
margin-left: 5px;
padding: 3px;
}
div.entry {
margin-top: 10px;
margin-bottom: 30px;
}
div.entry_title {
font-weight: bold;
font-size: 14px;
display: inline;
}
a.entry_title {
text-decoration: none;
color: #AA4444;
}
div.entry_date {
font-size: 10px;
display: inline;
}
div.entry_content {
text-align: justify;
margin-top: 5px;
margin-left: 15px;
padding-left: 5px;
border-left: 4px solid #DFDFDF;
}
div.entry_comments {
margin-top: 5px;
}
a.entry_comments {
text-decoration: none;
color: #AAAAAA;
}