aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-23 22:12:03 -0300
committerLibravatar Choom 2022-12-24 03:26:35 -0300
commit29c5d154c31de627ecbb913430e70842525ae6ac (patch)
tree7d5bf35deab784fca38260f2560406db47725564 /static
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static')
-rw-r--r--static/css/ib.css4
-rw-r--r--static/css/txt/amber.css5
-rw-r--r--static/css/txt/ayashii.css10
-rw-r--r--static/css/txt/baisano.css1
-rw-r--r--static/css/txt/bbs.css51
-rw-r--r--static/css/txt/berries.css1
-rw-r--r--static/css/txt/blue moon.css2
-rw-r--r--static/css/txt/ciber.css8
-rw-r--r--static/css/txt/cuteanarchy.css50
-rw-r--r--static/css/txt/futanari.css13
-rw-r--r--static/css/txt/postal.css6
-rw-r--r--static/css/txt/rizzona.css5
-rw-r--r--static/css/txt/void.css13
-rw-r--r--static/css/txt/waves.css8
14 files changed, 89 insertions, 88 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index 666522a..a075366 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -331,6 +331,7 @@ textarea {
}
@media (max-width: 600px) {
body {
+ font-size: 14px;
padding: 4px;
}
#main_nav.mob {
@@ -367,6 +368,9 @@ textarea {
max-width: 100%;
width: 100%;
}
+ .thread {
+ line-height: 16px;
+ }
.postform input[type="submit"] {
height: 2em;
margin-top: 2px;
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 90651de..4f471c9 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -167,9 +167,6 @@ form .msg {
}
@media (max-width: 600px) {
.mainpage .postform {
- padding: 0.5em;
- }
- .mainpage .msg {
- margin: 0.5em;
+ padding: 8px;
}
}
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index ad3d57f..899df7f 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -98,7 +98,8 @@ h3 {
.reply {
margin-bottom: 0.25em;
}
-.hidden {
+.hidden,
+.deleted {
padding-bottom: 0.25em;
}
.reply:last-child {
@@ -159,15 +160,16 @@ form .msg {
}
@media (max-width: 600px) {
body.mainpage {
- margin-left: 5px;
- margin-right: 5px;
+ margin-left: 4px;
+ margin-right: 4px;
}
#main_nav,
.banner {
padding-left: 0;
}
h2 span {
- font-size: 18px;
+ font-size: initial;
+ line-height: initial;
}
h4:before {
display: none;
diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css
index caf870e..a5d1a7e 100644
--- a/static/css/txt/baisano.css
+++ b/static/css/txt/baisano.css
@@ -100,7 +100,6 @@ a.thumb {
}
.deleted {
color: #afafaf;
- margin-bottom: 24px;
}
.postform {
margin-top: 0;
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 9d2fffa..8ff856e 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -268,7 +268,10 @@ a.yt b {
color: #f00;
font-family: arial, sans-serif;
font-weight: bold;
- margin: 0.5em 0;
+ margin-bottom: 0.5em;
+}
+textarea {
+ max-width: 100%;
}
#createbox input,
#createbox textarea {
@@ -340,11 +343,11 @@ form .msg {
}
@media (max-width: 600px) {
- body.threadpage {
- margin: 5px;
+ body {
+ font-size: 14px;
}
- br {
- line-height: 0.5em;
+ body.threadpage {
+ margin: 4px;
}
.banner {
width: 100% !important;
@@ -374,42 +377,30 @@ form .msg {
font-size: 12px;
line-height: 14px;
}
- h4,
+ .reply {
+ line-height: 16px;
+ }
+ .reply h4,
.quoted {
font-size: 10px;
line-height: 12px;
}
- .thread .threadnav {
- float: none;
- text-align: center;
- }
- .thread .threadnav a {
- border: 1px solid;
- border-radius: 20px;
- margin: 0px 3px 3px;
- padding: 0;
- text-decoration: none;
- display: inline-block;
- width: 21px;
- height: 21px;
- }
#threadlist a {
font-size: 10px;
padding: 6px 3px;
}
+ .threadnav,
#size,
.postform br,
.hh {
display: none;
}
- .deleted {
- margin-bottom: 0.5em;
- }
.del {
visibility: visible;
}
- div.msg {
- margin: 0.5em 0;
+ div.msg,
+ a.thumb {
+ margin: 8px;
}
.mainpage .postform,
.formpad {
@@ -423,7 +414,7 @@ form .msg {
width: 100%;
}
.postform input[type="submit"] {
- padding: 0.5em;
+ padding: 6px;
}
.postform span > input,
.postform span > span {
@@ -439,19 +430,19 @@ form .msg {
}
form,
#thread_nav,
- #footer,
.locked {
font-size: 14px;
text-align: center;
}
- #footer a {
- display: block;
- }
#q-p {
margin: 0 1px 0 6px;
}
+ #footer,
.end {
font-size: 12px;
text-align: center;
}
+ #footer a {
+ display: block;
+ }
}
diff --git a/static/css/txt/berries.css b/static/css/txt/berries.css
index d3d5a21..9e6cdf9 100644
--- a/static/css/txt/berries.css
+++ b/static/css/txt/berries.css
@@ -148,7 +148,6 @@ a.thumb {
}
.deleted h4 {
color: #555;
- margin-bottom: 24px;
}
#q-p {
background: #222;
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index 8ab82d3..61a4a86 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -201,7 +201,7 @@ form .msg {
}
@media (max-width: 600px) {
body.threadpage {
- margin: 0 0 8px;
+ margin: 0 0 4px;
}
.innerbox,
.postform,
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index ed7e95b..7a26bce 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -232,13 +232,11 @@ form .msg {
@media (max-width: 600px) {
body.threadpage {
margin: 0;
- padding: 5px;
+ padding: 4px;
box-shadow: inset 0 0 5px;
}
.mainpage .postform {
- padding: 0.25em;
- }
- .mainpage .msg {
- margin: 0.5em;
+ padding: 4px;
+ margin-top: 0;
}
}
diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css
index 0492e3b..6b43edb 100644
--- a/static/css/txt/cuteanarchy.css
+++ b/static/css/txt/cuteanarchy.css
@@ -1,11 +1,3 @@
-/*
-          、-'''"´ ̄ ̄`"''''(´・ω・`)
-        /            と、  )
-       /   ● ,,.  .,, ●   (_ノ CuteAnarchy Redo 29/03/19
-         |      (__人__)     | By Renard
-       ''-、、,,,,,,______,,,,,,、、-'´
-*/
-
body {
background: #ffd9c6;
color: #ced1cf;
@@ -29,10 +21,9 @@ h4 {
color: #827699;
}
-a:hover,
+a:active,
a:focus,
-#n2:hover {
- text-decoration: underline;
+#n2:active {
color: #edc1e8;
}
@@ -97,8 +88,14 @@ h3 span {
filter: grayscale(60%);
}
+.mainpage .thread,
.outerbox {
margin: 0 auto 1em;
+ width: 95%;
+ max-width: 1024px;
+}
+
+.outerbox {
max-width: 1024px;
background: #ffeae0;
border: 1px solid #ffa67a;
@@ -120,12 +117,15 @@ h3 span {
color: #d1a0cc;
}
+#threadlist a:active {
+ background: #fdc9af;
+}
+
.mainpage .thread {
- margin: 0 auto 2em;
+ margin-bottom: 2em;
background: #ffebe2;
border: 5px double #fff;
color: #5d475a;
- max-width: 1024px;
box-shadow: #000 5px;
-webkit-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1);
-moz-box-shadow: 7px 7px 0px 0px rgba(204, 188, 180, 1);
@@ -140,10 +140,10 @@ a,
a .name,
#n2 {
color: #e39edc;
- text-decoration: none;
}
-.name, .hidden {
+.name,
+.hidden {
color: #7ca380;
text-shadow: 2px 0 11px #ffd7c6;
background-image: url("/static/css/img/bg1.gif");
@@ -162,13 +162,13 @@ a .name,
color: #ab4642;
}
-h4 .date {
+.date {
font-size: smaller;
font-family: "Courier New", Courier, monospace;
vertical-align: middle;
}
-h4 .date,
+.date,
.quoted {
color: #4e4e4e;
}
@@ -191,13 +191,8 @@ a.thumb {
color: #998d87;
}
-.yt:hover {
- text-decoration: none;
-}
-
.deleted {
color: #999;
- margin-bottom: 12px;
}
#q-p {
@@ -225,7 +220,7 @@ form .msg {
border: 1px dotted #000;
}
-.postform {
+.mainpage .postform {
margin: 0 auto;
margin-left: 3em;
}
@@ -249,10 +244,19 @@ form .msg {
}
@media (max-width: 600px) {
+ .mainpage .thread {
+ background: rgba(255, 235, 226, 0.95);
+ }
h1 {
font-size: 18px;
}
.postform {
margin-left: 0;
}
+ .outerbox,
+ .mainpage .thread,
+ #footer {
+ max-width: initial;
+ width: initial;
+ }
}
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 315d10c..fb81bfa 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -79,7 +79,8 @@ input[type="file"] {
.replies,
.thread .postform,
.threadpage .postform,
-#q-p .reply {
+#q-p .reply,
+#threads th {
background: #476a88;
border-top: 1px solid #5e8db4;
border-left: 1px solid #5e8db4;
@@ -147,7 +148,7 @@ h4:hover {
}
.postform {
color: #d3f8d3;
- padding: 10px;
+ padding: 8px;
}
form .msg {
background: #21323f;
@@ -164,12 +165,8 @@ form .msg {
#threads tr:nth-child(odd) {
background: #38546c;
}
-/*#threads tr:nth-child(even) {}*/
@media (max-width: 600px) {
- body.threadpage {
- margin: 4px;
- }
#createbox,
.innerbox,
#threadbox {
@@ -182,16 +179,12 @@ form .msg {
h2 {
text-align: center;
}
- div.msg {
- margin: 0.5em;
- }
form .msg {
margin: 4px 0 0;
}
.reply.deleted {
margin-bottom: 0;
}
- .postform,
#createbox .innerbox {
padding: 0.5em !important;
}
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css
index 3bd2dd7..a31419c 100644
--- a/static/css/txt/postal.css
+++ b/static/css/txt/postal.css
@@ -191,4 +191,8 @@ form .msg {
.threadpage .thread {
padding: 0 5px 1em;
}
-} \ No newline at end of file
+ .thread .innerbox {
+ padding: 4px;
+ margin-bottom: 2em;
+ }
+}
diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css
index 3764ebe..539aeaf 100644
--- a/static/css/txt/rizzona.css
+++ b/static/css/txt/rizzona.css
@@ -150,10 +150,13 @@ form .msg {
div.msg {
margin: 0.5em 4px;
}
+ .deleted {
+ margin-bottom: 0;
+ }
.mainpage .postform {
padding: 0.5em;
}
.mainpage .msg {
margin: 0.5em;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 50d8275..2b63fd6 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -7,8 +7,14 @@ textarea,
select {
color: #888;
}
-body {
+body,
+#main_nav {
background: #000;
+}
+.banner,
+.outerbox,
+.thread,
+#threads {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@@ -48,7 +54,8 @@ h4,
border-bottom: 1px solid #151515;
margin-top: 0.5em;
}
-.hidden {
+.hidden,
+.deleted {
margin: 0;
}
h4 a {
@@ -67,4 +74,4 @@ hr {
}
.yt:hover {
text-decoration: none;
-} \ No newline at end of file
+}
diff --git a/static/css/txt/waves.css b/static/css/txt/waves.css
index 4e4ff24..1061624 100644
--- a/static/css/txt/waves.css
+++ b/static/css/txt/waves.css
@@ -69,7 +69,7 @@ h4, h4 a {
border: 1px solid #cfe0f0;
}
#size {
- margin-bottom: 0;
+ margin: 0;
}
.postform {
background: #cfe0f0;
@@ -131,7 +131,7 @@ form .msg {
.threadpage .postform{
padding: 0.25em;
}
- div.msg {
- margin: 0.5em;
+ .deleted {
+ margin-bottom: 0;
}
-} \ No newline at end of file
+}