first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1 @@
/** custom css for SimpleBlog **/

1566
modules/ph_simpleblog/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,35 @@
<?php
/*
* 2007-2014 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-2014 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;

View File

@@ -0,0 +1,212 @@
/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com
*/
/** RESET AND LAYOUT
===================================*/
.simpleblog-post-item .bx-wrapper {
position: relative;
margin: 0 auto 60px;
padding: 0;
*zoom: 1;
}
.simpleblog-post-item .bx-wrapper img {
max-width: 100%;
display: block;
}
/** THEME
===================================*/
.simpleblog-post-item .bx-wrapper .bx-viewport {
background: #fff;
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.simpleblog-post-item .bx-wrapper .bx-pager,
.simpleblog-post-item .bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}
/* LOADER */
.simpleblog-post-item .bx-wrapper .bx-loading {
min-height: 50px;
background: url(bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
/* PAGER */
.simpleblog-post-item .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.simpleblog-post-item .bx-wrapper .bx-pager .bx-pager-item,
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.simpleblog-post-item .bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.simpleblog-post-item .bx-wrapper .bx-pager.bx-default-pager a:hover,
.simpleblog-post-item .bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.simpleblog-post-item .bx-wrapper .bx-prev {
left: 10px;
background: url(controls.png) no-repeat 0 -32px;
}
.simpleblog-post-item .bx-wrapper .bx-next {
right: 10px;
background: url(controls.png) no-repeat -43px -32px;
}
.simpleblog-post-item .bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.simpleblog-post-item .bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.simpleblog-post-item .bx-wrapper .bx-controls {
opacity: 0;
-webkit-transition: opacity .15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
-ms-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
}
.simpleblog-post-item .bx-wrapper:hover .bx-controls {
opacity: 1;
}
.simpleblog-post-item .bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.simpleblog-post-item .bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/* AUTO CONTROLS (START / STOP) */
.simpleblog-post-item .bx-wrapper .bx-controls-auto {
text-align: center;
}
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-start:hover,
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-stop:hover,
.simpleblog-post-item .bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.simpleblog-post-item .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.simpleblog-post-item .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
/* IMAGE CAPTIONS */
.simpleblog-post-item .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.simpleblog-post-item .bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}

View File

@@ -0,0 +1,34 @@
.ph_simpleblog .simpleblog-posts .post-title h2 {
margin: 15px 0;
}
.ph_simpleblog .simpleblog-posts .post-read-more {
margin-top: 15px;
}
.ph_simpleblog.simpleblog-recent .title_block {
margin-bottom: 15px;
}
.ph_simpleblog #simpleblog-post-comments form fieldset {
border: 0;
margin: 0;
}
.ph_simpleblog #simpleblog-post-comments form .form-group label {
display: block;
color: #222;
font-weight: bold;
font-size: 14px;
margin: 5px 0;
}
.ph_simpleblog #simpleblog-post-comments form .form-group input[type=text],
.ph_simpleblog #simpleblog-post-comments form .form-group textarea {
background: #f0f0f0;
border: 1px solid #ccc;
padding: 5px;
}
.ph_simpleblog #simpleblog-post-comments form .form-group input[readonly] {
background: #f0f0f0;
color: #ccc;
}
.ph_simpleblog #simpleblog-post-comments form .form-group textarea {
width: 100%;
height: 100px;
}

View File

@@ -0,0 +1,53 @@
.ph_simpleblog {
.simpleblog-posts {
.post-title {
h2 {
margin: 15px 0;
}
}
.post-read-more {
margin-top: 15px;
}
}
&.simpleblog-recent {
.title_block {
margin-bottom: 15px;
}
}
#simpleblog-post-comments {
form {
fieldset {
border: 0; margin: 0;
}
.form-group {
label {
display: block;
color: #222;
font-weight: bold;
font-size: 14px;
margin: 5px 0;
}
input[type=text], textarea {
background: #f0f0f0;
border: 1px solid #ccc;
padding: 5px;
}
input[readonly] {
background: #f0f0f0;
color: #ccc;
}
textarea {
width: 100%;
height: 100px;
}
}
}
}
}

View File

@@ -0,0 +1,947 @@
.simpleblog-recent {
margin-top: 30px;
}
.ph_simpleblog {
width: 100%;
height: 100%;
}
.ph_simpleblog .img-responsive {
max-width: 100%;
height: auto;
}
.ph_simpleblog .simpleblog-category-image {
margin-bottom: 20px;
}
.ph_simpleblog *,
.ph_simpleblog *:before,
.ph_simpleblog *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ph_simpleblog .row {
margin-left: -15px;
margin-right: -15px;
}
.ph_simpleblog .row:before,
.ph_simpleblog .row:after {
content: " ";
display: table;
}
.ph_simpleblog .row:after {
clear: both;
}
.ph_simpleblog .col-xs-1,
.ph_simpleblog .col-sm-1,
.ph_simpleblog .col-md-1,
.ph_simpleblog .col-lg-1,
.ph_simpleblog .col-xs-2,
.ph_simpleblog .col-sm-2,
.ph_simpleblog .col-md-2,
.ph_simpleblog .col-lg-2,
.ph_simpleblog .col-xs-3,
.ph_simpleblog .col-sm-3,
.ph_simpleblog .col-md-3,
.ph_simpleblog .col-lg-3,
.ph_simpleblog .col-xs-4,
.ph_simpleblog .col-sm-4,
.ph_simpleblog .col-md-4,
.ph_simpleblog .col-lg-4,
.ph_simpleblog .col-xs-5,
.ph_simpleblog .col-sm-5,
.ph_simpleblog .col-md-5,
.ph_simpleblog .col-lg-5,
.ph_simpleblog .col-xs-6,
.ph_simpleblog .col-sm-6,
.ph_simpleblog .col-md-6,
.ph_simpleblog .col-lg-6,
.ph_simpleblog .col-xs-7,
.ph_simpleblog .col-sm-7,
.ph_simpleblog .col-md-7,
.ph_simpleblog .col-lg-7,
.ph_simpleblog .col-xs-8,
.ph_simpleblog .col-sm-8,
.ph_simpleblog .col-md-8,
.ph_simpleblog .col-lg-8,
.ph_simpleblog .col-xs-9,
.ph_simpleblog .col-sm-9,
.ph_simpleblog .col-md-9,
.ph_simpleblog .col-lg-9,
.ph_simpleblog .col-xs-10,
.ph_simpleblog .col-sm-10,
.ph_simpleblog .col-md-10,
.ph_simpleblog .col-lg-10,
.ph_simpleblog .col-xs-11,
.ph_simpleblog .col-sm-11,
.ph_simpleblog .col-md-11,
.ph_simpleblog .col-lg-11,
.ph_simpleblog .col-xs-12,
.ph_simpleblog .col-sm-12,
.ph_simpleblog .col-md-12,
.ph_simpleblog .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.ph_simpleblog .col-xs-1,
.ph_simpleblog .col-xs-2,
.ph_simpleblog .col-xs-3,
.ph_simpleblog .col-xs-4,
.ph_simpleblog .col-xs-5,
.ph_simpleblog .col-xs-6,
.ph_simpleblog .col-xs-7,
.ph_simpleblog .col-xs-8,
.ph_simpleblog .col-xs-9,
.ph_simpleblog .col-xs-10,
.ph_simpleblog .col-xs-11,
.ph_simpleblog .col-xs-12 {
float: left;
}
.ph_simpleblog .col-xs-12 {
width: 100%;
}
.ph_simpleblog .col-xs-11 {
width: 91.66666667%;
}
.ph_simpleblog .col-xs-10 {
width: 83.33333333%;
}
.ph_simpleblog .col-xs-9 {
width: 75%;
}
.ph_simpleblog .col-xs-8 {
width: 66.66666667%;
}
.ph_simpleblog .col-xs-7 {
width: 58.33333333%;
}
.ph_simpleblog .col-xs-6 {
width: 50%;
}
.ph_simpleblog .col-xs-5 {
width: 41.66666667%;
}
.ph_simpleblog .col-xs-4 {
width: 33.33333333%;
}
.ph_simpleblog .col-xs-3 {
width: 25%;
}
.ph_simpleblog .col-xs-2 {
width: 16.66666667%;
}
.ph_simpleblog .col-xs-1 {
width: 8.33333333%;
}
.ph_simpleblog .col-xs-pull-12 {
right: 100%;
}
.ph_simpleblog .col-xs-pull-11 {
right: 91.66666667%;
}
.ph_simpleblog .col-xs-pull-10 {
right: 83.33333333%;
}
.ph_simpleblog .col-xs-pull-9 {
right: 75%;
}
.ph_simpleblog .col-xs-pull-8 {
right: 66.66666667%;
}
.ph_simpleblog .col-xs-pull-7 {
right: 58.33333333%;
}
.ph_simpleblog .col-xs-pull-6 {
right: 50%;
}
.ph_simpleblog .col-xs-pull-5 {
right: 41.66666667%;
}
.ph_simpleblog .col-xs-pull-4 {
right: 33.33333333%;
}
.ph_simpleblog .col-xs-pull-3 {
right: 25%;
}
.ph_simpleblog .col-xs-pull-2 {
right: 16.66666667%;
}
.ph_simpleblog .col-xs-pull-1 {
right: 8.33333333%;
}
.ph_simpleblog .col-xs-pull-0 {
right: auto;
}
.ph_simpleblog .col-xs-push-12 {
left: 100%;
}
.ph_simpleblog .col-xs-push-11 {
left: 91.66666667%;
}
.ph_simpleblog .col-xs-push-10 {
left: 83.33333333%;
}
.ph_simpleblog .col-xs-push-9 {
left: 75%;
}
.ph_simpleblog .col-xs-push-8 {
left: 66.66666667%;
}
.ph_simpleblog .col-xs-push-7 {
left: 58.33333333%;
}
.ph_simpleblog .col-xs-push-6 {
left: 50%;
}
.ph_simpleblog .col-xs-push-5 {
left: 41.66666667%;
}
.ph_simpleblog .col-xs-push-4 {
left: 33.33333333%;
}
.ph_simpleblog .col-xs-push-3 {
left: 25%;
}
.ph_simpleblog .col-xs-push-2 {
left: 16.66666667%;
}
.ph_simpleblog .col-xs-push-1 {
left: 8.33333333%;
}
.ph_simpleblog .col-xs-push-0 {
left: auto;
}
.ph_simpleblog .col-xs-offset-12 {
margin-left: 100%;
}
.ph_simpleblog .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.ph_simpleblog .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.ph_simpleblog .col-xs-offset-9 {
margin-left: 75%;
}
.ph_simpleblog .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.ph_simpleblog .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.ph_simpleblog .col-xs-offset-6 {
margin-left: 50%;
}
.ph_simpleblog .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.ph_simpleblog .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.ph_simpleblog .col-xs-offset-3 {
margin-left: 25%;
}
.ph_simpleblog .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.ph_simpleblog .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.ph_simpleblog .col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.ph_simpleblog .col-sm-1,
.ph_simpleblog .col-sm-2,
.ph_simpleblog .col-sm-3,
.ph_simpleblog .col-sm-4,
.ph_simpleblog .col-sm-5,
.ph_simpleblog .col-sm-6,
.ph_simpleblog .col-sm-7,
.ph_simpleblog .col-sm-8,
.ph_simpleblog .col-sm-9,
.ph_simpleblog .col-sm-10,
.ph_simpleblog .col-sm-11,
.ph_simpleblog .col-sm-12 {
float: left;
}
.ph_simpleblog .col-sm-12 {
width: 100%;
}
.ph_simpleblog .col-sm-11 {
width: 91.66666667%;
}
.ph_simpleblog .col-sm-10 {
width: 83.33333333%;
}
.ph_simpleblog .col-sm-9 {
width: 75%;
}
.ph_simpleblog .col-sm-8 {
width: 66.66666667%;
}
.ph_simpleblog .col-sm-7 {
width: 58.33333333%;
}
.ph_simpleblog .col-sm-6 {
width: 50%;
}
.ph_simpleblog .col-sm-5 {
width: 41.66666667%;
}
.ph_simpleblog .col-sm-4 {
width: 33.33333333%;
}
.ph_simpleblog .col-sm-3 {
width: 25%;
}
.ph_simpleblog .col-sm-2 {
width: 16.66666667%;
}
.ph_simpleblog .col-sm-1 {
width: 8.33333333%;
}
.ph_simpleblog .col-sm-pull-12 {
right: 100%;
}
.ph_simpleblog .col-sm-pull-11 {
right: 91.66666667%;
}
.ph_simpleblog .col-sm-pull-10 {
right: 83.33333333%;
}
.ph_simpleblog .col-sm-pull-9 {
right: 75%;
}
.ph_simpleblog .col-sm-pull-8 {
right: 66.66666667%;
}
.ph_simpleblog .col-sm-pull-7 {
right: 58.33333333%;
}
.ph_simpleblog .col-sm-pull-6 {
right: 50%;
}
.ph_simpleblog .col-sm-pull-5 {
right: 41.66666667%;
}
.ph_simpleblog .col-sm-pull-4 {
right: 33.33333333%;
}
.ph_simpleblog .col-sm-pull-3 {
right: 25%;
}
.ph_simpleblog .col-sm-pull-2 {
right: 16.66666667%;
}
.ph_simpleblog .col-sm-pull-1 {
right: 8.33333333%;
}
.ph_simpleblog .col-sm-pull-0 {
right: auto;
}
.ph_simpleblog .col-sm-push-12 {
left: 100%;
}
.ph_simpleblog .col-sm-push-11 {
left: 91.66666667%;
}
.ph_simpleblog .col-sm-push-10 {
left: 83.33333333%;
}
.ph_simpleblog .col-sm-push-9 {
left: 75%;
}
.ph_simpleblog .col-sm-push-8 {
left: 66.66666667%;
}
.ph_simpleblog .col-sm-push-7 {
left: 58.33333333%;
}
.ph_simpleblog .col-sm-push-6 {
left: 50%;
}
.ph_simpleblog .col-sm-push-5 {
left: 41.66666667%;
}
.ph_simpleblog .col-sm-push-4 {
left: 33.33333333%;
}
.ph_simpleblog .col-sm-push-3 {
left: 25%;
}
.ph_simpleblog .col-sm-push-2 {
left: 16.66666667%;
}
.ph_simpleblog .col-sm-push-1 {
left: 8.33333333%;
}
.ph_simpleblog .col-sm-push-0 {
left: auto;
}
.ph_simpleblog .col-sm-offset-12 {
margin-left: 100%;
}
.ph_simpleblog .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.ph_simpleblog .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.ph_simpleblog .col-sm-offset-9 {
margin-left: 75%;
}
.ph_simpleblog .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.ph_simpleblog .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.ph_simpleblog .col-sm-offset-6 {
margin-left: 50%;
}
.ph_simpleblog .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.ph_simpleblog .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.ph_simpleblog .col-sm-offset-3 {
margin-left: 25%;
}
.ph_simpleblog .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.ph_simpleblog .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.ph_simpleblog .col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.ph_simpleblog .col-md-1,
.ph_simpleblog .col-md-2,
.ph_simpleblog .col-md-3,
.ph_simpleblog .col-md-4,
.ph_simpleblog .col-md-5,
.ph_simpleblog .col-md-6,
.ph_simpleblog .col-md-7,
.ph_simpleblog .col-md-8,
.ph_simpleblog .col-md-9,
.ph_simpleblog .col-md-10,
.ph_simpleblog .col-md-11,
.ph_simpleblog .col-md-12 {
float: left;
}
.ph_simpleblog .col-md-12 {
width: 100%;
}
.ph_simpleblog .col-md-11 {
width: 91.66666667%;
}
.ph_simpleblog .col-md-10 {
width: 83.33333333%;
}
.ph_simpleblog .col-md-9 {
width: 75%;
}
.ph_simpleblog .col-md-8 {
width: 66.66666667%;
}
.ph_simpleblog .col-md-7 {
width: 58.33333333%;
}
.ph_simpleblog .col-md-6 {
width: 50%;
}
.ph_simpleblog .col-md-5 {
width: 41.66666667%;
}
.ph_simpleblog .col-md-4 {
width: 33.33333333%;
}
.ph_simpleblog .col-md-3 {
width: 25%;
}
.ph_simpleblog .col-md-2 {
width: 16.66666667%;
}
.ph_simpleblog .col-md-1 {
width: 8.33333333%;
}
.ph_simpleblog .col-md-pull-12 {
right: 100%;
}
.ph_simpleblog .col-md-pull-11 {
right: 91.66666667%;
}
.ph_simpleblog .col-md-pull-10 {
right: 83.33333333%;
}
.ph_simpleblog .col-md-pull-9 {
right: 75%;
}
.ph_simpleblog .col-md-pull-8 {
right: 66.66666667%;
}
.ph_simpleblog .col-md-pull-7 {
right: 58.33333333%;
}
.ph_simpleblog .col-md-pull-6 {
right: 50%;
}
.ph_simpleblog .col-md-pull-5 {
right: 41.66666667%;
}
.ph_simpleblog .col-md-pull-4 {
right: 33.33333333%;
}
.ph_simpleblog .col-md-pull-3 {
right: 25%;
}
.ph_simpleblog .col-md-pull-2 {
right: 16.66666667%;
}
.ph_simpleblog .col-md-pull-1 {
right: 8.33333333%;
}
.ph_simpleblog .col-md-pull-0 {
right: auto;
}
.ph_simpleblog .col-md-push-12 {
left: 100%;
}
.ph_simpleblog .col-md-push-11 {
left: 91.66666667%;
}
.ph_simpleblog .col-md-push-10 {
left: 83.33333333%;
}
.ph_simpleblog .col-md-push-9 {
left: 75%;
}
.ph_simpleblog .col-md-push-8 {
left: 66.66666667%;
}
.ph_simpleblog .col-md-push-7 {
left: 58.33333333%;
}
.ph_simpleblog .col-md-push-6 {
left: 50%;
}
.ph_simpleblog .col-md-push-5 {
left: 41.66666667%;
}
.ph_simpleblog .col-md-push-4 {
left: 33.33333333%;
}
.ph_simpleblog .col-md-push-3 {
left: 25%;
}
.ph_simpleblog .col-md-push-2 {
left: 16.66666667%;
}
.ph_simpleblog .col-md-push-1 {
left: 8.33333333%;
}
.ph_simpleblog .col-md-push-0 {
left: auto;
}
.ph_simpleblog .col-md-offset-12 {
margin-left: 100%;
}
.ph_simpleblog .col-md-offset-11 {
margin-left: 91.66666667%;
}
.ph_simpleblog .col-md-offset-10 {
margin-left: 83.33333333%;
}
.ph_simpleblog .col-md-offset-9 {
margin-left: 75%;
}
.ph_simpleblog .col-md-offset-8 {
margin-left: 66.66666667%;
}
.ph_simpleblog .col-md-offset-7 {
margin-left: 58.33333333%;
}
.ph_simpleblog .col-md-offset-6 {
margin-left: 50%;
}
.ph_simpleblog .col-md-offset-5 {
margin-left: 41.66666667%;
}
.ph_simpleblog .col-md-offset-4 {
margin-left: 33.33333333%;
}
.ph_simpleblog .col-md-offset-3 {
margin-left: 25%;
}
.ph_simpleblog .col-md-offset-2 {
margin-left: 16.66666667%;
}
.ph_simpleblog .col-md-offset-1 {
margin-left: 8.33333333%;
}
.ph_simpleblog .col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.ph_simpleblog .col-lg-1,
.ph_simpleblog .col-lg-2,
.ph_simpleblog .col-lg-3,
.ph_simpleblog .col-lg-4,
.ph_simpleblog .col-lg-5,
.ph_simpleblog .col-lg-6,
.ph_simpleblog .col-lg-7,
.ph_simpleblog .col-lg-8,
.ph_simpleblog .col-lg-9,
.ph_simpleblog .col-lg-10,
.ph_simpleblog .col-lg-11,
.ph_simpleblog .col-lg-12 {
float: left;
}
.ph_simpleblog .col-lg-12 {
width: 100%;
}
.ph_simpleblog .col-lg-11 {
width: 91.66666667%;
}
.ph_simpleblog .col-lg-10 {
width: 83.33333333%;
}
.ph_simpleblog .col-lg-9 {
width: 75%;
}
.ph_simpleblog .col-lg-8 {
width: 66.66666667%;
}
.ph_simpleblog .col-lg-7 {
width: 58.33333333%;
}
.ph_simpleblog .col-lg-6 {
width: 50%;
}
.ph_simpleblog .col-lg-5 {
width: 41.66666667%;
}
.ph_simpleblog .col-lg-4 {
width: 33.33333333%;
}
.ph_simpleblog .col-lg-3 {
width: 25%;
}
.ph_simpleblog .col-lg-2 {
width: 16.66666667%;
}
.ph_simpleblog .col-lg-1 {
width: 8.33333333%;
}
.ph_simpleblog .col-lg-pull-12 {
right: 100%;
}
.ph_simpleblog .col-lg-pull-11 {
right: 91.66666667%;
}
.ph_simpleblog .col-lg-pull-10 {
right: 83.33333333%;
}
.ph_simpleblog .col-lg-pull-9 {
right: 75%;
}
.ph_simpleblog .col-lg-pull-8 {
right: 66.66666667%;
}
.ph_simpleblog .col-lg-pull-7 {
right: 58.33333333%;
}
.ph_simpleblog .col-lg-pull-6 {
right: 50%;
}
.ph_simpleblog .col-lg-pull-5 {
right: 41.66666667%;
}
.ph_simpleblog .col-lg-pull-4 {
right: 33.33333333%;
}
.ph_simpleblog .col-lg-pull-3 {
right: 25%;
}
.ph_simpleblog .col-lg-pull-2 {
right: 16.66666667%;
}
.ph_simpleblog .col-lg-pull-1 {
right: 8.33333333%;
}
.ph_simpleblog .col-lg-pull-0 {
right: auto;
}
.ph_simpleblog .col-lg-push-12 {
left: 100%;
}
.ph_simpleblog .col-lg-push-11 {
left: 91.66666667%;
}
.ph_simpleblog .col-lg-push-10 {
left: 83.33333333%;
}
.ph_simpleblog .col-lg-push-9 {
left: 75%;
}
.ph_simpleblog .col-lg-push-8 {
left: 66.66666667%;
}
.ph_simpleblog .col-lg-push-7 {
left: 58.33333333%;
}
.ph_simpleblog .col-lg-push-6 {
left: 50%;
}
.ph_simpleblog .col-lg-push-5 {
left: 41.66666667%;
}
.ph_simpleblog .col-lg-push-4 {
left: 33.33333333%;
}
.ph_simpleblog .col-lg-push-3 {
left: 25%;
}
.ph_simpleblog .col-lg-push-2 {
left: 16.66666667%;
}
.ph_simpleblog .col-lg-push-1 {
left: 8.33333333%;
}
.ph_simpleblog .col-lg-push-0 {
left: auto;
}
.ph_simpleblog .col-lg-offset-12 {
margin-left: 100%;
}
.ph_simpleblog .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.ph_simpleblog .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.ph_simpleblog .col-lg-offset-9 {
margin-left: 75%;
}
.ph_simpleblog .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.ph_simpleblog .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.ph_simpleblog .col-lg-offset-6 {
margin-left: 50%;
}
.ph_simpleblog .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.ph_simpleblog .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.ph_simpleblog .col-lg-offset-3 {
margin-left: 25%;
}
.ph_simpleblog .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.ph_simpleblog .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.ph_simpleblog .col-lg-offset-0 {
margin-left: 0;
}
}
.ph_simpleblog .simpleblog-posts .simpleblog-post-item.first-in-line {
clear: left;
}
.ph_simpleblog .simpleblog-posts .post-item {
width: 100%;
border: 1px solid #f0f0f0;
margin: 0 0 30px 0;
position: relative;
}
.ph_simpleblog .simpleblog-posts h2 {
font-size: 18px;
background: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}
.ph_simpleblog .simpleblog-posts h2 a {
text-decoration: none;
}
.ph_simpleblog .simpleblog-posts .post-additional-info,
.ph_simpleblog .simpleblog-posts .post-title,
.ph_simpleblog .simpleblog-posts .post-content {
padding: 0 10px;
}
.ph_simpleblog .simpleblog-posts .post-content {
margin: 10px 0;
}
.ph_simpleblog .simpleblog-posts .post-content p img {
display: block;
}
.ph_simpleblog .simpleblog-posts .post-content .post-read-more {
display: block;
text-align: right;
}
.ph_simpleblog .simpleblog-posts .post-additional-info {
padding: 10px;
background: none;
font-size: 12px;
overflow: hidden;
background: #f0f0f0;
color: #222;
}
.ph_simpleblog .simpleblog-posts .post-additional-info div {
display: block;
}
.ph_simpleblog .simpleblog-posts .post-additional-info a {
color: #a1a1a1;
text-decoration: none;
}
.ph_simpleblog .simpleblog-posts .post-additional-info a:hover {
text-decoration: underline;
}
.ph_simpleblog .simpleblog-posts .post-additional-info span {
display: inline-block;
margin-right: 12px;
color: #a1a1a1;
}
.ph_simpleblog .simpleblog-posts .post-additional-info span i {
margin-right: 2px;
}
.ph_simpleblog .simpleblog-posts .post-additional-info span:last-of-type {
margin-right: 0;
}
.ph_simpleblog .simpleblog-posts p {
font-size: 12px;
color: #474747;
}
.ph_simpleblog .simpleblog-posts a.more {
font-size: 12px;
color: #222;
clear: both;
float: right;
margin: 10px 0;
}
.ph_simpleblog .simpleblog-posts.related h2 {
font-size: 22px;
line-height: 24px;
}
.ph_simpleblog .simpleblog-posts.related .post-additional-info span {
float: none;
border-left: 0;
margin-left: 0px;
padding-left: 0px;
}
.ph_simpleblog .post_cover {
display: block;
margin: 0 -15px;
}
.simpleblog-single img {
max-width: 100%!important;
height: auto;
}
.simpleblog-single h1,
.simpleblog-single .block-title {
font-weight: 600;
font-family: 'Open Sans', Arial;
font-size: 18px;
line-height: 22px;
color: #555454;
background: #f6f6f6;
border-top: 5px solid #333333;
text-transform: uppercase;
padding: 14px 5px 17px 20px;
margin-bottom: 9px;
margin-top: 9px;
}
.simpleblog-single .block-title {
font-size: 14px;
line-height: 18px;
}
.simpleblog-single .post-meta-info {
margin-left: 20px;
}
.simpleblog-single .post-meta-info span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px dotted #555454;
}
.simpleblog-single .post-meta-info span span {
margin: 0;
padding: 0;
}
.simpleblog-single .post-meta-info span i {
margin-right: 3px;
}
.simpleblog-single .post-meta-info span:last-of-type {
border-right: 0;
}
.simpleblog-single .post-featured-image {
margin: 20px auto;
position: relative;
overflow: hidden;
transition: opacity 0.5s;
cursor: pointer;
}
.simpleblog-single .post-featured-image:hover {
opacity: 0.8;
}
.simpleblog-single .post-block {
margin: 20px 0;
}
.simpleblog-single .post-gallery a img {
transition: opacity 0.5s;
margin-bottom: 10px;
}
.simpleblog-single .post-gallery a:hover img {
opacity: 0.8;
}
.simpleblog-single .fb_iframe_widget,
.simpleblog-single .fb_iframe_widget span,
.simpleblog-single .fb_iframe_widget span iframe[style] {
min-width: 100% !important;
width: 100% !important;
}
.simpleblog-category h1,
.simpleblog-home h1 {
font: 600 18px/22px "Open Sans", Verdana, sans-serif;
color: #555454;
background: #f6f6f6;
border-top: 5px solid #333333;
text-transform: uppercase;
padding: 15px 5px 16px 20px;
margin-bottom: 20px;
margin-top: 9px;
}
/**
Comments
**/
#simpleblog-post-comments .post-comment {
padding: 10px 0 10px 20px;
border-bottom: 1px solid #f0f0f0;
}
#simpleblog-post-comments .post-comment .post-comment-author {
font-weight: bold;
font-style: italic;
}
#simpleblog-post-comments .post-comment .post-comment-content {
padding: 5px 0 0 15px;
}
#simpleblog-post-comments .post-comment:nth-child(2n) {
background: #f1f1f1;
}
#simpleblog-post-comments form {
margin-top: 30px;
}

View File

@@ -0,0 +1,918 @@
.simpleblog-recent {
margin-top: 30px;
}
.ph_simpleblog {
width: 100%;
height: 100%;
.img-responsive {
max-width: 100%;
height: auto;
}
.simpleblog-category-image {
margin-bottom: 20px;
}
// SimpleBlog new look (using Bootstrap look and design from ControlTheme)
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
.simpleblog-posts {
.simpleblog-post-item {
&.first-in-line {
clear: left;
}
}
.post-item {
width: 100%;
border: 1px solid #f0f0f0;
margin: 0 0 30px 0;
position: relative;
}
h2 {
font-size: 18px;
background: none;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
a {
text-decoration: none;
}
}
.post-additional-info,
.post-title,
.post-content {
padding: 0 10px;
}
.post-content {
margin: 10px 0;
p img {
display: block;
}
.post-read-more {
display: block;
text-align: right;
}
}
.post-additional-info {
padding: 10px;
background: none;
font-size: 12px;
overflow: hidden;
background: #f0f0f0; color: #222;
div {
display: block;
}
a {
color: #a1a1a1; text-decoration: none;
&:hover {
text-decoration: underline;
}
}
span {
display: inline-block;
margin-right: 12px;
color: #a1a1a1;
i {
margin-right: 2px;
}
&:last-of-type {
margin-right: 0;
}
}
}
p {
font-size: 12px;
color: #474747;
}
a.more {
font-size: 12px;
color: #222;
clear: both; float: right;
margin: 10px 0;
}
&.related {
h2 {
font-size: 22px;
line-height: 24px;
}
.post-additional-info {
span {
float: none;
border-left: 0;
margin-left: 0px;
padding-left: 0px;
}
}
}
}
.post_cover {
display: block;
margin: 0 -15px;
}
}
.simpleblog-single {
img {
max-width: 100%!important;
height: auto;
}
h1, .block-title {
font-weight: 600;
font-family: 'Open Sans', Arial;
font-size: 18px;
line-height: 22px;
color: #555454;
background: #f6f6f6;
border-top: 5px solid #333333;
text-transform: uppercase;
padding: 14px 5px 17px 20px;
margin-bottom: 9px;
margin-top: 9px;
}
.block-title {
font-size: 14px; line-height: 18px;
}
.post-meta-info {
margin-left: 20px;
span {
margin-right: 10px;
padding-right: 10px;
border-right: 1px dotted #555454;
span {
margin: 0; padding: 0;
}
i {
margin-right: 3px;
}
&:last-of-type {
border-right: 0;
}
}
}
.post-featured-image {
margin: 20px auto;
position: relative;
overflow: hidden;
transition: opacity 0.5s;
cursor: pointer;
&:hover {
opacity: 0.8;
}
}
.post-block {
margin: 20px 0;
}
.post-gallery {
a {
img {
transition: opacity 0.5s;
margin-bottom: 10px;
}
&:hover {
img {
opacity: 0.8;
}
}
}
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
min-width: 100% !important;
width: 100% !important;
}
}
.simpleblog-category,
.simpleblog-home {
h1 {
font: 600 18px/22px "Open Sans", Verdana, sans-serif;
color: #555454;
background: #f6f6f6;
border-top: 5px solid #333333;
text-transform: uppercase;
padding: 15px 5px 16px 20px;
margin-bottom: 20px;
margin-top: 9px;
}
}
/**
Comments
**/
#simpleblog-post-comments {
// List
.post-comment {
padding: 10px 0 10px 20px;
border-bottom: 1px solid #f0f0f0;
.post-comment-author {
font-weight: bold;
font-style: italic;
}
.post-comment-content {
padding: 5px 0 0 15px;
}
&:nth-child(2n) {
background: #f1f1f1;
}
}
form {
margin-top: 30px;
}
}

View File

@@ -0,0 +1,7 @@
.icon-AdminSimpleBlog:before {
content: '\f0f6';
}
li.ph_simpleblog_icon a {
background: url(../logo.png) no-repeat center 25px #f8f8f8;
}