aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-20 00:36:43 -0300
committerLibravatar Choom 2023-01-22 07:57:56 -0300
commit8e519f17d144165b6de31bf3ebabdab5eb13bf0d (patch)
tree10b3bd7affd037d198fc6ec54af6862cb0ce85b0 /static/css/txt/bbs.css
parent649a2e5f4fa0b13a58068772ec72605dba6624d2 (diff)
downloadweabot-8e519f17d144165b6de31bf3ebabdab5eb13bf0d.tar.gz
weabot-8e519f17d144165b6de31bf3ebabdab5eb13bf0d.tar.xz
weabot-8e519f17d144165b6de31bf3ebabdab5eb13bf0d.zip
Config para el usuario
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css66
1 files changed, 29 insertions, 37 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 622ab7e..c7fa759 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -9,8 +9,10 @@ textarea {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
}
-body[data-brd="zonavip"], body[data-brd="zonavip"] textarea,
-body[data-brd="world"], body[data-brd="world"] textarea,
+body[data-brd="zonavip"],
+body[data-brd="zonavip"] textarea,
+body[data-brd="world"],
+body[data-brd="world"] textarea,
.threadnav {
font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
}
@@ -40,7 +42,7 @@ h3 {
margin: 8px 0;
line-height: 1em;
}
-h3 span {
+h3 > span {
display: inline-block;
font-weight: normal;
}
@@ -103,23 +105,32 @@ ul {
}
#main_nav {
font-size: 14px;
- padding: 3px 0;
+ line-height: 18px;
+ padding: 1px 0;
text-align: center;
width: 100%;
}
-#main_nav select {
+#main_nav > select {
font-size: 85%;
padding: 0;
}
-#main_nav a,
-#thread_nav a,
+#main_nav.mob {
+ position: fixed;
+ top: 0;
+ left: 0;
+ box-shadow: 0 1px 4px #000;
+ padding: 2px;
+ line-height: 1em;
+}
+#main_nav > a,
+#thread_nav > a,
#threadlinks a,
.threadlinks a,
label {
display: inline-block;
}
.outerbox,
-.mainpage .thread,
+.mainpage > .thread,
#footer {
margin: 0 2.5% 1em;
}
@@ -127,7 +138,9 @@ label {
padding: 7px;
margin: 7px;
}
-.innerbox.links {
+#bailinks {
+ font-size: 14px;
+ text-align: center;
padding: 3px;
}
.threadnav {
@@ -136,18 +149,14 @@ label {
#search {
margin-top: 0.5em;
}
-#search input {
+#search > input {
margin-right: 2px;
}
-#search input[type="text"] {
+#search > input[type="text"] {
padding: 4px;
max-width: 500px;
width: 100%;
}
-.links {
- font-size: 14px;
- text-align: center;
-}
#threadlinks {
margin-bottom: 0.5em;
text-align: center;
@@ -161,12 +170,12 @@ label {
flex-flow: row wrap;
font-size: 14px;
line-height: 1;
- max-height: 18em;
+ max-height: 15em;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
}
-#threadlist a {
+#threadlist > a {
-webkit-flex: 1 1 auto;
-moz-flex: 1 1 auto;
flex: 1 1 auto;
@@ -287,7 +296,7 @@ form .msg {
padding: 0.5em 2px;
text-align: left;
}
-#tr_preview .msg {
+#tr_preview > .msg {
margin: 0;
}
.warn {
@@ -332,23 +341,6 @@ form .msg {
margin-top: 0.5em;
line-height: 1em;
}
-#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 (min-width: 1600px) {
- #threadlist {
- max-height: 15em;
- }
-}
@media (max-width: 600px) {
body.threadpage {
@@ -385,7 +377,7 @@ form .msg {
.quoted {
font-size: 10px;
}
- #threadlist a {
+ #threadlist > a {
font-size: 10px;
padding: 6px 3px;
}
@@ -398,7 +390,7 @@ form .msg {
.del {
visibility: visible;
}
- .reply .msg,
+ .reply > .msg,
a.thumb {
margin: 8px;
}