aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-30 04:33:10 -0300
committerLibravatar Choom 2023-01-09 17:53:50 -0300
commit65fd303962d7744a5268db83a72fe66c7378565a (patch)
tree423403211c6006ed9eeaf101f8856ace78e81ffe /static/css/txt/bbs.css
parentb7e1bbd2c15961f3871e02cb3657cecc5f72b45f (diff)
downloadweabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.gz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.xz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.zip
Devolviendo previews
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css41
1 files changed, 24 insertions, 17 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 8ff856e..03de99f 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -27,6 +27,7 @@ h5 {
}
h2 {
font-size: 1em;
+ line-height: 1.3em;
margin: 0 0 0.5em;
}
h2 a {
@@ -35,6 +36,7 @@ h2 a {
}
h3 {
font-size: 18px;
+ line-height: 1.2em;
margin: 8px 0;
}
h3 span {
@@ -68,11 +70,14 @@ button {
border: 1px outset #ddd;
background: #eee;
color: #333;
- padding: 1px 8px;
+ padding: 1px 1em;
}
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active {
+ color: #111;
+ background: #ccc;
border-style: inset;
}
.banner {
@@ -131,6 +136,9 @@ label {
.threadnav {
float: right;
}
+#search {
+ margin-top: 0.5em;
+}
#search input {
margin-right: 2px;
}
@@ -174,11 +182,6 @@ label {
.formpad {
padding-left: 40px;
}
-.postform,
-#search,
-.end {
- margin-top: 0.5em;
-}
.reply,
#rules {
clear: both;
@@ -271,6 +274,7 @@ a.yt b {
margin-bottom: 0.5em;
}
textarea {
+ line-height: 18px;
max-width: 100%;
}
#createbox input,
@@ -282,10 +286,13 @@ textarea {
white-space: nowrap;
}
form .msg {
- margin: 0;
- padding: 8px 2px;
+ margin: 0.2em 0;
+ padding: 0.5em 2px;
text-align: left;
}
+#tr_preview .msg {
+ margin: 0;
+}
.warn {
margin: 0.5em 0;
padding: 1px;
@@ -305,9 +312,10 @@ form .msg {
#listmenu {
text-align: center;
}
-#threads td, #threads th {
+#threads td,
+#threads th {
max-width: 256px;
- padding: 2px 4px;
+ padding: 3px;
text-align: left;
}
#threads a {
@@ -322,7 +330,8 @@ form .msg {
line-height: 12px;
}
.end {
- line-height: 1;
+ margin-top: 0.5em;
+ line-height: 1em;
}
#main_nav.mob {
position: fixed;
@@ -343,7 +352,8 @@ form .msg {
}
@media (max-width: 600px) {
- body {
+ body,
+ textarea {
font-size: 14px;
}
body.threadpage {
@@ -357,7 +367,7 @@ form .msg {
.outerbox,
.mainpage .thread,
#footer {
- margin: 1em 0;
+ margin: 1em 4px;
}
.innerbox {
margin: 3px;
@@ -398,7 +408,7 @@ form .msg {
.del {
visibility: visible;
}
- div.msg,
+ .reply .msg,
a.thumb {
margin: 8px;
}
@@ -425,9 +435,6 @@ form .msg {
textarea {
width: 100%;
}
- .postform textarea {
- height: 128px;
- }
form,
#thread_nav,
.locked {