aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/futanari.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/futanari.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/futanari.css')
-rw-r--r--static/css/txt/futanari.css31
1 files changed, 5 insertions, 26 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index e0918c1..9ddc487 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -2,8 +2,7 @@ body {
background: #13334c;
color: #edf9fc;
}
-body.threadpage,
-body.threads {
+body.threadpage {
margin-top: 0;
}
a,
@@ -63,9 +62,6 @@ button:active {
#main_nav {
background: #1d7548;
}
-.fix #main_nav {
- box-shadow: 0 0 3px #000;
-}
#titlebox {
margin-bottom: 0;
}
@@ -130,9 +126,7 @@ button:active {
color: #bbb;
}
.postform,
-#createbox,
-.threads .outerbox,
-#content {
+#createbox {
border-right: 2px solid #5b8bb4;
border-bottom: 2px solid #5b8bb4;
background: #3b6b94;
@@ -158,30 +152,15 @@ form .msg {
background: #5b8bb4;
padding: 8px;
}
-#content {
- padding: 0 10px 10px;
-}
-#content.list #header div {
+#threads th {
background: #3b6b94;
}
-#content.list .row:nth-child(odd) {
+#threads tr:nth-child(odd) {
background: #1b3345;
}
-#content.list .row:nth-child(even) {
+#threads tr:nth-child(even) {
background: #294b68;
}
-#content.grid {
- border: 0;
- padding: 0;
-}
-#content.grid .row {
- border-width: 0 2px 2px 0;
- border-style: solid;
- border-color: #5b8bb4;
-}
-#content.grid .row:hover {
- background: #154a72;
-}
@media (max-width: 600px) {
.thread .innerbox {
padding: 8px;