Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration

This commit is contained in:
czaks 2014-03-25 13:44:11 +01:00
commit 5b9b0abc54
2 changed files with 11 additions and 3 deletions

View File

@ -103,7 +103,7 @@ html, body {
a { a {
color: #755144; color: #755144;
} }
a:hover { a:hover, a:visited:hover {
color: #a47a6b; color: #a47a6b;
} }
.adminbar { .adminbar {
@ -111,9 +111,13 @@ a:hover {
float:right; float:right;
font-size: .8em; font-size: .8em;
} }
.desktop-style div.boardlist:nth-child(1):hover{ .desktop-style div.boardlist:nth-child(1) .boardlist {
background-color: #261712; background-color: #261712;
} }
.desktop-style div.boardlist:nth-child(1):hover {
background-color: #261712;
}
.adminbar a { .adminbar a {
font-weight: bold; font-weight: bold;

View File

@ -11,8 +11,12 @@ body {
div.boardlist:nth-child(1):hover { div.boardlist:nth-child(1):hover {
background: #222 !important; background: #222 !important;
} }
div.boardlist:nth-child(1) .boardlist {
background: #222 !important;
}
div.reply, div.pages { div.reply, div.pages {
background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important; background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important;
background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important;
border: 1px solid #2D2D2D !important; border: 1px solid #2D2D2D !important;
box-shadow: 0px 0px 10px #2C2C2C; box-shadow: 0px 0px 10px #2C2C2C;
color: #BBB !important; color: #BBB !important;
@ -20,7 +24,7 @@ div.reply, div.pages {
.reply { .reply {
margin-top: 0.5em !important; margin-top: 0.5em !important;
} }
.body a, a:hover { .body a, a:hover, a:visited:hover {
color: #FF6666; color: #FF6666;
} }
table th { background: none !important } table th { background: none !important }