More changes to the stylesheet ...
This commit is contained in:
parent
f067d7d589
commit
60634385e4
10
akku
Normal file
10
akku
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Patrik Bubner
|
||||||
|
Deutsche Bank
|
||||||
|
|
||||||
|
blz 86070024
|
||||||
|
kno. 4390670
|
||||||
|
|
||||||
|
Betrag 17,96
|
||||||
|
Verwendungszweck eBay 99984422 - disco-stu1986
|
||||||
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
@ -14,67 +14,68 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
height: 120px;
|
height: 120px;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: table;
|
display: table;
|
||||||
border: 3px double #000000;
|
border: 3px double #000000;
|
||||||
background-image: url("blogthon_img/header_background.jpg");
|
background-image: url("blogthon_img/header_background.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header_title {
|
div.header_title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
letter-spacing: 5px;
|
letter-spacing: 5px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header_subtitle {
|
div.header_subtitle {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.header_link {
|
a.header_link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #395434;
|
color: #395434;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.rss {
|
div.rss {
|
||||||
display: inline;
|
display: inline;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 41px;
|
right: 41px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.rss_link {
|
a.rss_link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.atom {
|
div.atom {
|
||||||
|
display: inline;
|
||||||
display: inline;
|
height: 25px;
|
||||||
height: 25px;
|
position: absolute;
|
||||||
position: absolute;
|
top: 15px;
|
||||||
top: 15px;
|
right: 14px;
|
||||||
right: 14px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.atom_link {
|
a.atom_link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.pages {
|
div.pages {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 110px;
|
top: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.pages_title {
|
div.pages_title {
|
||||||
@ -113,8 +114,11 @@ div.pages {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.months {
|
div.months {
|
||||||
width: 100px;
|
float: right;
|
||||||
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.months_title {
|
div.months_title {
|
||||||
@ -152,8 +156,11 @@ div.months {
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.linkslist {
|
div.linkslist {
|
||||||
width: 100px;
|
float: right;
|
||||||
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.linklist_title {
|
div.linklist_title {
|
||||||
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user