2009-07-07 20:16:51 +02:00
|
|
|
/*
|
|
|
|
* Author: Stefan Ritter <xeno@thehappy.de>
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #444444;
|
2009-12-07 12:28:34 +01:00
|
|
|
background-image: url("background.png");
|
2009-07-23 10:36:37 +02:00
|
|
|
font-family: Fixed;
|
|
|
|
font-size: .7em;
|
2009-07-07 20:16:51 +02:00
|
|
|
color: #CCCCCC;
|
|
|
|
margin: auto;
|
2009-07-23 10:36:37 +02:00
|
|
|
margin-top: 14px;
|
2009-07-10 03:21:17 +02:00
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 25px;
|
2009-07-07 20:16:51 +02:00
|
|
|
width: 600px;
|
|
|
|
border: 1px solid #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2009-07-08 17:59:55 +02:00
|
|
|
color: #66CC00;
|
2009-07-07 20:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
|
|
|
|
div.header {
|
2009-07-23 10:36:37 +02:00
|
|
|
height: 30px;
|
2009-07-07 20:16:51 +02:00
|
|
|
width: 600px;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
background: #222222;
|
2009-07-08 17:59:55 +02:00
|
|
|
border-top: 1px solid #333333;
|
2009-07-07 20:16:51 +02:00
|
|
|
border-bottom: 1px solid #000000;
|
|
|
|
}
|
|
|
|
|
2009-07-08 17:59:55 +02:00
|
|
|
a.header_link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2009-07-08 13:27:39 +02:00
|
|
|
span.header_subtitle {
|
2009-07-08 17:59:55 +02:00
|
|
|
color: #999999;
|
|
|
|
margin-top: -12px;
|
2009-07-07 20:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* RSS and ATOM */
|
|
|
|
|
|
|
|
div.rss {
|
|
|
|
position: absolute;
|
2009-07-08 17:59:55 +02:00
|
|
|
top: 1px;
|
|
|
|
padding-left: 585px;
|
2009-07-07 20:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.rss_link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.atom {
|
2009-07-08 17:59:55 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
2009-07-23 10:36:37 +02:00
|
|
|
padding-left: 553px;
|
2009-07-07 20:16:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.atom_link {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2009-07-08 13:13:19 +02:00
|
|
|
|
2009-07-10 00:50:26 +02:00
|
|
|
/* PAGES */
|
|
|
|
|
2009-07-08 13:13:19 +02:00
|
|
|
div.pages {
|
|
|
|
position: absolute;
|
2009-07-23 10:36:37 +02:00
|
|
|
top: 47px;
|
2009-07-08 13:13:19 +02:00
|
|
|
width: 600px;
|
2009-07-23 10:36:37 +02:00
|
|
|
height: 16px;
|
2009-07-08 13:13:19 +02:00
|
|
|
margin: auto;
|
|
|
|
background: #222222;
|
2009-07-08 13:48:57 +02:00
|
|
|
border-top: 1px solid #333333;
|
2009-07-08 13:13:19 +02:00
|
|
|
border-bottom: 1px solid #000000;
|
2009-07-10 13:53:45 +02:00
|
|
|
/* Ugly transparency */
|
2009-07-10 13:57:19 +02:00
|
|
|
/*
|
2009-07-10 13:53:45 +02:00
|
|
|
filter:alpha(opacity=50);
|
|
|
|
-moz-opacity:0.5;
|
|
|
|
opacity:0.5;
|
2009-07-10 13:57:19 +02:00
|
|
|
*/
|
2009-07-08 13:13:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.pages_title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.pages_list {
|
|
|
|
text-align: center;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-top: 1px;
|
2009-07-08 13:27:39 +02:00
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.pages_list_entry {
|
|
|
|
display: inline;
|
2009-07-08 13:13:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.pages_list_entry {
|
|
|
|
text-decoration: none;
|
2009-07-10 13:53:45 +02:00
|
|
|
color: #FFFFFF;
|
2009-07-08 13:27:39 +02:00
|
|
|
}
|
|
|
|
|
2009-07-10 02:50:01 +02:00
|
|
|
/* MONTHS */
|
|
|
|
|
|
|
|
div.months {
|
|
|
|
position: absolute;
|
|
|
|
top: 60px;
|
|
|
|
margin-left: -185px;
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.months_title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.months_list {
|
|
|
|
text-align: right;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LINKS */
|
|
|
|
|
|
|
|
div.linklist {
|
|
|
|
position: absolute;
|
|
|
|
margin-left: 564px;
|
|
|
|
top: 60px;
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.linklist_title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist_list {
|
|
|
|
text-align: left;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
2009-07-10 00:50:26 +02:00
|
|
|
/* ENTRIES */
|
|
|
|
|
2009-07-08 13:27:39 +02:00
|
|
|
div.entries {
|
2009-07-10 02:50:01 +02:00
|
|
|
position: relative;
|
|
|
|
top: 15px;
|
2009-07-08 13:30:54 +02:00
|
|
|
width: 580px;
|
2009-07-10 13:57:19 +02:00
|
|
|
/* background: #333333; */
|
2009-07-08 13:48:57 +02:00
|
|
|
padding-left: 10px;
|
2009-07-10 00:50:26 +02:00
|
|
|
padding-top: 5px;
|
2009-07-08 13:48:57 +02:00
|
|
|
padding-right: 10px;
|
2009-07-08 13:27:39 +02:00
|
|
|
}
|
|
|
|
|
2009-07-08 17:59:55 +02:00
|
|
|
div.entry {
|
2009-07-10 02:50:01 +02:00
|
|
|
margin-top: 6px;
|
2009-07-08 18:20:11 +02:00
|
|
|
background: #444444;
|
2009-07-23 10:36:37 +02:00
|
|
|
border: 1px solid #000000;
|
2009-07-08 17:59:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.entry_title {
|
2009-07-08 18:20:11 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 5px;
|
2009-07-08 17:59:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.entry_title {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.entry_date {
|
|
|
|
margin-top: -12px;
|
2009-07-08 18:20:11 +02:00
|
|
|
margin-right: 5px;
|
2009-07-08 17:59:55 +02:00
|
|
|
float: right;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.entry_content {
|
2009-07-08 18:20:11 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2009-08-06 18:33:44 +02:00
|
|
|
margin-top: 10px;
|
2009-07-10 02:50:01 +02:00
|
|
|
text-indent: 1em;
|
2009-07-08 18:20:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.entry_comment {
|
2009-07-08 17:59:55 +02:00
|
|
|
margin-left: 5px;
|
2009-07-08 18:20:11 +02:00
|
|
|
margin-bottom: 5px;
|
2009-07-08 17:59:55 +02:00
|
|
|
}
|
|
|
|
|
2009-07-08 18:20:11 +02:00
|
|
|
a.entry_comment {
|
|
|
|
text-decoration: none;
|
2009-07-08 13:13:19 +02:00
|
|
|
}
|
2009-07-10 00:50:26 +02:00
|
|
|
|
|
|
|
div.entry_border_bottom {
|
2009-07-10 02:50:01 +02:00
|
|
|
background: #444444;
|
|
|
|
height: 10px;
|
2009-07-10 00:50:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* COMMENTS */
|
|
|
|
|
|
|
|
div.comments {
|
|
|
|
width: 580px;
|
2009-07-10 13:57:19 +02:00
|
|
|
/* background: #333333; */
|
2009-07-10 00:50:26 +02:00
|
|
|
padding-left: 20px;
|
2009-07-10 02:50:01 +02:00
|
|
|
padding-top: 25px;
|
2009-07-10 00:50:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
div.comment {
|
2009-07-23 10:36:37 +02:00
|
|
|
border: 1px solid #000000;
|
2009-07-10 00:50:26 +02:00
|
|
|
background: #414141;
|
|
|
|
width: 560px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.comment_author {
|
|
|
|
color: #66CC00;
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.comment_date {
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-right: 5px;
|
|
|
|
float: right;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.comment_content {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 540px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.submit_comment {
|
2009-07-23 10:36:37 +02:00
|
|
|
border: 1px solid #000000;
|
2009-07-10 03:21:17 +02:00
|
|
|
background: #444444;
|
|
|
|
width: 555px;
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-top: 15px;
|
2009-07-10 00:50:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
label.submit_comment_name {
|
|
|
|
color: #CCCCCC;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.submit_comment_name_input {
|
|
|
|
width: 100px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.submit_comment_text {
|
|
|
|
color: #CCCCCC;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea.submit_comment_textarea {
|
|
|
|
width: 520px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.submit_comment_quiz {
|
|
|
|
color: #CCCCCC;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.submit_comment_quiz_input {
|
|
|
|
width: 20px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.submit_comment_button {
|
|
|
|
margin: 10px;
|
|
|
|
}
|