175 lines
2.4 KiB
CSS
175 lines
2.4 KiB
CSS
body {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
a, a:link, a:active, a:visited {
|
|
color: black;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a:hover {
|
|
color: #337ab7;
|
|
}
|
|
|
|
.Lms-vertical-align {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.Lms-cluster {
|
|
display: inline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Lms-cluster-type-0 {
|
|
background-color: darkslategrey;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-1 {
|
|
background-color: darkblue;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-2 {
|
|
background-color: darkgrey;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-3 {
|
|
background-color: darkorchid;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-4 {
|
|
background-color: darkgoldenrod;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-5 {
|
|
background-color: darkkhaki;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-6 {
|
|
background-color: darkolivegreen;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-7 {
|
|
background-color: darkred;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-8 {
|
|
background-color: darkviolet;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-cluster-type-9 {
|
|
background-color: darkturquoise;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-contents {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.Lms-explore-filters {
|
|
background-color: #f5f5f5;
|
|
padding: 8px;
|
|
border-radius: 8px;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.Lms-explore-info {
|
|
background-color: #f5f5f5;
|
|
padding: 8px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.Lms-explore-release-cover {
|
|
max-width: 100%;
|
|
border-radius: 8px;
|
|
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.Lms-explore-release-entry-name {
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.Lms-explore-release-entry:hover {
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
.Lms-explore-release-entry-controls {
|
|
text-align: center;
|
|
}
|
|
|
|
.Lms-explore-artists-entry {
|
|
min-height: 48px;
|
|
}
|
|
|
|
.Lms-explore-artists-entry:hover {
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
.Lms-explore-btn {
|
|
font-size: 22px !important;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Lms-playqueue-entry {
|
|
min-height: 32px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.Lms-playqueue-entry:hover {
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
.Lms-playqueue-entry-controls {
|
|
text-align: center;
|
|
}
|
|
|
|
.Lms-playqueue-btn {
|
|
font-size: 22px !important;
|
|
cursor: pointer;
|
|
margin: 2px;
|
|
}
|
|
|
|
.Lms-playqueue-selected {
|
|
font-weight: 800;
|
|
}
|
|
|
|
.Lms-playqueue-selected h4 {
|
|
font-weight: inherit;
|
|
}
|
|
|
|
.Lms-playhistory-entry {
|
|
min-height: 32px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.Lms-playhistory-entry:hover {
|
|
background-color: lightgrey;
|
|
}
|
|
|
|
.Lms-player {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.Lms-player-btn {
|
|
font-size: 34px !important;
|
|
margin: 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|