aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/amber.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/amber.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/amber.css')
-rw-r--r--static/css/txt/amber.css24
1 files changed, 7 insertions, 17 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 87f74cb..2a3e4ec 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -101,7 +101,8 @@ button:active {
box-shadow: 0 0 10px;
}
.outerbox,
-.innerbox {
+.innerbox,
+.mainpage .thread {
border: 1px solid #f9690e;
}
#threadlist {
@@ -111,10 +112,6 @@ button:active {
border-right: 1px solid #f9690e;
border-bottom: 1px solid #f9690e;
}
-.mainpage .thread,
-.thread .innerbox {
- border: 1px solid #f9690e;
-}
.thread .innerbox,
.threadpage,
#q-p {
@@ -130,13 +127,7 @@ button:active {
.q {
color: #d4b300;
}
-.deleted {
- background: none;
- border-color: #f9690e;
- border-style: solid;
- border-width: 1px 0;
- color: inherit;
-}
+
.yt {
background: #000;
border: 1px solid #f9690e;
@@ -160,10 +151,9 @@ form .msg {
#q-p .reply {
border: 3px double #f9690e;
margin: 0;
- padding-bottom: 1em;
}
#q-p .reply h4 {
- padding: 0 1px;
+ padding: 0;
}
#footer a {
color: #f9690e;
@@ -175,10 +165,10 @@ form .msg {
background: #251002;
}
@media (max-width: 600px) {
- div.msg {
- margin: 0.5em 0.5em 0;
- }
.mainpage .postform {
padding: 0.5em;
}
+ .mainpage .msg {
+ margin: 0.5em;
+ }
}