2009-02-28 18:02:23 +01:00
|
|
|
.html, body {
|
|
|
|
background: #000;
|
|
|
|
color: #FFF;
|
|
|
|
margin: 0px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link, a:active, a:visited, a:hover {
|
|
|
|
font-family: Verdana;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #FC3;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.title:link, a.title:hover, a.title:active, a.title:visited {
|
2009-03-03 23:54:23 +01:00
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
2009-02-28 18:02:23 +01:00
|
|
|
width: 100%;
|
|
|
|
height: 25px;
|
|
|
|
background-image: url(blogthon_img/title_background.png);
|
|
|
|
font-family: Verdana;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #FC3;
|
|
|
|
}
|
|
|
|
|
2009-03-03 23:54:23 +01:00
|
|
|
.screen {
|
|
|
|
position: relative;
|
|
|
|
margin: auto;
|
|
|
|
top: 30px;
|
|
|
|
}
|
|
|
|
|
2009-02-28 18:02:23 +01:00
|
|
|
.content { /* Container for entrytitle and entry */
|
2009-03-03 23:54:23 +01:00
|
|
|
margin-left: 15px;
|
2009-02-28 18:02:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.entrytitle {
|
|
|
|
font-family: Verdana;
|
|
|
|
font-weight: bold;
|
2009-03-03 23:54:23 +01:00
|
|
|
font-size: 14px;
|
2009-02-28 18:02:23 +01:00
|
|
|
color: #335599;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2009-03-03 23:54:23 +01:00
|
|
|
|
2009-02-28 18:02:23 +01:00
|
|
|
a.entrytitle:link, a.entrytitle:hover, a.entrytitle:visited, a.entrytitle:active {
|
|
|
|
font-family: Verdana;
|
|
|
|
font-weight: bold;
|
2009-03-03 23:54:23 +01:00
|
|
|
font-size: 12px;
|
2009-02-28 18:02:23 +01:00
|
|
|
color: #335599;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry {
|
|
|
|
font-family: Verdana;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #FFF;
|
2009-03-03 23:54:23 +01:00
|
|
|
margin: 15px;
|
|
|
|
width: 600px;
|
2009-02-28 18:02:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
2009-03-03 23:54:23 +01:00
|
|
|
margin-right: 15px;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
float: right;
|
2009-02-28 18:02:23 +01:00
|
|
|
}
|
|
|
|
|
2009-03-02 17:06:22 +01:00
|
|
|
.sidebarentry {
|
2009-02-28 18:02:23 +01:00
|
|
|
font-family: Verdana;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #5577BB;
|
|
|
|
text-align: center;
|
2009-03-03 23:54:23 +01:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
2009-02-28 18:02:23 +01:00
|
|
|
background: #111;
|
|
|
|
}
|
2009-03-03 07:28:29 +01:00
|
|
|
|
|
|
|
a.comment:link, a.comment:hover, a.comment:active, a.comment:visited {
|
2009-03-03 17:56:22 +01:00
|
|
|
font-family: Helvetica;
|
|
|
|
font-size: 10px;
|
2009-03-03 07:28:29 +01:00
|
|
|
}
|
|
|
|
|
2009-03-08 18:07:16 +01:00
|
|
|
input, textarea {
|
|
|
|
font-family: Verdana;
|
|
|
|
font-size: 10px;
|
|
|
|
display: block;
|
|
|
|
width: 300px;
|
|
|
|
background: #333;
|
|
|
|
color: #FFF;
|
|
|
|
border: thin dotted;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#submit {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 14:22:56 +01:00
|
|
|
.feeds {
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
|
2009-03-03 07:28:29 +01:00
|
|
|
# vim: set tw=0 ts=4:
|