aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-28 07:51:40 -0300
committerLibravatar junk 2021-03-31 05:27:26 -0300
commitf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (patch)
treef0d72c1a497f73863078f1970e3ba692ffec860d /static/css/txt/ventanas.css
parentaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (diff)
downloadweabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.gz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.xz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.zip
Mejor forma de ocultar posts
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css22
1 files changed, 7 insertions, 15 deletions
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index 6ca4e1a..c98e872 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -57,15 +57,11 @@ h3 span {
color: #555;
text-decoration: underline;
}
-h4 {
- padding-top: 0.5em;
-}
hr {
border: 0;
}
hr,
-h4,
-.deleted {
+.reply {
border-top: 2px groove white;
}
.mainpage .first h4 {
@@ -176,7 +172,10 @@ select:focus {
#thread_nav a:hover {
background: #ddd;
}
-. {
+.reply {
+ padding-top: 0.5em;
+}
+.hidden, .deleted {
margin-bottom: 0.5em;
}
.name,
@@ -199,20 +198,13 @@ select:focus {
}
.deleted {
color: gray;
- margin-bottom: 0.5em;
- padding-top: 0.5em;
}
#q-p {
box-shadow: 5px 5px #000;
- padding: 0;
+ padding-top: 0;
}
-#q-p .reply {
- padding: 0.5em;
- margin-bottom: 0.5em;
-}
-#q-p .reply:first-child h4 {
+#q-p .reply:first-child {
border: 0;
- padding: 0;
}
.postform,
.formpad {