blogthon/styles/box.css

279 lines
3.6 KiB
CSS
Raw Normal View History

2009-07-07 20:16:51 +02:00
/*
* Author: Stefan Ritter <xeno@thehappy.de>
*/
body {
background: #444444;
2009-07-08 13:48:57 +02:00
background-image: url("box_img/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
/* 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;
/* Ugly transparency */
/*
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
*/
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;
color: #FFFFFF;
2009-07-08 13:27:39 +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;
}
/* ENTRIES */
2009-07-08 13:27:39 +02:00
div.entries {
position: relative;
top: 15px;
2009-07-08 13:30:54 +02:00
width: 580px;
/* background: #333333; */
2009-07-08 13:48:57 +02:00
padding-left: 10px;
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 {
margin-top: 6px;
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 {
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;
margin-right: 5px;
2009-07-08 17:59:55 +02:00
float: right;
color: #666666;
}
div.entry_content {
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
text-indent: 1em;
}
div.entry_comment {
2009-07-08 17:59:55 +02:00
margin-left: 5px;
margin-bottom: 5px;
2009-07-08 17:59:55 +02:00
}
a.entry_comment {
text-decoration: none;
2009-07-08 13:13:19 +02:00
}
div.entry_border_bottom {
background: #444444;
height: 10px;
}
/* COMMENTS */
div.comments {
width: 580px;
/* background: #333333; */
padding-left: 20px;
padding-top: 25px;
}
div.comment {
2009-07-23 10:36:37 +02:00
border: 1px solid #000000;
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;
}
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;
}