first commit
This commit is contained in:
873
public/assets/css/blog-page.css
Normal file
873
public/assets/css/blog-page.css
Normal file
@@ -0,0 +1,873 @@
|
||||
.breadcrumb-area{
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
/*Pagination*/
|
||||
.theme-pagination ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.theme-pagination li{
|
||||
display: inline-block;
|
||||
}
|
||||
.theme-pagination li a {
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
text-align: center;
|
||||
line-height: 55px;
|
||||
border: 1px solid #E1E3E8;
|
||||
border-radius: 8px;
|
||||
margin: 0 4px;
|
||||
transition: all 0.3s;
|
||||
display: block;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.theme-pagination li a:hover, .theme-pagination li a.active {
|
||||
background: #7977C6;
|
||||
transition: all 0.3s;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/*Common Widget*/
|
||||
.single-widget {
|
||||
padding: 32px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 30px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.single-widget ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.single-widget li a {
|
||||
background: transparent;
|
||||
border-radius: 7px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
display: flex;
|
||||
/* display: inline-block; */
|
||||
align-items: center;
|
||||
color: #161540;
|
||||
justify-content: space-between;
|
||||
padding: 17px 20px;
|
||||
transition: all 0.3s;
|
||||
background: #F6F7FA;
|
||||
margin-bottom: 16px;
|
||||
width: 100%;
|
||||
transition: all.4s;
|
||||
}
|
||||
.single-widget li a:hover {
|
||||
background-color: #006fff;
|
||||
color: #fff;
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
.single-widget li a span {
|
||||
transform: rotate(90deg);
|
||||
transition: all.3s;
|
||||
}
|
||||
.single-widget li:hover span {
|
||||
transform: rotate(0);
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.single-widget h3 {
|
||||
font-weight: 500;
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
color: #202C4A;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding-left: 10px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
/* .single-widget h3:after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 2px;
|
||||
background: #7977C6;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
} */
|
||||
|
||||
.widgets {
|
||||
position: sticky;
|
||||
top: 74px;
|
||||
}
|
||||
|
||||
|
||||
/*Search widget*/
|
||||
.search-form-widget form{
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
border-radius: 7px;
|
||||
overflow: hidden;
|
||||
background:#fff;
|
||||
border: none;
|
||||
}
|
||||
.search-form-widget form input{
|
||||
width: 90%;
|
||||
padding: 14px;
|
||||
border: none;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
}
|
||||
.search-form-widget form input::placeholder{
|
||||
color: #000
|
||||
}
|
||||
.search-form-widget form input:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button.search-icon {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*recent post */
|
||||
|
||||
.recent-post {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.recent-post {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
|
||||
.recent-img img {
|
||||
object-fit: cover;
|
||||
height: 70px;
|
||||
width: 100px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.recent-post-content a {
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #202C4A;
|
||||
}
|
||||
|
||||
.blog-date-time ul{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.blog-date-time ul li a {
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
color: #161540;
|
||||
}
|
||||
|
||||
|
||||
/*Blog posts*/
|
||||
|
||||
|
||||
|
||||
.blog-date-time ul {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.blog-date-time ul li a {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: #161540;
|
||||
}
|
||||
|
||||
.author-bio {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.author-name, .blog-category, .blog-date, .blog-coments {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.author-name a, .blog-category a, .blog-date a, .blog-coments a {
|
||||
color: #202C4A;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.author-name a svg, .blog-category a svg, .blog-date a svg, .blog-coments a svg {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
.post-format-video .blog-img {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.post-format-quote {
|
||||
background: #e7e8f4;
|
||||
border-radius: 8px;
|
||||
padding: 30px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.post-format-quote p {font-size: 20px;line-height: 32px;}
|
||||
|
||||
.post-audio iframe{
|
||||
width: 100%;
|
||||
}
|
||||
.video-btn {
|
||||
position: absolute;
|
||||
top: calc(50% - 50px);
|
||||
left: calc(50% - 50px);
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.video-btn a {
|
||||
font-size: 30px;
|
||||
display: block;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background: #7977C6;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
color: #ffffff;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.video-btn a:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.post-format-gallery .owl-nav button {
|
||||
font-size: 30px;
|
||||
display: block;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background: #2F80ED !important;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
color: #ffffff !important;
|
||||
border-radius:15px;
|
||||
position: absolute;
|
||||
top: calc(50% - 35px);
|
||||
left: 10px;
|
||||
z-index: 9;
|
||||
}
|
||||
.post-format-gallery .owl-nav button.owl-next {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.blog-date-time {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.single-blog-contents h3 {
|
||||
font-weight: 400;
|
||||
font-size: 32px;
|
||||
line-height: 40px;
|
||||
color: #161540;
|
||||
margin: 30px 0 20px;
|
||||
}
|
||||
.single-blog-contents p {
|
||||
margin-bottom: 30px;
|
||||
font-size: 20px;
|
||||
line-height: 34px;
|
||||
color: #5C5B79;
|
||||
}
|
||||
|
||||
.single-blog-quote {
|
||||
background: rgba(242, 57, 54, 0.03);
|
||||
border-radius: 8px;
|
||||
padding: 30px 120px 30px 30px;
|
||||
}
|
||||
.single-blog-quote h4 {
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
color: #161540;
|
||||
}
|
||||
.single-blog-quote a {
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
color: #5C5B79;
|
||||
}
|
||||
|
||||
.theme-border {
|
||||
height: 1px;
|
||||
border-bottom: 1px solid #E1E3E8;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.single-blog h3 a {
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
line-height: 34px;
|
||||
color: #161540;
|
||||
margin-bottom: 0;
|
||||
transition: all 0.3s;
|
||||
display: block;
|
||||
}
|
||||
.single-blog p {
|
||||
font-size: 16px;
|
||||
line-height: 28px;
|
||||
color: #5C5B79;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.post-blog{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.post-blog:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.post-format-gallery .owl-nav button {
|
||||
font-size: 30px;
|
||||
display: block;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background: #2F80ED !important;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
color: #ffffff !important;
|
||||
border-radius: 7px;
|
||||
position: absolute;
|
||||
top: calc(50% - 35px);
|
||||
left: 10px;
|
||||
z-index: 9;
|
||||
}
|
||||
.post-format-gallery .owl-nav button.owl-next {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.theme-btn-14 {
|
||||
background: #7977C6;
|
||||
box-shadow: 0 4px 25px rgba(121, 119, 198, 0.2);
|
||||
border-radius: 7px;
|
||||
font-family: "satoshi";
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
padding: 13px 24px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++
|
||||
==== =====blog page all ====== ======
|
||||
+++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
.coffee-nav ul li a {
|
||||
color: #2F80ED;
|
||||
text-decoration: none;
|
||||
background: rgba(47, 128, 237, 0.2);
|
||||
border-radius: 7px;
|
||||
/* padding: 13px 20px; */
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
transition: all.6s;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
min-height: 50px;
|
||||
min-width: 165px;
|
||||
/* width: 200px; */
|
||||
text-align: start;
|
||||
line-height: 50px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.coffee-nav ul li a:hover,
|
||||
.coffee-nav ul li a.active {
|
||||
background: #2F80ED;
|
||||
box-shadow: 0px 4px 10px rgba(47, 128, 237, 0.2);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.coffee-nav ul {
|
||||
list-style: none;
|
||||
padding: 15px 0 25px 0;
|
||||
justify-content: center;
|
||||
}
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
.coffee-nav ul li {
|
||||
display: inline-block;
|
||||
margin: 8px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.coffee-nav {
|
||||
background-color: #fff;
|
||||
margin: 0 auto;
|
||||
border-radius: 5px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.shop-1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
ul.nav.nav-tabs {
|
||||
background: #F6F7FA;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.faq-massge-box-all {
|
||||
background: #2F80ED;
|
||||
border-radius: 7px;
|
||||
padding: 50px 48px;
|
||||
margin: 0 90px;
|
||||
}
|
||||
|
||||
.massge-single-inputs input {
|
||||
background: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid #fff;
|
||||
width: 100%;
|
||||
padding: 17px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
.massge-single-inputs input::placeholder {
|
||||
color: #fff;
|
||||
}
|
||||
.massge-single-inputs textarea {
|
||||
background: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid #fff;
|
||||
width: 100%;
|
||||
padding: 17px;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
.massge-single-inputs textarea::placeholder {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.massge-btn a {
|
||||
color: #0072ff;
|
||||
background-color: #fff;
|
||||
border-radius: 5px;
|
||||
padding: 15px 20px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
line-height: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.massge-button {
|
||||
text-align: end;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.about-slider-box.about-slider-box2 {
|
||||
background-color: #F6F7FA;
|
||||
}
|
||||
|
||||
.accordion-button.accordion-button2.accordion-button3 {
|
||||
background-color: #fff;
|
||||
}
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++
|
||||
==== =====blog page all ====== ======
|
||||
+++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++
|
||||
==== =====blog details all ====== ======
|
||||
+++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
.author-bio > div {
|
||||
padding: 0 20px 0 0;
|
||||
}
|
||||
|
||||
p.details-p-hadding {
|
||||
color: #202C4A;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.blog-massge-box {
|
||||
background-color: #202C4A;
|
||||
border-radius: 15px;
|
||||
padding: 32px 24px;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.blog-massge-box p {
|
||||
color: #fff;
|
||||
line-height: 30px;
|
||||
font-size: 18px;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.blog-post-img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.border-details {
|
||||
border: 1px solid #1c243923;
|
||||
}
|
||||
|
||||
.details-tag-list ul li a {
|
||||
padding: 15px 20px;
|
||||
border-radius: 7px;
|
||||
background: rgba(32, 44, 74, 0.1);
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #202C4A;
|
||||
line-height: 16px;
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
.details-tag-list ul li a:hover {
|
||||
padding: 15px 20px;
|
||||
border-radius: 7px;
|
||||
background: #202C4A;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #fff;
|
||||
line-height: 16px;
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
.details-tag-list ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.blog-details-tag {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.blog-details-tags {
|
||||
padding: 40px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.blog-details-icons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.blogp-details-icon-list ul li a {
|
||||
background: #2f81ed20;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
line-height: 40px;
|
||||
color: #202C4A;
|
||||
border-radius: 50%;
|
||||
transition: all.3s;
|
||||
}
|
||||
.blogp-details-icon-list ul li a:hover {
|
||||
color: #fff;
|
||||
background-color: #006fff;
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
.blogp-details-icon-list ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.commet-single-box {
|
||||
display: flex;
|
||||
align-items: start;
|
||||
position: relative;
|
||||
margin-top: 40px;
|
||||
padding: 40px 24px;
|
||||
background-color: #F6F7FA;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.single-commet-img {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.replly-btn a {
|
||||
display: inline-block;
|
||||
background-color: #202C4A;
|
||||
padding: 12px 14px;
|
||||
border-radius: 7px;
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
transition: all.4s;
|
||||
}
|
||||
|
||||
.replly-btn a:hover {
|
||||
background-color: #006fff;
|
||||
transition: all.4s;
|
||||
}
|
||||
|
||||
.replly-btn {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.contact-input input {
|
||||
width: 49%;
|
||||
padding: 13px;
|
||||
border: none;
|
||||
background-color: #F6F7FA;
|
||||
border-radius: 4px;
|
||||
margin-top: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.contact-input textarea {
|
||||
width: 99%;
|
||||
padding: 13px;
|
||||
border: none;
|
||||
background-color: #F6F7FA;
|
||||
border-radius: 4px;
|
||||
margin-top: 16px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.details-form-btn {
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
.search-form-widget form {
|
||||
border: none;
|
||||
background: #F3F3F3;
|
||||
}
|
||||
|
||||
.search-form-widget form input {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
ul.blog-date li {
|
||||
color: #525975;
|
||||
line-height: 16px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
ul.blog-date li img {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.recent-img {
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.tagcloud a {
|
||||
padding: 16px 20px;
|
||||
background: rgba(32, 44, 74, 0.1);
|
||||
border-radius: 7px;
|
||||
color: #202C4A;
|
||||
}
|
||||
.tagcloud a:hover {
|
||||
background-color: #202C4A;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sidebar-img-box-all {
|
||||
background: #202C4A;
|
||||
box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.09);
|
||||
border-radius: 15px;
|
||||
padding: 32px;
|
||||
margin-bottom: 36px;
|
||||
}
|
||||
.sidebar-box-hadding h4 a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.details-side-box-icon ul li a {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
border-radius: 50%;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
background-color: #f6f7fa2b;
|
||||
color: #fff;
|
||||
transition: all.3s;
|
||||
}
|
||||
.details-side-box-icon ul li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.details-side-box-icon ul li a:hover {
|
||||
background-color: #006fff;
|
||||
transition: all.3s;
|
||||
}
|
||||
|
||||
.blog-realeted {
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.blog-boxs-img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.blog-page-boxs.blog-page-boxs1 {
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 769px) {
|
||||
.blog-page-boxs.blog-page-boxs1 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.blog-page-boxs {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 426px) {
|
||||
.blog-details-tags {
|
||||
padding: 40px 0;
|
||||
display: block;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.blog-details-tag {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-details-img img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
++++++++++++++++++++++++++++++++++
|
||||
==== =====blog details all ====== ======
|
||||
+++++++++++++++++++++++++++++++++
|
||||
*/
|
||||
|
||||
|
||||
.video-play-button2 {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
box-sizing: content-box;
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 44px;
|
||||
/* background: #fa183d; */
|
||||
border-radius: 50%;
|
||||
padding: 18px 20px 18px 28px;
|
||||
}
|
||||
|
||||
.video-play-button2:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
display: block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: #2F80ED;
|
||||
border-radius: 50%;
|
||||
animation: pulse-border 1500ms ease-out infinite;
|
||||
}
|
||||
|
||||
.video-play-button2:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
display: block;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
background: #2F80ED;
|
||||
border-radius: 50%;
|
||||
transition: all 200ms;
|
||||
}
|
||||
|
||||
.video-play-button2:hover:after {
|
||||
background-color: darken(#fa183d, 10%);
|
||||
}
|
||||
|
||||
.video-play-button2 img {
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.video-play-button2 span {
|
||||
display: block;
|
||||
position: relative;
|
||||
z-index: 3;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 13px solid #fff;
|
||||
border-top: 10px solid transparent;
|
||||
border-bottom: 10px solid transparent;
|
||||
margin-top: 11px;
|
||||
margin-left: 7px;
|
||||
}
|
||||
|
||||
@keyframes pulse-border {
|
||||
0% {
|
||||
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
100% {
|
||||
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.space-left-30 {
|
||||
padding-left: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user