![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/themes/bugster/theme-specific/blog-styles/ |
/* Blog layout: Classic ------------------------- */ @import "../../css/_mixins.scss"; @import "../../css/_theme-vars.scss"; .posts_container.columns_wrap { display:flex; flex-wrap:wrap; } .posts_container.columns_wrap .post_layout_classic { display:inline-block; vertical-align:top; @include box(100%, 100%); @include border-box; } .post_layout_classic { position:relative; } .post_layout_classic .post_featured { margin-bottom: 1em; } .post_layout_classic .post_featured[class*="hover_"] { display: block; } .post_layout_classic .post_featured img { width: 100%; } .post_layout_classic .post_header { padding-top:0.01px; // Incapsulate margins inside the block without 'overflow: hidden' } .post_layout_classic .post_title { @include font(1.5em, 1.3em); margin: 0; } .post_layout_classic .post_title +.post_meta { margin-top:0.8em; } .post_layout_classic blockquote { margin:0 0 1.4em; padding: 2.7em 2.2em 2.4em 2.7em; } .post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite { margin-top: 1em; } .post_layout_classic blockquote:before { font-size: 1.8em; margin-bottom: 0.2em; } .post_layout_classic .post_header + .post_content { padding-top: 1em; } .post_layout_classic .slider_container.slider_controls_side .slider_controls_wrap > a { height: rem(64px); width: rem(64px); line-height: rem(64px); } .post_layout_classic .mejs-controls .mejs-button.mejs-mute, .post_layout_classic .mejs-controls .mejs-button.mejs-unmute { margin-left: 0; } .post_layout_classic.format-aside .post_content_inner + .post_meta, .post_layout_classic.format-link .post_content_inner + .post_meta, .post_layout_classic.format-status .post_content_inner + .post_meta { margin-top:1em; }