Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,559 @@
.blog_center_content .panel-heading + ul {
display: block;
float: left;
margin-bottom: -1px;
margin-left: -20px;
margin-top: 0;
padding: 0 20px;
width: calc(100% + 32px);
}
li.confi_tab {
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
color: #00aff0;
cursor: pointer;
display: inline-block;
float: left;
font-size: 13px;
height: 42px;
list-style: outside none none;
margin-bottom: -1px;
padding: 10px 15px;
position: relative;
}
li.confi_tab.active {
background-color: #fff;
border-color: #ddd #ddd #fff;
border-style: solid;
border-width: 1px;
color: #000;
}
html body:not(.adminstockmanagement):not(.adminpsthemecustoconfiguration):not(.adminpsthemecustoadvanced):not(.adminmodulesmanage):not(.adminaccess) .bootstrap [class*=col-] {
padding-right: 15px;
padding-left: 15px;
}
[class*=col-] > .input-group[class*=col-]{
padding-left: 0!important;
padding-right: 0!important;
}
body .bootstrap .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
body:not(.adminstockmanagement):not(.adminpsthemecustoconfiguration):not(.adminpsthemecustoadvanced):not(.adminmodulesmanage):not(.adminaccess) .bootstrap .row {
margin: 0 -15px;
}
svg{
fill: currentColor;
}
li.confi_tab.config_tab_option:before {
content: "\f0ca";
font-family: Fontawesome, sans-serif;
margin-right: 6px;
display: inline-block;
}
.mce-container-body iframe {
min-height: 200px;
}
a.btn.btn-default.add_new_link {
display: flex;
align-items: center;
color: #333;
transition: none!important;
border: 1px solid #ccc;
transition: none!important;
}
.ets-left-panel.col-lg-12 {
margin-bottom: 30px;
}
.growl.growl-error, html :is(body:not(.no-smb-reskin)) .growl.growl-error {
color: #fff;
background: rgba(224,143,149,.8);
}
a.btn.btn-default.add_new_link i.ets_icon {
height: 14px;
margin-right: 4px;
fill: inherit;
color: inherit;
transform: none!important;
transition: none!important;
}
.panel.ets_blog-panel .panel-heading span.panel-heading-action {
display: inline-block;
position: static!important;
}
.panel.ets_blog-panel .panel-heading span.panel-heading-action .btn.add_new_link {
top: 50%!important;
transform: translateY(-50%);
white-space: nowrap;
}
.module_confirmation.conf.confirm.alert {
position: fixed;
right: 60px;
top: 60px;
z-index: 1000;
min-width: 300px;
}
.panel.ets_blog-panel .panel-heading {
position: relative;
}
.ets-left-panel a.list-group-item {
border-radius: 0!important;
border: none;
position: relative;
}
.ets-left-panel a.list-group-item:focus {
z-index: 2;
color: #fff;
background-color: #25b9d7;
border-color: #25b9d7;
}
.ets-blog-tab-basic .mce-container-body iframe {
min-height: 350px;
}
a.btn.btn-default.add_new_link:hover {
background: #25b9d7;
color: #fff;
fill: #ffffff;
border-color: #25b9d7;
transition: none;
}
.blog-list-group .blog-list-group-item {
display: inline-block;
padding: 16px 10px;
font-size: 15px;
position: relative;
text-decoration: none!important;
outline: none!important;
margin-right: 20px;
}
.ets_blog-panel select {
width: auto;
min-width: 100%;
}
table.table td.reported, table.table th.reported, table.table td.approved, table.table th.approved {
text-align: center;
}
.table thead>tr.filter>th.reported select,
.table thead>tr.filter>th.approved select {
margin: 0 auto;
}
tr.nodrag.nodrop span.title_box,
.bootstrap .table th.table_action{
font-weight: 600;
}
.ets_blog-panel table .enabled,
.ets_blog-panel table .sort_order {
text-align: center;
}
.ets_blog-panel table .rating {
font-size: inherit;
}
.form_reply input.btn.btn-primary.btn-default {
color: #fff;
margin-top: 10px;
}
.form_reply input.btn.btn-primary.btn-default:hover {
background: #1a8196;
border-color: #1a8196;
}
.star:not(.star_on):before {
content: "\f006";
font-family: 'FontAwesome';
color: #999;
}
.ets_blog-panel table .rating {
font-size: inherit;
direction: ltr;
}
.module_error.alert.alert-danger {
position: fixed;
top: 60px;
right: 60px;
z-index: 1000;
min-width: 300px;
}
.module_error.alert.alert-danger ul {
padding-left: 20px;
}
.blog_center_content a, .blog_center_content a:hover, .blog_center_content a:focus {
text-decoration: none;
outline: none;
}
.blog-list-group {
display: flex;
width: 100%;
position: relative;
background: #fff;
border: 1px solid #ccc;
border-radius: 2px;
}
.blog-list-group .blog-list-group-item i {
font-size: 16px;
}
.blog-list-group .blog-list-group-item:not(.active) {
color: #333;
}
.blog-list-group .blog-list-group-item:before {
height: 3px;
background: transparent;
content: "";
position: absolute;
bottom: -1px;
width: 100%;
left: 0;
}
textarea {
min-height: 200px;
}
.clearfix{
clear: both;
}
.btn-group-action .dropdown-menu a.btn.btn-default {
width: 100%;
border: none;
padding: 7px 12px;
font-size: 12px;
text-align: left;
border-radius: 0;
outline: none!important;
box-shadow: none!important;
}
.bootstrap .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid #ddd;
}
.bootstrap .dropdown-menu {
text-align: left;
padding-top: 0;
padding-bottom: 0;
overflow: hidden;
}
a.btn, button.btn {
outline: none!important;
box-shadow: none!important;
}
.btn-group-action .dropdown-menu a.btn.btn-default i.fa {
font-size: 14px;
vertical-align: middle;
line-height: inherit;
width: auto;
margin-right: 5px;
min-width: 15px;
}
.blog-list-group .blog-list-group-item.active:before,
.blog-list-group .blog-list-group-item:not(.active):focus:before{
background: #25b9d7;
}
.blog-list-group .blog-list-group-item:not(.active):focus {
background: #ffffff;
border-color: #25b9d7;
color: #25b9d7;
fill: #25b9d7;
}
li.confi_tab.config_tab_seo:before {
content: "\f1a0";
font-family: Fontawesome, sans-serif;
margin-right: 6px;
display: inline-block;
}
li.confi_tab.config_tab_seo {
text-transform: uppercase;
}
li.confi_tab.config_tab_basic:before {
content: "\f044";
font-family: Fontawesome, sans-serif;
margin-right: 6px;
display: inline-block;
}
.ets_form_tab_header + .form-group-wapper, .tab_post + .form-wrapper {
background-color: #fff;
border: 1px solid #ddd;
clear: both;
padding: 30px 15px 20px;
}
.bootstrap .form-horizontal .form-wrapper {
max-width: 100%;
width: 100%;
}
.ets-form-group {
display: none;
}
.ets-form-group.active {
display: block;
}
.list-group-item {
display: inline-block;
float: left;
width: 139px;
}
.blog_center_content ul.tree-category {
border: 1px solid #c8d6db;
border-radius: 3px;
display: block;
margin: 0 20px 0 0;
max-width: 100%;
padding: 10px 20px 10px 30px;
width: 490px;
}
.blog_center_content ul.tree-category > li {
margin-left: 10px;
}
.category_default {
position: absolute;
right: 5px;
top: 0;
}
.category-blog-parent::before {
display: block;
font-size: 12px;
content: "";
border-left: 1px solid #333;
border-bottom: 1px solid #333;
width: 7px;
height: 7px;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
position: absolute;
top: 50%;
left: 50%;
margin-top: -4px;
margin-left: -6px;
}
.category-blog-parent:hover {
border-color: #aaa;
color: #666;
}
.category-blog-parent {
color: #999;
cursor: pointer;
display: inline-block;
font-size: 0;
height: 18px;
line-height: 13px;
margin-left: 5px;
margin-top: -3px;
position: relative;
text-align: center;
vertical-align: middle;
width: 18px;
}
.blog_center_content ul.tree-category > li > .category-blog-parent {
position: absolute;
right: 100%;
top: 3px;
}
.blog_center_content ul.tree-category > li > .category-blog-parent + ul.children {
border-bottom: 0 none;
display: none;
margin: 0;
width: auto;
}
.category-blog-parent.active::before {
margin-top: -6px;
transform: rotate(-45deg);
}
.blog_center_content ul.tree-category > li > .category-blog-parent + ul.children.active {
display: block;
}
.blog_center_content ul {
display: block;
margin-left: 0;
max-width: 100%;
padding: 0 20px 5px;
}
.tree-category ul {
padding-right: 0;
}
.ets_blog_paggination .links a{
display: inline-block;
padding: 3px;
font-size: 13px;
}
.ets_blog_paggination .links {
float: right;
}
.ets_blog_paggination .links b, .ets_blog_paggination .links a {
border: 1px solid #ddd;
display: inline-block;
width: 26px;
height: 26px;
vertical-align: text-bottom;
color: #666;
line-height: 24px;
text-align: center;
padding: 0;
margin: 0 1px;
}
.ets_blog_paggination .links b {
background-color: #00aff0;
color: #fff;
border-color: #00aff0;
}
.ets_blog_paggination .links a:hover {
text-decoration: none;
background-color: #f7f7f7;
}
.ets_blogcomment_reply .panel-heading-action {
border-bottom: 1px solid #eee;
float: right;
margin-bottom: 20px;
padding-bottom: 15px;
width: 100%;
}
.ets_blogcomment_reply .panel-heading-action .list-action-enable.action-enabled, .ets_blogcomment_reply .panel-heading-action .list-action-enable.action-disabled {
border-radius: 0;
border-right: 1px solid #ccc;
color: #e08f95;
float: right;
font-size: 0;
margin-right: 9px;
}
.icon-check::before{
color: #72c279;
}
.no-viewed {
font-weight: bold;
}
.ets_blogcomment_reply .panel-heading-action .del_comment {
color: #999;
float: right;
font-size: 0;
}
.form_reply textarea {
font-size: 13px;
margin-bottom: 15px;
min-height: 150px;
}
.comment-content thead tr, .comment-content thead tr td {
font-family: Open sans,sans-serif;
font-weight: 600;
text-transform: uppercase;
}
.comment-content thead tr, .comment-content thead tr td {
background-color: #ecf6fb;
border-bottom: 1px solid #a0d0eb;
border-top: 1px solid #eee;
font-family: Open sans,sans-serif;
font-weight: 600;
text-transform: uppercase;
}
a.del_reply {
color: #999;
display: inline-block;
font-size: 0;
}
h4.comment_name span,h4.post_title span {
color: #00aff0;
font-family: Open sans,sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
text-transform: capitalize;
}
#list-ets_comment td.rating {
direction: initial !important;
min-width: 100px;
}
.ets-blog-panel .star {
position: relative;
top: -1px;
float: left;
width: 14px;
overflow: hidden;
cursor: pointer;
font-size: 14px;
font-weight: normal; }
.ets-blog-panel .star {
display: block; }
.star a {
display: block;
position: absolute;
text-indent: -5000px; }
.ets-blog-panel div.star:after {
content: "\f006";
font-family: "FontAwesome", sans-serif;
display: inline-block;
color: #777676; }
.ets-blog-panel div.star.star_on {
display: block;
}
div.star.star_on:after {
content: "\f005";
font-family: "FontAwesome", sans-serif;
display: inline-block;
color: #ef8743; }
.ets-blog-panel #list-ets_comment td.rating .star {
display: inline-block;
float: none;
cursor: default;
}
.ets-blog-panel div.star.star_hover:after {
content: "\f005";
font-family: "FontAwesome", sans-serif;
display: inline-block;
color: #ef8743;
}
.rating .star {
float: left;
margin-right: 2px;
}
th.rating{
font-size: 13px!important;
}
.ets-blog-tab-basic .row_short_description .mce-container-body iframe {
min-height: 150px;
}
.ets_blog_export_form_content .panel-heading {
background: transparent !important;
margin: 0 0 20px !important;
padding-left: 0 !important;
}
.ets_blog_export_option .submitExportBlog,
.submitImportBlog{
padding: 6px 15px;
font-size: 13px;
margin-bottom: 11px;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.ets_blog_export_option .submitExportBlog .icon,
.submitImportBlog .icon {
margin-right: 8px;
}
.ets_blog_export_option .submitExportBlog:hover,
.submitImportBlog:hover {
background: #25b9d7;
color: #fff;
border-color: #25b9d7;
}
.ets_blog_import_options .option_group label,
.ets_blog_import_option_data_imoport .data-group label {
font-weight: normal;
}
.ets_blog_import_option_updata,
.ets_blog_import_options,
.ets_blog_import_option_data_imoport{
margin-bottom: 25px;
}
.ets_blog_import_options h4,
.ets_blog_import_option_data_imoport h4{
font-weight: 600;
font-size: 14px;
margin-bottom: 15px;
}
.ets_blog_import_option_updata label {
margin-bottom: 10px;
}
#ets_tab_backup i::before {
content: "\f0ee";
font-size: 16px;
font-family: Fontawesome;
vertical-align: middle;
}

View File

@@ -0,0 +1,6 @@
@media (min-width: 1200px) {
.adminetsblogsetting #configuration_form .form-group {
margin-left: -12px;
margin-right: -12px;
}
}

View File

@@ -0,0 +1,58 @@
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#subtab-AdminEtsBlogPost i,
#subtab-AdminEtsBlogCategory i,
#subtab-AdminEtsBlogComment i,
#subtab-AdminEtsBlogSetting i,
#subtab-AdminEtsBlogBackup i
{
font-size: 0;
position: relative;
width: 16px;
line-height: 1;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.icon-AdminEtsBlog:before{
content: "\f044";
}
#subtab-AdminEtsBlogPost i:before{
content:"\f02c";
font-size: 16px;
font-family: FontAwesome;
}
#subtab-AdminEtsBlogCategory i:before{
content:"\f02d";
font-size: 16px;
font-family: FontAwesome;
}
#subtab-AdminEtsBlogComment i:before{
content:"\f086";
font-size: 16px;
font-family: FontAwesome;
}
#subtab-AdminEtsBlogSetting i:before{
content:"\f013";
font-size: 16px;
font-family: FontAwesome;
}
#subtab-AdminEtsBlogBackup .material-icons::before {
content: "\f0ee";
font-size: 16px;
font-family: Fontawesome;
vertical-align: middle;
}
#subtab-AdminEtsBlogComment .count_messages {
background-color: red;
border-radius: 20px;
color: #fff;
display: inline-block;
font-size: 9px;
height: 18px;
line-height: 18px;
margin-left: 3px;
min-width: 18px;
padding: 0 3px !important;
text-align: center;
vertical-align: middle;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,306 @@
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.page_home, .page_home_gallery {
background-color: #fff;
display: block;
clear: both;
margin-bottom: 60px;
padding: 15px;
width: 100%;
}
.page_home .title_blog, .page_home_gallery .title_blog {
margin-top: 15px;
}
.title_blog, .title_blog a {
color: #414141;
font-size: 16px;
margin-bottom: 28px;
margin-top: 0;
text-transform: uppercase;
}
div#block_myaccount_infos li {
width: 100%;
padding: 0;
}
div#block_myaccount_infos li span.ss_icon_group {
display: none;
}
.page_home ul, .page_home_gallery ul {
float: left;
margin-bottom: 0;
position: relative;
width: 100%;
}
.page_home.ets_block_default ul {
display: flex;
display: -webkit-flex;
width: 100%;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.block_content li {
padding: 0 15px;
}
.ets_block_default .block_content li {
margin-bottom: 30px;
}
.ets_item_img {
float: left;
overflow: hidden;
position: relative;
background-color: #eee;
width: 100%;
}
.page_home img, .ets-blog img {
max-width: 100%;
}
.ets_item_img img {
transition: all 0.7s ease 0s;
-webkit-transition: all 0.7s ease 0s;
max-width: 100%;
width: 100%;
}
.ets_title_block {
color: #414141;
float: left;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin-bottom: 0;
margin-top: 9px;
padding: 5px 0 9px;
text-transform: uppercase;
width: 100%;
outline: none !important;
text-decoration: none !important;
}
.ets-blog-sidear-post-meta {
color: #b1b1b1;
display: none;
float: left;
font-size: 13px;
width: 100%;
}
.ets-blog-categories {
float: right;
margin-right: 15px;
}
.be-categories {
font-size: 14px;
color: #bfbfbf;
}
.be-categories > a, .ets-blog-tags a {
color: #bfbfbf;
}
.post-date {
float: left;
margin-bottom: 5px;
margin-right: 15px;
width: auto;
}
.ets-blog-latest-toolbar {
color: #bfbfbf;
float: left;
font-size: 14px;
margin-bottom: 7px;
width: 100%;
}
.ets-blog-latest-toolbar-views:before {
content: "\f06e";
font-family: FontAwesome;
padding-right: 3px;
}
.blog_description {
clear: left;
font-size: 14px;
line-height: 24px;
color: #414141;
}
.blog_description p:last-child {
margin-bottom: 0;
}
.read_more {
font-size: 14px;
text-decoration: none!important;
margin-top: 10px;
display: inline-block;
padding-bottom: 1px;
font-style: italic;
color: #999;
border-bottom: 1px dotted;
}
.page_home_gallery.ets_block_default ul {
margin-left: -5px;
width: calc(100% + 10px);
width: -webkit-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: -o-calc(100% + 10px);
width: -ms-calc(100% + 10px);
}
.ets_block_gallery ul > li {
padding: 0 15px 30px;
width: 16.6667%;
}
.page_home_gallery.ets_block_default li {
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
margin-bottom: 0;
}
.gallery_item {
backface-visibility: hidden;
float: left;
perspective: 500px;
-webkit-perspective: 500px;
-ms-perspective: 500px;
-o-perspective: 500px;
position: relative;
overflow: hidden;
width: 100%;
}
.gallery_item > img {
backface-visibility: hidden;
float: left;
max-width: 100%;
min-height: 50px;
perspective: 500px;
-webkit-perspective: 500px;
-ms-perspective: 500px;
-o-perspective: 500px;
transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
transition: all 0.35s ease 0s;
-webkit-transition: all 0.35s ease 0s;
-moz-transition: all 0.35s ease 0s;
-ms-transition: all 0.35s ease 0s;
-o-transition: all 0.35s ease 0s;
}
.page_home_gallery .ets_title_block {
display: none;
}
.clear {
clear: both;
}
.ets_block_slider .owl-item > li {
float: left;
overflow: hidden;
width: 100%;
}
#content-wrapper .ets_block_slider .owl-item > li {
padding-bottom: 15px;
}
.ets_block_slider .owl-controls, .ets_blog_related_posts_type_carousel .owl-controls, .ets_related_products_type_carousel .owl-controls {
bottom: 100%;
margin-bottom: 25px;
min-height: 20px;
min-width: 20px;
position: absolute;
right: 15px;
}
.ets_block_slider .owl-controls .owl-nav, .ets_blog_related_posts_type_carousel .owl-controls .owl-nav, .ets_related_products_type_carousel .owl-controls .owl-nav {
position: relative;
top: auto;
right: auto;
}
.ets_block_slider .owl-nav > div, .ets_blog_related_posts_type_carousel .owl-nav > div, .ets_related_products_type_carousel .owl-nav > div {
background: #fff none repeat scroll 0 0 !important;
border: 1px solid #ebebeb;
border-radius: 0 !important;
color: #c6c6c6 !important;
cursor: pointer;
float: left;
font-size: 20px;
height: 25px;
line-height: 21px;
margin: 0 2px !important;
padding: 0 !important;
width: 25px;
}
.ets_block_slider .owl-prev::before, .ets_blog_related_posts_type_carousel .owl-prev::before, .ets_related_products_type_carousel .owl-prev::before {
content: "\f104";
font-family: FontAwesome;
}
.ets_block_slider .owl-next::before, .ets_blog_related_posts_type_carousel .owl-next::before, .ets_related_products_type_carousel .owl-next::before {
content: "\f105";
font-family: FontAwesome;
}
.ets_block_slider .owl-nav > div:hover, .ets_blog_related_posts_type_carousel .owl-nav > div:hover, .ets_related_products_type_carousel .owl-nav > div:hover {
background-color: #f1f1f1!important;
color: #666!important;
}
.blog_view_all_button {
text-align: center;
padding: 15px 0;
display: block;
width: 100%;
clear: both;
margin-bottom: 0;
color: #fff;
}
.page_home .blog_view_all_button {
text-align: left;
}
.page_home_gallery .blog_view_all_button {
text-align: left;
padding-left: 0;
}
.blog_view_all, .view_all_link {
min-width: 150px;
text-align: center;
border: none;
outline: none!important;
font-size: 14px;
width: auto!important;
color: #fff!important;
text-transform: uppercase;
font-weight: 500;
padding: 6px 15px!important;
border-radius: 3px;
display: inline-block!important;
}
#left-column .block, #right-column .block {
background-color: #fff;
box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
clear: left;
float: left;
margin-bottom: 30px;
padding: 15px 25px 30px;
width: 100%;
}
@media (min-width: 1200px){
.page_home.ets_block_default ul li.col-lg-3:nth-child(4n+1) {
clear: left;
}
}
@media (min-width: 768px) and (max-width: 991px){
.ets_blog_sidebar .blog_view_all, .ets_blog_sidebar .view_all_link {
min-width: 0;
text-align: center;
border: none;
outline: none!important;
font-size: 14px;
width: 100%!important;
color: #fff!important;
text-transform: uppercase;
font-weight: 500;
padding: 6px 5px!important;
border-radius: 3px;
display: block!important;
}
.ets_blog_sidebar .block_content.row .blog_view_all_button {
margin-left: 14px;
max-width: calc(100% - 30px);
}
#ets_blog_page #left-column .block,
#ets_blog_page #right-column .block {
padding: 15px 15px 20px;
}
}
@media (max-width: 767px){
#ets_blog_page #left-column,
#ets_blog_page #content-wrapper {
width: 100%;
}
}

View File

@@ -0,0 +1,131 @@
.ets-blog-post-footer .read_more:hover,
.blog-managament-information button[type="submit"]:hover,
.ets-blog-tag-a:hover,
#form_blog .btn.edit_view_post:hover,
.form_reply_comment input[type="submit"]:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]:hover,
.form-polls-body button[name="polls_cancel"]:hover,
.form-polls-body button:hover
{
background:#00cefd;
border-color:#00cefd;
}
.ets-blog-like-span.active, .be-tag-block .be-tags a, .be-tag-block .be-tags,
.ets-blog-related-posts-meta-categories > a,
.view_post,
.comment-content h4.comment_name span,
.ets_block_categories .active > a,
.comment-content .post_title span a,
.blog-managament-information .help-block a,
.ets-blog-comment-info .post-author .ets_title_block {
color:#2fb5d2;
}
.ets-block-comment-reply:hover,
.ets_title_block:hover,
.read_more:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"] + .btn.btn-default:hover,
.comment-content .post_title span a:hover,
.list_category_item .sub_category li a:hover,
.ets_block_categories .active > a:hover,
.ets-blog-comment-info .post-author .ets_title_block:hover,
.blog-managament-information .help-block a:hover,
#form_blog a.ets_button_backtolist:hover{
color: #00cefd;
}
.ets-blog-thumbnail-list.carousel .ets-blog-thumbnail-item.slick-current:before,
.ets-blog-slider.carousel .slick-dots .slick-active button{
border-color: #2fb5d2;
}
.ets-blog-form-comment .blog-submit .button,
.blog-managament-information button[type="submit"],
.ets-blog-slider.carousel .slick-dots .slick-active button,
.blog_view_all, .view_all_link,
.blog_view_all_button a,
.form-polls-body button,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],
.add_new_post_blog a,
#form_blog button[type="submit"],
#form_blog .btn.edit_view_post,
.form_reply_comment input[type="submit"],
.ets_blog_loading .squaresWaveG
{
background:#2fb5d2;
}
.ets-blog-form-comment .blog-submit .button:hover,
.blog_view_all:hover, .view_all_link:hover,
.blog_view_all_button a:hover,
.add_new_post_blog a:hover,
#form_blog button[type='submit']:hover
{
background:#00cefd;
}
.ets_blog_ltr_mode a:hover,
.ets-blog-wrapper-detail a:hover,
.ets-blog-like-span:hover,
.blog-main-page a:hover,
.ets_button_backtolist:hover,
.ets-block-comment-report:hover{
color: #00cefd;
}
.form-polls-body button,
.form_reply_comment input[type="submit"]{
border: 1px solid #2fb5d2;
}
.blog_view_all, .view_all_link {
background-color: #2fb5d2;
}
.blog_view_all:hover, .view_all_link:hover,
.ets-blog-form-comment .blog-submit .button:hover {
background-color: #00cefd;
}
@keyframes bounce_squaresWaveG {
0% {
background-color: #2fb5d2;
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-o-keyframes bounce_squaresWaveG {
0% {
background-color: #2fb5d2;
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-ms-keyframes bounce_squaresWaveG {
0% {
background-color: #2fb5d2;
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-webkit-keyframes bounce_squaresWaveG {
0% {
background-color: #2fb5d2;
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-moz-keyframes bounce_squaresWaveG {
0% {
background-color: #2fb5d2;
}
100% {
background-color: rgb(255, 255, 255);
}
}

View File

@@ -0,0 +1,131 @@
.ets-blog-post-footer .read_more:hover,
.blog-managament-information button[type="submit"]:hover,
.ets-blog-tag-a:hover,
#form_blog .btn.edit_view_post:hover,
.form_reply_comment input[type="submit"]:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]:hover,
.form-polls-body button[name="polls_cancel"]:hover,
.form-polls-body button:hover
{
background:[color_hover];
border-color:[color_hover];
}
.ets-blog-like-span.active, .be-tag-block .be-tags a, .be-tag-block .be-tags,
.ets-blog-related-posts-meta-categories > a,
.view_post,
.comment-content h4.comment_name span,
.ets_block_categories .active > a,
.comment-content .post_title span a,
.blog-managament-information .help-block a,
.ets-blog-comment-info .post-author .ets_title_block {
color:[color];
}
.ets-block-comment-reply:hover,
.ets_title_block:hover,
.read_more:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"] + .btn.btn-default:hover,
.comment-content .post_title span a:hover,
.list_category_item .sub_category li a:hover,
.ets_block_categories .active > a:hover,
.ets-blog-comment-info .post-author .ets_title_block:hover,
.blog-managament-information .help-block a:hover,
#form_blog a.ets_button_backtolist:hover{
color: [color_hover];
}
.ets-blog-thumbnail-list.carousel .ets-blog-thumbnail-item.slick-current:before,
.ets-blog-slider.carousel .slick-dots .slick-active button{
border-color: [color];
}
.ets-blog-form-comment .blog-submit .button,
.blog-managament-information button[type="submit"],
.ets-blog-slider.carousel .slick-dots .slick-active button,
.blog_view_all, .view_all_link,
.blog_view_all_button a,
.form-polls-body button,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],
.add_new_post_blog a,
#form_blog button[type="submit"],
#form_blog .btn.edit_view_post,
.form_reply_comment input[type="submit"],
.ets_blog_loading .squaresWaveG
{
background:[color];
}
.ets-blog-form-comment .blog-submit .button:hover,
.blog_view_all:hover, .view_all_link:hover,
.blog_view_all_button a:hover,
.add_new_post_blog a:hover,
#form_blog button[type='submit']:hover
{
background:[color_hover];
}
.ets_blog_ltr_mode a:hover,
.ets-blog-wrapper-detail a:hover,
.ets-blog-like-span:hover,
.blog-main-page a:hover,
.ets_button_backtolist:hover,
.ets-block-comment-report:hover{
color: [color_hover];
}
.form-polls-body button,
.form_reply_comment input[type="submit"]{
border: 1px solid [color];
}
.blog_view_all, .view_all_link {
background-color: [color];
}
.blog_view_all:hover, .view_all_link:hover,
.ets-blog-form-comment .blog-submit .button:hover {
background-color: [color_hover];
}
@keyframes bounce_squaresWaveG {
0% {
background-color: [color];
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-o-keyframes bounce_squaresWaveG {
0% {
background-color: [color];
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-ms-keyframes bounce_squaresWaveG {
0% {
background-color: [color];
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-webkit-keyframes bounce_squaresWaveG {
0% {
background-color: [color];
}
100% {
background-color: rgb(255, 255, 255);
}
}
@-moz-keyframes bounce_squaresWaveG {
0% {
background-color: [color];
}
100% {
background-color: rgb(255, 255, 255);
}
}

View File

@@ -0,0 +1,29 @@
<?php
/**
* Copyright ETS Software Technology Co., Ltd
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 website only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future.
*
* @author ETS Software Technology Co., Ltd
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*/
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,164 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

View File

@@ -0,0 +1,88 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
border: medium none;
display: inline-block;
font-size: 12px;
font-weight:300;
height: 25px;
line-height: 25px;
overflow: hidden;
width: 25px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
.nivo-caption > span {
display: block;
font-family: Open Sans;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
color: #333333;
}
@media (min-width: 768px) and (max-width: 991px){
.nivo-caption > span {
font-size:13px;
}
}
.ybc_blog_skin_black .nivo-caption > span {
color: #fff;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(../img/img/AjaxLoader.gif) no-repeat center center
}

View File

@@ -0,0 +1,163 @@
/*
* Owl Carousel CSS3 Transitions
* v1.3.2
*/
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}