aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ciber.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-27 22:02:38 -0300
committerLibravatar junk 2021-03-28 05:37:20 -0300
commitaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (patch)
tree55b2fd7647cecd08996034ea6f335fef7ec6f9ed /static/css/txt/ciber.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/ciber.css')
-rw-r--r--static/css/txt/ciber.css28
1 files changed, 5 insertions, 23 deletions
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index 924d01e..3dc11e5 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -219,32 +219,14 @@ form .msg {
#footer a {
color: #989898;
}
-#content {
- background: #000;
- border: 3px double #d500fb;
- color: #39c8df;
-}
-#content a {
- color: #d500fb;
-}
-#content.list #header {
- text-shadow: 0 0 5px;
-}
-#content.list .row:nth-child(odd) {
+#threads tr:nth-child(odd) {
background: #200020;
}
-#content.grid {
- border: 2px solid #141937;
-}
-#content.grid .row {
- border: 2px solid #141937;
-}
-#content.grid .row:hover {
- background: #27151d;
- border-color: #9b1937;
+#threads a {
+ color: #d500fb;
}
-#content .row:hover a {
- text-shadow: 0 0 5px;
+#threads a:hover {
+ text-shadow: 0 0 8px;
}
@media (max-width: 600px) {
div.msg {