Browse Source

Merge bui-boardlist-css, close ctrlcctrlv/8chan#104

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
6cfb1eb656
  1. 1
      stylesheets/dark.css
  2. 4
      stylesheets/photon.css
  3. 8
      stylesheets/style.css
  4. 4
      stylesheets/yotsuba.css

1
stylesheets/dark.css

@ -168,6 +168,7 @@ table.modlog tr th {
.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;
background-color: #666666;
}

4
stylesheets/photon.css

@ -325,3 +325,7 @@ form table tr td div {
.recaptchatable .recaptcha_image_cell {
padding: 0px !important;
}
.desktop-style div.boardlist:nth-child(1) {
background-color: #DDDDDD;
}

8
stylesheets/style.css

@ -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;*/
margin-top: 0;
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);
}
}*/
.desktop-style body {
padding-top: 20px;

4
stylesheets/yotsuba.css

@ -62,3 +62,7 @@ table.modlog tr th {
#options_div {
background: #f0e0d6;
}
.desktop-style div.boardlist:nth-child(1) {
background-color: #F0E0D6;
}

Loading…
Cancel
Save