blogthon/styles/default/default.css

175 lines
2.1 KiB
CSS

* {
margin: 0px;
padding: 0px;
}
body, html {
background: white;
width: 750px;
margin: auto;
font-family: "PT Sans Narrow", sans-serif;
font-size: 12pt;
color: #000;
}
img {
border: 0px;
}
a {
color: #666;
text-decoration: none;
}
.pages_title, .months_title {
position: absolute;
visibility: hidden;
}
.rss {
position: absolute;
top: 82px;
width: 750px;
}
.atom {
position: absolute;
top: 82px;
margin-left: 20px;
width: 750px;
}
.rss_link, .atom_link {
font-size: 0.8em;
color: black;
}
.header {
width: 750px;
text-align: center;
border-bottom: 2px solid #666;
}
.header_title {
font-size: 2em;
font-weight: bold;
padding-top: 20px;
}
.header_title a {
color: black;
}
.header_subtitle {
padding-bottom: 20px;
}
.pages {
width: 750px;
border-bottom: 2px solid #666;
text-align: center;
}
.pages_list {
padding-top: 5px;
padding-bottom: 5px;
}
.pages_list_entry {
list-style-type: none;
display: inline;
margin-left: 5px;
margin-right: 5px;
}
.pages_list_entry a {
color: black;
}
.sidebar {
background: #eee;
float: right;
padding-left: 30px;
padding-right: 10px;
margin-left: 10px;
margin-top: 10px;
}
.linklist, .taglist, .monthlist {
padding-bottom: 10px;
}
.linklist_title {
padding-top: 10px;
}
.linklist_title, .taglist_title, .monthlist_title {
padding-bottom: 10px;
}
.entries {
padding-top: 20px;
width: 750px;
float: both;
}
.entry {
margin-bottom: 80px;
}
.entry_title, .entry_title a, .comment_author {
font-weight: bold;
color: black;
}
.entry_date, .comment_date {
font-size: 0.8em;
color: #666;
}
.tags {
font-size: 0.8em;
color: #666;
}
.entry_content {
margin-top: 10px;
}
.entry_comment, .entry_comment a {
font-size: 0.8em;
text-align: right;
}
.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;
}