aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/postal.css
diff options
context:
space:
mode:
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 {