aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ayashii.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/ayashii.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/ayashii.css')
-rw-r--r--static/css/txt/ayashii.css30
1 files changed, 9 insertions, 21 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index bc385ae..ac94b4e 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -36,7 +36,7 @@ h4:before {
color: #fffffe;
display: inline-block;
font-size: 16px;
- width: 40px;
+ width: 32px;
}
.first h4:before {
content: none;
@@ -98,9 +98,10 @@ h3 {
border: 1px inset gray;
}
.reply {
- clear: both;
- margin-bottom: 1em;
- overflow: hidden;
+ margin-bottom: 0.5em;
+}
+.hidden {
+ padding-bottom: 0.5em;
}
.reply:last-child {
border: 0;
@@ -115,12 +116,6 @@ h3 {
.del a {
color: #fff;
}
-.first .msg {
- margin: 1em 40px;
-}
-.msg {
- margin: 1em 60px;
-}
.q {
color: #99b3b3;
}
@@ -135,7 +130,6 @@ h3 {
}
#size {
color: #fff;
- margin-top: -0.5em;
}
#q-p {
background: #004040;
@@ -164,19 +158,13 @@ form .msg {
}
@media (max-width: 600px) {
body.mainpage {
- margin-left: 8px;
- margin-right: 8px;
+ margin-left: 4px;
+ margin-right: 4px;
}
h2 span {
- margin-left: 0;
- float: none;
+ font-size: initial;
}
h4:before {
- font-size: 12px;
- width: 20px;
- }
- div.msg,
- .first .msg {
- margin: 0.5em 0 0.5em 20px;
+ display: none;
}
}