blogthon/styles/blogthon.css

323 lines
4.5 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;
2009-05-19 20:08:08 +02:00
min-width: 800px;
2009-05-17 23:19:07 +02:00
}
img {
border: 0px;
}
2009-05-19 23:30:18 +02:00
a {
color: #AA4444;
}
2009-05-24 23:48:09 +02:00
blockquote {
margin-top: 10px;
margin-bottom: 10px;
font-style: italic;
color: #AAAAAA;
}
/* --- header --- */
2009-05-17 23:19:07 +02:00
div.header {
2009-05-18 22:33:05 +02:00
height: 120px;
width: 99%;
margin: auto;
margin-top: 5px;
text-align: center;
border: 3px double #000000;
background-image: url("blogthon_img/header_background.jpg");
background-repeat: no-repeat;
2009-05-24 23:48:09 +02:00
background-color: #FFFFFF;
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;
margin-top: 50px;
2009-05-17 23:19:07 +02:00
}
a.header_link {
2009-05-18 22:33:05 +02:00
text-decoration: none;
2009-05-19 20:08:08 +02:00
color: #AA4444;
2009-05-18 22:33:05 +02:00
font-weight: bold;
font-style: italic;
2009-05-17 23:19:07 +02:00
}
div.header_subtitle {
margin-left: 80px;
}
span.header_subtitle {
letter-spacing: 4px;
}
/* --- --- */
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;
2009-05-19 20:08:08 +02:00
right: 50px;
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
}
/* --- atom --- */
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-19 23:30:18 +02:00
clear: left;
2009-05-19 20:08:08 +02:00
float: left;
margin-top: 10px;
margin-bottom: 40px;
2009-05-19 23:30:18 +02:00
width: 200px;
text-align: right;
margin-left: -200px;
2009-05-19 20:08:08 +02:00
position: relative;
2009-05-19 23:30:18 +02:00
left: 1000px;
2009-05-17 23:19:07 +02:00
}
div.months_title {
2009-05-19 20:08:08 +02:00
text-align: center;
2009-05-17 23:19:07 +02:00
color: #999999;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
2009-05-19 20:08:08 +02:00
border-bottom: 2px solid #AA4444;
width: 150px;
margin-left: auto;
margin-right: auto;
2009-05-17 23:19:07 +02:00
}
div.months_list {
2009-05-19 20:08:08 +02:00
border-top: 2px solid #DFDFDF;
border-bottom: 2px solid #AA4444;
width: 140px;
margin-left: auto;
margin-right: auto;
2009-05-17 23:19:07 +02:00
}
ul.months_list {
text-align: center;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
2009-05-19 20:08:08 +02:00
margin-left: -30px;
2009-05-17 23:19:07 +02:00
}
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 {
2009-05-19 20:08:08 +02:00
margin-left: 900px;
2009-05-17 23:19:07 +02:00
float: none;
}
2009-05-18 22:33:05 +02:00
2009-05-18 22:46:35 +02:00
div.linklist {
2009-05-19 20:08:08 +02:00
clear: left;
float: left;
margin-top: 10px;
2009-05-19 23:30:18 +02:00
width: 200px;
2009-05-19 20:08:08 +02:00
text-align: right;
2009-05-19 23:30:18 +02:00
margin-left: -200px;
2009-05-19 20:08:08 +02:00
position: relative;
2009-05-19 23:30:18 +02:00
left: 1000px;
2009-05-17 23:19:07 +02:00
}
div.linklist_title {
2009-05-19 20:08:08 +02:00
text-align: center;
2009-05-17 23:19:07 +02:00
color: #999999;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
2009-05-19 20:08:08 +02:00
border-bottom: 2px solid #AA4444;
width: 150px;
margin-left: auto;
margin-right: auto;
2009-05-17 23:19:07 +02:00
}
div.linklist_list {
2009-05-19 20:08:08 +02:00
border-top: 2px solid #DFDFDF;
border-bottom: 2px solid #AA4444;
width: 140px;
margin-left: auto;
margin-right: auto;
2009-05-17 23:19:07 +02:00
}
ul.linklist_list {
2009-05-19 20:08:08 +02:00
margin-left: 900px;
2009-05-17 23:19:07 +02:00
text-align: center;
list-style-type: none;
margin-top: 0px;
margin-bottom: 0px;
2009-05-19 20:08:08 +02:00
margin-left: -30px;
2009-05-17 23:19:07 +02:00
}
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 {
}
2009-05-18 22:33:05 +02:00
div.entries {
2009-05-19 23:30:18 +02:00
width: 650px;
2009-05-19 20:08:08 +02:00
margin-left: 25px;
2009-05-18 22:33:05 +02:00
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;
}
2009-05-19 20:08:08 +02:00
a.entry_title:hover {
color: #CC6666;
}
2009-05-18 22:33:05 +02:00
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;
}
2009-05-24 23:48:09 +02:00
ol.entry {
margin-top: 0px;
margin-bottom: 0px;
}
li.entry {
margin-top: -5px;
margin-bottom: -8px;
}
2009-05-18 22:33:05 +02:00
div.entry_comments {
margin-top: 5px;
}
a.entry_comments {
text-decoration: none;
color: #AAAAAA;
}
2009-05-19 20:08:08 +02:00
div.entry_border_bottom {
}
2009-05-24 23:48:09 +02:00
/* --- comments --- */
div.comments {
margin-left: 50px;
}