[+] FO : New Responsive, Bootstrap template
|
After Width: | Height: | Size: 781 B |
|
After Width: | Height: | Size: 314 B |
|
After Width: | Height: | Size: 155 B |
|
After Width: | Height: | Size: 413 B |
|
After Width: | Height: | Size: 670 B |
|
After Width: | Height: | Size: 752 B |
|
After Width: | Height: | Size: 715 B |
@@ -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;
|
||||
|
After Width: | Height: | Size: 500 B |
|
After Width: | Height: | Size: 661 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 398 B |
@@ -0,0 +1,311 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
|
||||
#product_comments_block_extra {
|
||||
padding: 8px 10px 10px;
|
||||
font-weight: bold;
|
||||
line-height: 18px;
|
||||
border: 1px solid #d6d4d4;
|
||||
background: #fbfbfb;
|
||||
margin: 39px 0 22px;
|
||||
}
|
||||
|
||||
.comments_advices {
|
||||
padding-top: 2px;
|
||||
}
|
||||
.comments_advices li {
|
||||
display: inline-block;
|
||||
line-height: 30px;
|
||||
/*min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.comments_advices li {
|
||||
display: block;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
.comments_advices a {
|
||||
text-decoration: none;
|
||||
color: #777;
|
||||
position: relative;
|
||||
margin-right: 8px;
|
||||
line-height: 30px;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
/*min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 1199px) {
|
||||
.comments_advices a {
|
||||
float: none;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
.comments_advices a:before {
|
||||
background: #929292;
|
||||
border-radius: 50px;
|
||||
-moz-border-radius: 50px;
|
||||
-webkit-border-radius: 50px;
|
||||
color: white;
|
||||
display: inline-block;
|
||||
font-family: FontAwesome;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin-right: 6px;
|
||||
text-align: center;
|
||||
width: 30px;
|
||||
/*max 1199px*/
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.comments_advices a:before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.comments_advices a.reviews:before {
|
||||
content: "";
|
||||
}
|
||||
.comments_advices a.open-comment-form:before {
|
||||
content: "";
|
||||
}
|
||||
.comments_advices a:hover {
|
||||
color: #333;
|
||||
}
|
||||
.comments_advices a.reviews {
|
||||
border-right: 1px solid #d6d4d4;
|
||||
padding-right: 30px;
|
||||
margin-right: 9px;
|
||||
/* min 768px max 991px*/
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.comments_advices a.reviews {
|
||||
margin-right: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
#product_comments_block_extra .comments_note {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#product_comments_block_extra #product_comments_block_extra .comments_note span,
|
||||
#product_comments_block_extra .star_content {
|
||||
float: left;
|
||||
color: #333;
|
||||
}
|
||||
#product_comments_block_extra .star_content {
|
||||
margin-top: 1px;
|
||||
}
|
||||
#product_comments_block_extra div.star {
|
||||
background: url(img/star.gif) no-repeat 0 0;
|
||||
}
|
||||
#product_comments_block_extra div.star_on {
|
||||
background: url(img/star.gif) no-repeat 0 -13px;
|
||||
}
|
||||
#product_comments_block_extra .comments_advices {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* pop-in add grade/advice ********************************************************************* */
|
||||
#fancybox-wrap {
|
||||
width: 585px;
|
||||
}
|
||||
|
||||
#fancybox-content {
|
||||
width: 585px;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.new_comment_form_content .intro_form {
|
||||
padding-bottom: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#new_comment_form {
|
||||
width: 465px;
|
||||
overflow: hidden;
|
||||
color: #333;
|
||||
text-align: left;
|
||||
/*max 767px*/
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
#new_comment_form {
|
||||
width: 275px;
|
||||
}
|
||||
}
|
||||
#new_comment_form h2 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#new_comment_form .title {
|
||||
padding: 10px;
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
background: #333333;
|
||||
}
|
||||
#new_comment_form ul.grade_content {
|
||||
list-style-type: none;
|
||||
}
|
||||
#new_comment_form .grade_content li {
|
||||
width: 50%;
|
||||
}
|
||||
#new_comment_form .product {
|
||||
padding: 15px;
|
||||
}
|
||||
#new_comment_form .product img {
|
||||
border: 1px solid #d6d4d4;
|
||||
}
|
||||
#new_comment_form .product .product_desc {
|
||||
line-height: 18px;
|
||||
color: #666666;
|
||||
}
|
||||
#new_comment_form .product .product_desc .product_name {
|
||||
padding: 10px 0 5px;
|
||||
font-size: 13px;
|
||||
color: black;
|
||||
}
|
||||
#new_comment_form .grade_content {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
#new_comment_form .grade_content span,
|
||||
#new_comment_form .grade_content span {
|
||||
display: inline-block;
|
||||
padding: 0 10px;
|
||||
width: 150px;
|
||||
/* 160 */
|
||||
font-weight: bold;
|
||||
}
|
||||
#new_comment_form .grade_content .cancel {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#new_comment_form .new_comment_form_content {
|
||||
padding: 15px;
|
||||
background: #f8f8f8;
|
||||
}
|
||||
#new_comment_form label {
|
||||
display: block;
|
||||
margin: 12px 0 4px 0;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
#new_comment_form input,
|
||||
#new_comment_form textarea {
|
||||
padding: 0 5px;
|
||||
height: 28px;
|
||||
width: 100%;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
}
|
||||
#new_comment_form textarea {
|
||||
height: 80px;
|
||||
}
|
||||
#new_comment_form .submit {
|
||||
margin-top: 20px;
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
text-align: right;
|
||||
}
|
||||
#new_comment_form #criterions_list {
|
||||
border-bottom: 1px solid #CCC;
|
||||
padding-bottom: 15px;
|
||||
list-style-type: none;
|
||||
}
|
||||
#new_comment_form #criterions_list li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#new_comment_form #criterions_list label {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
#new_comment_form #criterions_list .star_content {
|
||||
float: left;
|
||||
}
|
||||
#new_comment_form #new_comment_form_footer {
|
||||
margin-top: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/* TAB COMMENTS ******************************************************************************** */
|
||||
#product_comments_block_tab {
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
#product_comments_block_tab div.comment {
|
||||
margin: 0 0 14px;
|
||||
padding-top: 14px;
|
||||
border-top: 1px solid #d6d4d4;
|
||||
}
|
||||
#product_comments_block_tab div.comment:first-child {
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
#product_comments_block_tab div.comment div.comment_author {
|
||||
padding: 0 20px;
|
||||
line-height: 18px;
|
||||
}
|
||||
#product_comments_block_tab div.comment div.comment_author span {
|
||||
font-weight: bold;
|
||||
}
|
||||
#product_comments_block_tab div.comment div.comment_author span,
|
||||
#product_comments_block_tab div.comment .star_content {
|
||||
float: left;
|
||||
}
|
||||
#product_comments_block_tab div.comment .star_content {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
#product_comments_block_tab div.star,
|
||||
#product_comments_block_tab div.star_on {
|
||||
background: url(img/star.gif) no-repeat 0 0 transparent;
|
||||
}
|
||||
#product_comments_block_tab div.star_on {
|
||||
background-position: 0 -13px;
|
||||
}
|
||||
#product_comments_block_tab .comment_author_infos {
|
||||
clear: both;
|
||||
padding-top: 9px;
|
||||
}
|
||||
#product_comments_block_tab .comment_author_infos strong {
|
||||
display: block;
|
||||
color: #333;
|
||||
}
|
||||
#product_comments_block_tab .comment_author_infos em {
|
||||
color: #adadad;
|
||||
}
|
||||
#product_comments_block_tab div.comment div.comment_details {
|
||||
overflow: hidden;
|
||||
border-left: 1px solid #d6d4d4;
|
||||
/*max 767px */
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
#product_comments_block_tab div.comment div.comment_details {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
#product_comments_block_tab div.comment_details ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
}
|
||||
#product_comments_block_tab div.comment_details li {
|
||||
padding: 2px 0 2px 12px;
|
||||
background: url(img/bg_li.png) no-repeat 1px 45% white;
|
||||
}
|
||||
#product_comments_block_tab div.comment_details .title_block {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
#product_comments_block_tab a {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
#product_comments_block_tab span.report_btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
#product_comments_block_tab span.report_btn:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||