aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/4am.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/4am.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/4am.css')
-rw-r--r--static/css/txt/4am.css15
1 files changed, 5 insertions, 10 deletions
diff --git a/static/css/txt/4am.css b/static/css/txt/4am.css
index 1b448f3..4147600 100644
--- a/static/css/txt/4am.css
+++ b/static/css/txt/4am.css
@@ -9,13 +9,11 @@ a,
a .name,
#n2 {
color: #81a2be;
- text-decoration: none;
}
-a:hover,
+a:active,
a:focus,
#n2:active {
color: #4d6172;
- text-decoration: underline;
}
hr {
border: 1px inset #111;
@@ -110,10 +108,7 @@ h4 .date,
color: #4e4e4e;
}
.msg {
- margin: 4px 40px 0;
-}
-.reply {
- margin-bottom: 24px;
+ margin: 4px 40px 24px;
}
a.thumb {
margin-top: 4px;
@@ -129,15 +124,15 @@ a.thumb {
.yt:hover {
text-decoration: none;
}
-.deleted {
- color: #999;
+.deleted h4 {
+ color: #555;
margin-bottom: 24px;
}
#q-p {
background: #222;
border: 1px solid #999;
}
-#q-p .reply {
+#q-p .msg {
margin-bottom: 8px;
}
.lastposts #n2 {