Expandable boardlist for desktops

This commit is contained in:
Marcin Łabanowski 2012-12-22 20:20:18 +01:00
parent f0ec60afef
commit 2451a0f29c
2 changed files with 32 additions and 0 deletions

BIN
stylesheets/img/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

View File

@ -281,6 +281,7 @@ span.spoiler:hover, div.post.reply div.body span.spoiler:hover a {
div.styles { div.styles {
float: right; float: right;
padding-bottom: 20px; padding-bottom: 20px;
} }
div.styles a { div.styles a {
margin: 0 10px; margin: 0 10px;
@ -400,3 +401,34 @@ table.mod.config-editor td {
table.mod.config-editor input[type="text"] { table.mod.config-editor input[type="text"] {
width: 98%; width: 98%;
} }
.desktop-style div.boardlist:nth-child(1) {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
/*text-shadow: white 1px 0px 6px, white 1px 0px 6px, black 1px 0px 3px;*/
margin-top: 0px;
}
.desktop-style div.boardlist:nth-child(1):hover {
background-color: rgba(90%, 90%, 90%, 0.6);
}
.desktop-style body {
padding-top: 20px;
}
.desktop-style .sub {
background: inherit;
}
.desktop-style .sub .sub {
display: inline-block;
text-indent: -9000px;
width: 7px;
background: url('img/arrow.png') right center no-repeat;
}
.desktop-style .sub .sub:hover {
display: inline;
text-indent: 0px;
background: inherit;
}