2003-05-21 13:23:26 +02:00
|
|
|
/* Default WordPress by Matthew Mullenweg http://photomatt.net
|
|
|
|
This is just a basic layout, with only the bare minimum defined.
|
|
|
|
Please tweak this and make it your own. :)
|
2003-04-01 16:12:34 +02:00
|
|
|
*/
|
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
a {
|
|
|
|
color: #069;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
color: #039;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: #39c;
|
|
|
|
}
|
|
|
|
|
2003-05-26 12:24:55 +02:00
|
|
|
acronym, abbr {
|
|
|
|
border-bottom: 1px dashed #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
acronym, abbr, span.caps {
|
|
|
|
cursor: help;
|
|
|
|
font-size: 90%;
|
|
|
|
letter-spacing: .07em;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 5px solid #ccc;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2003-04-01 16:12:34 +02:00
|
|
|
body {
|
2003-05-21 13:23:26 +02:00
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
margin: 0;
|
2003-04-24 03:04:42 +02:00
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
h2 {
|
|
|
|
border-bottom: 2px solid #ccc;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-23 16:52:31 +02:00
|
|
|
p, li {
|
2003-05-21 13:23:26 +02:00
|
|
|
line-height: 130%;
|
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-26 12:24:55 +02:00
|
|
|
.b2calendarcell {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendaremptycell {
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendarheadercell {
|
|
|
|
background: #808080;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendarlinkpost {
|
|
|
|
color: #f00;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendarmonth {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendarrow {
|
|
|
|
color: #0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendartable {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b2calendartoday {
|
|
|
|
color: #00f;
|
|
|
|
}
|
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
.credit {
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
.feedback {
|
|
|
|
text-align: right;
|
2003-06-04 19:40:05 +02:00
|
|
|
color: #ccc;
|
2003-04-01 16:12:34 +02:00
|
|
|
}
|
|
|
|
|
2003-05-26 12:24:55 +02:00
|
|
|
.meta, .meta a {
|
|
|
|
color: #808080;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
.storytitle a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2003-04-01 16:12:34 +02:00
|
|
|
#content {
|
2003-05-21 13:23:26 +02:00
|
|
|
margin: 0 160px 0 20px;
|
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
#header {
|
|
|
|
background-color: #808080;
|
2003-05-26 12:24:55 +02:00
|
|
|
margin: 0;
|
2003-05-21 13:23:26 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header a {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2003-04-01 16:12:34 +02:00
|
|
|
|
2003-05-26 12:24:55 +02:00
|
|
|
#header a:hover {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2003-04-01 16:12:34 +02:00
|
|
|
#menu {
|
2003-05-21 13:23:26 +02:00
|
|
|
background-color: #000;
|
2003-05-26 12:24:55 +02:00
|
|
|
border-left: 3px solid #666;
|
|
|
|
padding-bottom: 10px;
|
2003-05-21 13:23:26 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2003-05-26 12:24:55 +02:00
|
|
|
top: 65px;
|
2003-05-21 13:23:26 +02:00
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2003-05-26 12:24:55 +02:00
|
|
|
#menu form {
|
|
|
|
margin: 0 0 0 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu input {
|
|
|
|
background-color: #ccc;
|
|
|
|
border: 2px solid #666;
|
|
|
|
}
|
|
|
|
|
2003-05-21 13:23:26 +02:00
|
|
|
#menu ul {
|
|
|
|
color: #ccc;
|
|
|
|
font-variant: small-caps;
|
|
|
|
font-weight: bold;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul ul {
|
|
|
|
font-variant: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 100%;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul ul li {
|
|
|
|
line-height: 115%;
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul ul li a {
|
|
|
|
color: #fff;
|
|
|
|
height: 13px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu ul ul li a:hover {
|
|
|
|
border-bottom: 1px solid #ccc;
|
2003-05-26 12:24:55 +02:00
|
|
|
}
|