2016-06-06 13:19:43 +02:00
|
|
|
.small-logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-05-20 02:10:31 +02:00
|
|
|
@media only screen and (max-width: 768px) {
|
2016-05-19 01:46:58 +02:00
|
|
|
html, body {
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > header {
|
|
|
|
margin-top: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content {
|
|
|
|
margin-left: 0px;
|
|
|
|
overflow: scroll;
|
2016-05-20 16:15:10 +02:00
|
|
|
padding: 5px;
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.now-playing {
|
|
|
|
margin-left: 0px;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 1010;
|
|
|
|
box-shadow: 0 0 8px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-details {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 1002;
|
2016-06-06 13:19:43 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 10px;
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-header {
|
|
|
|
display: block !important;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1001;
|
|
|
|
background: #84528A;
|
|
|
|
height: 64px;
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2016-05-20 01:18:27 +02:00
|
|
|
height: 50px;
|
2016-05-19 01:46:58 +02:00
|
|
|
width: 160px;
|
|
|
|
padding-top: 16px;
|
|
|
|
|
|
|
|
> img {
|
2016-05-20 01:18:27 +02:00
|
|
|
max-height: 90%;
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
|
|
|
left: -170px;
|
|
|
|
transform: translateX(0px) translateZ(0);
|
|
|
|
perspective: 1000;
|
|
|
|
backface-visibility: hidden;
|
|
|
|
will-change: transform;
|
|
|
|
z-index: 1011;
|
|
|
|
height: ~"calc(100% - 64px)";
|
|
|
|
box-shadow: 0 8px 8px rgba(0,0,0,0.5);
|
|
|
|
|
|
|
|
> a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-06-02 01:09:05 +02:00
|
|
|
&.animated {
|
|
|
|
transition: transform 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
transform: translateX(170px) translateZ(0);
|
|
|
|
}
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-details > .avatar {
|
|
|
|
border: 0 !important;
|
|
|
|
box-shadow: initial !important;
|
|
|
|
background: transparent !important;
|
|
|
|
|
|
|
|
> img {
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> span {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.track-player {
|
|
|
|
margin-right: 0px !important;
|
2016-05-20 17:31:04 +02:00
|
|
|
padding: 5px 10px;
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
margin-left: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-05-19 01:46:58 +02:00
|
|
|
.buttons {
|
|
|
|
li.volume, li.status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2016-05-20 17:31:04 +02:00
|
|
|
|
|
|
|
.song, .artist {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.transport {
|
|
|
|
border-radius: 0px !important;
|
|
|
|
margin-top: 4px;
|
|
|
|
height: 10px;
|
|
|
|
|
|
|
|
.bar, .loader-bar {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
}
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
input.search-input {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdowns {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
> li {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
> .btn {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.details-columns {
|
|
|
|
.cboxElement {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
float: none;
|
|
|
|
padding: 0px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.left {
|
|
|
|
margin-right: 0px;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2016-05-19 12:03:50 +02:00
|
|
|
|
|
|
|
.stretch-to-bottom {
|
|
|
|
overflow-y: initial !important;
|
|
|
|
}
|
2016-05-19 23:31:04 +02:00
|
|
|
|
|
|
|
.artist-details {
|
2016-05-20 16:15:10 +02:00
|
|
|
margin: -5px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
|
|
|
> .stretch-to-bottom {
|
|
|
|
padding: 0 10px;
|
|
|
|
.col-md-6 {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-19 23:31:04 +02:00
|
|
|
> header {
|
2016-05-20 17:31:04 +02:00
|
|
|
margin-bottom: 0px;
|
|
|
|
|
2016-05-19 23:31:04 +02:00
|
|
|
> img {
|
|
|
|
float: none !important;
|
|
|
|
display: block;
|
|
|
|
width: 50% !important;
|
|
|
|
height: 50% !important;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .artist-right {
|
|
|
|
margin-left: 0px !important;
|
|
|
|
margin-top: 15px !important;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
> .btn {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-20 02:10:31 +02:00
|
|
|
|
2016-05-20 17:31:04 +02:00
|
|
|
.tabs li a {
|
|
|
|
padding: 10px 13px;
|
|
|
|
}
|
|
|
|
|
2016-05-20 02:10:31 +02:00
|
|
|
.track-details {
|
|
|
|
.single-player {
|
|
|
|
&.visible-xs-block {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 22pt;
|
|
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
h1 {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
h1, h2 {
|
|
|
|
margin-left: 0px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-05-20 16:15:10 +02:00
|
|
|
|
|
|
|
.two-pane-view.closed .account-tracks-listing li, .two-pane-view.closed .account-albums-listing li {
|
|
|
|
width: 50% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.site-content > .ui-view.loading {
|
|
|
|
margin: 0px -5px;
|
|
|
|
}
|
2016-05-20 21:24:05 +02:00
|
|
|
|
|
|
|
.track-editor {
|
|
|
|
form {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row .form-row {
|
|
|
|
width: 97%;
|
|
|
|
margin-left: 5px !important;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.license-grid li {
|
|
|
|
width: 50%;
|
|
|
|
div {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-05-31 01:59:04 +02:00
|
|
|
|
|
|
|
.notification-pullout {
|
2016-06-06 13:19:43 +02:00
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: ~"calc(100% - 128px)";
|
|
|
|
transform: translateY(-105%) translateZ(0);
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
transform: translateY(0) translateZ(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notif-container {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2016-05-31 01:59:04 +02:00
|
|
|
}
|
2016-06-02 01:09:05 +02:00
|
|
|
|
|
|
|
.notification-menu {
|
2016-06-06 13:19:43 +02:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 54px;
|
|
|
|
margin-top: 13px;
|
2016-06-06 13:22:34 +02:00
|
|
|
margin-right: 10px;
|
2016-06-06 13:19:43 +02:00
|
|
|
|
|
|
|
a, a:active, a:hover, a:focus {
|
|
|
|
color: #fff;
|
|
|
|
}
|
2016-06-02 01:09:05 +02:00
|
|
|
}
|
2016-05-19 01:46:58 +02:00
|
|
|
}
|
2016-06-06 13:19:43 +02:00
|
|
|
|
|
|
|
// Super small phones like the iPhone 5
|
|
|
|
@media only screen and (max-width: 370px) {
|
|
|
|
.default-logo {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.small-logo {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.burger-wrapper {
|
|
|
|
top: 23px;
|
|
|
|
left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-menu {
|
|
|
|
top: 0;
|
|
|
|
right: 54px;
|
2016-06-06 13:22:34 +02:00
|
|
|
margin-right: 13px;
|
2016-06-06 13:19:43 +02:00
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-header .logo {
|
|
|
|
margin-left: 55px;
|
|
|
|
height: 52px;
|
|
|
|
width: 122px;
|
|
|
|
padding-top: 18px;
|
|
|
|
}
|
|
|
|
}
|