Consolidated files in brink interface to js,images,css & changed links in the html to point to the updated folders

This commit is contained in:
rembo10
2012-07-17 23:07:57 +05:30
parent e1185d1fa2
commit 78f1393228
25 changed files with 13 additions and 13 deletions

View File

@@ -0,0 +1,157 @@
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer
{
overflow: hidden;
position: fixed;
}
.jspPane
{
position: absolute;
}
.jspVerticalBar
{
position: absolute;
top: 0;
right: 0;
width: 14px;
height: 100%;
border-left: 1px solid rgba(255,255,255,0.1);
padding: 1px;
background: rgb(55,65,76); /* Old browsers */
background: -moz-linear-gradient(left, rgba(55,65,76,1) 0%, rgba(45,53,63,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(55,65,76,1)), color-stop(100%,rgba(45,53,63,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(55,65,76,1) 0%,rgba(45,53,63,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37414c', endColorstr='#2d353f',GradientType=1 ); /* IE6-9 */
}
.jspHorizontalBar
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
}
.jspVerticalBar *,
.jspHorizontalBar *
{
margin: 0;
padding: 0;
}
.jspCap
{
display: none;
}
.jspHorizontalBar .jspCap
{
float: left;
}
.jspTrack
{
position: relative;
border-radius: 1em;
background: rgb(13,15,17); /* Old browsers */
background: -moz-linear-gradient(left, rgba(13,15,17,1) 0%, rgba(23,28,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(13,15,17,1)), color-stop(100%,rgba(23,28,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(13,15,17,1) 0%,rgba(23,28,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0f11', endColorstr='#171c21',GradientType=1 ); /* IE6-9 */
}
.jspDrag
{
position: relative;
top: 0;
left: 0;
cursor: pointer;
border-left: 1px solid rgba(255,255,255,0.1);
border-radius: 1em;
background: rgb(112,135,158); /* Old browsers */
background: -moz-linear-gradient(left, rgba(112,135,158,1) 0%, rgba(76,90,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(112,135,158,1)), color-stop(100%,rgba(76,90,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(112,135,158,1) 0%,rgba(76,90,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70879e', endColorstr='#4c5a6b',GradientType=1 ); /* IE6-9 */
}
.jspDrag:active,
.jspDrag:hover
{
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
float: left;
height: 100%;
}
.jspArrow
{
display: block;
cursor: pointer;
font-family: 'WebSymbolsRegular';
font-size: 0.1em;
}
.jspArrow.jspDisabled
{
cursor: default;
}
.jspVerticalBar .jspArrow .jspArrowUp:after {
content: ':';
}
.jspVerticalBar .jspArrow .jspArrowDown:after {
content: ';';
}
.jspVerticalBar .jspArrow
{
height: 16px;
width: 100%;
}
.jspHorizontalBar .jspArrow
{
width: 16px;
float: left;
height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
outline: none;
}
.jspCorner
{
background: #eeeef4;
float: left;
height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
margin: 0 -3px 0 0;
}

View File

@@ -0,0 +1,113 @@
.dataTables_wrapper {
width: 100%;
background-color: #313131;
min-height: 155px;
clear: both;
_height: 302px;
zoom: 1; /* Feeling sorry for IE */
z-index: 1;
}
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 20px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: #343434;
}
.dataTables_length {
/*
* Look in styles.css
* */
}
.dataTables_filter {
/*
* Look in style.css
* */
}
.dataTables_info {
/*
* Look in style.css
* */
}
.dataTables_paginate {
width: 44px;
* width: 50px;
float: left;
text-align: right;
margin-top: 15px;
padding: 5px;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
height: 19px;
width: 19px;
margin-left: 3px;
float: left;
}
.paginate_disabled_previous {
background-image: url('../images/back_disabled.jpg');
}
.paginate_enabled_previous {
background-image: url('../images/back_enabled.jpg');
}
.paginate_disabled_next {
background-image: url('../images/forward_disabled.jpg');
}
.paginate_enabled_next {
background-image: url('../images/forward_enabled.jpg');
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* DataTables display
*/
table.display {
margin: auto;
width: 100%;
clear: both;
border-collapse: collapse;
}
table.display tbody tr:hover td{
background-color: rgba(255,255,255,0.1);
}
table.display thead th {
/*Moved*/
}
table.display tfoot th {
/*Moved*/
}
table.display tr.heading2 td {
border-bottom: 1px solid #aaa;
}
table.display td {
/* Moved */
}
table.display td.center {
text-align: center;
}

View File

@@ -0,0 +1,219 @@
/*
* Table
*/
table.dataTable {
margin: 0 auto;
clear: both;
width: 100%;
}
table.dataTable thead th {
padding: 3px 18px 3px 10px;
border-bottom: 1px solid black;
font-weight: bold;
cursor: pointer;
*cursor: hand;
}
table.dataTable tfoot th {
padding: 3px 18px 3px 10px;
border-top: 1px solid black;
font-weight: bold;
}
table.dataTable td {
padding: 3px 10px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }
table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
/*
* Table wrapper
*/
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
}
/*
* Page length menu
*/
.dataTables_length {
float: left;
}
/*
* Filter
*/
.dataTables_filter {
float: right;
text-align: right;
}
/*
* Table information
*/
.dataTables_info {
clear: both;
float: left;
}
/*
* Pagination
*/
.dataTables_paginate {
float: right;
text-align: right;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
height: 19px;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
padding-right: 23px;
margin-left: 10px;
}
.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
/* Full number pagination */
.paging_full_numbers {
height: 22px;
line-height: 22px;
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
color: #333 !important;
}
.paging_full_numbers a.paginate_button {
background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
background-color: #ccc;
text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
background-color: #99B3FF;
}
/*
* Processing indicator
*/
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
/*
* Sorting
*/
.sorting { background: url('../images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
table.dataTable th:active {
outline: none;
}
/*
* Scrolling
*/
.dataTables_scroll {
clear: both;
}
.dataTables_scrollBody {
*margin-top: -1px;
}

View File

@@ -0,0 +1,243 @@
/*
* Table
*/
table.dataTable {
margin: 0 auto;
clear: both;
width: 100%;
}
table.dataTable thead th {
padding: 3px 0px 3px 10px;
cursor: pointer;
*cursor: hand;
}
table.dataTable tfoot th {
padding: 3px 10px;
}
table.dataTable td {
padding: 3px 10px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
text-align: center;
}
table.dataTable tr.odd { background-color: #E2E4FF; }
table.dataTable tr.even { background-color: white; }
table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
/*
* Table wrapper
*/
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
padding: 5px;
}
/*
* Page length menu
*/
.dataTables_length {
float: left;
}
/*
* Filter
*/
.dataTables_filter {
float: right;
text-align: right;
}
/*
* Table information
*/
.dataTables_info {
padding-top: 3px;
clear: both;
float: left;
}
/*
* Pagination
*/
.dataTables_paginate {
float: right;
text-align: right;
}
.dataTables_paginate .ui-button {
margin-right: -0.1em !important;
}
.paging_two_button .ui-button {
float: left;
cursor: pointer;
* cursor: hand;
}
.paging_full_numbers .ui-button {
padding: 2px 6px;
margin: 0;
cursor: pointer;
* cursor: hand;
color: #333 !important;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
height: 19px;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
padding-right: 23px;
margin-left: 10px;
}
.paginate_enabled_previous { background: url('../images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('../images/back_disabled.png') no-repeat top left; }
.paginate_enabled_next { background: url('../images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('../images/forward_disabled.png') no-repeat top right; }
/* Full number pagination */
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
color: #333 !important;
}
.paging_full_numbers a.paginate_button {
background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
background-color: #ccc;
text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
background-color: #99B3FF;
}
/*
* Processing indicator
*/
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
/*
* Sorting
*/
table.dataTable thead th div.DataTables_sort_wrapper {
position: relative;
padding-right: 20px;
padding-right: 20px;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
position: absolute;
top: 50%;
margin-top: -8px;
right: 0;
}
table.dataTable th:active {
outline: none;
}
/*
* Scrolling
*/
.dataTables_scroll {
clear: both;
}
.dataTables_scrollBody {
*margin-top: -1px;
}

View File

@@ -0,0 +1,143 @@
/*
* CSS Styles that are needed by jScrollPane for it to operate correctly.
*
* Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
* may not operate correctly without them.
*/
.jspContainer
{
overflow: hidden;
position: relative;
z-index: 9999;
}
.jspPane
{
position: absolute;
}
.jspVerticalBar
{
position: absolute;
top: 0;
right: 0;
width: 15px;
height: 100%;
background: rgb(90,90,90);
border-bottom: 1px solid rgb(20,20,20);
border-right: 1px solid rgb(20,20,20);
border-top: 1px solid rgb(130,130,130);
border-left: 1px solid rgb(130,130,130);
box-shadow: 0px 0px 5px #000;
padding-left: 2px;
padding-right: 2px;
}
.jspHorizontalBar
{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 15px;
background: rgb(160,160,160);
}
.jspVerticalBar *,
.jspHorizontalBar *
{
margin: 0;
padding: 0;
}
.jspCap
{
display: none;
}
.jspHorizontalBar .jspCap
{
float: left;
background: rgb(160,160,160);
}
.jspTrack
{
position: relative;
border-radius: 20px;
}
.jspDrag
{
position: relative;
top: 0;
left: 0;
cursor: pointer;
border-radius: 20px;
box-shadow: 0px 0px 3px #000;
border: 1px solid rgba(0,0,0,0.9);
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
float: left;
height: 100%;
}
.jspArrow
{
background: rgb(160,160,160);
text-indent: 0px;
display: block;
cursor: pointer;
box-shadow: 0px 0px 3px #000;
}
.jspArrow.jspDisabled
{
cursor: default;
background: rgb(90,90,90);
}
.jspVerticalBar .jspArrow
{
height: 20px;
box-shadow: 1px 1px 3px;
}
.jspHorizontalBar .jspArrow
{
width: 20px;
float: left;
height: 100%;
}
.jspVerticalBar .jspArrow:focus
{
outline: none;
}
.jspCorner
{
background: rgb(160,160,160);
border: 1px solid #000;
float: left;
height: 100%;
}
.jspArrowUp
{
background: url(../images/arrow-up.png) center center no-repeat;
}
.jspArrowDown
{
background: url(../images/arrow-down.png) center center no-repeat;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
margin: 0 -3px 0 0;
}

View File

@@ -0,0 +1,793 @@
body {
margin: 0px;
padding: 0px;
font-family: Verdana, Tahoma, Arial, sans-serif;
overflow: hidden;
font-size: 100%;}
@font-face{
font-family: 'WebSymbolsRegular';
src: url('../fonts/websymbols-regular-webfont.eot');
src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/websymbols-regular-webfont.woff') format('woff'),
url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}
.web-symbol{
font-family: 'WebSymbolsRegular';
}
/*
* Univarsal
* */
.clear{
clear:both;
}
/*Removes outline in Chrome*/
*:focus{
outline: none;
}
/*
* Links Styles
* */
a span{
font-family: 'WebSymbolsRegular';
}
a:link {
color: rgb(200,200,200);
text-decoration: none;
}
a:visited {
color: rgb(200,200,200);
text-decoration: none;
}
a:hover { /*this effect is not shown in NN4.xx*/
color: rgb(255,255,255);
text-decoration: none;
}
a:active {/*colour in NN4.xx is red*/
color: rgb(200,200,200);
text-decoration: none;
}
.symbol-link a {
color: #fff;
float: right;
}
.symbol-link a span{
font-family: 'WebSymbolsRegular';
display: inline;
}
.symbol-link a p {
display: inline;
color: #fff;
}
#container { width: 100%; margin: auto; }
h1,h2,h3,h4,h5,h6{padding-left: 10px,}
h1
{
font-size: 1.2em;
text-decoration: none;
margin: 0;
line-height: 2em;
}
h1 span,
h2 span,
h3 span{ font-family: 'WebSymbolsRegular'; padding-right: 10px; }
h2 { font-size: 1em; color: rgb(255,255,255); text-shadow: -1px -1px 0px rgb(10,10,10); margin-bottom: 0px; text-decoration: none; padding: 0px;}
h3 { font-size: .8em; font-weight: normal; color: rgb(140,140,140); }
h4 { padding: .6px; font-size: 0.8em; color: rgba(0,0,0,0.6); text-shadow: 1px 1px 0px rgba(255,255,255,0.1); text-decoration: none;}
p { color: rgb(160,160,160); text-shadow: 1px 1px 1px #000; margin-top: 8px; margin-bottom: 8px; }
#paddingheader { width: 100%; border-bottom: 2px solid rgb(0,145,255); background: #000; }
#switchViews { float: left; list-style-type: none; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,0.1); }
#switchViews li{ border-right: 1px solid rgba(255,255,255,0.1); padding: 5px; margin: 0; line-height: 25px; cursor: pointer; display: inline-block;}
#switchViews:last-child{
border-right: 0;
}
#switchViews li:hover{
background: rgba(0,145,255,0.1);
}
/*#table_body*/
#table_body{
width: 100%;
border-collapse: collapse;
overflow: hidden;
}
/*header*/
#header
{
box-sizing: border-box;
height: 45px;
border-bottom: 1px solid #000;
box-shadow: 1px 1px 2px #000;
vertical-align: middle;
}
div#logo{ float: left; margin-left: .5em; width: 12em;}
div#logo img{ width: 2.5em; }
/* *
* Search holder
*/
div#searchbar
{
margin-top: .5em;
margin-right: .5em;
float: right;
}
div#searchbar input[type="text"]{
margin: 0px;
padding: 0;
padding-left: 5px;
float: left;
width: 150px;
}
div#searchbar select{
float: left;
}
/*
* end searchbar
* */
/*Noty*/
div.custom_container /*Makes use of noty*/
{
width: 320px;
position: fixed;
bottom: 25px;
right: 25px;
z-index: 999999;
}
/*Menu*/
#nav-container{
vertical-align: top;
width: 200px;
border-right: 1px solid rgba(0,0,0,0.1);
}
ul#nav
{
list-style-type: none;
width: 200px;
padding: 0;
margin: 0;
}
ul#nav li
{
display: block;
width: 100%;
padding: 0;
margin: 0;
border-bottom: 1px solid rgba(0,0,0,0.2);
border-top: 1px solid rgba(255,255,255,0.2);
}
#nav li a{
color: #7597A8;
padding-left: 10px;
line-height: 2em;
display: block;
}
#nav li a span{
font-family: 'WebSymbolsRegular';
display: inline-block;
width: 30px;
text-align: center;
}
#nav li a{
}
ul#nav li:hover {
background: -moz-linear-gradient(top, rgba(80,80,80,0.5) 0%, rgba(40,40,40,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.5)), color-stop(100%,rgba(40,40,40,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(80,80,80,0.5) 0%,rgba(40,40,40,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(80,80,80,0.5) 0%,rgba(40,40,40,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(80,80,80,0.5) 0%,rgba(40,40,40,0.5) 100%); /* IE10+ */
background: linear-gradient(top, rgba(80,80,80,0.5) 0%,rgba(40,40,40,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80505050', endColorstr='#80282828',GradientType=0 ); /* IE6-9 */
}
#nav li.selected,
#nav li:hover.selected
{
background: rgb(62,80,89); /* Old browsers */
background: -moz-linear-gradient(top, rgba(62,80,89,1) 1%, rgba(53,70,76,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(62,80,89,1)), color-stop(100%,rgba(53,70,76,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(62,80,89,1) 1%,rgba(53,70,76,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(62,80,89,1) 1%,rgba(53,70,76,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(62,80,89,1) 1%,rgba(53,70,76,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(62,80,89,1) 1%,rgba(53,70,76,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e5059', endColorstr='#35464c',GradientType=0 ); /* IE6-9 */
}
ul#nav li.selected span,
ul#nav li.selected a,
ul#nav li.selected a:hover{color: #ffffff;}
ul#nav li a:hover { color: #ffffff; }
/* *
* Sub navigation
*/
div#subhead_container
{
height: 40px;
float:left;
}
ul#subhead_menu
{
list-style: none;
padding: 0px;
margin: 0px;
}
ul#subhead_menu li
{
float: left;
line-height: 2.8em;
border-right: 1px solid rgba(255,255,255,0.1);
border-left: 1px solid rgba(0,0,0,0.3);
display: inline;
text-align: center;
}
ul#subhead_menu li:hover
{
background-image: linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 100%);
border-right: 1px solid rgba(0,0,0,0.3);
border-left: 1px solid rgba(255,255,255,0.1);
}
ul#subhead_menu li a {
display: block;
text-align: center;
padding: 0 10px 0 10px;
color: #7597A8;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
}
ul#subhead_menu li a:hover { color: rgb(255,255,255); font-weight: bold; }
/*
* end Sub navigation
* */
#content-container{
overflow: hidden;
}
div#main {
overflow: hidden;
}
.table_wrapper {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
width: 100%;
min-height: 50px;
clear: both;
_height: 302px;
zoom: 1;
}
/*Inputs & Select*/
input, textarea, select, option {
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
padding-left: 5px;
padding-right: 5px;
font-size: .8em;
color: rgba(255,255,255,0.6);
line-height: 25px;
font-weight: bold;
margin: 0;
}
input[type="text"]{
height: 27px;
}
input, textarea{
border: 1px solid rgba(0,0,0,0.6);
background: rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
input[type=checkbox]:hover,
input[type=radio]:hover,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
background-color: rgba(0,145,255,.1);
color: #fff;
}
select,
input[type="button"],
input[type="submit"]{
background-color: rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
}
select:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
background-color: rgba(0,145,255,.1);
color: #fff;
}
select option{
background: rgb(31,31,31);
}
select option:hover{
background: rgb(255,255,255);
color: #000;
}
input[type=checkbox],
input[type=radio] {
display: inline-block;
font-size: 15px;
line-height: 1em;
margin: 0 0.25em 0 0;
padding: 0;
width: 1.25em;
height: 1.25em;
vertical-align: text-top;
}
input[type=radio] {
-webkit-border-radius: 2em; /* Make radios round */
}
input[type="radio"]:checked {
background: rgba(0,145,255,.8);
}
input[type="checkbox"]:checked{
background: rgb(0,145,255) no-repeat center center;
}
input[type="checkbox"]:checked:after{
content: '.';
color: rgb(255,255,255);
font-family: 'WebSymbolsRegular';
font-weight: bold;
font-size: 1em;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
margin-left: 1px;
margin-bottom: 2px;
}
/*End Inputs & Select*/
.manage_wrapper { width: 88%; margin: 20px auto 0 auto; padding: 25px; min-height: 150px; clear: both; _height: 302px; zoom: 1; }
/*config*/
div#config_wrapper { margin: auto; width: 640px; margin-bottom: 100px; }
div#config_wrapper div table { width: 100%; border-collapse:separate; border-spacing: 10px; }
div#config_wrapper div table tr td:first-child{ width: 240px; }
div#config_wrapper div table tr td{ vertical-align: middle; }
/*end config*/
/* Artist Table Style*/
table#artist_table { width: 100%;}
table#artist_table th#select { text-align: left; }
table#artist_table th#albumart { text-align: center; width: 100px; }
table#artist_table th#name { text-align: left; min-width: 150px; }
table#artist_table th#album { text-align: left; min-width: 100px; }
table#artist_table th#have { text-align: center; min-width: 50px; }
table#artist_table tr { border-top: 1px solid rgba(255,255,255,0.2);border-bottom: 1px solid rgba(0,0,0,0.2); }
table#artist_table td#select { vertical-align: middle; text-align: center; }
table#artist_table td#albumart { vertical-align: middle; text-align: left; }
table#artist_table td#name { vertical-align: middle; text-align: left; }
table#artist_table td#album { vertical-align: middle; text-align: left; }
table#artist_table td#have { vertical-align: middle; }
table#album_table { width: 100%; }
/* Album Tableheader*/
table#album_table th#select { vertical-align: middle; text-align: left; width: 25px; }
table#album_table th#albumart {vertical-align: middle; text-align: left; width: 70px; }
table#album_table th#albumname {vertical-align: middle; text-align: left; min-width: 150px; }
table#album_table th#reldate {vertical-align: middle; width: 175px; text-align: left; min-width: 70px; }
table#album_table th#status {vertical-align: middle; width: 175px; text-align: left; min-width: 80px; }
table#album_table th#type {vertical-align: middle; width: 175px; text-align: left; min-width: 60px; max-width: 100px; }
table#album_table th#bitrate {vertical-align: middle; text-align: left; min-width: 60px; }
/* Album tabledata */
table#album_table tr { border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(0,0,0,0.2); }
table#album_table td#select { vertical-align: middle; text-align: left; }
table#album_table td#albumart { vertical-align: middle; text-align: left; }
.album-container {
position: relative;
display: none;
float: left;
width: 126px;
margin: 10px 10px 10px 10px;
}
.album-container .album-image-container{
height: 126px;
height: 126px;
position: relative;
}
.album-container .album-image-container .album-image {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
border: 0;
}
.album-container input {
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
position: absolute;
top: 0px;
z-index: 2;
width: 100%;
height: 100%;
text-align: center;
}
.album-container input:checked {
background: rgba(0,0,0,0.1);
box-shadow: 0 0 10px rgb(0,145,255);
-moz-box-shadow: 0 0 10px rgb(0,145,255);
-webkit-box-shadow: 0 0 10px rgb(0,145,255);
}
.album-container .album-actions {
width: 100%;
height: 30px;
font-size: 1.3em;
line-height: 26px;
text-align: center;
background-color: rgba(0,0,0,0.8);
border-radius: 0em 0em 0.5em 0.5em;
-moz-border-radius: 0em 0em 0.5em 0.5em;
-webkit-border-radius: 0em 0em 0.5em 0.5em;
-o-border-radius: 0em 0em 0.5em 0.5em;
}
.album-container .album-info{
text-align: left;
font-size: 0.7em;
position: relative;
top: 5px;
left: 0px;
width: 100%;
height: 40px;
text-shadow: 1px 1px 2px #000;
overflow: hidden;
border-bottom: 1px solid rgba(0,145,255,0.1);
}
/* Album art image sizes */
.album-art-small
{
width: 60px;
height: 60px;
float: left;
overflow: visible;
border: 0;
background-color: rgba(0,0,0,0.1);
position: relative;
background: url('images/no-cover.png');
}
.album-art-small img { width: 100%; height: 100%; z-index: 200; border: 0; }
.status {
position: absolute;
top: 0px;
right: -2em;
width: 2em;
text-align: center;
height: 100%;
font-size: 1.2em;
background-color: rgba(0,0,0,0.8);
text-align: center;
z-index: 99;
line-height: 1.5em;
color: #fff;
transition: height 0.2s;
-moz-transition: height 0.2s; /* Firefox 4 */
-webkit-transition: height 0.2s; /* Safari and Chrome */
-o-transition: height 0.2s; /* Opera */
vertical-align: middle;
}
div.status:hover { }
.album-art-big
{
background: url(../images/box-big.png) no-repeat top left;
float: left;
height: 200px;
margin-left: 20px;
margin-top. 20px;
padding-top:5px;
padding-left: 27px;
padding-bottom: 5px;
padding-right: 110px;
position: relative;
width: 200px;
z-index: 200;
}
.album-art-cd
{
background: url(../images/cd-big.png);
width: 191px;
height: 191px;
position: absolute;
top: 9px;
right: 20px;
z-index: 1;
}
.album-art-big img { width: 200px; height: 200px; position: absolute; z-index: 2; }
#album-describtion { float: left; width: 400px; min-height: 200px; margin-left: 20px; }
table#album_table td#albumname { vertical-align: middle; text-align: left; }
table#album_table td#reldate { vertical-align: middle; text-align: left; }
table#album_table td#status { vertical-align: middle; text-align: left; }
table#album_table td#type { vertical-align: middle; text-align: left; }
table#album_table td#have { vertical-align: middle; }
table#album_table td#bitrate { vertical-align: middle; text-align: left; }
div#albumheader { margin: 20px 0px 40px 0px; min-height: 200px; }
/*
Track
*/
div#track_wrapper { font-size: 12px; width: 100%; clear:both; }
table#track_table { margin-top: 20px; width: 100%; }
table#track_table td { padding: 3px 10px 3px 10px; }
table#track_table th#number { text-align: left; width: 30px; padding-left: 4px; }
table#track_table th#name { text-align:left ; min-width: 160px; }
table#track_table th#duration { text-align: left; width: 90px; }
table#track_table th#location { text-align: left; min-width: 180px; }
table#track_table th#bitrate { text-align: left; min-width: 75px; }
table#track_table td#number { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
table#track_table td#name { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
table#track_table td#duration { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
table#track_table td#location { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
table#track_table td#bitrate { vertical-align: middle; text-align: left; font-size: 12px; overflow: hidden; }
table#history_table { width: 100%; font-size: 12px; }
/* History table*/
table#history_table td#dateadded { vertical-align: middle; text-align: left; min-width: 150px; font-size: 14px; }
table#history_table td#filename { vertical-align: middle; text-align: left; min-width: 100px; font-size: 15px; }
table#history_table td#size { vertical-align: middle; text-align: left; min-width: 75px; font-size: 14px; }
table#history_table td#status { vertical-align: middle; text-align: left; font-size: 14px; }
table#history_table td#action { vertical-align: middle; text-align: left; font-size: 14px; }
/*
Log
*/
table#log_table { width: 100%; }
table#log_table td { padding: 3px 5px 3px 10px; }
table#log_table th#timestamp { text-align: left; min-width: 150px; }
table#log_table th#level { text-align: left; min-width: 60px; }
table#log_table th#message { text-align: left; min-width: 500px; }
/*
Upcoming
*/
/*Upcoming Tablehead*/
table#upcoming_table {width: 100%;}
table#upcoming_table th#albumart { text-align: left; min-width: 20%; }
table#upcoming_table th#albumname { text-align: left; min-width: 200px; }
table#upcoming_table th#artistname { text-align: left; min-width: 150px; }
table#upcoming_table th#reldate { text-align: left; min-width: 100px; }
table#upcoming_table th#type { text-align: left; min-width: 75px; }
/*Upcoming Tabledata*/
table#upcoming_table td#select { vertical-align: middle; text-align: left; }
table#upcoming_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
table#upcoming_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
table#upcoming_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
table#upcoming_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
table#upcoming_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
table#upcoming_table td#status { vertical-align: middle; text-align: left; }
/*Wanted Tablehead*/
table#wanted_table { width: 100%; }
table#wanted_table th#albumart { text-align: left; min-width: 50px; }
table#wanted_table th#albumname { text-align: left; min-width: 200px; }
table#wanted_table th#artistname { text-align: left; min-width: 150px; }
table#wanted_table th#reldate { text-align: left; min-width: 100px; }
table#wanted_table th#type { text-align: left; min-width: 75px; }
/*Wanted Tabledata*/
table#wanted_table td#select { vertical-align: middle; text-align: left; }
table#wanted_table td#albumart { vertical-align: middle; text-align: left; min-width: 50px; }
table#wanted_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
table#wanted_table td#artistname { vertical-align: middle; text-align: left; min-width: 150px; }
table#wanted_table td#reldate { vertical-align: middle; text-align: left; min-width: 100px; }
table#wanted_table td#type { vertical-align: middle; text-align: left; min-width: 75px; }
table#wanted_table td#status { vertical-align: middle; text-align: left; }
/*Search Results Tablehead*/
table#searchresults_table { width: 100%; }
table#searchresults_table th#albumname { text-align: left; min-width: 225px; }
table#searchresults_table th#artistname { text-align: left; min-width: 325px; }
table#searchresults_table th#score { text-align: left; min-width: 75px; }
table#searchresults_table td#albumname { vertical-align: middle; text-align: left; min-width: 200px; }
table#searchresults_table td#artistname { vertical-align: middle; text-align: left; min-width: 300px; }
table#searchresults_table td#score { vertical-align: middle; text-align: left; min-width: 75px; }
/*progress container*/
div.progress-container span
{
float: left;
margin: auto;
color: #fffff;
}
div.progress-container span:hover
{
}
div.progress-container
{
width: 100%;
height: 15px;
margin: 2px 5px 2px 0px;
overflow: hidden;
text-align: center;
border: 1px solid rgb(10,10,10);
box-shadow: 1px 1px 0px rgba(255,255,255,0.2);
border-radius: 2px;
background: rgba(0,0,0,0.1);
}
/*Progress bar*/
div.progress-container div
{
height: 100%;
background: rgb(57,69,81); /* Old browsers */
background: -moz-linear-gradient(top, rgba(57,69,81,1) 0%, rgba(54,64,76,1) 49%, rgba(36,43,51,1) 50%, rgba(36,43,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,69,81,1)), color-stop(49%,rgba(54,64,76,1)), color-stop(50%,rgba(36,43,51,1)), color-stop(100%,rgba(36,43,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(57,69,81,1) 0%,rgba(54,64,76,1) 49%,rgba(36,43,51,1) 50%,rgba(36,43,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394551', endColorstr='#242b33',GradientType=0 ); /* IE6-9 */
}
/*text format for match/procent*/
.searchmatch,
.havetracks
{
display: block;
float: left;
width: 100%;
font-size: 12px;
position: relative;
text-align: center;
}
#footer /*#footer*/
{
/*ColorStyles.css*/
height: 50px;
border-collapse: collapse;
box-sizing: border-box;
}
#footer .btn a {
font-size: .8em;
background: rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
padding: 5px 10px 5px 10px;
margin: 0px 5px 0px 5px;
}
#footer .btn a:hover {
background: rgba(255,255,255,.1);
}
#footer .btn.left{
float: left;
}
#footer .btn.right{
float: right;
}
/*Footer manage/settings*/
#options
{
float: left;
padding: 5px;
list-style-type: none;
position: relative;
background-color: #192126;
}
#options li { }
#options li a{
padding-left: 20px;
padding-right: 5px;
line-height: 25px;
display: block;
color: rgb(120,120,120);
}
#options li a:hover { background: rgb(255,255,255); }
#options li span{ width: 30px; text-align: center; display:inline-block; }
#options ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
position: absolute;
display: none;
background-color: rgba(0,0,0,0.5);
width: 200px;
}
#options li:hover ul
{
display: block;
}
span#version { text-align: center; font-weight: bold; }
span#donate { text-align: center; margin: 20px auto 20px auto; }
/* Shutdown
* */
div#shutdown
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.9);
z-index: 999;
}
div#shutdown div
{
position: fixed;
top: 50%;
left: 50%;
width: 0px;
height: 0px;
}
div#shutdown div div
{
text-align: center;
position: relative;
float: left;
left: -150px;
top: -100px;
width: 300px;
height: 200px;
}
.cloudtag { padding-top: 30px; font-size:16px; }
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }
#cloud { padding: 2px; line-height: 1.5em; text-align: center; }
#cloud a { padding: 0px; }
#cloud { margin: 0; }
#cloud li { display: inline; }