Browse Source

futaba.css - styling of top boardlist bar

pull/40/head
Marcin Łabanowski 12 years ago
parent
commit
819c4c7b9c
  1. 9
      stylesheets/futaba.css

9
stylesheets/futaba.css

@ -75,3 +75,12 @@ unimportant, .unimportant * {
table.modlog tr th {
background: #EA8;
}
.desktop-style div.boardlist:nth-child(1) {
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
}
.desktop-style div.boardlist:nth-child(1):hover {
background-color: rgba(90%, 90%, 90%, 0.55);
}

Loading…
Cancel
Save