first commit
This commit is contained in:
35
modules/ph_simpleblog/views/css/index.php
Normal file
35
modules/ph_simpleblog/views/css/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2013 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
409
modules/ph_simpleblog/views/css/ph_simpleblog-17.css
Normal file
409
modules/ph_simpleblog/views/css/ph_simpleblog-17.css
Normal file
@@ -0,0 +1,409 @@
|
||||
#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 */
|
||||
1
modules/ph_simpleblog/views/css/ph_simpleblog-17.css.map
Normal file
1
modules/ph_simpleblog/views/css/ph_simpleblog-17.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["ph_simpleblog-17.scss","ph_simpleblog-17.css"],"names":[],"mappings":"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","file":"ph_simpleblog-17.css"}
|
||||
518
modules/ph_simpleblog/views/css/ph_simpleblog-17.scss
Normal file
518
modules/ph_simpleblog/views/css/ph_simpleblog-17.scss
Normal file
@@ -0,0 +1,518 @@
|
||||
#module-ph_simpleblog-single {
|
||||
#content-wrapper {
|
||||
.page-header h1 {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.simpleblog__post{
|
||||
p{
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#module-ph_simpleblog-single,
|
||||
#module-ph_simpleblog-list {
|
||||
#content.card {
|
||||
padding: 0; background: none;
|
||||
box-shadow: none; border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.simpleblog {
|
||||
//Most Viewed Block
|
||||
&__mostViewed {
|
||||
&__menu {
|
||||
margin-top: 0.625rem;
|
||||
|
||||
li {
|
||||
&:last-child {
|
||||
a {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
border-bottom: 1px solid rgba(0,0,0,.25);
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
margin: 0.3125rem 0 0;
|
||||
padding-bottom: 0.1875rem;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__footer {
|
||||
text-align: center;
|
||||
|
||||
.btn-primary {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
//Posts Listing
|
||||
&__listing {
|
||||
margin-top: 30px;
|
||||
padding-bottom: 60px;
|
||||
|
||||
&__post {
|
||||
&.first-in-line {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
&__wrapper {
|
||||
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
|
||||
background: #fff;
|
||||
margin-bottom: 1.563rem;
|
||||
|
||||
&__content {
|
||||
padding: 1.563rem 1.25rem;
|
||||
|
||||
h3 {
|
||||
a {
|
||||
color: #232323;
|
||||
}
|
||||
}
|
||||
|
||||
&__footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&__category {
|
||||
margin-left: 15px;
|
||||
|
||||
i {
|
||||
color: #727272;
|
||||
}
|
||||
|
||||
a,
|
||||
span,
|
||||
time {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
margin-left: 2px;
|
||||
color: #727272;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__footer {
|
||||
background: #efefef;
|
||||
padding: 0 1.25rem;
|
||||
|
||||
&__block {
|
||||
padding-top: 0.763rem;
|
||||
padding-bottom: 0.763rem;
|
||||
|
||||
i {
|
||||
color: #727272;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
span,
|
||||
time {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
margin-left: 2px;
|
||||
color: #727272;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__pagination {
|
||||
margin-top: 1.5rem;
|
||||
|
||||
> div {
|
||||
color: #7a7a7a;
|
||||
}
|
||||
|
||||
&__list {
|
||||
@media (max-width: 767px) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
li {
|
||||
@media (max-width: 767px) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&:first-child,
|
||||
&:last-child {
|
||||
@media (max-width: 767px) {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
a {
|
||||
@media (max-width: 767px) {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Post
|
||||
&__postInfo{
|
||||
ul{
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 20px 0;
|
||||
display: flex;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
li{
|
||||
color: #727272;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child{
|
||||
&:after{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:after{
|
||||
content: '';
|
||||
height: 10px;
|
||||
background: #cecece;
|
||||
width: 2px;
|
||||
margin: 0 13px;
|
||||
display: inline-block;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
i{
|
||||
color: #727272;
|
||||
font-size: 20px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
span{
|
||||
color: #727272;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__post{
|
||||
background: #ffffff;
|
||||
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
|
||||
margin-bottom: 60px;
|
||||
|
||||
&-featured {
|
||||
img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
&__content{
|
||||
padding: 1.563rem 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__share{
|
||||
margin-bottom: 60px;
|
||||
|
||||
ul{
|
||||
list-style-type: none;
|
||||
margin: 25px 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
li{
|
||||
margin-right: 16px;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
.btn{
|
||||
@media (max-width: 991px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__featuredProducts{
|
||||
margin-bottom: 60px;
|
||||
|
||||
> h2{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
&__comments{
|
||||
margin-bottom: 60px;
|
||||
|
||||
> h2{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
&-empty {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.alert a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
> ul{
|
||||
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li{
|
||||
padding: 1.563rem 1.25rem;
|
||||
|
||||
&:nth-child(odd){
|
||||
background: white;
|
||||
}
|
||||
|
||||
&:nth-child(even){
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
||||
.simpleblog__comments__authorInfo{
|
||||
list-style-type: none;
|
||||
margin: 0 0 12px;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
li{
|
||||
font-size: 14px;
|
||||
color: #727272;
|
||||
|
||||
&:last-child{
|
||||
&:after{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&:after{
|
||||
content: '';
|
||||
height: 10px;
|
||||
background: #cecece;
|
||||
width: 2px;
|
||||
margin: 0 18px;
|
||||
display: inline-block;
|
||||
|
||||
@media (max-width: 991px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__author{
|
||||
color: #38b5d0 !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.simpleblog__comments__text{
|
||||
color: #414141;
|
||||
|
||||
p{
|
||||
color: #414141;
|
||||
}
|
||||
}
|
||||
|
||||
.simpleblog__comments__text{
|
||||
p{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__addComment{
|
||||
margin-bottom: 60px;
|
||||
|
||||
.alert a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
> h2{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
&__form{
|
||||
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
|
||||
background: #ffffff;
|
||||
padding: 1.563rem 1.25rem;
|
||||
|
||||
.form-footer{
|
||||
.btn-primary{
|
||||
@media (max-width: 991px) {
|
||||
width: 100%;
|
||||
float: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__seo{
|
||||
display: none;
|
||||
}
|
||||
|
||||
&__categoryInfo{
|
||||
border-bottom: 2px solid #d6d6d6;
|
||||
margin: 30px 0;
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 14px;
|
||||
color: #727272;
|
||||
margin: 30px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Globally add social buttons
|
||||
.btn{
|
||||
&-facebook{
|
||||
box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: .5rem 1.25rem;
|
||||
background: #415994;
|
||||
color: white;
|
||||
|
||||
&:hover{
|
||||
color: white;
|
||||
background: #203363;
|
||||
}
|
||||
|
||||
i{
|
||||
margin-right: 8px;
|
||||
font-size: 19px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
&-twitter{
|
||||
box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: .5rem 1.25rem;
|
||||
background: #4ba0ec;
|
||||
color: white;
|
||||
|
||||
&:hover{
|
||||
color: white;
|
||||
background: #2f7bbf;
|
||||
}
|
||||
|
||||
i{
|
||||
margin-right: 8px;
|
||||
font-size: 19px;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
&-google{
|
||||
box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: .5rem 1.25rem;
|
||||
background: #bd403b;
|
||||
color: white;
|
||||
|
||||
&:hover{
|
||||
color: white;
|
||||
background: #a12520;
|
||||
}
|
||||
|
||||
i{
|
||||
margin-right: 8px;
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
&-pinterest{
|
||||
box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: .5rem 1.25rem;
|
||||
background: #ae2626;
|
||||
color: white;
|
||||
|
||||
&:hover{
|
||||
color: white;
|
||||
background: #8e1010;
|
||||
}
|
||||
|
||||
i{
|
||||
margin-right: 8px;
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#phblogrecentposts {
|
||||
.h1 {
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
a {
|
||||
float: right;
|
||||
text-transform: none;
|
||||
font-size: 80%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;;
|
||||
}
|
||||
}
|
||||
}
|
||||
35
modules/ph_simpleblog/views/css/select2/index.php
Normal file
35
modules/ph_simpleblog/views/css/select2/index.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2013 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2013 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
|
||||
|
||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
||||
header("Cache-Control: post-check=0, pre-check=0", false);
|
||||
header("Pragma: no-cache");
|
||||
|
||||
header("Location: ../");
|
||||
exit;
|
||||
2
modules/ph_simpleblog/views/css/select2/select2.min.css
vendored
Normal file
2
modules/ph_simpleblog/views/css/select2/select2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user