aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/gamer.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/gamer.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/gamer.css')
-rw-r--r--static/css/txt/gamer.css51
1 files changed, 23 insertions, 28 deletions
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index 84f868a..37f4c9e 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -13,19 +13,13 @@ a:active,
a:active .name {
color: #fff;
}
-h1,
-h2,
-h3,
-h5,
+h1,h2,h3,h5,
#threads th {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAdTAAAOpgAAA6lwAAF2+XqZnUAAAAcklEQVR4nGIU5PBmwAG4GDlwSQEEEBMuCfwAIIDI1AYQQGRqAwggMrUBBBCZ2gACiExtAAFEpjaAACJTG0AAseCJ02//f+CSAgggMm0DCCAytQEEEJnaAAKITG0AAUSmNoAAIlMbQACRqQ0ggMjUBhBgAI7NA51r0FSIAAAAAElFTkSuQmCC");
color: #fff;
text-shadow: 1px 1px #002;
}
-h1,
-h2,
-h3,
-h5 {
+h1,h2,h3,h5 {
font-size: 18px;
margin: -7px -7px 8px;
padding: 8px;
@@ -34,10 +28,6 @@ h2 a {
color: #fff;
font-size: 18px;
}
-h3 span {
- font-weight: bold;
- margin-left: 4px;
-}
hr {
display: none;
}
@@ -114,7 +104,8 @@ h4 a,
}
.outerbox,
.thread,
-.threadpage .postform {
+.threadpage .postform,
+#q-p {
background: #050505 url("../img/g_p.gif");
border: 6px solid transparent;
-moz-border-image: url("../img/g_b.gif") 6 6 round round;
@@ -140,15 +131,15 @@ h4 .date,
color: #aaa;
}
.q {
- color: #666;
+ color: #6f6f6f;
}
.yt {
background: #000;
border: 1px solid #111;
}
-.deleted {
+.deleted, .hidden {
color: #afafaf;
- margin-bottom: 24px;
+ margin-bottom: 0.5em;
}
.msg hr {
display: block;
@@ -163,12 +154,9 @@ h4 .date,
form .msg {
border: 1px dotted #111;
}
-#q-p {
- background: #efefef;
- border: 1px solid #999;
-}
-#q-p .reply {
- margin-bottom: 8px;
+#q-p .reply:first-child {
+ border-top: 0;
+ padding-top: 0;
}
#size {
color: #ff0;
@@ -192,16 +180,23 @@ form .msg {
}
@media (max-width: 600px) {
body.threadpage {
- margin: 2px;
+ margin: 0;
}
- #threadlinks,
- .threadlinks {
- padding: 4px;
+ h1,h2,h3,h5 {
+ margin: -3px -3px -1px;
+ }
+ .innerbox,
+ .threadpage .thread,
+ .threadpage .postform {
+ padding: 3px;
}
+ #threadlinks,
+ .threadpage .threadlinks,
.mainpage .threadlinks {
- margin-top: 0.5em;
+ margin: 0;
+ padding: .5em 0;
}
.mainpage .postform {
padding: 0.5em 0 0;
}
-}
+} \ No newline at end of file