aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/postal.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/postal.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/postal.css')
-rw-r--r--static/css/txt/postal.css25
1 files changed, 4 insertions, 21 deletions
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css
index c97424c..9ffd124 100644
--- a/static/css/txt/postal.css
+++ b/static/css/txt/postal.css
@@ -97,9 +97,6 @@ h4 {
.outerbox {
background: #fff;
}
-.fix #main_nav {
- box-shadow: 0 0 3px #000;
-}
.outerbox {
border: 1px solid #fff;
}
@@ -178,10 +175,7 @@ h4 {
padding: 0.5em;
}
.lastposts,
-.threadpage .postform,
-.threads .outerbox,
-#content.list,
-#content.grid .row {
+.threadpage .postform {
background: #fff;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
@@ -197,22 +191,11 @@ form .msg {
#footer {
color: #333;
}
-#content.list {
- padding: 8px;
-}
-#content.list #header div {
+#threads th {
background: #6aa9d7;
}
-#content.list .row:hover,
-#content.grid .row:hover {
- background: #b7d2e8;
-}
-#content.list .row a:hover,
-#content.grid .row:hover a {
- color: #0801bf;
-}
-#content.grid .row {
- margin: 4px;
+#threads tr:nth-child(odd) {
+ background: #cce8ff;
}
@media (max-width: 600px) {
body.threadpage {