2009-11-16 15:17:07 +01:00
|
|
|
* {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #434343;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 0.8em;
|
2009-12-05 19:37:20 +01:00
|
|
|
color: #bca3a3;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
2009-12-07 12:57:38 +01:00
|
|
|
.entry a {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2009-11-16 15:17:07 +01:00
|
|
|
img {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
margin: 5px 0px 5px 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header_title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.8em;
|
|
|
|
color: #f0dfaf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header_link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #f0dfaf;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header_subtitle {
|
|
|
|
color: #bca3a3;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rss {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rss_link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #7f9f7f;
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
2009-12-05 19:37:20 +01:00
|
|
|
|
|
|
|
.rss_link:hover {
|
2009-12-07 12:57:38 +01:00
|
|
|
color: #ffa500;
|
2009-12-05 19:37:20 +01:00
|
|
|
}
|
2009-11-16 15:17:07 +01:00
|
|
|
|
|
|
|
.atom {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.atom_link {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #7f9f7f;
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
|
|
|
|
2009-12-05 19:37:20 +01:00
|
|
|
.atom_link:hover {
|
2009-12-07 12:57:38 +01:00
|
|
|
color: #ffa500;
|
2009-12-05 19:37:20 +01:00
|
|
|
}
|
|
|
|
|
2009-11-16 15:17:07 +01:00
|
|
|
.pages {
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid;
|
|
|
|
background: #383838;
|
|
|
|
margin-bottom: 10px;
|
2009-12-05 19:37:20 +01:00
|
|
|
padding: 1px;
|
|
|
|
margin-left: 150px;
|
2009-11-16 15:17:07 +01:00
|
|
|
margin-top: 20px;
|
2009-12-05 19:37:20 +01:00
|
|
|
width: 636px;
|
|
|
|
height: 20px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pages_title {
|
|
|
|
background: #282828;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #c3bf9f;
|
|
|
|
padding-left: 2px;
|
2009-12-05 19:37:20 +01:00
|
|
|
width: 52px;
|
|
|
|
height: 20px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
2009-12-05 19:37:20 +01:00
|
|
|
ul.pages_list {
|
2009-11-16 15:17:07 +01:00
|
|
|
list-style-type: none;
|
|
|
|
font-size: 14px;
|
2009-12-05 19:37:20 +01:00
|
|
|
margin-top: 1px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0px;
|
|
|
|
margin-top: -20px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
2009-12-05 19:37:20 +01:00
|
|
|
li.pages_list_entry {
|
|
|
|
display: inline;
|
|
|
|
margin-left: -2px;
|
|
|
|
margin-right: -2px;
|
2009-12-07 12:57:38 +01:00
|
|
|
padding: 1px 6px 4px 6px;
|
2009-12-05 19:37:20 +01:00
|
|
|
border-left: 1px solid #282828;
|
|
|
|
border-right: 1px solid #282828;
|
|
|
|
}
|
2009-11-16 15:17:07 +01:00
|
|
|
|
2009-12-05 19:37:20 +01:00
|
|
|
li.pages_list_entry a {
|
|
|
|
color: #709080;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.pages_list_entry:first-child {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.pages_list_entry:last-child {
|
|
|
|
border-right: none;
|
|
|
|
}
|
2009-11-16 15:17:07 +01:00
|
|
|
|
|
|
|
.months {
|
|
|
|
position: absolute;
|
2009-12-05 19:37:20 +01:00
|
|
|
border: 1px solid;
|
|
|
|
background: #383838;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
width: 100px;
|
|
|
|
min-height: 100px;
|
|
|
|
text-align: center;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
2009-12-05 19:37:20 +01:00
|
|
|
.months_title {
|
|
|
|
background: #282828;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #c3bf9f;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.months_list {
|
|
|
|
list-style-type: none;
|
|
|
|
font-size: 14px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-11-16 15:17:07 +01:00
|
|
|
.linklist {
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid;
|
|
|
|
background: #383838;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
2009-12-05 19:37:20 +01:00
|
|
|
margin-left: 810px;
|
|
|
|
margin-top: 20px;
|
|
|
|
width: 180px;
|
2009-12-07 12:57:38 +01:00
|
|
|
min-height: 100px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.linklist_title {
|
|
|
|
background: #282828;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #c3bf9f;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.linklist_list{
|
|
|
|
list-style-type: none;
|
|
|
|
font-size: 14px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entries {
|
2009-12-05 19:37:20 +01:00
|
|
|
width: 640px;
|
|
|
|
padding: 60px 0px 20px 150px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.entry {
|
|
|
|
border: 1px solid;
|
|
|
|
background: #383838;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry_title {
|
|
|
|
background: #282828;
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #c3bf9f;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry_date {
|
|
|
|
padding-left: 10px;
|
|
|
|
font-size: 0.6em;
|
|
|
|
color: #7f9f7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry_content {
|
|
|
|
padding: 15px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: WhiteSmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry_comment {
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 0.8em;
|
|
|
|
color: #7f9f7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comments {
|
2009-12-05 19:37:20 +01:00
|
|
|
width: 640px;
|
|
|
|
padding : 20px 0px 20px 150px;
|
|
|
|
/* visibility: hidden;
|
|
|
|
*/}
|
2009-11-16 15:17:07 +01:00
|
|
|
|
|
|
|
.comment {
|
|
|
|
border: 1px solid;
|
|
|
|
background: #383838;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_author {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #bca3a3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_date {
|
|
|
|
padding-left: 10px;
|
|
|
|
font-size: 0.6em;
|
|
|
|
color: #7f9f7f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment_content {
|
|
|
|
padding: 15px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: #c9bed1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment {
|
|
|
|
border: 1px solid #000;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: #bca3a3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_name {
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_name_input {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 10px;
|
|
|
|
width: 250px;
|
2009-12-05 19:37:20 +01:00
|
|
|
background: #656565;
|
|
|
|
border: none;
|
|
|
|
padding: 1px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_text {
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_textarea {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 19px;
|
|
|
|
width: 250px;
|
2009-12-05 19:37:20 +01:00
|
|
|
background: #656565;
|
|
|
|
border: none;
|
|
|
|
padding: 1px;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_quiz {
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_quiz_input {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 13px;
|
|
|
|
width: 50px;
|
2009-12-05 19:37:20 +01:00
|
|
|
background: #656565;
|
|
|
|
border: none;
|
2009-11-16 15:17:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_button {
|
|
|
|
margin: 10px 0px 5px 45px;
|
2009-12-05 19:37:20 +01:00
|
|
|
border: 1px solid black;
|
|
|
|
background: #656565;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submit_comment_button:active {
|
|
|
|
background: #575757;
|
|
|
|
}
|