Ghost_Ruby_Theme/assets/css/blog/featured.css

66 lines
1.2 KiB
CSS
Raw Normal View History

.post-feed .featured {
2020-09-28 06:05:46 +03:00
position: relative;
2020-10-19 04:07:40 +03:00
min-height: 350px;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured::before {
2020-09-28 06:05:46 +03:00
content: "";
position: absolute;
top: 0;
2020-10-19 04:07:40 +03:00
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-media {
background-color: transparent;
}
.post-feed .featured > .post-image {
2020-09-28 06:05:46 +03:00
z-index: -1;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-media .post-image {
2020-09-28 06:05:46 +03:00
display: none;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .u-placeholder,
.post-feed .featured .post-wrapper,
.post-feed .featured .post-footer {
2020-09-28 06:05:46 +03:00
position: relative;
2020-10-19 04:07:40 +03:00
background-color: transparent;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-wrapper {
2020-09-28 06:05:46 +03:00
display: flex;
2020-10-19 04:07:40 +03:00
align-items: flex-end;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-header {
2020-09-28 06:05:46 +03:00
margin-bottom: 0;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-title {
2020-09-28 06:05:46 +03:00
font-size: 22px;
line-height: 1.2;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-title-link,
.post-feed .featured .post-excerpt,
.post-feed .featured .post-link {
2020-09-28 06:05:46 +03:00
color: var(--white-color);
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-excerpt {
2020-09-28 06:05:46 +03:00
display: none;
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-footer {
2020-09-28 06:05:46 +03:00
border-color: rgba(255, 255, 255, 0.2);
}
2020-09-24 05:18:34 +03:00
.post-feed .featured .post-author-image {
2020-09-28 06:05:46 +03:00
border-color: transparent;
}