2018-05-17 22:10:57 +00:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-11-04 17:18:38 +00:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
2013-11-05 13:59:12 +00:00
|
|
|
padding-bottom: 50px;
|
2018-05-14 23:13:43 +00:00
|
|
|
background-color:#888;
|
2013-11-05 13:59:12 +00:00
|
|
|
}
|
|
|
|
|
2016-02-07 21:23:48 +00:00
|
|
|
button {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-06-10 21:15:33 +00:00
|
|
|
#BrowseBreadrumb {
|
2018-04-10 19:14:16 +00:00
|
|
|
overflow: auto;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-06-10 21:15:33 +00:00
|
|
|
#BrowseBreadcrumb > li > a {
|
2018-05-13 20:45:23 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-11-07 09:09:40 +00:00
|
|
|
#counter {
|
2018-06-03 09:41:47 +00:00
|
|
|
font-size: 22px;
|
2018-02-04 12:24:44 +00:00
|
|
|
margin-left: 10px;
|
|
|
|
min-width: 50px;
|
2013-11-07 09:09:40 +00:00
|
|
|
}
|
|
|
|
|
2014-02-22 00:57:26 +00:00
|
|
|
#search {
|
2018-05-17 22:10:57 +00:00
|
|
|
width: 200px;
|
2014-01-19 01:08:56 +00:00
|
|
|
}
|
|
|
|
|
2018-05-29 23:12:47 +00:00
|
|
|
.card {
|
2018-06-03 09:41:47 +00:00
|
|
|
min-height:350px;
|
2018-04-10 19:14:16 +00:00
|
|
|
}
|
|
|
|
|
2018-05-27 15:30:36 +00:00
|
|
|
@media only screen and (max-width: 576px) {
|
2018-05-22 23:07:34 +00:00
|
|
|
.header-logo {
|
|
|
|
display:none !important;
|
|
|
|
}
|
2018-04-23 11:38:58 +00:00
|
|
|
}
|
|
|
|
|
2014-01-16 17:32:20 +00:00
|
|
|
tbody {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-05-27 15:30:36 +00:00
|
|
|
.tblnum, .tblaction {
|
2014-01-17 15:26:26 +00:00
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
2018-05-07 19:11:49 +00:00
|
|
|
#album-cover {
|
|
|
|
background-size:cover;
|
|
|
|
border:1px solid black;
|
|
|
|
border-radius:5px;
|
|
|
|
overflow:hidden;
|
2018-05-14 23:13:43 +00:00
|
|
|
margin-bottom:20px;
|
2018-05-13 23:06:12 +00:00
|
|
|
width:240px;
|
|
|
|
height:240px;
|
2018-05-07 19:11:49 +00:00
|
|
|
background-color:#eee;
|
2018-05-13 20:45:23 +00:00
|
|
|
}
|
2018-05-13 20:52:53 +00:00
|
|
|
|
2018-05-14 23:13:43 +00:00
|
|
|
.hide {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
|
2018-06-21 21:29:49 +00:00
|
|
|
.card-toolbar {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-toolbar > div, .card-toolbar > form {
|
|
|
|
margin-bottom:5px;
|
2018-05-14 23:13:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url(/assets/MaterialIcons-Regular.eot); /* For IE6-8 */
|
|
|
|
src: local('Material Icons'),
|
2018-06-07 18:59:58 +00:00
|
|
|
local('MaterialIcons-Regular');
|
|
|
|
src: url(/assets/MaterialIcons-Regular.woff2) format('woff2'),
|
2018-05-14 23:13:43 +00:00
|
|
|
url(/assets/MaterialIcons-Regular.woff) format('woff'),
|
|
|
|
url(/assets/MaterialIcons-Regular.ttf) format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 18px; /* Preferred icon size */
|
|
|
|
display:inline-block;
|
|
|
|
line-height: 1;
|
|
|
|
text-transform: none;
|
|
|
|
letter-spacing: normal;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: nowrap;
|
|
|
|
direction: ltr;
|
2018-05-31 23:05:49 +00:00
|
|
|
vertical-align: top;
|
2018-05-14 23:13:43 +00:00
|
|
|
/* Support for all WebKit browsers. */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
/* Support for Safari and Chrome. */
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
|
|
|
|
/* Support for Firefox. */
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
|
|
/* Support for IE. */
|
|
|
|
font-feature-settings: 'liga';
|
|
|
|
}
|
|
|
|
|
2018-06-28 22:51:24 +00:00
|
|
|
.material-icons-small {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2018-05-14 23:13:43 +00:00
|
|
|
main {
|
|
|
|
padding-top:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-darkgrey {
|
|
|
|
color:#6c757d;
|
|
|
|
}
|
|
|
|
|
2018-05-22 23:07:34 +00:00
|
|
|
.color-darkgrey:hover {
|
|
|
|
color:#6c757d !important;
|
|
|
|
}
|
|
|
|
|
2018-05-17 22:10:57 +00:00
|
|
|
#btn-outputs-block > button {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
#btn-outputs-block > button:last-child {
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body {
|
|
|
|
overflow-x:hidden;
|
2018-05-21 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
2018-06-28 22:51:24 +00:00
|
|
|
#progressBar {
|
2018-05-21 23:36:05 +00:00
|
|
|
width:100%;
|
2018-06-28 22:51:24 +00:00
|
|
|
margin-top:8px;
|
2018-05-21 23:36:05 +00:00
|
|
|
}
|
|
|
|
|
2018-06-28 22:51:24 +00:00
|
|
|
#volumeBar {
|
|
|
|
margin-top:2px;
|
2018-05-21 23:36:05 +00:00
|
|
|
width:160px;
|
|
|
|
}
|
|
|
|
|
2018-05-22 23:07:34 +00:00
|
|
|
.header-logo {
|
|
|
|
font-size:2rem;
|
|
|
|
float:left;
|
|
|
|
margin-right:5px;
|
2018-05-31 23:13:15 +00:00
|
|
|
}
|
|
|
|
|
2018-06-10 21:15:33 +00:00
|
|
|
#BrowseFilesystemFilterLetters > button,
|
|
|
|
#BrowseDatabaseFilterLetters > button,
|
|
|
|
#BrowsePlaylistsFilterLetters > button
|
2018-06-04 18:31:05 +00:00
|
|
|
{
|
2018-06-28 22:51:24 +00:00
|
|
|
width:28px;
|
2018-06-03 16:36:06 +00:00
|
|
|
}
|
|
|
|
|
2018-06-03 19:35:16 +00:00
|
|
|
.col-md {
|
2018-06-07 22:35:41 +00:00
|
|
|
min-width:260px;
|
|
|
|
max-width:260px;
|
2018-06-03 19:35:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-img-top {
|
|
|
|
min-height:250px;
|
|
|
|
background-repeat:no-repeat;
|
2018-06-22 00:01:15 +00:00
|
|
|
background-color:#eee;
|
2018-06-21 21:29:49 +00:00
|
|
|
}
|
2018-06-24 17:57:47 +00:00
|
|
|
|
|
|
|
button.active {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #28a745 !important;
|
|
|
|
border-color: #28a745 !important;
|
2018-06-28 22:51:24 +00:00
|
|
|
}
|
|
|
|
|
2018-07-01 22:49:47 +00:00
|
|
|
div#alertBox {
|
|
|
|
position:fixed;
|
|
|
|
top: 50px;
|
|
|
|
right:10px;
|
|
|
|
width:80%;
|
|
|
|
max-width:400px;
|
|
|
|
z-index:1000;
|
|
|
|
opacity:0;
|
|
|
|
visibility:visible;
|
|
|
|
transition:opacity 0.5s ease-in;
|
|
|
|
}
|
2018-06-28 22:51:24 +00:00
|
|
|
|
2018-07-01 22:49:47 +00:00
|
|
|
div.alertBoxActive {
|
|
|
|
opacity:1 !important;
|
|
|
|
visibility:visible !important;
|
|
|
|
transition:opacity 0.5s ease-in;
|
2018-07-04 22:49:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
padding-top:4px;
|
|
|
|
padding-bottom:4px;
|
2018-07-05 21:56:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.opacity05 {
|
|
|
|
opacity:0.5;
|
2018-07-01 22:49:47 +00:00
|
|
|
}
|