🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 15:10:32 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
assets
/
scss
/
base
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/assets/scss/base
🔄 Refresh
✏️
Editing: _blog.scss
Writable
/* Blog General ****************************************************/ article.post-wrap{ margin-bottom: 70px; &.sticky{ background: #282828; padding: 30px; border-top: 5px solid; border-color: var(--primary); .post-excerpt{ text-align: justify; } } .post-title{ margin: 0px 0px 15px 0px; font-size: 32px; line-height: 1.3em; font-weight: 600; color: var(--heading); -webkit-hyphens: unset; -moz-hyphens: unset; -ms-hyphens: unset; hyphens: unset; word-break: break-word; &:hover{ color: var(--primary); } } .post-media{ margin: 0 0 30px 0; img { width: 100%; max-height: 529px; object-fit: cover; } } ul.post-meta{ list-style-type: none; margin: 0 0 12px 0; padding: 0; li{ display: inline-block; margin: 0 20px 0px 0; color: var(--text); i{ display: inline-flex; font-size: 0.9em; color: var(--primary); padding: 0 3px; vertical-align: middle; } a{ color: var(--text); &:hover{ color: var(--primary); } } } } .post-excerpt{ & > p{ margin-top: 0px; margin-bottom: 25px; } } a.readmore{ clear: both; padding: 0; color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.18em; box-shadow: none; display: inline-block; @include transaction( all, 0.2s, linear ); &:hover{ color: var(--primary); i { @include transaction( all, 0.2s, linear ); padding-left: 12px; } } i { @include transaction( all, 0.2s, linear ); display: inline-flex; padding-left: 6px; font-size: 30px; vertical-align: middle; color: var(--primary); } } } /* Blog Default ****************************************************/ .blog_default{ .post-title{ font-weight: normal; } .post-excerpt{ font-size: 1em; } .date{ font-size: 1em; } } .layout_1c{ .blog_default{ max-width: 1000px; margin: 0 auto; } } /*Blog Grid ***************************************************/ .blog_grid{ display: grid; gap: 25px; grid-template-columns: repeat(3, 1fr); @media( max-width: $desktop - 1 ){ grid-template-columns: repeat(2, 1fr); } @media( max-width: 767px ){ grid-template-columns: repeat(1, 1fr); } article.post-wrap{ .post-media{ margin-bottom: 15px; } .post-title{ font-size: 22px; } .post-excerpt{ font-size: 1em; } ul.post-meta{ margin-bottom: 15px; .date{ font-size: 1em; } } } } .layout_2l, .layout_2r{ .blog_grid{ grid-template-columns: repeat(2, 1fr); @media( max-width: 767px ){ grid-template-columns: repeat(1, 1fr); } } } /* Blog masonry ***************************************************/ .blog_masonry{ margin-left: -15px; margin-right: -15px; article{ width: 33.3%; @media(max-width: 1200px){ width: 50%; } @media( max-width: 767px ){ width: 100%; } } .content{ margin: 0px 15px; position: relative; min-height: 100px; .post-media{ margin-bottom: 15px; } .post-title{ font-size: 22px; } .post-excerpt{ font-size: 1em; } ul.post-meta{ margin-bottom: 15px; .date{ font-size: 1em; } } } } .layout_2l, .layout_2r{ .blog_masonry{ article{ width: 50%; min-height: 200px; @media( max-width: 767px ){ width: 100%; } } } } /* Detail ***************************************************/ .single{ article.post-wrap{ .post-title{ font-size: 36px; text-transform: uppercase; &:hover { color: var(--heading); } } .post-content{ margin-bottom: 35px; &:before, &:after{ clear: both; content: ''; display: table; } } .post-tags-and-share { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; row-gap: 15px; padding: 0 0 45px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); .post-tags{ clear: both; a{ text-transform: capitalize; margin: 0px 5px 5px 0px; display: inline-block; margin-right: 5px; @include tag; } } .share-social-icons { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; list-style: none; padding: 0 0 0 10px; margin: 0; li { display: inline-block; a { @include transaction( all, 0.2s, ease ); display: inline-flex; justify-content: center; align-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(242, 246, 247, 0.12); font-size: 14px; color: var(--heading); &:hover { @include transaction( all, 0.2s, ease ); color: var(--secondary); } } } } } } &.layout_1c{ ul.post-meta { text-align: center; } .post-title{ margin: 0 0 35px 0; text-align: center; } #main-content{ max-width: 1170px; margin-left: auto; margin-right: auto; } .ova-max-width-860px { margin-left: auto; margin-right: auto; max-width: 860px; } } .ova-single-post-list { ul { li { &:not(:last-child) { margin-bottom: 10px; } } } } } /*Page Title ***************************************************/ h1.page-title{ margin-top: 0; -webkit-hyphens: unset; -moz-hyphens: unset; -ms-hyphens: unset; hyphens: unset; } .search{ .page-header{ .page-title{ margin-bottom: 60px; border-bottom: 1px solid #e1e1e1; padding-bottom: 15px; span{ color: var(--primary); } } } }
💾 Save Changes
❌ Cancel