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.
108 lines
1.3 KiB
108 lines
1.3 KiB
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;
|
|
}
|
|
|
|
section.hidden > a.expand::before {
|
|
content: "+"!important;
|
|
}
|
|
|
|
section > a.expand::before {
|
|
content: "-";
|
|
}
|
|
|
|
a.expand {
|
|
display: inline;
|
|
float: left;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* make it look not shit */
|
|
|
|
html {
|
|
background-color: #eff3ee;
|
|
height: 100%;
|
|
}
|
|
|
|
h1 {
|
|
font: bolder 28px Tahoma;
|
|
text-align: center;
|
|
}
|
|
|
|
a.expand {
|
|
padding-top: 1px;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1em;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|