aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/txt/bbs.css28
-rw-r--r--static/css/txt/futanari.css15
2 files changed, 21 insertions, 22 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 543fc8c..ec7fd9d 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -106,7 +106,7 @@ ul {
#main_nav {
font-size: 14px;
line-height: 18px;
- padding: 2px 0;
+ padding: 2px;
text-align: center;
width: 100%;
}
@@ -282,6 +282,8 @@ a.yt b {
margin-bottom: 0.5em;
}
textarea {
+ display: block;
+ margin: 1px 0;
line-height: 18px;
max-width: 100%;
}
@@ -318,7 +320,7 @@ form .msg {
color: #fff;
}
#listmenu {
- text-align: center;
+ text-align: right;
}
#threads td,
#threads th {
@@ -369,9 +371,7 @@ form .msg {
h2 span {
display: block;
}
- h2 span,
- #rules,
- .pblock {
+ #rules {
font-size: 12px;
line-height: 14px;
}
@@ -381,7 +381,7 @@ form .msg {
}
#threadlist > a {
font-size: 10px;
- padding: 6px 3px;
+ padding: 6px 4px;
}
.threadnav,
#size,
@@ -400,25 +400,23 @@ form .msg {
.formpad {
padding-left: 0;
}
- .postform input {
- margin-bottom: 2px;
+ .postform input,
+ textarea {
+ margin: 0 0 3px;
+ width: 100%;
}
.postform > span {
display: table;
width: 100%;
}
.postform input[type="submit"] {
- padding: 6px;
+ padding: 8px;
}
- .postform span > input,
- .postform span > span {
+ .postform > span > input,
+ .postform > span > span {
display: table-cell;
white-space: nowrap;
}
- .postform input,
- textarea {
- width: 100%;
- }
form,
#thread_nav,
.locked {
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;