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.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 365faf3..29d7264 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -40,10 +40,8 @@ h3 span {
input[type="text"],
textarea,
select {
- border-top: 1px solid #000;
- border-left: 1px solid #000;
- border-bottom: none;
- border-right: none;
+ border: 1px solid #10181f;
+ box-shadow: inset 1px 1px 2px rgb(0, 0, 0, 0.3);
}
input[type="submit"],
input[type="button"],
@@ -77,6 +75,9 @@ input[type="file"] {
#main_nav {
background: #1d7548;
}
+.cur_brd:before {
+ content: "◆";
+}
#titlebox {
margin-bottom: 0;
border-bottom: 0;
@@ -85,13 +86,14 @@ input[type="file"] {
.replies,
.thread .postform,
.threadpage .postform,
-#q-p .reply,
+#q-p,
#threads th {
background: #476a88;
border-top: 1px solid #5e8db4;
border-left: 1px solid #5e8db4;
border-bottom: 1px solid #10181f;
border-right: 1px solid #10181f;
+ box-shadow: 1px 1px #000;
}
#threadbox {
border-top: 0;
@@ -161,12 +163,11 @@ form .msg {
color: #fff;
}
#q-p {
- box-shadow: 2px 2px #21323f;
padding: 0;
}
#size {
float: left;
- margin: 1em -5em 1em 0;
+ margin: 1em -5em 0 0;
}
#threads th {
background: #5e8db4;