aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/futanari.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/futanari.css')
-rw-r--r--static/css/txt/futanari.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 315d10c..fb81bfa 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -79,7 +79,8 @@ input[type="file"] {
.replies,
.thread .postform,
.threadpage .postform,
-#q-p .reply {
+#q-p .reply,
+#threads th {
background: #476a88;
border-top: 1px solid #5e8db4;
border-left: 1px solid #5e8db4;
@@ -147,7 +148,7 @@ h4:hover {
}
.postform {
color: #d3f8d3;
- padding: 10px;
+ padding: 8px;
}
form .msg {
background: #21323f;
@@ -164,12 +165,8 @@ form .msg {
#threads tr:nth-child(odd) {
background: #38546c;
}
-/*#threads tr:nth-child(even) {}*/
@media (max-width: 600px) {
- body.threadpage {
- margin: 4px;
- }
#createbox,
.innerbox,
#threadbox {
@@ -182,16 +179,12 @@ form .msg {
h2 {
text-align: center;
}
- div.msg {
- margin: 0.5em;
- }
form .msg {
margin: 4px 0 0;
}
.reply.deleted {
margin-bottom: 0;
}
- .postform,
#createbox .innerbox {
padding: 0.5em !important;
}