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 {
|
||||
font-family: Verdana, Times New Roman, Courier New;
|
||||
font-size: 10px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
@ -14,67 +14,68 @@ img {
|
||||
}
|
||||
|
||||
div.header {
|
||||
height: 120px;
|
||||
width: 99%;
|
||||
margin: auto;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
display: table;
|
||||
border: 3px double #000000;
|
||||
background-image: url("blogthon_img/header_background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
height: 120px;
|
||||
width: 99%;
|
||||
margin: auto;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
display: table;
|
||||
border: 3px double #000000;
|
||||
background-image: url("blogthon_img/header_background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
div.header_title {
|
||||
font-size: 18px;
|
||||
letter-spacing: 5px;
|
||||
vertical-align: middle;
|
||||
display: table-cell;
|
||||
font-size: 18px;
|
||||
letter-spacing: 5px;
|
||||
vertical-align: middle;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
div.header_subtitle {
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.header_link {
|
||||
text-decoration: none;
|
||||
color: #395434;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
text-decoration: none;
|
||||
color: #395434;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.rss {
|
||||
display: inline;
|
||||
height: 25px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 41px;
|
||||
display: inline;
|
||||
height: 25px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 41px;
|
||||
}
|
||||
|
||||
a.rss_link {
|
||||
text-decoration: none;
|
||||
color: #AAAAAA;
|
||||
text-decoration: none;
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
div.atom {
|
||||
|
||||
display: inline;
|
||||
height: 25px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 14px;
|
||||
display: inline;
|
||||
height: 25px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 14px;
|
||||
}
|
||||
|
||||
a.atom_link {
|
||||
text-decoration: none;
|
||||
color: #AAAAAA;
|
||||
text-decoration: none;
|
||||
color: #AAAAAA;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.pages {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 110px;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 110px;
|
||||
}
|
||||
|
||||
div.pages_title {
|
||||
@ -113,8 +114,11 @@ div.pages {
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.months {
|
||||
width: 100px;
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
div.months_title {
|
||||
@ -152,8 +156,11 @@ div.months {
|
||||
float: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.linkslist {
|
||||
width: 100px;
|
||||
float: right;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
div.linklist_title {
|
||||
@ -191,3 +198,50 @@ div.linkslist {
|
||||
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