blogthon/styles/blogthon.css

248 lines
3.4 KiB
CSS
Raw Normal View History

2009-05-17 23:19:07 +02:00
/*
* Author: Adrian Vondendriesch <disco-stu@disco-stu.de>
*/
body {
font-family: Verdana, Times New Roman, Courier New;
2009-05-18 22:33:05 +02:00
font-size: 12px;
2009-05-17 23:19:07 +02:00
margin: 0px;
padding: 0px;
}
img {
border: 0px;
}
div.header {
2009-05-18 22:33:05 +02:00
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;
2009-05-17 23:19:07 +02:00
}
div.header_title {
2009-05-18 22:33:05 +02:00
font-size: 18px;
letter-spacing: 5px;
vertical-align: middle;
display: table-cell;
2009-05-17 23:19:07 +02:00
}
div.header_subtitle {
2009-05-18 22:33:05 +02:00
font-size: 14px;
vertical-align: middle;
2009-05-17 23:19:07 +02:00
}
a.header_link {
2009-05-18 22:33:05 +02:00
text-decoration: none;
color: #395434;
font-weight: bold;
font-style: italic;
2009-05-17 23:19:07 +02:00
}
div.rss {
2009-05-18 22:33:05 +02:00
display: inline;
height: 25px;
position: absolute;
top: 15px;
right: 41px;
2009-05-17 23:19:07 +02:00
}
a.rss_link {
2009-05-18 22:33:05 +02:00
text-decoration: none;
color: #AAAAAA;
2009-05-17 23:19:07 +02:00
}
div.atom {
2009-05-18 22:33:05 +02:00
display: inline;
height: 25px;
position: absolute;
top: 15px;
right: 14px;
2009-05-17 23:19:07 +02:00
}
a.atom_link {
2009-05-18 22:33:05 +02:00
text-decoration: none;
color: #AAAAAA;
2009-05-17 23:19:07 +02:00
}
2009-05-18 22:33:05 +02:00
2009-05-17 23:19:07 +02:00
div.pages {
2009-05-18 22:33:05 +02:00
width: 100%;
position: absolute;
top: 110px;
2009-05-17 23:19:07 +02:00
}
div.pages_title {
text-align: center;
display: none;
font-weight: bold;
font-size: 14px;
letter-spacing: 2px;
}
div.pages_list {
}
ul.pages_list {
text-align: center;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}
li.pages_list_entry {
display: inline;
margin-right: 10px;
}
a.pages_list_entry {
color: #000000;
text-decoration: none;
font-size: 12px;
font-style: italic;
}
div.pages_footer {
float: none;
}
2009-05-18 22:33:05 +02:00
2009-05-17 23:19:07 +02:00
div.months {
2009-05-18 22:33:05 +02:00
float: right;
width: 100px;
2009-05-17 23:19:07 +02:00
}
div.months_title {
color: #999999;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
}
div.months_list {
}
ul.months_list {
text-align: center;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
margin-left: -40px;
}
li.months_list_entry {
margin-right: 10px;
}
a.months_list_entry {
color: #000000;
text-decoration: none;
font-size: 12px;
font-style: italic;
}
div.months_footer {
float: none;
}
2009-05-18 22:33:05 +02:00
2009-05-17 23:19:07 +02:00
div.linkslist {
2009-05-18 22:33:05 +02:00
float: right;
width: 100px;
2009-05-17 23:19:07 +02:00
}
div.linklist_title {
color: #999999;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
}
div.linklist_list {
}
ul.linklist_list {
text-align: center;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
margin-left: -40px;
}
li.linklist_list_entry {
margin-right: 10px;
}
a.linklist_list_entry {
color: #000000;
text-decoration: none;
font-size: 12px;
font-style: italic;
}
div.linklist_footer {
float: none;
}
2009-05-18 22:33:05 +02:00
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;
}