aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-27 03:41:48 -0300
committerLibravatar Choom 2022-12-27 06:20:20 -0300
commit15242f613190f053c541679b61f5db293f79b98a (patch)
treeb8ce2f209aea35d7203eba896b92816a86089ca5 /static
parentc78796fe7fb6c266d858ff02d0ca557825d425a8 (diff)
downloadweabot-15242f613190f053c541679b61f5db293f79b98a.tar.gz
weabot-15242f613190f053c541679b61f5db293f79b98a.tar.xz
weabot-15242f613190f053c541679b61f5db293f79b98a.zip
Fix borde ventanas.css
Diffstat (limited to 'static')
-rw-r--r--static/css/dickgirl.css6
-rw-r--r--static/css/txt/futanari.css4
-rw-r--r--static/css/txt/gamer.css4
-rw-r--r--static/css/txt/headline.css3
-rw-r--r--static/css/txt/mercury.css3
-rw-r--r--static/css/txt/rizzona.css4
-rw-r--r--static/css/txt/ventanas.css8
-rw-r--r--static/css/txt/void.css3
8 files changed, 25 insertions, 10 deletions
diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css
index 297e1f0..e465d72 100644
--- a/static/css/dickgirl.css
+++ b/static/css/dickgirl.css
@@ -125,9 +125,3 @@ input[type="file"] {
color: #ccc;
margin: 0;
}
-
-@media (max-width: 600px) {
- #main_nav.mob {
- margin: -4px -4px 0;
- }
-}
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index fb81bfa..12e5217 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -159,6 +159,10 @@ form .msg {
box-shadow: 2px 2px #21323f;
padding: 0;
}
+#size {
+ float: left;
+ margin: 1em -5em 1em 0;
+}
#threads th {
background: #5e8db4;
}
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index 7f197fb..09954aa 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -157,6 +157,7 @@ form .msg {
}
#size {
color: #ff0;
+ margin-top: 0.5em;
margin-bottom: 0;
}
.lastposts {
@@ -184,6 +185,9 @@ form .msg {
h1,h2,h3,h5 {
margin: -3px -3px -1px;
}
+ .reply:last-child {
+ border-bottom: 0;
+ }
.threadpage .thread {
padding: 2px;
}
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index c512f99..6e3d08e 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -113,6 +113,7 @@ button:active {
#q-p .reply {
padding: 0 0.5em;
}
+.reply:last-child,
#q-p .reply:last-child {
border-bottom: 0;
}
@@ -148,4 +149,4 @@ form .msg {
padding: .25em;
padding-left: .25em;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index a5c5fc1..0874899 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -114,6 +114,7 @@ hr {
#q-p .reply {
padding: 0 0.5em;
}
+.reply:last-child,
#q-p .reply:last-child {
border-bottom: 0;
}
@@ -155,4 +156,4 @@ form .msg {
padding: .25em;
padding-left: .25em;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css
index 539aeaf..244ab13 100644
--- a/static/css/txt/rizzona.css
+++ b/static/css/txt/rizzona.css
@@ -125,6 +125,10 @@ form .msg {
#q-p .reply:last-child {
border: 0;
}
+#size {
+ float: left;
+ margin: 0.5em -5em 0.5em 0;
+}
#footer {
border-top: 1px solid #000;
padding-top: 0.25em;
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index db2a495..235225e 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -60,7 +60,8 @@ hr {
border: 0;
}
hr,
-.reply {
+.reply,
+#size {
border-top: 2px groove white;
}
.mainpage .first h4 {
@@ -213,6 +214,9 @@ form .msg {
background: #ffffe0;
border: 1px solid #000;
}
+#size {
+ padding-top: 0.5em;
+}
#footer {
color: #fff;
}
@@ -249,4 +253,4 @@ form .msg {
#createbox form {
margin: -10px;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 2b63fd6..a28acee 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -64,6 +64,9 @@ h4 a {
.q {
color: #555;
}
+#size {
+ margin: 0.5em 0;
+}
#q-p, .yt {
background: #000;
border: 1px solid #111;