PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
wp-content
/
themes
/
sydney-pro-ii
/
css
/
modules
/
src
.featured-posts { margin-top: 30px; .featured-posts-inner { min-height: 600px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr) ); gap: 30px; .featured-post { display: flex; align-items: flex-end; padding: 30px; grid-column: span 2; grid-row: span 1; background-size: cover; background-position: center; position: relative; .content { position: relative; z-index: 11; max-width: 80%; .cat-links, .posted-on { text-transform: uppercase; letter-spacing: 1px; font-size: 12px; font-weight: 600; } .entry-title { font-size: 24px; margin: 12px 0; } a { color: #fff; } } &:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0, #000, transparent); opacity: 0.6; transition: all 0.3s; } &:hover:after { opacity: 1; } &:first-of-type { grid-column: 1 / span 2; grid-row: 1 / span 2; .entry-title { font-size: 32px; } } } } &.featured-layout2 { .featured-post { grid-column: span 1; } } &.featured-layout3 { .featured-posts-inner { grid-template-columns: repeat(3, minmax(0, 1fr) ); } .featured-post { grid-column: span 1; grid-row: span 1; &:first-of-type { grid-column: span 1; grid-row: span 1; .entry-title { font-size: 24px; } } } } } .featured-boxes { margin-top: 30px; .featured-box { display: flex; align-items: center; justify-content: center; padding: 30px; min-height: 260px; background-size: cover; background-position: center; position: relative; a { position: relative; z-index: 11; background-color: #fff; color: #000; line-height: 1; padding: 18px 40px; font-weight: 600; text-transform: uppercase; letter-spacing:1px; font-size: 14px; } &:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #000; opacity: 0; transition: opacity 0.3s; } &:hover:after { opacity: 0.6; } } } /* Sharing */ .sydney-post-sharing { display: flex; align-items: center; margin-top: 40px; .sharing-elements { width: 100%; display: flex; justify-content: space-around; } .sharing-element { background-color: #393939; border-radius: 7px; display: inline-block; height: 40px; width: 100%; line-height: 34px; text-align: center; margin-right: 5px; transition: background-color 0.3s; &:hover { background-color: #e64e4e; } &:last-of-type { margin-right: 0; } svg { fill: #fff; } } h4 { min-width: 180px; margin: 0 20px 0 0; } i { width: 18px; height: 18px; } a { display: block; } } .posts-layout { .roll-button { margin-top: 30px; } } .content-area .entry-thumb { overflow: hidden; transition: all 0.4s; a { display: block; } &.hover-effect-opacity:hover a { opacity: 0.7; } &.hover-effect-zoom:hover a { transform: scale(1.1); } &.hover-effect-rotate:hover a { transform: scale(1.1) rotate(5deg); } } .cover-post { position: relative; min-height: 440px; display: flex; align-content: flex-end; padding: 30px; flex-wrap: wrap; &:after { content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(0, #000, transparent); opacity: 0.6; z-index: 0; transition: all 0.3s; } &:hover:after { opacity: 1; } a { color: #fff !important; } .entry-header { margin-bottom: 0 !important; } .entry-header, .entry-post, .entry-meta { position: relative; z-index: 11; } .entry-meta:last-of-type { margin-top: 14px; margin-bottom: 0 !important; } .entry-thumb { position: absolute; top: 0; left: 0; height: 100%; width: 100%; a { position: absolute; top: 0; left: 0; height: 100%; } img { position: relative; object-fit: cover; width: 100%; height: 100%; z-index: 0; } } } /* Load more posts */ .load-more-container { text-align: center; .button { cursor: pointer; &.button-visible { display: inline-block; } &.button-hidden { display: none; } } } .infinite-scroll-request { display: none; } .loader-ellips { display: block; font-size: 20px; position: relative; width: 4em; height: 1em; margin: 10px auto; } .loader-ellips__dot { display: block; width: 1em; height: 1em; border-radius: 0.5em; background: #555; /* change color here */ position: absolute; animation-duration: 0.5s; animation-timing-function: ease; animation-iteration-count: infinite; } .loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) { left: 0; } .loader-ellips__dot:nth-child(3) { left: 1.5em; } .loader-ellips__dot:nth-child(4) { left: 3em; } @keyframes slide { to { transform: translateX(1.5em) } } .loader-ellips__dot:nth-child(1) { animation-name: reveal; } .loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) { animation-name: slide; } .loader-ellips__dot:nth-child(4) { animation-name: reveal; animation-direction: reverse; } /** * Reading Progress */ body { --scrollAmount: 0%; } .sydney-reading-progress { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; &.sydney-reading-progress-bottom { top: auto; bottom: 0; } .sticky-header & { position: static; } } .sydney-reading-progress__bar { width: var(--scrollAmount); height: 6px; background-color: #333; transition: ease width 300ms, ease height 300ms; } // Header @media(min-width: 1025px) { .site-header.sticky-header, .bottom-header-row.sticky-header { &.sticky-always { .sydney-reading-progress { position: relative; } } &.sticky-scrolltop.is-sticky { .sydney-reading-progress { position: relative; } } } .site-header.header_layout_6 { .sydney-reading-progress { left: 300px; width: calc( 100% - 300px ); } } } // Admin bar .admin-bar { .sydney-reading-progress { top: 0; &.sydney-reading-progress-bottom { top: auto !important; } } @media(min-width: 600px) { .sydney-reading-progress { top: 46px; } } @media(min-width: 1025px) { .sydney-reading-progress { top: 32px; } .site-header.sticky-header, .bottom-header-row.sticky-header { &.sticky-always { .sydney-reading-progress { top: 0; } } &.sticky-scrolltop.is-sticky { .sydney-reading-progress { top: 0; } } } } } .sydney-updated-date .updated { display: inline !important; } @media (max-width: 991px) { .featured-posts { .featured-post { min-height: 260px; } &.featured-layout2, &.featured-layout1 { .featured-post { .entry-title:first-of-type { font-size: 24px; } } } &.featured-layout1, &.featured-layout2 { .featured-post, .featured-post:first-of-type { grid-row: span 1; grid-column: span 4; } } } .featured-boxes { .featured-box { margin-bottom: 30px; } .col-md-4:last-of-type .featured-box { margin-bottom: 0; } } .sydney-post-sharing { display: block; h4 { min-width: none; margin-bottom: 15px; } } }
[+]
..
[-] ext-blog.scss
[edit]
[-] ext-footer.scss
[edit]
[-] modal.scss
[edit]
[-] multistep-checkout.scss
[edit]
[-] page-headers.scss
[edit]
[-] quick-links.scss
[edit]
[-] sydney-reviews-advanced.scss
[edit]
[-] woosidebar.scss
[edit]
[-] .htaccess.disabled
[edit]