mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
Merge bui-boardlist-css, close ctrlcctrlv/8chan#104
This commit is contained in:
parent
8bfd5e1bcd
commit
6cfb1eb656
@ -168,6 +168,7 @@ table.modlog tr th {
|
|||||||
|
|
||||||
.desktop-style div.boardlist:nth-child(1) {
|
.desktop-style div.boardlist:nth-child(1) {
|
||||||
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
||||||
|
background-color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -325,3 +325,7 @@ form table tr td div {
|
|||||||
.recaptchatable .recaptcha_image_cell {
|
.recaptchatable .recaptcha_image_cell {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desktop-style div.boardlist:nth-child(1) {
|
||||||
|
background-color: #DDDDDD;
|
||||||
|
}
|
||||||
|
@ -557,11 +557,15 @@ table.mod.config-editor input[type="text"] {
|
|||||||
/*text-shadow: white 1px 0 6px, white 1px 0 6px, black 1px 0 3px;*/
|
/*text-shadow: white 1px 0 6px, white 1px 0 6px, black 1px 0 3px;*/
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
|
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
|
||||||
|
border-bottom: 1px solid;
|
||||||
|
background-color: #D6DAF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
/*.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||||
|
>>>>>>> f3d7ef5801ae050ed2338156d888c6ed858789a9
|
||||||
background-color: rgba(90%, 90%, 90%, 0.6);
|
background-color: rgba(90%, 90%, 90%, 0.6);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.desktop-style body {
|
.desktop-style body {
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
@ -62,3 +62,7 @@ table.modlog tr th {
|
|||||||
#options_div {
|
#options_div {
|
||||||
background: #f0e0d6;
|
background: #f0e0d6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.desktop-style div.boardlist:nth-child(1) {
|
||||||
|
background-color: #F0E0D6;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user