409 lines
8.6 KiB
CSS
409 lines
8.6 KiB
CSS
#module-ph_simpleblog-single #content-wrapper .page-header h1 {
|
|
font-size: 28px;
|
|
}
|
|
#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
#module-ph_simpleblog-single #content.card,
|
|
#module-ph_simpleblog-list #content.card {
|
|
padding: 0;
|
|
background: none;
|
|
box-shadow: none;
|
|
border: 0;
|
|
}
|
|
|
|
.simpleblog__mostViewed__menu {
|
|
margin-top: 0.625rem;
|
|
}
|
|
.simpleblog__mostViewed__menu li:last-child a {
|
|
border-bottom: none;
|
|
}
|
|
.simpleblog__mostViewed__menu li a {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
|
|
width: 100%;
|
|
display: inline-block;
|
|
margin: 0.3125rem 0 0;
|
|
padding-bottom: 0.1875rem;
|
|
font-size: 14px;
|
|
}
|
|
.simpleblog__mostViewed__footer {
|
|
text-align: center;
|
|
}
|
|
.simpleblog__mostViewed__footer .btn-primary {
|
|
color: white;
|
|
}
|
|
.simpleblog__listing {
|
|
margin-top: 30px;
|
|
padding-bottom: 60px;
|
|
}
|
|
.simpleblog__listing__post.first-in-line {
|
|
clear: left;
|
|
}
|
|
.simpleblog__listing__post__wrapper {
|
|
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
|
|
background: #fff;
|
|
margin-bottom: 1.563rem;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content {
|
|
padding: 1.563rem 1.25rem;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content h3 a {
|
|
color: #232323;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content__footer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content__footer__category {
|
|
margin-left: 15px;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content__footer__category i {
|
|
color: #727272;
|
|
}
|
|
.simpleblog__listing__post__wrapper__content__footer__category a,
|
|
.simpleblog__listing__post__wrapper__content__footer__category span,
|
|
.simpleblog__listing__post__wrapper__content__footer__category time {
|
|
position: relative;
|
|
top: 2px;
|
|
margin-left: 2px;
|
|
color: #727272;
|
|
}
|
|
.simpleblog__listing__post__wrapper__footer {
|
|
background: #efefef;
|
|
padding: 0 1.25rem;
|
|
}
|
|
.simpleblog__listing__post__wrapper__footer__block {
|
|
padding-top: 0.763rem;
|
|
padding-bottom: 0.763rem;
|
|
}
|
|
.simpleblog__listing__post__wrapper__footer__block i {
|
|
color: #727272;
|
|
font-size: 20px;
|
|
}
|
|
.simpleblog__listing__post__wrapper__footer__block span,
|
|
.simpleblog__listing__post__wrapper__footer__block time {
|
|
position: relative;
|
|
top: 1px;
|
|
margin-left: 2px;
|
|
color: #727272;
|
|
font-size: 14px;
|
|
}
|
|
.simpleblog__listing__pagination {
|
|
margin-top: 1.5rem;
|
|
}
|
|
.simpleblog__listing__pagination > div {
|
|
color: #7a7a7a;
|
|
}
|
|
@media (max-width: 767px) {
|
|
.simpleblog__listing__pagination__list {
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.simpleblog__listing__pagination__list li {
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.simpleblog__listing__pagination__list li:first-child, .simpleblog__listing__pagination__list li:last-child {
|
|
display: block;
|
|
overflow: auto;
|
|
margin: 10px 0;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.simpleblog__listing__pagination__list li:first-child a, .simpleblog__listing__pagination__list li:last-child a {
|
|
float: none;
|
|
}
|
|
}
|
|
.simpleblog__postInfo ul {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 20px 0;
|
|
display: flex;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__postInfo ul {
|
|
display: block;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
.simpleblog__postInfo ul li {
|
|
color: #727272;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__postInfo ul li {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
}
|
|
.simpleblog__postInfo ul li a {
|
|
color: inherit;
|
|
}
|
|
.simpleblog__postInfo ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.simpleblog__postInfo ul li:last-child:after {
|
|
display: none;
|
|
}
|
|
.simpleblog__postInfo ul li:after {
|
|
content: "";
|
|
height: 10px;
|
|
background: #cecece;
|
|
width: 2px;
|
|
margin: 0 13px;
|
|
display: inline-block;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__postInfo ul li:after {
|
|
display: none;
|
|
}
|
|
}
|
|
.simpleblog__postInfo ul li i {
|
|
color: #727272;
|
|
font-size: 20px;
|
|
margin-right: 5px;
|
|
}
|
|
.simpleblog__postInfo ul li span {
|
|
color: #727272;
|
|
font-size: 13px;
|
|
}
|
|
.simpleblog__post {
|
|
background: #ffffff;
|
|
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
|
|
margin-bottom: 60px;
|
|
}
|
|
.simpleblog__post-featured img {
|
|
max-width: 100%;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
.simpleblog__post__content {
|
|
padding: 1.563rem 1.25rem;
|
|
}
|
|
.simpleblog__share {
|
|
margin-bottom: 60px;
|
|
}
|
|
.simpleblog__share ul {
|
|
list-style-type: none;
|
|
margin: 25px 0;
|
|
padding: 0;
|
|
display: flex;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__share ul {
|
|
display: block;
|
|
}
|
|
}
|
|
.simpleblog__share ul li {
|
|
margin-right: 16px;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__share ul li {
|
|
margin: 0 0 10px;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__share ul li .btn {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.simpleblog__featuredProducts {
|
|
margin-bottom: 60px;
|
|
}
|
|
.simpleblog__featuredProducts > h2 {
|
|
margin-bottom: 25px;
|
|
}
|
|
.simpleblog__comments {
|
|
margin-bottom: 60px;
|
|
}
|
|
.simpleblog__comments > h2 {
|
|
margin-bottom: 25px;
|
|
}
|
|
.simpleblog__comments-empty {
|
|
margin-bottom: 0;
|
|
}
|
|
.simpleblog__comments .alert a {
|
|
color: inherit;
|
|
}
|
|
.simpleblog__comments > ul {
|
|
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.simpleblog__comments > ul > li {
|
|
padding: 1.563rem 1.25rem;
|
|
}
|
|
.simpleblog__comments > ul > li:nth-child(odd) {
|
|
background: white;
|
|
}
|
|
.simpleblog__comments > ul > li:nth-child(even) {
|
|
background: #f6f6f6;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
|
|
list-style-type: none;
|
|
margin: 0 0 12px;
|
|
padding: 0;
|
|
display: flex;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo {
|
|
display: block;
|
|
}
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li {
|
|
font-size: 14px;
|
|
color: #727272;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:last-child:after {
|
|
display: none;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
|
|
content: "";
|
|
height: 10px;
|
|
background: #cecece;
|
|
width: 2px;
|
|
margin: 0 18px;
|
|
display: inline-block;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo li:after {
|
|
display: none;
|
|
}
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__authorInfo__author {
|
|
color: #38b5d0 !important;
|
|
font-weight: 600;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__text {
|
|
color: #414141;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__text p {
|
|
color: #414141;
|
|
}
|
|
.simpleblog__comments > ul > li .simpleblog__comments__text p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.simpleblog__addComment {
|
|
margin-bottom: 60px;
|
|
}
|
|
.simpleblog__addComment .alert a {
|
|
color: inherit;
|
|
}
|
|
.simpleblog__addComment > h2 {
|
|
margin-bottom: 25px;
|
|
}
|
|
.simpleblog__addComment__form {
|
|
box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
|
|
background: #ffffff;
|
|
padding: 1.563rem 1.25rem;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.simpleblog__addComment__form .form-footer .btn-primary {
|
|
width: 100%;
|
|
float: none !important;
|
|
}
|
|
}
|
|
.simpleblog__seo {
|
|
display: none;
|
|
}
|
|
.simpleblog__categoryInfo {
|
|
border-bottom: 2px solid #d6d6d6;
|
|
margin: 30px 0;
|
|
}
|
|
.simpleblog__categoryInfo img {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.simpleblog__categoryInfo p {
|
|
font-size: 14px;
|
|
color: #727272;
|
|
margin: 30px 0;
|
|
}
|
|
|
|
.btn-facebook {
|
|
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
padding: 0.5rem 1.25rem;
|
|
background: #415994;
|
|
color: white;
|
|
}
|
|
.btn-facebook:hover {
|
|
color: white;
|
|
background: #203363;
|
|
}
|
|
.btn-facebook i {
|
|
margin-right: 8px;
|
|
font-size: 19px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
.btn-twitter {
|
|
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
padding: 0.5rem 1.25rem;
|
|
background: #4ba0ec;
|
|
color: white;
|
|
}
|
|
.btn-twitter:hover {
|
|
color: white;
|
|
background: #2f7bbf;
|
|
}
|
|
.btn-twitter i {
|
|
margin-right: 8px;
|
|
font-size: 19px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.btn-google {
|
|
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
padding: 0.5rem 1.25rem;
|
|
background: #bd403b;
|
|
color: white;
|
|
}
|
|
.btn-google:hover {
|
|
color: white;
|
|
background: #a12520;
|
|
}
|
|
.btn-google i {
|
|
margin-right: 8px;
|
|
font-size: 19px;
|
|
}
|
|
.btn-pinterest {
|
|
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
padding: 0.5rem 1.25rem;
|
|
background: #ae2626;
|
|
color: white;
|
|
}
|
|
.btn-pinterest:hover {
|
|
color: white;
|
|
background: #8e1010;
|
|
}
|
|
.btn-pinterest i {
|
|
margin-right: 8px;
|
|
font-size: 19px;
|
|
}
|
|
|
|
#phblogrecentposts .h1 {
|
|
text-align: center;
|
|
position: relative;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
#phblogrecentposts .h1 a {
|
|
float: right;
|
|
text-transform: none;
|
|
font-size: 80%;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
}/*# sourceMappingURL=ph_simpleblog-17.css.map */ |