2020-05-09 16:47:03 +00:00
|
|
|
#main_search .search_section {
|
2020-04-14 20:05:22 +00:00
|
|
|
float: none;
|
2020-04-28 19:18:40 +00:00
|
|
|
cursor: pointer;
|
2020-05-09 16:47:03 +00:00
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2020-05-09 17:27:47 +00:00
|
|
|
#main_search .search_section:not(:first-child) {
|
|
|
|
border-top: 1px solid var(--separator);
|
2020-05-09 16:47:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search_header {
|
2020-05-09 17:27:47 +00:00
|
|
|
display: inline-block;
|
2020-05-09 16:47:03 +00:00
|
|
|
font-size: 1.75rem;
|
|
|
|
margin-bottom: 25px;
|
2020-04-14 20:05:22 +00:00
|
|
|
}
|
|
|
|
|
2020-05-09 17:27:47 +00:00
|
|
|
.search_header:not(.top_result_header) {
|
|
|
|
transition: color 200ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search_header:not(.top_result_header):hover {
|
|
|
|
color: var(--accent-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Tab links */
|
|
|
|
|
|
|
|
.search_tablinks.active {
|
|
|
|
color: var(--main-text-inverted);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Top Result */
|
|
|
|
#main_search .top_result_header {
|
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
font-size: 2rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-04-14 20:05:22 +00:00
|
|
|
.top_result {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-05-09 17:27:47 +00:00
|
|
|
flex-direction: column;
|
2020-04-14 20:05:22 +00:00
|
|
|
}
|
|
|
|
|
2020-04-28 19:18:40 +00:00
|
|
|
.top_result > .cover_container {
|
2020-04-14 20:05:22 +00:00
|
|
|
width: 156px;
|
|
|
|
height: 156px;
|
|
|
|
}
|
|
|
|
|
2020-05-09 17:27:47 +00:00
|
|
|
.top_result .info_box {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top_result .info_box .primary-text,
|
|
|
|
.top_result .info_box .secondary-text {
|
|
|
|
font-size: 18px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top_result .info_box .primary-text {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top_result .info_box .secondary-text {
|
|
|
|
margin-bottom: 10px;
|
2020-04-14 20:05:22 +00:00
|
|
|
}
|
|
|
|
|
2020-05-09 17:27:47 +00:00
|
|
|
.top_result .info_box .tag {
|
|
|
|
width: 40px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Releases */
|
2020-05-09 16:18:36 +00:00
|
|
|
.release .primary-text,
|
|
|
|
.release .secondary-text {
|
2020-04-14 20:05:22 +00:00
|
|
|
margin: 0px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2020-05-09 16:47:03 +00:00
|
|
|
.release .secondary-text {
|
2020-04-14 20:05:22 +00:00
|
|
|
opacity: 0.75;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2020-05-09 16:47:03 +00:00
|
|
|
.release .secondary-text .material-icons {
|
|
|
|
font-size: 17px !important;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2020-04-14 20:05:22 +00:00
|
|
|
.release_grid {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
|
|
|
|
grid-gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.release_grid.firstrow_only {
|
|
|
|
grid-template-rows: 1fr;
|
|
|
|
grid-auto-rows: 0;
|
|
|
|
grid-row-gap: 0px;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
2020-04-28 19:18:40 +00:00
|
|
|
.track_row > td > img {
|
2020-04-14 20:05:22 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2020-04-17 19:04:51 +00:00
|
|
|
}
|
2020-05-10 12:32:42 +00:00
|
|
|
|
|
|
|
.track_row > td > a > img {
|
|
|
|
width: 56px;
|
|
|
|
height: 56px;
|
|
|
|
}
|