1837 lines
32 KiB
CSS
1837 lines
32 KiB
CSS
html, body { height: 100%; width: 100%; }
|
|
body
|
|
{
|
|
font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
|
|
background: #fafafa;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: center;
|
|
color: #5b5b4e;
|
|
}
|
|
img
|
|
{
|
|
border: none;
|
|
background: none;
|
|
}
|
|
h3.title
|
|
{
|
|
font-weight: normal;
|
|
font-size: 16px;
|
|
font-variant: small-caps;
|
|
padding: 0;
|
|
margin: 5px 0;
|
|
}
|
|
span.alert
|
|
{
|
|
color: #6BA2D6;
|
|
font-size: 12px;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
span.apiversion
|
|
{
|
|
color: #000000;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.border { border: 2px solid #d9d9d9; }
|
|
.floatleft { float: left; }
|
|
.floatright { float: right; }
|
|
.clear { clear: both; }
|
|
.clearright { clear: right; }
|
|
.clearleft { clear: left; }
|
|
.alignleft { text-align: left; }
|
|
.alignright { text-align: right; }
|
|
.aligncenter { text-align: center; }
|
|
.padright { padding: 0 10px 0 0; }
|
|
.hide { display: none; }
|
|
/* Old: Using CSS3
|
|
.odd { background: #fff; }
|
|
.even { background: #f4f4f4; }
|
|
*/
|
|
.red { color: #E64F4C; }
|
|
.codesyntax { font-family: "Courier New"; }
|
|
.italic { font-style: italic; }
|
|
.beer { font-size: 17px; }
|
|
.noselect {
|
|
-ms-user-select: none; /* IE 10+ */
|
|
-moz-user-select: -moz-none;
|
|
-khtml-user-select: none;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.tag {
|
|
padding: 2px 4px;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
background-color: #EEF4FA;
|
|
}
|
|
.infolink {
|
|
float: right;
|
|
margin: 0 5px 5px 5px;
|
|
}
|
|
.infolink a {
|
|
padding: 0 4px;
|
|
}
|
|
#container {
|
|
text-align: left;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
#version
|
|
{
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
font-size: 10px;
|
|
opacity: .8;
|
|
}
|
|
#nav
|
|
{
|
|
height: 54px;
|
|
/*width: 270px;*/
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 50px;
|
|
z-index: 99;
|
|
}
|
|
#nav ul
|
|
{
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0 0 0 4px;
|
|
}
|
|
#nav li
|
|
{
|
|
float: left;
|
|
margin: 0 1px 0 0;
|
|
}
|
|
#nav a
|
|
{
|
|
display: block;
|
|
padding: 8px 12px;
|
|
height: 21px;
|
|
color: #7C7C7C;
|
|
letter-spacing: -1px;
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
text-decoration: none;
|
|
background: #f4f4f4;
|
|
border: 1px solid #E4E4E4;
|
|
border-left: 1px solid #D5D5D5;
|
|
border-bottom: none;
|
|
}
|
|
#nav a:hover
|
|
{
|
|
color: #545454;
|
|
border: 1px solid #D5D5D5;
|
|
border-bottom: none;
|
|
}
|
|
|
|
#nav a.active
|
|
{
|
|
color: #545454;
|
|
background: #ffffff;
|
|
border: 1px solid #CBCBCB;
|
|
border-bottom: none;
|
|
padding: 8px 12px 9px 12px;
|
|
box-shadow: -2px 1px 2px -2px rgba(0, 0, 0, 0.25);
|
|
}
|
|
#nav a.active:hover
|
|
{
|
|
color: #545454;
|
|
border: 1px solid #CBCBCB;
|
|
border-bottom: none;
|
|
}
|
|
#nav a img
|
|
{
|
|
display: block;
|
|
margin: 3px 0 4px 1px;
|
|
}
|
|
#nav a.active img
|
|
{
|
|
display: block;
|
|
margin: 3px 0 4px 1px;
|
|
}
|
|
#jslogo
|
|
{
|
|
position: absolute;
|
|
top: 6px;
|
|
left: 12px;
|
|
width: 32px;
|
|
height: 32px;
|
|
background: url('../images/favicon_32x32.png') no-repeat 0 0;
|
|
cursor: pointer;
|
|
}
|
|
#jslogo:hover
|
|
{
|
|
background: url('../images/favicon_32x32.png') no-repeat 0 1px;
|
|
}
|
|
.pagetabcenter
|
|
{
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 auto;
|
|
width: 66px;
|
|
height: 22px;
|
|
background: url('../images/favicon_32x32.png') no-repeat center center #f9f9f9;
|
|
border-top: 1px solid #C3C3C3;
|
|
border-right: 1px solid #C3C3C3;
|
|
border-left: 1px solid #C3C3C3;
|
|
cursor: pointer;
|
|
z-index: 200;
|
|
}
|
|
.pagetabcenter:hover
|
|
{
|
|
height: 20px;
|
|
opacity: .8;
|
|
}
|
|
#sslogo
|
|
{
|
|
position: absolute;
|
|
top: -1px;
|
|
right: 7px;
|
|
width: 54px;
|
|
height: 36px;
|
|
background: url('../images/subsonic_36.png') no-repeat 5px 3px;
|
|
cursor: pointer;
|
|
}
|
|
#sslogo:hover
|
|
{
|
|
background: url('../images/subsonic_dn_36.png') no-repeat 5px 2px;
|
|
}
|
|
#content
|
|
{
|
|
background: #EDEDED;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
#content h2
|
|
{
|
|
font-size: 18px;
|
|
margin: 5px;
|
|
padding: 0;
|
|
}
|
|
.tabcontent
|
|
{
|
|
margin: 0;
|
|
}
|
|
.smcolumn
|
|
{
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
outline: none;
|
|
width: 312px;
|
|
/*
|
|
float: left;
|
|
margin-left: -100%;
|
|
*/
|
|
border-right: 1px solid #ddd;
|
|
border-top: 1px solid #cbcbcb;
|
|
position: fixed;
|
|
top: 40px;
|
|
left: 0;
|
|
margin-bottom: -42px;
|
|
background: #fff;
|
|
}
|
|
.smcolumn .leftactions {
|
|
margin: 6px 0px 0 0;
|
|
position: fixed;
|
|
left: 264px;
|
|
}
|
|
.lgcolumn
|
|
{
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
outline: none;
|
|
margin-left: 312px;
|
|
margin-right: 350px;
|
|
min-width: 400px;
|
|
}
|
|
.lgcolumn_expanded
|
|
{
|
|
margin-right: 0 !important;
|
|
}
|
|
.lgcolumn_expandedleft
|
|
{
|
|
margin-left: 0 !important;
|
|
}
|
|
.colspacer {
|
|
height: 100px;
|
|
width: 100%;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
.lgsection
|
|
{
|
|
height: 100%;
|
|
background: #fff;
|
|
border-top: 1px solid #cbcbcb;
|
|
border-bottom: 1px solid #cbcbcb;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 40px;
|
|
/*
|
|
bottom: 84px;
|
|
*/
|
|
margin-bottom: -42px;
|
|
}
|
|
#SideBar
|
|
{
|
|
display: none;
|
|
min-height: 100%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 350px;
|
|
background: rgba(255, 255, 255, 0.98);
|
|
border-top: 1px solid #cbcbcb;
|
|
border-left: 1px solid #ddd;
|
|
position: fixed;
|
|
top: 40px;
|
|
right: 0;
|
|
margin-bottom: -42px;
|
|
opacity: .98;
|
|
}
|
|
#SideBar .header
|
|
{
|
|
padding: 10px 4px 6px 4px;
|
|
font-size: 12px;
|
|
color: #bbb;
|
|
font-variant: small-caps;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
#SideBar .headeractions
|
|
{
|
|
position: fixed;
|
|
right: 10px;
|
|
padding: 2px 2px 0 0;
|
|
}
|
|
#SideBar .submit
|
|
{
|
|
padding: 0 2px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
.fullsection
|
|
{
|
|
min-width: 300px;
|
|
overflow: auto;
|
|
background: #fff;
|
|
border-top: 1px solid #cbcbcb;
|
|
border-bottom: 1px solid #cbcbcb;
|
|
position: absolute;
|
|
top: 40px;
|
|
bottom: 84px;
|
|
width: 100%;
|
|
}
|
|
.padder
|
|
{
|
|
padding: 5px;
|
|
}
|
|
.subsection
|
|
{
|
|
margin: 10px 20px;
|
|
}
|
|
.subsection a
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
.subsection small
|
|
{
|
|
font-size: 10px;
|
|
margin: 0 5px;
|
|
}
|
|
.leftsubsection {
|
|
border-top: 1px solid #DDDDDD;
|
|
}
|
|
.loading
|
|
{
|
|
display: none;
|
|
height: 100%;
|
|
width: 100%;
|
|
background: url('../images/ajax-loader.gif') no-repeat center center #f4f4f4;
|
|
}
|
|
#loading
|
|
{
|
|
display: none;
|
|
width: 64px;
|
|
height: 64px;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 9999;
|
|
margin-right: -32px;
|
|
margin-top: -32px;
|
|
background: url('../images/spinner.gif') #111 no-repeat center center;
|
|
-webkit-border-radius: 8px;
|
|
-moz-border-radius: 8px;
|
|
-o-border-radius: 8px;
|
|
-ms-border-radius: 8px;
|
|
border-radius: 8px;
|
|
}
|
|
#toploading
|
|
{
|
|
display: none;
|
|
height: 35px;
|
|
width: 40px;
|
|
margin: 0 0 0 2px;
|
|
background: url('../images/ajax-loader.gif') no-repeat center center;
|
|
float: left;
|
|
}
|
|
#messages
|
|
{
|
|
display: none;
|
|
width: 200px;
|
|
max-height: 205px;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
z-index: 999;
|
|
bottom: 5px;
|
|
right: 5px;
|
|
}
|
|
#messages .message
|
|
{
|
|
color: #4B95E5;
|
|
float: right;
|
|
padding: 8px;
|
|
font-size: 13px;
|
|
margin: 2px 5px 2px 0;
|
|
background: #fff;
|
|
border: 1px solid #A6CBF3;
|
|
border-radius: 4px 4px 4px 4px;
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
|
|
opacity: 0.95;
|
|
cursor: pointer;
|
|
}
|
|
.pager
|
|
{
|
|
display: none;
|
|
font-size: 12px;
|
|
padding: 0 5px;
|
|
float: right;
|
|
}
|
|
.pager a.previous
|
|
{
|
|
margin: 0 5px 0 0;
|
|
}
|
|
.pager a.next
|
|
{
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.status
|
|
{
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
position: absolute;
|
|
z-index: 99;
|
|
bottom: 85px;
|
|
right: 0;
|
|
background: #f2f2f2;
|
|
padding: 2px 10px;
|
|
border-top: 1px solid #CBCBCB;
|
|
border-left: 1px solid #CBCBCB;
|
|
opacity: .9;
|
|
}
|
|
.status a, .pager a
|
|
{
|
|
color: #545454;
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
}
|
|
.status a:hover, .pager a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
.on
|
|
{
|
|
display: block;
|
|
}
|
|
#welcome {
|
|
display: none;
|
|
background: rgba(0, 0, 0, 0.25);
|
|
border: solid 1px #a5a5a5;
|
|
border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
}
|
|
|
|
/* Library Style */
|
|
ul.simplelist
|
|
{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul.simplelist li
|
|
{
|
|
font-size: 13px;
|
|
cursor: pointer;
|
|
padding: 6px 8px;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
ul.simplelist .item .itemactions
|
|
{
|
|
float: left;
|
|
margin: 0 5px;
|
|
}
|
|
ul.simplelist .item .itemactions a
|
|
{
|
|
float: left;
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
ul.actionlist
|
|
{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul.actionlist li
|
|
{
|
|
font-size: 13px;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
#AutoAlbumContainer li.item
|
|
{
|
|
padding: 6px 8px;
|
|
}
|
|
#AutoAlbumContainer a.nextprev
|
|
{
|
|
padding: 4px;
|
|
}
|
|
#AutoAlbumContainer a.nextprev:hover
|
|
{
|
|
background: #000;
|
|
}
|
|
ul.simplelist li .name
|
|
{
|
|
}
|
|
ul.simplelist li a
|
|
{
|
|
text-decoration: none;
|
|
color: #545454;
|
|
}
|
|
ul.simplelist li:hover
|
|
{
|
|
background-color: #EEF4FA;
|
|
}
|
|
ul.simplelist li.index
|
|
{
|
|
color: #bbb;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
margin: 2px 0;
|
|
padding: 6px 4px;
|
|
text-align: center;
|
|
border: none;
|
|
}
|
|
ul.simplelist li.index a
|
|
{
|
|
color: #A7A7A7;
|
|
}
|
|
ul.simplelist li.heading
|
|
{
|
|
background: #F0F0F0;
|
|
border-left: 1px solid #DDDDDD;
|
|
border-bottom: 1px solid #DDDDDD;
|
|
color: #A7A7A7;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
margin: 0px 4px 2px 4px;
|
|
padding: 8px 4px;
|
|
}
|
|
ul.simplelist li.heading a
|
|
{
|
|
color: #7EA8D5;
|
|
font-variant: small-caps;
|
|
font-size: 15px;
|
|
}
|
|
ul.mainlist
|
|
{
|
|
padding: 0 4px;
|
|
}
|
|
ul.mainlist li.selected
|
|
{
|
|
color: #f2f2f2;
|
|
background-color: #528AC6;
|
|
}
|
|
ul.mainlist li.item a.play
|
|
{
|
|
width: 20px;
|
|
height: 18px;
|
|
display: block;
|
|
background: url('../images/play_gl_6x8.png') no-repeat 6px center;
|
|
}
|
|
ul.mainlist li.item a.play:hover
|
|
{
|
|
background: url('../images/play_6x8.png') no-repeat 6px center #DEECFB;
|
|
}
|
|
ul.mainlist li.item a.download
|
|
{
|
|
float: left;
|
|
width: 20px;
|
|
height: 18px;
|
|
display: block;
|
|
background: url('../images/download_gl_9x12.png') no-repeat 5px center;
|
|
}
|
|
ul.mainlist li.item a.download:hover
|
|
{
|
|
background: url('../images/download_gd_9x12.png') no-repeat 5px center #DEECFB;
|
|
}
|
|
ul.mainlist li.item a.add
|
|
{
|
|
width: 20px;
|
|
height: 18px;
|
|
display: block;
|
|
background: url('../images/plus_gl_8x8.png') no-repeat 6px center;
|
|
}
|
|
ul.mainlist li.item a.add:hover
|
|
{
|
|
background: url('../images/plus_8x8.png') no-repeat 6px center #DEECFB;
|
|
}
|
|
ul.mainlist li.item .submenu a {
|
|
color: #7EA8D5;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 11px;
|
|
}
|
|
ul.mainlist li.item .submenu a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
ul.tablist
|
|
{
|
|
list-style-type: none;
|
|
margin: 5px 0 0 5px;
|
|
padding: 0;
|
|
}
|
|
ul.tablist li
|
|
{
|
|
float: left;
|
|
background: #f8f8f8;
|
|
border-top: 1px solid #DDDDDD;
|
|
border-left: 1px solid #DDDDDD;
|
|
border-right: 1px solid #DDDDDD;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
margin: 0 3px 0 0;
|
|
padding: 8px 6px;
|
|
}
|
|
ul.tablist li a
|
|
{
|
|
color: #6B6B6B;
|
|
font-variant: small-caps;
|
|
font-size: 15px;
|
|
text-decoration: none;
|
|
}
|
|
ul.tablist li a:hover
|
|
{
|
|
color: #bbb;
|
|
}
|
|
#BreadCrumb
|
|
{
|
|
float: left;
|
|
margin: 16px 0 0 0;
|
|
padding: 2px 0;
|
|
color: #AEAEA7;
|
|
border-radius: .4em;
|
|
}
|
|
#BreadCrumb img
|
|
{
|
|
padding: 2px 0px 2px 0;
|
|
float: left;
|
|
}
|
|
#BreadCrumbs span
|
|
{
|
|
margin: 0 2px 0 6px;
|
|
}
|
|
#BreadCrumbs a
|
|
{
|
|
margin: 0 2px 0 6px;
|
|
text-decoration: none;
|
|
color: #829FC0;
|
|
font-size: 14px;
|
|
}
|
|
#BreadCrumbs a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
#BreadCrumbs .crumb
|
|
{
|
|
float: left;
|
|
}
|
|
|
|
#TrackContainer
|
|
{
|
|
margin: 5px 5px 5px 0;
|
|
width: 60%;
|
|
}
|
|
ul.songlist
|
|
{
|
|
border-collapse: collapse;
|
|
padding: 4px;
|
|
text-align: left;
|
|
}
|
|
ul.songlist .album:hover
|
|
{
|
|
}
|
|
ul.songlist .album
|
|
{
|
|
font-size: 13px;
|
|
border-bottom: 1px solid #EFEFEF;
|
|
cursor: pointer;
|
|
padding: 4px;
|
|
}
|
|
ul.songlist .album a
|
|
{
|
|
color: #7EA8D5;
|
|
text-decoration: none;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
font-size: 11px;
|
|
}
|
|
ul.songlist .album a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
ul.songlist .album .description
|
|
{
|
|
background: #ffffff;
|
|
clear: both;
|
|
color: #2A2A2A;
|
|
font-size: 13px;
|
|
margin: 5px;
|
|
padding: 5px 10px;
|
|
line-height: 20px;
|
|
}
|
|
ul.songlist .album .itemactions
|
|
{
|
|
width: 100px;
|
|
padding: 0;
|
|
margin: 4px 0 0 2px;
|
|
float: left;
|
|
}
|
|
ul.songlist .album .itemactions a
|
|
{
|
|
float: left;
|
|
width: 20px;
|
|
height: 56px;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
ul.songlist .album .albumart
|
|
{
|
|
padding: 0;
|
|
float: left;
|
|
}
|
|
ul.songlist .album .albumart img
|
|
{
|
|
margin: 3px 10px 0 10px;
|
|
padding: 2px;
|
|
width: 50px;
|
|
}
|
|
ul.songlist .album .title
|
|
{
|
|
padding: 5px 0 0px 0;
|
|
line-height: 18px;
|
|
}
|
|
ul.songlist .album .artist
|
|
{
|
|
line-height: 14px;
|
|
}
|
|
ul.songlist .album .details
|
|
{
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
}
|
|
ul.songlist .album a.play
|
|
{
|
|
background: url('../images/play_gl_6x8.png') no-repeat 7px center;
|
|
}
|
|
ul.songlist .album a.add
|
|
{
|
|
background: url('../images/plus_gl_8x8.png') no-repeat 6px center;
|
|
}
|
|
ul.songlist .album a.download
|
|
{
|
|
background: url('../images/download_gl_9x12.png') no-repeat 5px center;
|
|
}
|
|
ul.songlist .album a.remove
|
|
{
|
|
display: none;
|
|
}
|
|
ul.songlist .album a.rate
|
|
{
|
|
background: url('../images/star_lgo_12x12.png') 4px center no-repeat;
|
|
}
|
|
ul.songlist .album a.favorite
|
|
{
|
|
background: url('../images/star_yo_12x12.png') 4px center no-repeat;
|
|
}
|
|
ul.songlist .album a.info
|
|
{
|
|
background: url('../images/info_gl_4x8.png') no-repeat 7px center;
|
|
}
|
|
ul.songlist .albumgrid
|
|
{
|
|
width: 195px;
|
|
height: 200px;
|
|
float: left;
|
|
margin: 5px;
|
|
border: none;
|
|
padding: 4px 4px 26px 4px;
|
|
}
|
|
ul.songlist .albumgrid .title
|
|
{
|
|
padding: 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: block;
|
|
height: 18px;
|
|
text-overflow: ellipsis;
|
|
font-weight: 500;
|
|
color: #222;
|
|
font-size: 12px;
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
ul.songlist .albumgrid .albumart img {
|
|
width: 160px;
|
|
height: 160px;
|
|
background: url(../images/albumdefault_160.jpg) no-repeat;
|
|
margin: 3px 0 0 18px;
|
|
padding: 0px;
|
|
box-shadow: 3px 4px 1px rgba(0, 0, 0, 0.2);
|
|
/* REMOVED: Slows scroll performance of albums;
|
|
-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(rgba(255,255,255,0.2)));
|
|
*/
|
|
}
|
|
ul.songlist li:hover .albumgrid .albumart img {
|
|
border: 4px solid #ccc;
|
|
position: relative;
|
|
top: -4px;
|
|
left: -4px;
|
|
}
|
|
ul.songlist .albumgrid .albuminfo
|
|
{
|
|
float: left;
|
|
margin: 0 10px;
|
|
overflow: hidden;
|
|
width: 175px;
|
|
text-align: center;
|
|
}
|
|
ul.songlist li:hover .albumgrid .albuminfo {
|
|
position: relative;
|
|
top: -8px;
|
|
}
|
|
ul.songlist .albumgrid .itemactions
|
|
{
|
|
margin: 0 auto;
|
|
float: none;
|
|
}
|
|
ul.songlist .albumgrid .itemactions a
|
|
{
|
|
height: 20px
|
|
}
|
|
ul.songlist .albumgrid .itemactions a:hover {
|
|
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
}
|
|
ul.songlist .row
|
|
{
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #EFEFEF;
|
|
line-height: 30px;
|
|
}
|
|
ul.songlist .row a
|
|
{
|
|
color: #7EA8D5;
|
|
text-decoration: none;
|
|
}
|
|
ul.songlist .row a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
ul.songlist .row span.albumblock
|
|
{
|
|
color: #7EA8D5;
|
|
font-size: 12px;
|
|
overflow: hidden;
|
|
height: 30px;
|
|
}
|
|
ul.songlist .row img
|
|
{
|
|
display: block;
|
|
float: left;
|
|
margin: 0 5px;
|
|
padding: 2px;
|
|
height: 25px;
|
|
width: 25px;
|
|
}
|
|
ul.songlist .row .itemactions
|
|
{
|
|
/*width: 15%;*/
|
|
float: left;
|
|
padding: 6px 10px 0 15px;
|
|
}
|
|
ul.songlist .row .itemactions a
|
|
{
|
|
float: left;
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
margin: 0;
|
|
}
|
|
ul.songlist .row .track
|
|
{
|
|
width: 5%; /* 25% */
|
|
text-align: left;
|
|
}
|
|
ul.songlist .row .title
|
|
{
|
|
width: 25%;
|
|
}
|
|
ul.songlist .row .albumblock
|
|
{
|
|
width: 25%; /* 80% */
|
|
overflow: hidden;
|
|
height: 30px;
|
|
}
|
|
ul.songlist .row .albumblock img
|
|
{
|
|
width: 25px;
|
|
height: 25px;
|
|
overflow: hidden;
|
|
}
|
|
ul.songlist .row .artist
|
|
{
|
|
width: 15%;
|
|
padding: 0 10px 0 0;
|
|
}
|
|
ul.songlist .row .albumtext
|
|
{
|
|
padding: 2px 0 0 5px;
|
|
}
|
|
ul.songlist .row .time
|
|
{
|
|
width: 5%; /* 90% */
|
|
text-align: right;
|
|
}
|
|
ul.songlist .row a.play
|
|
{
|
|
background: url('../images/play_gl_6x8.png') no-repeat 7px center;
|
|
}
|
|
ul.songlist .row a.play:hover
|
|
{
|
|
background: url('../images/play_6x8.png') no-repeat 7px center #DEECFB;
|
|
}
|
|
ul.songlist .row a.download
|
|
{
|
|
background: url('../images/download_gl_9x12.png') no-repeat 5px center;
|
|
}
|
|
ul.songlist .row a.download:hover
|
|
{
|
|
background: url('../images/download_gd_9x12.png') no-repeat 5px center #DEECFB;
|
|
}
|
|
ul.songlist .row a.add
|
|
{
|
|
background: url('../images/plus_gl_8x8.png') no-repeat 6px center;
|
|
}
|
|
ul.songlist .row a.add:hover
|
|
{
|
|
background: url('../images/plus_8x8.png') no-repeat 6px center #DEECFB;
|
|
}
|
|
ul.songlist .row a.rate
|
|
{
|
|
background: url('../images/star_lgo_12x12.png') center 3px no-repeat;
|
|
}
|
|
ul.songlist .row a.rate:hover
|
|
{
|
|
background: url('../images/star_lg_12x12.png') center 3px no-repeat;
|
|
}
|
|
ul.songlist .row a.favorite
|
|
{
|
|
background: url('../images/star_yo_12x12.png') center 3px no-repeat;
|
|
}
|
|
ul.songlist .row a.remove
|
|
{
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
float: left;
|
|
margin: 0;
|
|
background: url('../images/minus_gl_8x2.png') no-repeat 6px center;
|
|
}
|
|
ul.songlist .row a.remove:hover
|
|
{
|
|
background: url('../images/minus_8x2.png') no-repeat 6px center #DEECFB;
|
|
}
|
|
ul.songlist li:nth-child(odd) { background-color:#f7f7f7; }
|
|
ul.songlist li:nth-child(even) { background-color:none; }
|
|
ul.songlist li.playing
|
|
{
|
|
background-image: url('../images/play_alt_gd_16x16.png');
|
|
background-repeat: no-repeat;
|
|
background-position: 6px center;
|
|
}
|
|
ul.songlist li.selected
|
|
{
|
|
background-color: #D4E2F1;
|
|
background-image: url('../images/check_8x7.png');
|
|
background-position: 10px 19px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
ul.songlist li.selected:hover {
|
|
background-color: #D4E2F1;
|
|
}
|
|
ul.songlist li.album {
|
|
background-image: none;
|
|
background-color: transparent
|
|
}
|
|
ul.songlist li:hover
|
|
{
|
|
background-color: #EEF4FA;
|
|
}
|
|
.songpreview li {
|
|
list-style-type: none;
|
|
font-size: 14px;
|
|
padding: 8px;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
.fillheight {
|
|
position: absolute;
|
|
/*top: 41px;*/
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: 0;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
#ArtistContainer
|
|
{
|
|
}
|
|
#AZIndex
|
|
{
|
|
float: left;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
#AZIndex a
|
|
{
|
|
color: #7EA8D5;
|
|
font-size: 24px;
|
|
text-decoration: none;
|
|
padding: 5px 5px 0 5px;
|
|
display: block;
|
|
}
|
|
#AZIndex a:hover { text-decoration: underline; }
|
|
#submenu_AZIndex
|
|
{
|
|
display: none;
|
|
width: 200px;
|
|
height: 100px;
|
|
position: fixed;
|
|
background: #f9f9f9;
|
|
border: 1px solid #C3C3C3;
|
|
z-index: 999;
|
|
}
|
|
#submenu_AZIndex ul
|
|
{
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0 0 0 10px;
|
|
}
|
|
#submenu_AZIndex li
|
|
{
|
|
float: left;
|
|
height: 18px;
|
|
padding: 0 2px 5px 2px;
|
|
}
|
|
#submenu_AZIndex li a
|
|
{
|
|
color: #4B95E5;
|
|
text-decoration: none;
|
|
font-size: 24px;
|
|
padding: 0 5px 0 0;
|
|
cursor: pointer;
|
|
}
|
|
#submenu_AZIndex li a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
#submenu_AZIndex a.close {
|
|
font-size: 12px;
|
|
padding: 6px 16px;
|
|
display: block;
|
|
}
|
|
#submenu_AddToPlaylist {
|
|
width: 100px;
|
|
}
|
|
#submenu_AddToPlaylist a {
|
|
float: left;
|
|
padding: 4px;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
.actions
|
|
{
|
|
height: 30px;
|
|
margin: 6px 5px 0 185px;
|
|
padding: 0 0 0 5px;
|
|
}
|
|
.subactions
|
|
{
|
|
height: 30px;
|
|
width: 345px;
|
|
/* width: 660px; */
|
|
margin: 6px 125px 0 5px;
|
|
padding: 0;
|
|
float: right;
|
|
}
|
|
#globalactions
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 65px;
|
|
height: 29px;
|
|
margin: 6px 0 0 0;
|
|
}
|
|
#search
|
|
{
|
|
margin: 5px;
|
|
float: left;
|
|
}
|
|
.submenu
|
|
{
|
|
position: fixed;
|
|
background: #fff;
|
|
padding: 5px 10px;
|
|
margin: 2px 0 0 1px;
|
|
z-index:999;
|
|
}
|
|
.submenu a
|
|
{
|
|
font-size: 12px;
|
|
color: #545454;
|
|
border: none;
|
|
background: none;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
}
|
|
.submenu a:hover
|
|
{
|
|
text-decoration: underline;
|
|
}
|
|
#submenu_Chat
|
|
{
|
|
left: 490px;
|
|
bottom: 59px;
|
|
margin: 0 0 0 1px;
|
|
position: absolute;
|
|
width: 220px;
|
|
text-align: right;
|
|
}
|
|
#submenu_CurrentPlaylist
|
|
{
|
|
width: 400px;
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
border: solid 1px gainsboro;
|
|
}
|
|
#SideQueue
|
|
{
|
|
|
|
}
|
|
#SideQueue .row {
|
|
display: block;
|
|
margin: 0 0px;
|
|
padding: 4px;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
float: none;
|
|
border: none;
|
|
}
|
|
#SideQueue .row .title {
|
|
width: 65%
|
|
}
|
|
#ChatMsgs
|
|
{
|
|
padding: 5px;
|
|
margin: 0 0 2px;
|
|
text-align: right;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
position: absolute;
|
|
width: 192px;
|
|
bottom: 38px;
|
|
top: 220px;
|
|
border-bottom: 1px solid #F2F2F2;
|
|
}
|
|
#ChatMsgs .msg
|
|
{
|
|
margin: 0 0 5px 0;
|
|
}
|
|
#ChatMsgs span.msg
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
#ChatMsgs span.user
|
|
{
|
|
font-size: 10px;
|
|
color: #B3B8BE;
|
|
}
|
|
#ChatMsgs span.time
|
|
{
|
|
font-size: 9px;
|
|
color: #CAD0D7;
|
|
}
|
|
|
|
#submenu_NowPlaying
|
|
{
|
|
left: 605px;
|
|
bottom: 59px;
|
|
margin: 0 0 0 1px;
|
|
position: absolute;
|
|
width: 220px;
|
|
text-align: right;
|
|
}
|
|
#NowPlaying
|
|
{
|
|
border-bottom: 1px solid #F2F2F2;
|
|
margin: 2px 0;
|
|
}
|
|
#NowPlayingList
|
|
{
|
|
height: 150px;
|
|
padding: 5px;
|
|
text-align: right;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
#NowPlayingList .msg
|
|
{
|
|
margin: 0 0 5px 0;
|
|
font-size: 11px;
|
|
}
|
|
#NowPlayingList span.user
|
|
{
|
|
font-size: 10px;
|
|
color: #B3B8BE;
|
|
}
|
|
#NowPlayingList span.artist
|
|
{
|
|
font-style: italic;
|
|
}
|
|
#NowPlayingList span.title
|
|
{
|
|
}
|
|
|
|
#songs {
|
|
width: 1200px;
|
|
display: none;
|
|
}
|
|
#songs .songlist {
|
|
padding: 35px 0 0 0;
|
|
}
|
|
|
|
/* Player Style */
|
|
#player
|
|
{
|
|
border-top: 1px solid #cbcbcb;
|
|
border-bottom: none;
|
|
margin: 4px 0 0 0;
|
|
/*height: 75px;*/
|
|
position: absolute;
|
|
bottom: 0; /* Sit it on the bottom */
|
|
left: 0;
|
|
width: 100%; /* As wide as it's allowed */
|
|
z-index: 100;
|
|
}
|
|
#playercontainer {
|
|
background: linear-gradient(to bottom, #000000 0%,#3d3d3d 100%);
|
|
}
|
|
#audiocontainer
|
|
{
|
|
}
|
|
.audiojs
|
|
{
|
|
width: auto;
|
|
height: 45px;
|
|
margin: 0 10px 0 0;
|
|
background: none;
|
|
font-family: inherit;
|
|
font-size: 10px;
|
|
box-shadow: none;
|
|
overflow: hidden;
|
|
}
|
|
.audiojs .play-pause
|
|
{
|
|
display: none;
|
|
}
|
|
.audiojs .scrubber
|
|
{
|
|
height: 4px;
|
|
margin: 20px 5px 0px 5px;
|
|
float: none;
|
|
width: auto;
|
|
position: relative;
|
|
background: #5A5A5A;
|
|
border-top: 0px;
|
|
border-left: 0px;
|
|
border-bottom: 0px;
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
}
|
|
.audiojs .progress
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 14px;
|
|
width: 0px;
|
|
background: #CCC;
|
|
z-index: 1;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCC), color-stop(0.5, #DDD), color-stop(0.51, #CCC), color-stop(1, #CCC));
|
|
background-image: -moz-linear-gradient(center top, #CCC 0%, #DDD 50%, #CCC 51%, #CCC 100%);
|
|
}
|
|
.audiojs .loaded
|
|
{
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
height: 14px;
|
|
width: 0px;
|
|
background: black;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
|
|
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
|
|
}
|
|
.audiojs .time
|
|
{
|
|
float: left;
|
|
border: none;
|
|
line-height: 17px;
|
|
padding: 0 5px 0 0;
|
|
font-size: 11px;
|
|
text-shadow: none;
|
|
height: 36px;
|
|
margin: 0px 0px 0px 6px;
|
|
}
|
|
.audiojs .time em
|
|
{
|
|
padding: 0px 2px 0px 0px;
|
|
font-style: normal;
|
|
}
|
|
.playeractions
|
|
{
|
|
margin: 12px 9px 7px 20px;
|
|
width: 85px;
|
|
}
|
|
#playermiddle
|
|
{
|
|
width: 100%;
|
|
visibility: hidden;
|
|
}
|
|
#preview { display: none; }
|
|
#coverart
|
|
{
|
|
width: 30px;
|
|
height: 30px;
|
|
overflow: hidden;
|
|
margin: 1px 8px 0 1px;
|
|
float: left;
|
|
padding: 2px;
|
|
}
|
|
#songdetails
|
|
{
|
|
width: 322px;
|
|
margin: 6px;
|
|
float: left;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
visibility: hidden;
|
|
text-align: left;
|
|
color: #fff;
|
|
}
|
|
#songdetails.hover
|
|
{
|
|
background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0)), to(rgba(244, 244, 244, .2)));
|
|
}
|
|
#songdetails .jp-volume-bar {
|
|
overflow: hidden;
|
|
background: #cccccc;
|
|
width: 46px;
|
|
height: 4px;
|
|
cursor: pointer;
|
|
float: left;
|
|
margin: 7px 4px 0 0;
|
|
}
|
|
#songdetails .jp-volume-bar-value {
|
|
background-color: #5A5A5A;
|
|
width: 0px;
|
|
height: 4px;
|
|
}
|
|
#songdetails ul
|
|
{
|
|
list-style-type: none;
|
|
margin: 4px 0 2px 0;
|
|
padding: 0;
|
|
width: 205px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
float: left;
|
|
}
|
|
#songdetails ul li
|
|
{
|
|
display: block;
|
|
height: 14px;
|
|
}
|
|
#songdetails li.song
|
|
{
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
line-height: 14px;
|
|
margin: 0 0 2px 0;
|
|
}
|
|
#songdetails li.album
|
|
{
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
}
|
|
#songdetails li span.label
|
|
{
|
|
color: #B6B6B6;
|
|
display: inline;
|
|
margin: 0 4px 0 0;
|
|
text-align: right;
|
|
width: 37px;
|
|
}
|
|
#songdetails a.rate
|
|
{
|
|
float: left;
|
|
height: 12px;
|
|
width: 12px;
|
|
margin: 2px;
|
|
display: block;
|
|
background: url('../images/star_w_12x12.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.rate:hover
|
|
{
|
|
background: url('../images/star_wo_12x12.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.favorite
|
|
{
|
|
float: left;
|
|
height: 12px;
|
|
width: 12px;
|
|
margin: 2px;
|
|
display: block;
|
|
background: url('../images/star_yo_12x12.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.mute
|
|
{
|
|
float: left;
|
|
margin: 2px;
|
|
height: 12px;
|
|
width: 16px;
|
|
display: block;
|
|
background: url('../images/volume_mute_gl_12x9.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.unmute
|
|
{
|
|
float: left;
|
|
margin: 2px;
|
|
height: 12px;
|
|
width: 16px;
|
|
display: block;
|
|
background: url('../images/volume_gl_12x9.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.volume
|
|
{
|
|
float: left;
|
|
margin: 2px;
|
|
height: 12px;
|
|
width: 16px;
|
|
display: block;
|
|
background: url('../images/volume_gd_12x9.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.lock
|
|
{
|
|
float: left;
|
|
margin: 2px;
|
|
height: 12px;
|
|
width: 9px;
|
|
display: block;
|
|
background: url('../images/lock_stroke_gl_9x12.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.loop
|
|
{
|
|
float: left;
|
|
margin: 4px 2px;
|
|
height: 9px;
|
|
width: 12px;
|
|
display: block;
|
|
background: url('../images/loop_alt3_w_12x9.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.jukebox
|
|
{
|
|
float: left;
|
|
margin: 4px 2px;
|
|
height: 9px;
|
|
width: 12px;
|
|
display: block;
|
|
background: url('../images/cloud_w_12x8.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.shuffle
|
|
{
|
|
float: left;
|
|
margin: 2px;
|
|
height: 11px;
|
|
width: 12px;
|
|
display: block;
|
|
background: url('../images/fork_gd_11x12.png') 0 center no-repeat;
|
|
}
|
|
#songdetails a.first
|
|
{
|
|
margin: 2px 2px 2px 0;
|
|
}
|
|
.vertshade {
|
|
position: relative;
|
|
top: 0;
|
|
left: 259px;
|
|
width: 32px;
|
|
height: 66px;
|
|
background-image: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
|
|
}
|
|
|
|
|
|
/* Video */
|
|
#videodeck
|
|
{
|
|
position: relative;
|
|
margin: 0 auto;
|
|
z-index:1002;
|
|
}
|
|
.darkoverlay
|
|
{
|
|
display: none;
|
|
position: absolute;
|
|
top: 0%;
|
|
left: 0%;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: black;
|
|
z-index:1001;
|
|
-moz-opacity: 0.8;
|
|
opacity:.80;
|
|
filter: alpha(opacity=80);
|
|
}
|
|
/* Settings */
|
|
ul.preferences
|
|
{
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0 5px;
|
|
}
|
|
ul.preferences li
|
|
{
|
|
font-size: 11px;
|
|
padding: 8px 0;
|
|
}
|
|
ul.preferences li.title
|
|
{
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-variant: small-caps;
|
|
padding: 0;
|
|
}
|
|
ul.preferences li em
|
|
{
|
|
background: none repeat scroll 0 0 #D3D3D3;
|
|
border-radius: 4px 4px 4px 4px;
|
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
|
|
font-style: normal;
|
|
left: -3px;
|
|
padding: 3px 9px 3px;
|
|
margin: 0 0 0 5px;
|
|
position: relative;
|
|
}
|
|
ul.preferences li.log
|
|
{
|
|
padding: 2px 0;
|
|
}
|
|
ul.preferences li span.version
|
|
{
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
padding: 0;
|
|
display: block;
|
|
}
|
|
ul.preferences li.log span.changes
|
|
{
|
|
font-size: 11px;
|
|
padding: 0 0 0 5px;
|
|
display: block;
|
|
}
|
|
span.code
|
|
{
|
|
font-family:"Courier New",Courier,mono;
|
|
font-size: 11px;
|
|
}
|
|
#donate
|
|
{
|
|
text-align: center;
|
|
background: #f2f2f2;
|
|
border: 1px solid #E0E0E0;
|
|
padding: 10px;
|
|
width: 200px;
|
|
}
|
|
|
|
|
|
/* Button Style */
|
|
a.button {
|
|
color: #6e6e6e;
|
|
font: bold 12px Helvetica, Arial, sans-serif;
|
|
text-decoration: none;
|
|
padding: 6px 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
-webkit-transition: border-color .218s;
|
|
-moz-transition: border .218s;
|
|
-o-transition: border-color .218s;
|
|
transition: border-color .218s;
|
|
background: #f3f3f3;
|
|
background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
|
|
background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
|
|
border: solid 1px #dcdcdc;
|
|
border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
a.button:hover {
|
|
color: #333;
|
|
border-color: #999;
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
}
|
|
a.button:active {
|
|
color: #000;
|
|
border-color: #444;
|
|
}
|
|
a.buttonimg {
|
|
text-decoration: none;
|
|
padding: 6px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
}
|
|
a.buttonimg:hover {
|
|
opacity: .6;
|
|
}
|
|
a.buttonvertical {
|
|
margin: 2px 0;
|
|
}
|
|
a.blockbutton {
|
|
display: block;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
a.selected {
|
|
color: #333;
|
|
border-color: #999;
|
|
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
background: #fdfdfd;
|
|
background: -webkit-gradient(linear,0% 40%,0% 70%,from(#ffffff),to(#fdfdfd));
|
|
background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#ffffff),to(#fdfdfd));
|
|
}
|
|
a.disabled {
|
|
color: #B7B7B7;
|
|
background: #f1f1f1;
|
|
opacity: .6;
|
|
}
|
|
a.disabled:hover {
|
|
color: #B7B7B7;
|
|
border-color: #dcdcdc;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
a.button img.pad { margin: 1px 0 -1px 0; }
|
|
.shadow
|
|
{
|
|
/*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
}
|
|
a.hover:hover { opacity: .6; }
|
|
a.hoverSelected { opacity: .6; }
|
|
|
|
/* Scrollbar Style */
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
|
|
/*-webkit-border-radius: 5px;*/
|
|
background: #f2f2f2;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
/*-webkit-border-radius: 5px;*/
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
background-color: rgba(51,51,51, 0.5);
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
}
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
|
background: rgba(237, 237, 237, 0.2);
|
|
}
|
|
|
|
/* Form Style */
|
|
.form {
|
|
border: 1px solid #f2f2f2;
|
|
background: #fcfcfc;
|
|
overflow: auto;
|
|
float: left;
|
|
margin: 5px 5px 0 5px;
|
|
}
|
|
input
|
|
{
|
|
font-family: Calibri, Arial, Verdana;
|
|
font-size: 14px;
|
|
padding: 5px;
|
|
}
|
|
input.sm
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 50px;
|
|
margin: 5px;
|
|
}
|
|
input.m
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 80px;
|
|
margin: 5px;
|
|
}
|
|
input.mlg
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 120px;
|
|
margin: 5px;
|
|
}
|
|
input.large
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 180px;
|
|
margin: 5px;
|
|
}
|
|
input.xlarge
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 260px;
|
|
margin: 5px;
|
|
}
|
|
input.chat
|
|
{
|
|
border: 1px solid #ffffff;
|
|
width: 150px;
|
|
margin: 5px;
|
|
}
|
|
input#Search
|
|
{
|
|
border: 1px solid #DCDCDC;
|
|
width: 140px;
|
|
}
|
|
select
|
|
{
|
|
font-family: Calibri, Arial, Verdana;
|
|
padding: 5px;
|
|
margin: 5px;
|
|
border: 1px solid #d6d6d6;
|
|
}
|
|
select.m
|
|
{
|
|
width: 100px;
|
|
}
|
|
select.large
|
|
{
|
|
width: 192px;
|
|
}
|
|
select#SearchType
|
|
{
|
|
margin: 0;
|
|
}
|
|
select.folders
|
|
{
|
|
width: 152px;
|
|
margin: 5px;
|
|
float: left;
|
|
}
|
|
.submit
|
|
{
|
|
margin: 0 5px;
|
|
}
|
|
#settings .submit {
|
|
text-align: right;
|
|
margin: 10px;
|
|
}
|
|
label
|
|
{
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
margin: 0 5px;
|
|
}
|
|
.inputwrap
|
|
{
|
|
float: left;
|
|
border: 1px solid #DCDCDC;
|
|
padding: 3px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.checkboxes
|
|
{
|
|
margin: 10px 5px;
|
|
vertical-align: middle;
|
|
}
|
|
.checkboxes input, .checkboxes select
|
|
{
|
|
float: left;
|
|
}
|
|
.checkboxes label
|
|
{
|
|
float: left;
|
|
margin: 5px 5px 0 5px;
|
|
}
|
|
fieldset
|
|
{
|
|
border: 1px solid #EEE;
|
|
margin-bottom: 5px;
|
|
}
|
|
fieldset span
|
|
{
|
|
font-size: 13px;
|
|
font-variant: small-caps;
|
|
font-weight: bold;
|
|
margin: 5px 0;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
legend
|
|
{
|
|
font-size: 14px;
|
|
font-variant: small-caps;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|