2010-02-15 00:31:55 +00:00
|
|
|
body.threads,
|
2009-01-26 19:21:29 +00:00
|
|
|
.Pe {
|
|
|
|
font-family: verdana,helvetica;
|
2010-02-15 00:31:55 +00:00
|
|
|
/*font-weight: bold;*/
|
|
|
|
font-size: 12px;
|
2009-01-26 19:21:29 +00:00
|
|
|
padding: 44;
|
|
|
|
background: #333;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.Peb {
|
|
|
|
color: #f33;
|
|
|
|
}
|
|
|
|
.Pe a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #f33;
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
.Peb a {
|
|
|
|
padding: 4;
|
|
|
|
border: 1px solid #f33;
|
|
|
|
}
|
2009-01-26 20:12:53 +00:00
|
|
|
.Pe form input,select,textarea {
|
2009-01-26 19:21:29 +00:00
|
|
|
background: black;
|
|
|
|
color: #f33;
|
|
|
|
font-size: 9;
|
|
|
|
border: 1px solid #f33;
|
|
|
|
padding: 4;
|
|
|
|
}
|
|
|
|
.Peup {
|
|
|
|
border: 3px dashed;
|
|
|
|
padding: 4;
|
|
|
|
margin-bottom: 23px;
|
|
|
|
}
|
2010-02-15 00:31:55 +00:00
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
.ldp {
|
|
|
|
font-size: 9;
|
2010-02-15 00:31:55 +00:00
|
|
|
}
|
|
|
|
.entry,
|
|
|
|
.ldp {
|
2009-01-26 20:12:53 +00:00
|
|
|
font-weight: normal;
|
2009-01-26 19:21:29 +00:00
|
|
|
border: 3px dashed #333;
|
2009-01-26 20:12:53 +00:00
|
|
|
background: #933;
|
2009-01-26 19:21:29 +00:00
|
|
|
padding: 3;
|
|
|
|
margin: 44;
|
2009-01-26 20:12:53 +00:00
|
|
|
width: 562;
|
2009-01-26 19:21:29 +00:00
|
|
|
}
|
2010-02-15 00:31:55 +00:00
|
|
|
.entry .title,
|
2009-01-26 19:21:29 +00:00
|
|
|
.ldpc {
|
|
|
|
background: #f33;
|
|
|
|
color: black;
|
|
|
|
font-size: 12;
|
2009-01-26 20:12:53 +00:00
|
|
|
width: 555;
|
|
|
|
padding: 3;
|
2009-01-26 19:21:29 +00:00
|
|
|
}
|
2009-01-26 20:12:53 +00:00
|
|
|
.ldp br {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.ldp span span {
|
|
|
|
float: left;
|
|
|
|
padding: 2;
|
|
|
|
margin: 1;
|
2009-01-26 19:21:29 +00:00
|
|
|
}
|
|
|
|
.ldp td {
|
|
|
|
background: black;
|
|
|
|
padding: 7;
|
|
|
|
}
|
2009-01-26 20:12:53 +00:00
|
|
|
.ldpek {
|
|
|
|
background: #966;
|
|
|
|
width: 150;
|
|
|
|
}
|
|
|
|
.ldpev {
|
|
|
|
background: black;
|
|
|
|
width: 400;
|
|
|
|
}
|
|
|
|
|
2010-02-15 00:31:55 +00:00
|
|
|
.entry {
|
|
|
|
margin: 22px 44px;
|
|
|
|
}
|
|
|
|
|
2010-02-15 12:36:17 +00:00
|
|
|
.entry .body {
|
2010-02-15 00:31:55 +00:00
|
|
|
background: black;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2010-02-15 12:36:17 +00:00
|
|
|
.entry .body .comment {
|
|
|
|
margin: 0.5em 1em 0;
|
|
|
|
padding: 2px;
|
|
|
|
border-top: 1px solid #933;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry .body .comment-author {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-02-15 00:31:55 +00:00
|
|
|
.entry .title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.entry .title .author {}
|
|
|
|
.entry .title .subject {}
|
|
|
|
|
|
|
|
.entry .footer a,
|
|
|
|
.entry .footer a:visited {
|
2010-02-15 12:36:17 +00:00
|
|
|
cursor: pointer;
|
2010-02-15 00:31:55 +00:00
|
|
|
color: white;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry .footer a:hover,
|
|
|
|
.entry .footer a:visited:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
2010-02-15 12:36:17 +00:00
|
|
|
.entry .footer .comments-link {
|
2010-02-15 00:31:55 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2010-02-15 12:36:17 +00:00
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|