mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
futaba+vichan.css: do proper styling
This commit is contained in:
parent
0e805c25d8
commit
de1a9fe568
@ -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…
Reference in New Issue
Block a user