blogthon/styles/default/default.css

173 lines
2.1 KiB
CSS
Raw Normal View History

* {
margin: 0px;
padding: 0px;
}
body, html {
background: white;
2012-01-21 18:26:16 +01:00
width: 750px;
margin: auto;
font-family: "PT Sans Narrow", sans-serif;
font-size: 12pt;
2011-04-12 14:54:52 +02:00
color: #000;
box-shadow: 3px 0px 20px #000;
padding: 0px 5px 0px 5px;
}
img {
border: 0px;
}
a {
color: #666;
text-decoration: none;
}
2012-01-21 20:16:34 +01:00
li {
margin-left: 25px;
}
.pages_title, .months_title {
position: absolute;
visibility: hidden;
}
.rss {
position: absolute;
top: 82px;
2012-01-21 18:26:16 +01:00
width: 750px;
}
.atom {
position: absolute;
top: 82px;
margin-left: 20px;
2012-01-21 18:26:16 +01:00
width: 750px;
}
.rss_link, .atom_link {
2012-01-21 20:16:34 +01:00
font-size: 10pt;
color: black;
}
.header {
2012-01-21 18:26:16 +01:00
width: 750px;
text-align: center;
border-bottom: 2px solid #666;
}
.header_title {
2012-01-21 20:16:34 +01:00
font-size: 24pt;
font-weight: bold;
padding-top: 20px;
}
.header_title a {
color: black;
}
.header_subtitle {
padding-bottom: 20px;
}
.pages {
2012-01-21 18:26:16 +01:00
width: 750px;
border-bottom: 2px solid #666;
text-align: center;
}
.pages_list {
2012-01-21 20:16:34 +01:00
padding: 5px 0px 5px 0px;
}
.pages_list_entry {
list-style-type: none;
display: inline;
2012-01-21 20:16:34 +01:00
margin: 0px 5px 0px 5px;
}
.pages_list_entry a {
color: black;
}
.sidebar {
2012-01-21 18:26:16 +01:00
background: #eee;
float: right;
2012-01-22 21:35:00 +01:00
padding: 10px 10px 10px 10px;
margin: 20px 0px 0px 10px;
}
2012-01-21 18:26:16 +01:00
.linklist, .taglist, .monthlist {
2012-01-22 21:35:00 +01:00
padding-bottom: 5px;
}
2012-01-21 18:26:16 +01:00
.linklist_title, .taglist_title, .monthlist_title {
2012-01-21 20:16:34 +01:00
font-weight: bold;
2012-01-22 21:35:00 +01:00
padding: 5px 0px 10px 0px;
2012-01-21 18:26:16 +01:00
}
.entries {
padding-top: 20px;
2012-01-21 18:26:16 +01:00
width: 750px;
}
.entry {
margin-bottom: 80px;
}
.entry_title, .entry_title a, .comment_author {
2012-01-21 20:16:34 +01:00
font-size: 16pt;
font-weight: bold;
color: black;
}
.entry_date, .comment_date {
2012-01-21 20:16:34 +01:00
font-size: 10pt;
color: #666;
}
.tags {
2012-01-21 20:16:34 +01:00
font-size: 10pt;
color: #666;
}
.entry_content {
margin-top: 10px;
}
.entry_comment, .entry_comment a {
2012-01-21 20:16:34 +01:00
font-size: 10pt;
}
.comments {
border-top: 2px solid #666;
}
.comment {
padding-bottom: 20px;
}
.submit_comment {
padding-top: 20px;
}
.submit_comment_name,
.submit_comment_text,
.submit_comment_quiz {
display: block;
padding-top: 5px;
}
.submit_comment_name_input,
.submit_comment_textarea,
.submit_comment_quiz_input {
width: 300px;
}
.submit_comment_button {
margin-top: 20px;
border: 1px solid black;
background: #ccc;
}