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.css60
1 files changed, 37 insertions, 23 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 29d7264..e9529d1 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -1,7 +1,15 @@
+@font-face {
+ font-family: "Bookman";
+ src: local("Bookman"), local("URW Bookman"), url("/static/font/bookman-mix.woff2");
+}
body {
background: #21323f;
color: #fff;
}
+body,
+textarea {
+ font-family: "Bookman";
+}
a,
#n2 {
color: #dfca89;
@@ -24,9 +32,6 @@ h5 {
margin: -7px -7px 7px;
padding: 7px;
}
-h2 {
- margin-bottom: 0;
-}
h2 a,
h2 a:hover,
h3,
@@ -78,11 +83,10 @@ input[type="file"] {
.cur_brd:before {
content: "◆";
}
-#titlebox {
- margin-bottom: 0;
- border-bottom: 0;
-}
.outerbox,
+.innerbox,
+#threadlist a,
+.mainpage .thread,
.replies,
.thread .postform,
.threadpage .postform,
@@ -93,33 +97,30 @@ input[type="file"] {
border-left: 1px solid #5e8db4;
border-bottom: 1px solid #10181f;
border-right: 1px solid #10181f;
- box-shadow: 1px 1px #000;
}
-#threadbox {
- border-top: 0;
- margin-top: 0;
+.outerbox,
+.mainpage .thread,
+.threadpage .replies,
+.threadpage .postform,
+#q-p {
+ box-shadow: 1px 1px #000;
}
.outerbox {
background: #476a88;
color: #d3f8d3;
}
-.outerbox .innerbox,
-#createbox .innerbox {
- margin: 0;
-}
#bailinks {
background: #5b8bb4;
- padding: 8px;
}
#threadlist {
- background: #476a88;
border: 1px solid #38546c;
+ border-right: 0;
}
#threadlist a {
border-right: 1px solid #38546c;
border-bottom: 1px solid #38546c;
}
-.reply,
+.replies,
.postform,
#createbox .innerbox {
background: #476a88;
@@ -127,13 +128,13 @@ input[type="file"] {
h4 {
background: #38546c;
color: #999;
- padding: 1px;
+ padding: 1px 2px;
}
h4:hover {
background: #324b60;
}
.reply.deleted h4 {
- color: #666;
+ color: #777;
}
.del a,
.abbrev {
@@ -177,12 +178,25 @@ form .msg {
}
@media (max-width: 600px) {
+ h1,
+ h5 {
+ margin: -3px -3px 0;
+ padding: 3px;
+ }
+ .outerbox,
+ .thread {
+ padding: 1px;
+ }
.innerbox {
margin: 0;
- padding: 0;
+ padding: 1px;
}
.outerbox .innerbox {
- padding: 7px;
+ padding: 4px;
+ }
+ #threadlinks {
+ margin-bottom: 4px;
+ text-align: center;
}
.postform {
padding: 4px !important;
@@ -191,6 +205,6 @@ form .msg {
margin-bottom: 0;
}
#createbox .innerbox {
- padding: 0.5em !important;
+ padding: 4px 4px 0 !important;
}
}