107 lines
1.4 KiB
CSS
107 lines
1.4 KiB
CSS
body {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.Lms-vertical-align {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.Lms-cluster {
|
|
display: inline;
|
|
}
|
|
|
|
.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-playqueue-selected {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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%;
|
|
}
|
|
|
|
.Lms-explore-btn {
|
|
font-size: 22px !important;
|
|
}
|
|
|
|
.Lms-player {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.Lms-player-btn {
|
|
font-size: 34px !important;
|
|
margin: 8px;
|
|
}
|
|
|
|
|