mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
122 lines
1.5 KiB
CSS
122 lines
1.5 KiB
CSS
.thread {
|
|
margin-right: 20px;
|
|
margin-bottom: 1em;
|
|
display: inline-block;
|
|
word-wrap: break-word;
|
|
width: 100%;
|
|
}
|
|
|
|
.frontend , .subject {
|
|
color: #0f0d2d;
|
|
}
|
|
|
|
.name {
|
|
color: #117743;
|
|
}
|
|
|
|
|
|
.name , .subject {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#postform-outer {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
input {
|
|
width: 70%;
|
|
}
|
|
|
|
input.button {
|
|
width: 25%;
|
|
}
|
|
|
|
textarea {
|
|
width: 350px;
|
|
}
|
|
|
|
#postform-inner {
|
|
display: inline-block;
|
|
}
|
|
|
|
.post {
|
|
padding: 10px 10px;
|
|
}
|
|
|
|
.post, th, .ukko_thread_header {
|
|
background: #d6daf0;
|
|
}
|
|
|
|
.ukko_thread_header {
|
|
padding: 5px 5px;
|
|
margin: 5px 5px;
|
|
display: inline-block;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
th {
|
|
font-size: 10pt;
|
|
padding-left: 10px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
body {
|
|
background: #eef2ff;
|
|
font-family: arial,helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
margin: 0 4px;
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.reply {
|
|
margin-left: 1.8em;
|
|
display: inline-block;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.frontend {
|
|
margin-top: 0px;
|
|
background: #e0f0f0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.op {
|
|
background: #eef2ff;
|
|
margin-right: 20px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.post, .post_body {
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
.post_body > p {
|
|
margin: 2px;
|
|
}
|
|
|
|
.tripcode {
|
|
color: #de04ef;
|
|
}
|
|
|
|
.memearrows {
|
|
color: green;
|
|
}
|
|
|
|
.intro {
|
|
margin-bottom: 0.75em;
|
|
}
|
|
|
|
.file:not(.multiple) .file-thumbnail {
|
|
float: left;
|
|
}
|
|
|
|
.file-thumbnail {
|
|
display: block;
|
|
margin: 5px 20px 10px;
|
|
border: medium none;
|
|
max-width: 300px;
|
|
max-height: 200px;
|
|
} |