Browse Source

futaba+vichan.css: do proper styling

pull/40/head
czaks 9 years ago
parent
commit
de1a9fe568
  1. 12
      stylesheets/futaba+vichan.css

12
stylesheets/futaba+vichan.css

@ -83,15 +83,12 @@ div.boardlist a {
table.modlog tr th {
background: #EA8;
}
div.boardlist {
background-color: rgba(90%,90%,90%,0.2);
.desktop-style div.boardlist:nth-child(1), .desktop-style div.boardlist:nth-child(1):hover {
background-color: #f0e0d6;
}
div.boardlist .sub {
background: none;
}
div.boardlist.bottom {
background-color:transparent;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
@ -116,3 +113,8 @@ div.boardlist.bottom {
border-color: #d9bfb7;
border-width: 1px 0px 0px 1px;
}
.dropzone {
background-color: white;
border: 1px solid #a9a9a9;
}

Loading…
Cancel
Save