1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-02 09:33:16 +00:00
ympd/htdocs/css/mpd.css

237 lines
3.5 KiB
CSS
Raw Normal View History

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;
padding-bottom: 50px;
2018-05-14 23:13:43 +00:00
background-color:#888;
}
2016-02-07 21:23:48 +00:00
button {
overflow: hidden;
}
2018-06-10 21:15:33 +00:00
#BrowseBreadrumb {
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 {
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
}
.card {
min-height:350px;
}
@media only screen and (max-width: 576px) {
.header-logo {
display:none !important;
}
2018-04-23 11:38:58 +00:00
}
2018-07-09 17:28:28 +00:00
.clickable {
cursor: pointer;
}
.tblnum, .tblaction {
2014-01-17 15:26:26 +00:00
width: 30px;
}
2018-07-09 17:28:28 +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;
width:240px;
height:240px;
background-color:#eee;
2018-05-13 20:45:23 +00:00
}
2018-05-14 23:13:43 +00:00
.hide {
display: none !important;
}
.pull-right {
float: right !important;
}
.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;
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';
}
.material-icons-small {
font-size: 16px;
}
2018-05-14 23:13:43 +00:00
main {
padding-top:20px;
}
.color-darkgrey {
color:#6c757d;
}
.color-darkgrey:hover {
color:#6c757d !important;
}
#btn-outputs-block > button {
margin-bottom:10px;
}
#btn-outputs-block > button:last-child {
margin-bottom:0px;
}
.card-body {
overflow-x:hidden;
}
#progressBar {
width:100%;
margin-top:8px;
}
#volumeBar {
margin-top:2px;
width:160px;
}
2018-07-09 18:44:42 +00:00
.title-icon {
float:left;
margin-right:5px;
font-size:1.8rem;
}
.header-logo {
font-size:2rem;
float:left;
margin-right:5px;
2018-05-31 23:13:15 +00:00
}
2018-07-09 18:44:42 +00:00
.letters > button {
width:28px;
2018-07-09 18:44:42 +00:00
height:28px;
2018-06-03 16:36:06 +00:00
}
2018-06-03 19:35:16 +00:00
.col-md {
2018-07-09 18:44:42 +00:00
max-width:250px;
min-width:250px;
2018-06-03 19:35:16 +00:00
}
2018-07-09 18:44:42 +00:00
a.card-img-top {
height:250px;
overflow:hidden;
display:block;
}
2018-06-24 17:57:47 +00:00
button.active {
color: #fff;
background-color: #28a745 !important;
border-color: #28a745 !important;
}
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-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-22 19:00:26 +00:00
}
caption {
caption-side: top;
font-size: 120%;
font-weight: bold;
color: black;
}
.dragover > td {
border-top:2px solid red;
}
[draggable] {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
/* Required to make elements draggable in old WebKit */
-khtml-user-drag: element;
-webkit-user-drag: element;
}