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