compact-boardlist.js: initial commit

This commit is contained in:
czaks 2013-12-28 00:53:42 +01:00
parent 863b446a11
commit c8913f41a7
15 changed files with 122 additions and 14 deletions

View file

@ -171,7 +171,7 @@ table.modlog tr th {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(30%, 30%, 30%, 0.65);
}

View file

@ -426,7 +426,7 @@ table.mod.config-editor input[type="text"] {
z-index: 30;
background-color: rgba(0, 0, 0, 0.5);
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(0, 0, 0, 1);
}

View file

@ -99,6 +99,6 @@ div.boardlist.bottom {
.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 {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);
}

View file

@ -93,6 +93,6 @@ table.modlog tr th {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);
}

View file

@ -81,6 +81,6 @@ table.modlog tr th {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);
}

View file

@ -131,6 +131,6 @@ color: #054500;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.55);
}

View file

@ -438,7 +438,7 @@ table.mod.config-editor input[type="text"] {
width: 98%;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: inherit;
}

View file

@ -92,6 +92,6 @@ div.boardlist {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(70%, 95%, 100%, 0.45);
}

View file

@ -251,6 +251,6 @@ border-top: 1px solid #835B36 !important;
.desktop-style div.boardlist:nth-child(1) {
background: none repeat scroll 0 0 #FFFFFF !important;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background: none repeat scroll 0 0 #FFFFFF;
}

View file

@ -431,7 +431,7 @@ table.mod.config-editor input[type="text"] {
margin-top: 0px;
z-index: 30;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(90%, 90%, 90%, 0.6);
}

View file

@ -160,7 +160,7 @@ table.modlog tr th {
background-color: black;
border-bottom: #00FF00 1px dashed;
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: black;
}

View file

@ -198,7 +198,7 @@ div.boardlist.bottom {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(0%, 0%, 0%, 0.45);
}

View file

@ -397,6 +397,6 @@ div.blotter {
}
.desktop-style div.boardlist:nth-child(1):hover {
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
background-color: rgba(100%, 100%, 30%, 0.35);
}