radiocampus: style update (wip)

This commit is contained in:
Chris Tactic 2024-06-05 08:55:28 +02:00
parent 0e6b970683
commit 1ceede5419

View File

@ -36,14 +36,6 @@ body {
background-size: cover;
}
hr {
background-color: transparent;
}
.a-player-bar {
border-top: none;
}
.button, a.button, button.button {
border: var(--link-fg) 1px solid;
border-radius: 20px;
@ -53,28 +45,13 @@ hr {
opacity: 0.9 !important;
}
.header.preview-header,.page section.container, .page section.container > .title {
margin-top: 0;
margin-bottom: 0;
padding-top: 0.6em;
}
.grid .list-item .headings .heading {
padding: 20px 0 8px 20px;
background: rgba(255, 255, 255, 0.9);
display: block
padding-top: 10px;
padding-left: 12px;
}
.list-item .headings {
margin-bottom: 0 !important
}
.list-item:nth-child(3n):not(.wide) .media, .list-item:nth-child(3n+1):not(.wide) .media {
border: 1px solid var(--break-color) !important;
}
.grid .media {
background: rgba(255, 255, 255, 0.9);
.list-item:nth-child(3n+1):not(.wide) .media {
border-color: white !important;
}
.nav.secondary {
@ -84,40 +61,47 @@ hr {
.nav.secondary .nav-item{
color: #1d3cab !important;
}
.nav .nav-item {
border: 1px solid transparent;
border-radius: 30px;
}
.nav .nav-item:hover {
opacity: 0.8;
}
.page {
min-height: 800px;
.navs {
border-bottom: 1px solid #4d4545;
}
.preview-card {
background-color: unset !important;
.page {
margin-bottom: 360px;
border-top: 3px solid #4d4545;
border-bottom: 1px solid #4d4545;
background: white;
}
@media screen and (min-width: 1024px) {
.page {
margin-top: 120px;
}
}
.preview-cover {
border-radius: 5px;
opacity: 0.92;
border: 1px solid #ccc;
order: none;
}
.preview-card .headings .heading {
opacity: 0.85;
padding: 10px;
padding: 12px;
background-color: #242121;
}
.preview .headings a {
color: rgb(115, 142, 242);
.preview-card .headings a {
color: white;
}
.grid .preview .headings a {
color: black;
}
.preview .title, .preview .title:not(:last-child) {
font-weight: normal;