aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css19
1 files changed, 6 insertions, 13 deletions
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index 6b12281..6ca4e1a 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -2,8 +2,7 @@ body,
textarea {
color: #000;
}
-body.mainpage,
-body.threads {
+body.mainpage {
background: #008081;
}
body.threadpage,
@@ -127,7 +126,6 @@ button:active {
input[type="text"],
textarea,
.innerbox,
-#content,
#threadlist,
select {
border-width: 2px;
@@ -233,20 +231,15 @@ form .msg {
margin: 0;
padding: 0;
}
-#content {
+#threads {
background: #fff;
+ border-collapse: collapse;
}
-#content.list #header div {
+#threads th {
background: #ccc;
}
-#content.list .row div,
-#content.grid .row {
- border-width: 0 1px 1px 0;
- border-style: solid;
- border-color: #000;
-}
-#content .row:hover {
- background: #eee;
+#threads td, #threads th {
+ border: 1px solid #000;
}
@media (max-width: 600px) {
#createbox form {