aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ayashii.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/ayashii.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/ayashii.css')
-rw-r--r--static/css/txt/ayashii.css34
1 files changed, 5 insertions, 29 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index 5a8d0d1..bc385ae 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -58,10 +58,6 @@ button {
margin: 0;
padding-left: 2.5%;
}
-.fix #main_nav {
- background: inherit;
- text-align: center;
-}
#titlebox {
margin-bottom: 1em;
margin-top: 5px;
@@ -75,8 +71,7 @@ button {
}
.innerbox,
.mainpage .thread,
-.deleted,
-#content {
+.deleted {
margin-bottom: 1em;
padding-bottom: 1em;
}
@@ -84,8 +79,7 @@ button {
.mainpage .thread,
.reply,
.deleted,
-h3,
-#content {
+h3 {
border-bottom: 2px groove gray;
}
.links,
@@ -162,32 +156,14 @@ form .msg {
margin-top: 1em;
text-align: right;
}
-.threads .outerbox {
- margin-top: 1em;
-}
-#content.list #header div {
+#threads th {
background: #001e1e;
}
-#content.list .row:nth-child(odd) {
+#threads tr:nth-child(odd) {
background: #003535;
}
-#content.grid {
- border-width: 2px 2px 0 0;
-}
-#content.grid .row {
- border-width: 0 0 2px 2px;
-}
-#content.grid,
-#content.grid .row {
- border-style: groove;
- border-color: gray;
-}
-.threads #footer {
- text-align: center;
-}
@media (max-width: 600px) {
- body.mainpage,
- body.threads {
+ body.mainpage {
margin-left: 8px;
margin-right: 8px;
}