2018-05-17 23:10:57 +01:00
|
|
|
html {
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
2013-11-04 18:18:38 +01:00
|
|
|
body {
|
|
|
|
padding-top: 50px;
|
2013-11-05 14:59:12 +01:00
|
|
|
padding-bottom: 50px;
|
2018-05-15 00:13:43 +01:00
|
|
|
background-color:#888;
|
2013-11-05 14:59:12 +01:00
|
|
|
}
|
|
|
|
|
2016-02-07 22:23:48 +01:00
|
|
|
button {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-06-10 23:15:33 +02:00
|
|
|
#BrowseBreadrumb {
|
2018-04-10 21:14:16 +02:00
|
|
|
overflow: auto;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-06-10 23:15:33 +02:00
|
|
|
#BrowseBreadcrumb > li > a {
|
2018-05-13 21:45:23 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-11-07 10:09:40 +01:00
|
|
|
#counter {
|
2018-06-03 10:41:47 +01:00
|
|
|
font-size: 22px;
|
2018-02-04 13:24:44 +01:00
|
|
|
margin-left: 10px;
|
|
|
|
min-width: 50px;
|
2013-11-07 10:09:40 +01:00
|
|
|
}
|
|
|
|
|
2014-02-22 01:57:26 +01:00
|
|
|
#search {
|
2018-05-17 23:10:57 +01:00
|
|
|
width: 200px;
|
2014-01-19 02:08:56 +01:00
|
|
|
}
|
|
|
|
|
2018-05-30 01:12:47 +02:00
|
|
|
.card {
|
2018-06-03 10:41:47 +01:00
|
|
|
min-height:350px;
|
2018-04-10 21:14:16 +02:00
|
|
|
}
|
|
|
|
|
2018-05-27 16:30:36 +01:00
|
|
|
@media only screen and (max-width: 576px) {
|
2018-05-23 00:07:34 +01:00
|
|
|
.header-logo {
|
|
|
|
display:none !important;
|
|
|
|
}
|
2018-04-23 13:38:58 +02:00
|
|
|
}
|
|
|
|
|
2018-07-09 18:28:28 +01:00
|
|
|
.clickable {
|
2014-01-16 18:32:20 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-05-27 16:30:36 +01:00
|
|
|
.tblnum, .tblaction {
|
2014-01-17 16:26:26 +01:00
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
2018-07-09 18:28:28 +01:00
|
|
|
.album-cover {
|
2018-05-07 20:11:49 +01:00
|
|
|
background-size:cover;
|
|
|
|
border:1px solid black;
|
|
|
|
border-radius:5px;
|
|
|
|
overflow:hidden;
|
2018-05-15 00:13:43 +01:00
|
|
|
margin-bottom:20px;
|
2018-05-14 00:06:12 +01:00
|
|
|
width:240px;
|
|
|
|
height:240px;
|
2018-05-07 20:11:49 +01:00
|
|
|
background-color:#eee;
|
2018-05-13 21:45:23 +01:00
|
|
|
}
|
2018-05-13 21:52:53 +01:00
|
|
|
|
2018-05-15 00:13:43 +01:00
|
|
|
.hide {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right !important;
|
|
|
|
}
|
|
|
|
|
2018-06-21 22:29:49 +01:00
|
|
|
.card-toolbar {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-toolbar > div, .card-toolbar > form {
|
|
|
|
margin-bottom:5px;
|
2018-05-15 00:13:43 +01: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 19:59:58 +01:00
|
|
|
local('MaterialIcons-Regular');
|
|
|
|
src: url(/assets/MaterialIcons-Regular.woff2) format('woff2'),
|
2018-05-15 00:13:43 +01: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-06-01 00:05:49 +01:00
|
|
|
vertical-align: top;
|
2018-05-15 00:13:43 +01: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 23:51:24 +01:00
|
|
|
.material-icons-small {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2018-05-15 00:13:43 +01:00
|
|
|
main {
|
|
|
|
padding-top:20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-darkgrey {
|
|
|
|
color:#6c757d;
|
|
|
|
}
|
|
|
|
|
2018-05-23 00:07:34 +01:00
|
|
|
.color-darkgrey:hover {
|
|
|
|
color:#6c757d !important;
|
|
|
|
}
|
|
|
|
|
2018-05-17 23:10:57 +01:00
|
|
|
#btn-outputs-block > button {
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
|
|
|
#btn-outputs-block > button:last-child {
|
|
|
|
margin-bottom:0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body {
|
|
|
|
overflow-x:hidden;
|
2018-05-22 00:36:05 +01:00
|
|
|
}
|
|
|
|
|
2018-06-28 23:51:24 +01:00
|
|
|
#progressBar {
|
2018-05-22 00:36:05 +01:00
|
|
|
width:100%;
|
2018-06-28 23:51:24 +01:00
|
|
|
margin-top:8px;
|
2018-05-22 00:36:05 +01:00
|
|
|
}
|
|
|
|
|
2018-06-28 23:51:24 +01:00
|
|
|
#volumeBar {
|
|
|
|
margin-top:2px;
|
2018-05-22 00:36:05 +01:00
|
|
|
width:160px;
|
|
|
|
}
|
|
|
|
|
2018-07-09 19:44:42 +01:00
|
|
|
.title-icon {
|
|
|
|
float:left;
|
|
|
|
margin-right:5px;
|
|
|
|
font-size:1.8rem;
|
|
|
|
}
|
|
|
|
|
2018-05-23 00:07:34 +01:00
|
|
|
.header-logo {
|
|
|
|
font-size:2rem;
|
|
|
|
float:left;
|
|
|
|
margin-right:5px;
|
2018-06-01 00:13:15 +01:00
|
|
|
}
|
|
|
|
|
2018-07-09 19:44:42 +01:00
|
|
|
.letters > button {
|
2018-06-28 23:51:24 +01:00
|
|
|
width:28px;
|
2018-07-09 19:44:42 +01:00
|
|
|
height:28px;
|
2018-06-03 17:36:06 +01:00
|
|
|
}
|
|
|
|
|
2018-06-03 21:35:16 +02:00
|
|
|
.col-md {
|
2018-07-09 19:44:42 +01:00
|
|
|
max-width:250px;
|
|
|
|
min-width:250px;
|
2018-06-03 21:35:16 +02:00
|
|
|
}
|
|
|
|
|
2018-07-09 19:44:42 +01:00
|
|
|
a.card-img-top {
|
|
|
|
height:250px;
|
|
|
|
overflow:hidden;
|
|
|
|
display:block;
|
2018-06-21 22:29:49 +01:00
|
|
|
}
|
2018-06-24 18:57:47 +01:00
|
|
|
|
|
|
|
button.active {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #28a745 !important;
|
|
|
|
border-color: #28a745 !important;
|
2018-06-28 23:51:24 +01:00
|
|
|
}
|
|
|
|
|
2018-07-01 23:49:47 +01: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 23:51:24 +01:00
|
|
|
|
2018-07-01 23:49:47 +01:00
|
|
|
div.alertBoxActive {
|
|
|
|
opacity:1 !important;
|
|
|
|
visibility:visible !important;
|
|
|
|
transition:opacity 0.5s ease-in;
|
2018-07-04 23:49:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.popover-content {
|
|
|
|
padding-top:4px;
|
|
|
|
padding-bottom:4px;
|
2018-07-05 22:56:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.opacity05 {
|
|
|
|
opacity:0.5;
|
2018-07-01 23:49:47 +01:00
|
|
|
}
|