aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-13 03:13:00 -0300
committerLibravatar Choom 2022-12-13 04:01:36 -0300
commitffd2b09b25c61b285169557b93277e7c1476cd4f (patch)
treed9c33a81b834f60f8d368cbec9f78413d8b387c6 /static/css/txt
parentdee4796015e4df0900615bedcd78b03a92b140c2 (diff)
downloadweabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.gz
weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.xz
weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.zip
Barra superior para móviles
Barra superior para móviles Barra superior para móviles
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/bbs.css33
-rw-r--r--static/css/txt/futanari.css3
2 files changed, 34 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;
}
}
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 0e395d3..9e0d225 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -179,6 +179,9 @@ form .msg {
#threadbox .innerbox {
padding: 8px 5px 5px;
}
+ h2 {
+ text-align: center;
+ }
div.msg {
margin: 0.5em;
}