forked from rc/aircox
radiocampus: integrate marielle design, homepage
This commit is contained in:
@ -139,6 +139,10 @@ a.heading.title:hover {
|
||||
.header.has-cover {
|
||||
min-height: unset;
|
||||
}
|
||||
.today {
|
||||
color: yellow;
|
||||
font-size: 1.4em !important;
|
||||
}
|
||||
.mt-3 {
|
||||
margin-top: unset !important;
|
||||
}
|
||||
@ -158,6 +162,38 @@ a.heading.title:hover {
|
||||
.page section.container {
|
||||
margin-top: 0;
|
||||
}
|
||||
.radiocampus-grid {
|
||||
display: block;
|
||||
}
|
||||
.radiocampus-grid article div.media {
|
||||
line-height: 1;
|
||||
padding: 0;
|
||||
}
|
||||
.radiocampus-grid article.active div.media div.media-content a, .radiocampus-grid article.active div.media div.media-content span {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.radiocampus-grid article.active div.media a:before {
|
||||
content: "\2192";
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.radiocampus-grid article div.media a.preview-cover {
|
||||
display: none;
|
||||
}
|
||||
.radiocampus-grid article div.media div.media-content.flex-column {
|
||||
display: unset;
|
||||
}
|
||||
.radiocampus-grid article div.media div.media-content section.content {
|
||||
display: none;
|
||||
}
|
||||
.radiocampus-grid article div.media div.media-content div.episode-date {
|
||||
display: none;
|
||||
}
|
||||
.radiocampus-grid article div.media div.media-content span.heading.subtitle {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.schedule {
|
||||
background-color: unset;
|
||||
font-size: 0.9em;
|
||||
@ -169,6 +205,11 @@ a.heading.title:hover {
|
||||
.schedules {
|
||||
margin-bottom: 0.4rem !important;
|
||||
}
|
||||
.title, .preview .title, .preview .title:not(:last-child) {
|
||||
text-transform: unset;
|
||||
font-weight: unset;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
body {
|
||||
@ -235,6 +276,10 @@ a.heading.title:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.list-item .headings {
|
||||
margin-bottom: .2rem !important;
|
||||
}
|
||||
|
||||
.list-item:nth-child(3n+1):not(.wide) .media {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user