193 lines
3.1 KiB
CSS
Executable File
193 lines
3.1 KiB
CSS
Executable File
/*
|
|
*
|
|
*/
|
|
|
|
/* Responsive stuff */
|
|
|
|
@media all and (min-width: 50.1em) {
|
|
.pl-breakpoint.ui-grid-a .ui-block-a {
|
|
width: 32.95%;
|
|
}
|
|
.pl-breakpoint.ui-grid-a .ui-block-b {
|
|
width: 66%;
|
|
}
|
|
.pl-breakpoint.ui-grid-a .ui-block-a {
|
|
clear: left;
|
|
}
|
|
.header-breakpoint.ui-grid-b .ui-block-a {
|
|
width: 19.95%;
|
|
}
|
|
.header-breakpoint.ui-grid-b .ui-block-b {
|
|
width: 39.92%;
|
|
}
|
|
.header-breakpoint.ui-grid-b .ui-block-c {
|
|
width: 39.92%;
|
|
}
|
|
.pl-breakpoint.ui-grid-a .ui-block-a {
|
|
clear: left;
|
|
}
|
|
#playlisttablediv {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
@media all and (max-width: 50em) {
|
|
.pl-breakpoint .ui-block-a, .pl-breakpoint .ui-block-b {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
.header-breakpoint .ui-block-a, .header-breakpoint .ui-block-b, .header-breakpoint .ui-block-c {
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
}
|
|
/* Volume Slider */
|
|
#mutebt {
|
|
float: left;
|
|
margin-left: 8px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
#volumeslider {
|
|
display: inline;
|
|
}
|
|
|
|
/* Track Slider */
|
|
|
|
#trackslider {
|
|
display: inline;
|
|
}
|
|
|
|
#slidercontainer {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.ui-slider-track {
|
|
margin-left: 38px;
|
|
margin-right: 35px;
|
|
}
|
|
|
|
.ui-mobile .ui-page .ui-slider-input, .ui-mobile .ui-dialog .ui-slider-input {
|
|
display: none !important;
|
|
}
|
|
|
|
#songelapsed, #songlength {
|
|
font-size: 10px;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
/* Controls */
|
|
#controldiv {
|
|
height: 30px;
|
|
width: 180px;
|
|
margin-left: 2px;
|
|
display: inline;
|
|
}
|
|
|
|
#controldiv img {
|
|
margin-left: 10px;
|
|
float: left;
|
|
}
|
|
|
|
#playimg {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
#nextimg, #previmg {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#backimg {
|
|
margin-top: 16px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
#controlsimg {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
/* Song information */
|
|
|
|
#infoname {
|
|
overflow: hidden;
|
|
font: bold;
|
|
color: #ddd;
|
|
font-size: 14px;
|
|
text-shadow: 1px 1px #555;
|
|
/* border: 1px solid white; */
|
|
}
|
|
|
|
#songinfo {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#infoartist {
|
|
overflow: hidden;
|
|
color: #aaa;
|
|
font-size: 11px;
|
|
text-shadow: 1px 1px #333;
|
|
margin: 2px;
|
|
}
|
|
|
|
/* div */
|
|
body {
|
|
/* padding-top: 80px;
|
|
/* background-image:url('../iages/Chrisdesign_LP_Guitar_black.web.png');
|
|
background-attachment: fixed;
|
|
background-repeat:no-repeat;
|
|
background-position:right;
|
|
*/
|
|
}
|
|
|
|
.nobreak, .btsquare {
|
|
display: inline !important;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.hidden, #allresultloader, .loader {
|
|
display: none;
|
|
}
|
|
|
|
#searchresults {
|
|
display: none;
|
|
}
|
|
|
|
.breakafter {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#currentpane, #searchpane, #albumspane, #artistspane {
|
|
display: none;
|
|
}
|
|
|
|
.currenttrack {
|
|
background-image: url('../img/icons/play_alt_16x16.png');
|
|
background-repeat: no-repeat;
|
|
background-color: #fff;
|
|
background-position: 4px center;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
#modalalbum a, #modalartist a {
|
|
color: #444;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#infoartist a {
|
|
color: #eee;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#popupTrackName, #popupAlbumName, .popupArtistName {
|
|
font-style: oblique;
|
|
}
|
|
|