first commit
This commit is contained in:
35
modules/leoslideshow/views/css/iView/skin_5_banner/index.php
Normal file
35
modules/leoslideshow/views/css/iView/skin_5_banner/index.php
Normal 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;
|
||||
162
modules/leoslideshow/views/css/iView/skin_5_banner/style.css
Normal file
162
modules/leoslideshow/views/css/iView/skin_5_banner/style.css
Normal file
@@ -0,0 +1,162 @@
|
||||
.container {
|
||||
display: block;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview {
|
||||
display: block;
|
||||
width: 728px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 1);
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
margin: 40px auto;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.iview .iviewSlider {
|
||||
display: block;
|
||||
width: 728px;
|
||||
height: 90px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview2 {
|
||||
display: block;
|
||||
width: 300px;
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 1);
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
margin: 40px auto;
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.iview2 .iviewSlider {
|
||||
display: block;
|
||||
width: 300px;
|
||||
height: 600px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav {
|
||||
position: absolute;
|
||||
top: 37%;
|
||||
left: 0px;
|
||||
z-index: 9;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iview2 div.iview-directionNav {
|
||||
top: 49%;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background-image: url(../../../img/iView/bg_direction_nav_white.png);
|
||||
text-indent: -9999px;
|
||||
-webkit-transition: left 0.3s ease-in-out;
|
||||
-webkit-transition-property: left,right;
|
||||
-moz-transition: left 0.3s ease-in-out;
|
||||
-moz-transition-property: left,right;
|
||||
-o-transition: left 0.3s ease-in-out;
|
||||
-o-transition-property: left,right;
|
||||
-ms-transition: left 0.3s ease-in-out;
|
||||
-ms-transition-property: left,right;
|
||||
transition: left 0.3s ease-in-out;
|
||||
transition-property: left,right;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-nextNav {
|
||||
right: -27px;
|
||||
background-position: 27px 0px;
|
||||
}
|
||||
|
||||
.iview div.iview-directionNav a.iview-prevNav {
|
||||
left: -27px;
|
||||
background-position: 0px 0px
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-nextNav {
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
.iview.iview-hover div.iview-directionNav a.iview-prevNav {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
left: 133px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a {
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control {
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
background: url('../../../img/iView/bullets_2.png') no-repeat 0px 0px;
|
||||
line-height: 0px;
|
||||
margin-right: 7px;
|
||||
}
|
||||
|
||||
.iview2 .iview-controlNav a.iview-control.active {
|
||||
background-position: 0px -11px;
|
||||
}
|
||||
|
||||
.tp-caption {
|
||||
background: url('../../../img/iView/caption-bg.png');
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
padding: 10px 15px;
|
||||
font-family: Verdana;
|
||||
font-size: 12px;
|
||||
text-shadow: #000 1px 1px 0px;
|
||||
}
|
||||
|
||||
.tp-caption.caption1 {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption2 {
|
||||
background: #FFF;
|
||||
color: #000;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.tp-caption.caption3 {
|
||||
background: #c4302b;
|
||||
box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.iview-preloader {
|
||||
border: #666 1px solid;
|
||||
width: 150px
|
||||
}
|
||||
|
||||
.iview-preloader div {
|
||||
background: #666;
|
||||
}
|
||||
.iview-timer {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.iview-timer div {
|
||||
border-radius: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user