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.css33
1 files changed, 31 insertions, 2 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index f930419..39f093a 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -104,7 +104,7 @@ ul {
width: 100%;
}
#main_nav select {
- font-size: 90%;
+ font-size: 85%;
padding: 0;
}
#main_nav a,
@@ -197,6 +197,7 @@ label {
}
.quoted {
font-size: 12px;
+ display: inline-block;
line-height: 1;
}
.msg {
@@ -314,6 +315,16 @@ form .msg {
.end {
line-height: 1;
}
+#main_nav.mob {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ box-shadow: 0 0 4px #000;
+ padding: 2px;
+ line-height: 1em;
+ font-size: 12px;
+}
@media (max-width: 600px) {
body.threadpage {
margin: 5px;
@@ -338,7 +349,7 @@ form .msg {
h1,
h2 a,
h5 {
- font-size: 1em;
+ font-size: 18px;
}
h3 {
text-align: center;
@@ -353,6 +364,20 @@ form .msg {
font-size: 10px;
line-height: 12px;
}
+ .thread .threadnav {
+ float: none;
+ text-align: center;
+ }
+ .thread .threadnav a {
+ border: 1px solid;
+ border-radius: 20px;
+ margin: 0 4px 4px;
+ padding: 2px;
+ text-decoration: none;
+ display: inline-block;
+ width: 25px;
+ height: 25px;
+ }
#threadlist a {
font-size: 10px;
padding: 6px 3px;
@@ -407,7 +432,11 @@ form .msg {
#footer a {
display: block;
}
+ #q-p {
+ margin: 0 1px 0 6px;
+ }
.end {
font-size: 12px;
+ text-align: center;
}
}