aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
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;
+ }
}