Ver código fonte

minor boardlist fixes for caffe and stripes stylesheets

tags/vichan-devel-4.4.96
czaks 10 anos atrás
pai
commit
4c4a9156e1
2 arquivos alterados com 10 adições e 3 exclusões
  1. +6
    -2
      stylesheets/caffe.css
  2. +4
    -1
      stylesheets/stripes.css

+ 6
- 2
stylesheets/caffe.css Ver arquivo

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


.adminbar a {
font-weight: bold;


+ 4
- 1
stylesheets/stripes.css Ver arquivo

@@ -11,6 +11,9 @@ body {
div.boardlist:nth-child(1):hover {
background: #222 !important;
}
div.boardlist:nth-child(1) .boardlist {
background: #222 !important;
}
div.reply, div.pages {
background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important;
background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important;
@@ -21,7 +24,7 @@ div.reply, div.pages {
.reply {
margin-top: 0.5em !important;
}
.body a, a:hover {
.body a, a:hover, a:visited:hover {
color: #FF6666;
}
table th { background: none !important }


Carregando…
Cancelar
Salvar