| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/blog-styles/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/blog-styles/plain.scss |
/* Blog layout: Excerpt
------------------------- */
@import "../../css/_mixins.scss";
@import "../../css/_theme-vars.scss";
.post_layout_plain {
position:relative;
margin-bottom:0;
}
.post_layout_plain:not(.sticky) {
@include flex;
@include flex-direction(row);
@include flex-wrap(nowrap);
@include flex-align-items(stretch);
}
.post_layout_plain + .post_layout_plain {
margin-top: 3rem;
}
.post_layout_plain.sticky {
padding: 3em;
}
.post_layout_plain .post_featured {
@include flex-basis(33%);
@include flex-shrink(0);
margin-bottom: 0;
}
.post_layout_plain.post_format_audio,
.post_layout_plain.post_format_video,
.post_layout_plain.post_format_gallery {
@include flex-direction(column);
}
.post_layout_plain.post_format_audio .post_featured,
.post_layout_plain.post_format_video .post_featured,
.post_layout_plain.post_format_gallery .post_featured {
@include flex-basis(100%);
}
.post_layout_plain .post_content_wrap {
@include border-box;
padding: 2.5em 3em;
}
.post_layout_plain .post_featured + .post_content_wrap {
@include flex-basis(67%);
}
.post_layout_plain.post_format_audio .post_featured + .post_content_wrap,
.post_layout_plain.post_format_video .post_featured + .post_content_wrap,
.post_layout_plain.post_format_gallery .post_featured + .post_content_wrap {
@include flex-basis(100%);
}
.post_layout_plain.post_format_quote .post_content_wrap,
.post_layout_plain.post_format_aside .post_content_inner {
padding: 0;
background-color: transparent;
color: inherit;
}
.post_layout_plain.post_format_quote .post_content_wrap blockquote {
margin: 0;
}
.post_layout_plain .post_header {
margin: 0;
position:relative;
}
.post_layout_plain .post_header .post_price {
width: auto;
@include abs-rt;
@include font(2.5em, 1.5em);
}
.post_layout_plain .post_title {
margin: 0;
}
.post_layout_plain .post_meta {
margin-top: 0;
}
.post_layout_plain .post_title + .post_meta {
margin-top: 1em;
}
.post_layout_plain .post_header + .post_content {
margin-top:1.5em;
}