You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
811 B

footer {
font-style: italic;
}
h3 {
font-weight: bold;
display: inline;
color: #0f0c5d;
}
b.name {
color: #117743;
font-weight: bold;
}
b.name > code {
font-family: inherit;
font-weight: 400;
}
section {
background-color: #eef2ff;
padding: 5px;
margin-bottom: 10px;
}
article {
background-color: #d6daf0;
padding-top: 5px;
margin: 2px;
margin-bottom: 5px;
padding-bottom: 2px;
}
article > header {
padding-left: 5px;
}
blockquote {
padding-left: 10px;
}
figcaption {
margin-left: 5px;
margin-bottom: 2px;
}
figcaption > i > a {
margin-left: 4px;
}
.thread.hidden > div
{
display: none;
}
.thread.hidden > small:after
{
content: "(replies hidden)";
display: block;
margin-left: 5px;
margin-top: 5px;
}