aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-11 19:12:25 -0300
committerLibravatar Choom 2022-12-11 19:38:27 -0300
commitd3de374c241a1948dfe02329ab2f794905d325d1 (patch)
treefbc3dfcfd29d03afe8cf4fba47569e6058a969da /static/css/txt/bbs.css
parent958f2026400500c46965a2dd4136829d7817ef61 (diff)
downloadweabot-d3de374c241a1948dfe02329ab2f794905d325d1.tar.gz
weabot-d3de374c241a1948dfe02329ab2f794905d325d1.tar.xz
weabot-d3de374c241a1948dfe02329ab2f794905d325d1.zip
Dickgirl v3
Dickgirl v3 Dickgirl v3
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css19
1 files changed, 14 insertions, 5 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 010832f..546e8d2 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -80,7 +80,7 @@ button:active {
#rules {
margin: 0.5em 0;
}
-Fcode {
+code {
font-size: 14px;
}
pre {
@@ -304,8 +304,11 @@ form .msg {
text-decoration: underline;
}
.minisjis {
- font-size: 10px;
- line-height: 12px;
+ font-size: 10px;
+ line-height: 12px;
+}
+.end {
+ line-height: 1;
}
@media (max-width: 600px) {
body.threadpage {
@@ -333,8 +336,12 @@ form .msg {
h5 {
font-size: 1em;
}
+ h3 {
+ text-align: center;
+ }
h2 span,
- #rules {
+ #rules,
+ .pblock {
font-size: 12px;
line-height: 14px;
}
@@ -389,7 +396,6 @@ form .msg {
form,
#thread_nav,
#footer,
- .end,
.locked {
font-size: 14px;
text-align: center;
@@ -397,4 +403,7 @@ form .msg {
#footer a {
display: block;
}
+ .end {
+ font-size: 12px;
+ }
}