aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/baisano.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/baisano.css')
-rw-r--r--static/css/txt/baisano.css47
1 files changed, 7 insertions, 40 deletions
diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css
index ac43dbb..11e3112 100644
--- a/static/css/txt/baisano.css
+++ b/static/css/txt/baisano.css
@@ -2,8 +2,7 @@ body,
textarea {
color: #000;
}
-body.mainpage,
-body.threads {
+body.mainpage {
background: #c5ad99 url(../img/muro.jpg);
}
body.threadpage {
@@ -19,9 +18,6 @@ a:active .name,
#n2:active {
color: #f00;
}
-h2 {
- margin-bottom: 3px;
-}
h2 a {
color: #f00;
}
@@ -43,9 +39,6 @@ h4.hidden {
#main_nav {
background: #fff;
}
-.fix #main_nav {
- box-shadow: 0 0 3px #000;
-}
.outerbox {
background: #cfc;
border: 1px outset #fff;
@@ -60,8 +53,7 @@ h4.hidden {
#threadlist a {
border: 1px outset #fff;
}
-.mainpage .thread,
-#content {
+.mainpage .thread {
background: #efefef;
border: 1px outset #fff;
}
@@ -82,10 +74,7 @@ body[data-brd="zonavip"] .mainpage a .name {
color: #000;
}
.msg {
- margin: 4px 40px 0;
-}
-.reply {
- margin-bottom: 24px;
+ margin: 4px 40px 24px;
}
a.thumb {
margin-top: 4px;
@@ -131,36 +120,14 @@ form .msg {
#footer {
color: #333;
}
-#content.list {
- padding: 7px;
-}
-#content.list #header div {
+#threads th {
background: #ccc;
- border-top: 1px inset #fff;
-}
-#content.list .row:nth-child(odd),
-#content.grid .row:hover {
- background: #fff;
}
-#content.list .row div:first-child {
- border-left: 1px inset #fff;
-}
-#content.list .row div:last-child {
- border-right: 1px inset #fff;
-}
-#content.list .row:last-child div {
- border-bottom: 1px inset #fff;
-}
-#content.grid {
- border: 1px outset #fff;
- padding: 1px;
-}
-#content.grid .row {
- border: 1px inset #fff;
- margin: 1px;
+#threads tr:nth-child(odd) {
+ background: #fafafa;
}
@media (max-width: 600px) {
.extrabox {
display: none;
}
-}
+} \ No newline at end of file