123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- @media (min-width:900px) {
- .tag-template .post-feed {
- margin-top: -70px;
- padding-top: 0;
- }
- }
- .author-list-item {
- color: #333;
- }
- .author-list-item,
- .post-card-image-link,
- .post-feed {
- position: relative;
- }
- .reading-time {
- font-size: 0.8rem;
- font-weight: 500;
- }
- .post-feed {
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- margin: 0 -10px;
- padding: 2rem 0 0;
- .post_tag {
- margin-left: 0;
- }
- }
- .post-card,
- .post-feed {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- }
- .post-card {
- color: #555;
- font-size: 1rem;
- -webkit-box-flex: 1;
- -ms-flex: 1 1 20rem;
- flex: 1 1 20rem;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- overflow: hidden;
- margin: 0 0.5rem 2rem;
- min-height: 20rem;
- background: rgba(255, 255, 255, 0.6);
- background-size: cover;
- border-radius: 5px;
- -webkit-box-shadow: rgba(39, 44, 49, .06) 8px 14px 38px, rgba(39, 44, 49, .03) 1px 3px 8px;
- box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03);
- -webkit-transition: scale .5s ease, translate3D .5s ease;
- transition: scale .5s ease, translate3D .5s ease;
- }
- .post-card:hover {
- -webkit-box-shadow: rgba(39, 44, 49, .07) 8px 28px 50px, rgba(39, 44, 49, .04) 1px 6px 12px;
- box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
- -webkit-transition: scale .5s ease, translate3D .5s ease;
- transition: scale .5s ease, translate3D .5s ease;
- -webkit-transform: translate3D(0, -1px, 0) scale(1.02);
- }
- .post-card-image-link {
- display: block;
- overflow: hidden;
- border-radius: 5px 5px 0 0;
- }
- .post-card-image {
- width: 100%;
- height: 200px;
- background: 50% no-repeat #c5d2d9;
- -o-object-fit: cover;
- object-fit: cover;
- }
- .post-card-content-link {
- position: relative;
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- display: block;
- padding: 0.5rem 1.5rem 0;
- color: #15171a;
- }
- .post-card-title {
- font-weight: bold;
- font-size: 1.1rem;
- margin-top: 0;
- margin-bottom: 0.2rem;
- text-transform: uppercase;
- }
- .post-card-content {
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- flex-grow: 1;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- }
- .post-card-meta {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: end;
- -ms-flex-align: end;
- align-items: flex-end;
- padding: 0 25px 25px;
- }
- .author-list-item {
- -ms-flex-negative: 0;
- flex-shrink: 0;
- margin: 0;
- padding: 0;
- }
- .author-list-item:first-child {
- z-index: 10;
- }
- .reading-time {
- color: #738a94;
- text-transform: uppercase;
- }
- .reading-time {
- -ms-flex-negative: 0;
- flex-shrink: 0;
- margin-left: 20px;
- line-height: 33px;
- letter-spacing: .5px;
- }
- @media (min-width:795px) {
- .post-card-large {
- -webkit-box-flex: 1;
- -ms-flex: 1 1 100%;
- flex: 1 1 100%;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -ms-flex-direction: row;
- flex-direction: row;
- }
- .post-card-large .post-card-image-link {
- position: relative;
- -webkit-box-flex: 1;
- -ms-flex: 1 1 auto;
- flex: 1 1 auto;
- border-radius: 5px 0 0 5px;
- }
- .post-card-large .post-card-image {
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .post-card-large .post-card-content {
- -webkit-box-flex: 0;
- -ms-flex: 0 1 357px;
- flex: 0 1 357px;
- }
- .post-card-large p {
- line-height: 1.55em;
- }
- .post-card-large .post-card-content-link {
- padding: 30px 40px 0;
- }
- .post-card-large .post-card-meta {
- padding: 0 40px 30px;
- }
- }
- @media (max-width:650px) {
- .post-feed {
- padding-top: 5vw;
- }
- .post-card {
- margin: 0 20px 5vw;
- }
- }
- [data-aos^=fade][data-aos^=fade] {
- opacity: 0;
- transition-property: opacity, transform;
- }
- [data-aos^=fade][data-aos^=fade].aos-animate {
- opacity: 1;
- transform: translateZ(0);
- }
- [data-aos=fade-up] {
- transform: translate3d(0, 100px, 0);
- }
- .post-card-excerpt {
- font-family: Verdana, Arial, sans-serif;
- }
- .center {
- align-items: center;
- }
- a:active,
- a:link,
- a:visited,
- footer a:hover {
- text-decoration: none;
- }
- .header-time {
- color: var(--midgrey);
- font-size: 1.1rem;
- }
- .header-container {
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- padding-bottom: 12px;
- white-space: nowrap;
- overflow: hidden;
- }
- .footer-color {
- color: var(--darkgrey);
- }
- .user-icon-static {
- text-align: center;
- color: #fff;
- display: inline-block;
- }
- .hover-effect {
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -ms-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .hover-effect:hover {
- opacity: .8;
- }
- .user-icon-static {
- width: 30px;
- height: 30px;
- border-radius: 3px;
- line-height: 29px;
- font-size: 1.5em;
- margin-right: 2px;
- }
- .reading-time {
- margin-top: 5px;
- }
- .post-card:hover {
- transform: translate3D(0, -1px, 0) scale(1.02) !important;
- }
- article:hover .share {
- opacity: 1;
- }
- article .share {
- position: absolute;
- top: 3px;
- left: 3px;
- opacity: 0;
- }
- .post-card:hover .share {
- -webkit-transition: opacity .3s ease-in-out;
- -moz-transition: opacity .3s ease-in-out;
- -o-transition: opacity .3s ease-in-out;
- transition: opacity .3s ease-in-out;
- }
- .share {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- .share .twitter {
- background: #1da1f2;
- }
- .share .facebook {
- background: #3b5998;
- }
- .share .email {
- background: #fff;
- }
- .share a:hover {
- filter: brightness(1.1);
- }
- .share a {
- width: 30px;
- height: 30px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 12px;
- color: #fff;
- border-radius: 5px;
- margin-bottom: 3px;
- background: #52565e;
- }
- .card-link {
- color: #15171a;
- }
- a.footer-color:hover {
- color: var(--blue);
- }
- .gradient-effect a:hover {
- background-size: 100% 2px;
- }
- .gradient-effect a {
- padding-bottom: 5px;
- background: -webkit-gradient(linear, left top, right top, from(#7169FE), to(#41e3e4));
- background: -webkit-linear-gradient(left, #7169FE, #41e3e4);
- background: -o-linear-gradient(left, #7169FE, #41e3e4);
- background: linear-gradient(to right, #7169FE, #41e3e4);
- background-size: 0 2px;
- background-repeat: no-repeat;
- background-position: left 87%;
- -webkit-transition: background 0.6s ease;
- -moz-transition: background 0.6s ease;
- -ms-transition: background 0.6s ease;
- -o-transition: background 0.6s ease;
- transition: background 0.6s ease;
- }
- .post-card-meta {
- border-top: 2px solid rgba(240, 240, 240, 0.6);
- padding-top: 13px !important;
- }
- .header-tag {
- padding: 4px 10px;
- border: 1px solid #000;
- color: #000;
- font-size: 1.2rem;
- line-height: 1em;
- border-radius: 10px;
- opacity: .8;
- }
- .header-tag:hover {
- border: 1px solid #005abb;
- color: #007bff;
- }
- .post-card-image:active,
- .post-card-image:focus,
- .post-card-image:hover {
- -webkit-transform: scale(1.1) rotate(1deg);
- -ms-transform: scale(1.1) rotate(1deg);
- transform: scale(1.1) rotate(1deg);
- }
- .post-card-excerpt {
- max-width: 56em;
- color: #555;
- }
- .post-card {
- border: 1px solid #ddd;
- }
- .post-card:hover {
- border-color: #3eb0ef !important;
- text-decoration: none;
- }
- .ico-domain {
- border-radius: 2px;
- border-style: none;
- display: unset !important;
- }
- .circle {
- border-radius: 100%;
- }
- .footer-color {
- display: inline-flex;
- align-items: flex-end;
- }
- .footer-color img {
- margin-right: 8px;
- }
- @media (min-width:500px) {
- .post-card-title {
- font-size: 1.2rem;
- }
- }
- @media (min-width:1180px) {
- .flex-50 {
- flex: 0 1 50% !important;
- }
- }
- .next-page-btn {
- display: block;
- max-width: 25%;
- padding: 0.5rem 1rem;
- text-align: center;
- }
|