first commit
This commit is contained in:
39
modules/leoslideshow/views/css/admin/admincontroller.css
Normal file
39
modules/leoslideshow/views/css/admin/admincontroller.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.adminleoslideshow #header, .adminleoslideshow #footer, .adminleoslideshow #nav-sidebar, .page-head{
|
||||
display: none;
|
||||
}
|
||||
.page-sidebar #content, .adminleoslideshow #main{margin: 0;padding: 0}
|
||||
#list-imgs {
|
||||
padding-left: 0;
|
||||
padding-bottom: 1px;
|
||||
margin-bottom: 20px;
|
||||
list-style: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
#list-imgs li a{
|
||||
font-size: 11px
|
||||
}
|
||||
#list-imgs li {
|
||||
float: left;
|
||||
width: 20%;
|
||||
height: 115px;
|
||||
padding: 10px 5px;
|
||||
margin: 0 -1px -1px 0;
|
||||
font-size: 12px;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.img-row{
|
||||
overflow: hidden;
|
||||
height: 80px;
|
||||
}
|
||||
.typos{
|
||||
padding: 10px
|
||||
}
|
||||
.typos-wrap .typo {
|
||||
position: relative;
|
||||
min-height: 60px;
|
||||
}
|
||||
.typos-wrap .typo-big{
|
||||
min-height: 123px
|
||||
}
|
||||
35
modules/leoslideshow/views/css/admin/index.php
Normal file
35
modules/leoslideshow/views/css/admin/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;
|
||||
370
modules/leoslideshow/views/css/admin/style.css
Normal file
370
modules/leoslideshow/views/css/admin/style.css
Normal file
@@ -0,0 +1,370 @@
|
||||
.ui-dialog{
|
||||
z-index: 99999;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close span{
|
||||
margin:-8px !important;
|
||||
}
|
||||
#slides li li{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.clearfix:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
.nullimg{display: none}
|
||||
|
||||
.clearfix {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
html[xmlns] .clearfix {
|
||||
display: block;
|
||||
}
|
||||
|
||||
* html .clearfix {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
h3 span { color:#FAA732;}
|
||||
|
||||
.box > .heading{
|
||||
-webkit-border-radius: 7px 7px 7px 7px;
|
||||
-moz-border-radius: 7px 7px 7px 7px;
|
||||
-khtml-border-radius: 7px 7px 7px 7px;
|
||||
border-radius: 7px 7px 7px 7px;
|
||||
}
|
||||
|
||||
.slider-params-wrap{
|
||||
background: #f9f9f9;
|
||||
padding: 12px;
|
||||
clear: both;
|
||||
}
|
||||
.page-content{ padding:30px 0; }
|
||||
.pull-right{ float: right;}
|
||||
/**
|
||||
* Group Page Name
|
||||
*/
|
||||
|
||||
.groups {
|
||||
width: 300px; float: left;
|
||||
}
|
||||
.group-form{ overflow: hidden; float: left; min-width: 60%; }
|
||||
.groups ul{padding-left: 18px }
|
||||
.groups ul li { font-weight: bold; padding: 6px 0}
|
||||
.groups ul li .active{ color: #5BB75B }
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
.buttons > div{ float: left; padding: 8px 12px; background: #000; color: #FFF}
|
||||
/****/
|
||||
.slider-foot .layer-collection-wrapper{ float: right; }
|
||||
.slider-foot .layer-form {overflow: hidden;}
|
||||
|
||||
div.layer-form {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #DDDDDD;
|
||||
margin: 10px 0;
|
||||
padding: 11px;
|
||||
float: left; width: 45%
|
||||
}
|
||||
|
||||
/*******/
|
||||
.slider-layers{margin-top: 10px;}
|
||||
.slider-toolbar{
|
||||
overflow: hidden;
|
||||
background: #F5F5F5;
|
||||
width: 70px;
|
||||
padding: 12px 6px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
font-size: 10px;
|
||||
margin: 109px auto 0;
|
||||
-webkit-border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.065);
|
||||
}
|
||||
.slider-toolbar ul{ padding: 0; margin: 0}
|
||||
.slider-toolbar li{
|
||||
display: block;
|
||||
|
||||
margin: 0 0 -1px;
|
||||
padding: 8px 1px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #f3f3f3;
|
||||
|
||||
display: block;
|
||||
margin: 2px;
|
||||
|
||||
background: #3A87AD;
|
||||
color: #FFF;
|
||||
font-size: 11px;
|
||||
cursor: hand; cursor: pointer;
|
||||
border-radius: 10px 10px 10px 10px; -moz-transition:all 0.5s
|
||||
}
|
||||
.slider-toolbar li:hover{ background: #1BA6E5;-moz-transition:all 0.5s; }
|
||||
.slider-toolbar .icon{
|
||||
height: 35px;
|
||||
margin: 0 auto;
|
||||
|
||||
width: 35px;
|
||||
|
||||
}
|
||||
.slider-toolbar .icon-image{
|
||||
background: url("../../img/admin/image.png") no-repeat scroll left 0;
|
||||
|
||||
}
|
||||
.slider-toolbar .icon-video{
|
||||
background: url("../../img/admin/video.png") no-repeat scroll left 0;
|
||||
}
|
||||
.slider-toolbar .icon-text{
|
||||
background: url("../../img/admin/text.png") no-repeat scroll left 0;
|
||||
}
|
||||
.slider-toolbar .icon-delete{
|
||||
background: url("../../img/admin/delete.png") no-repeat scroll left 0;
|
||||
}
|
||||
.btn-delete{ padding-top:20px;color: red;}
|
||||
.slider-toolbar h4{ text-align: center; font-size: 11px; }
|
||||
|
||||
.slider-editor-wrap{
|
||||
position: relative;
|
||||
width: 980px;
|
||||
height: 400px;
|
||||
border: solid 1px #888;
|
||||
}
|
||||
.slider-layers .simage{
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.slider-layers .slider-editor {
|
||||
top: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
width: 980px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
|
||||
.dialog-video{
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
background: #FFF;
|
||||
z-index: 99999;
|
||||
left: 120px;
|
||||
border: solid 1px #000;
|
||||
padding: 12px 20px;
|
||||
display: none;
|
||||
min-width: 500px;
|
||||
min-height: 300px;
|
||||
max-width: 680px;
|
||||
display: none ;
|
||||
}
|
||||
/**********************/
|
||||
.slider-editor {
|
||||
|
||||
}
|
||||
.slider-editor .in-active{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slider-editor .draggable-item{
|
||||
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
padding:0;
|
||||
|
||||
cursor: hand;cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
.slider-editor .layer-active{
|
||||
box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
-webkit-box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
-moz-box-shadow: 1px 1px 2px 1px rgba(217,110,74,0.45), 1px 1px 5px 2px rgba(221,221,221,1), 1px 1px 10px 5px rgba(221,221,221,1);
|
||||
|
||||
}
|
||||
.layers-wrapper{ position: relative; }
|
||||
.slider-foot{position: relative; }
|
||||
/****/
|
||||
#layer-form{ display: none; }
|
||||
.layer-form {
|
||||
minx-width: 500px;
|
||||
|
||||
padding: 12px;
|
||||
margin:12px 0;
|
||||
background-color: #FFF;
|
||||
border: 1px solid #DDDDDD;
|
||||
}
|
||||
.layer-form table.form tr td{ font-size: 10px }
|
||||
.layer-form table.form tr > td:first-child{
|
||||
width: 70px;
|
||||
font-size: 100%;
|
||||
}
|
||||
.layer-form textarea{resize: vertical}
|
||||
.slider-form label{
|
||||
margin-left: 12px;
|
||||
}
|
||||
/****/
|
||||
.layer-collection-wrapper { width: 48%; padding: 15px 12px 30px; margin-left: 12px; margin-top: 12px; border: 1px solid #DDDDDD }
|
||||
.layer-collection .layer-active{ background: #f6f6f6; border: 1px solid #ccc }
|
||||
.layer-index{ background: #fff; padding: 5px 8px; margin-bottom: 1px; cursor:hand; cursor: pointer;
|
||||
border: solid 1px #eee; overflow: hidden;
|
||||
}
|
||||
|
||||
.layer-index span{
|
||||
margin: 0 5px;
|
||||
padding: 5px 12px;
|
||||
}
|
||||
.layer-index .layer-index-caption{
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
height: 24px;
|
||||
overflow: hidden;
|
||||
width: 235px;
|
||||
}
|
||||
.layer-index .i-no{ background:#D9EDF7; margin-left: 0; display: block; float: left;}
|
||||
.layer-index .status { display: block; float: right; background: #F2DEDE;}
|
||||
.layer-index .input-time{ float: right; }
|
||||
.layer-index .in-active{ background: #ccc }
|
||||
|
||||
.slider-wrap { position: relative; padding:6px 0 8px;}
|
||||
.slider-wrap .t-start, .slider-wrap .t-end { position: absolute; bottom:4px ; left:0; z-index: 10;font-size: 9px }
|
||||
.slider-wrap .t-end { left: auto; right: 0}
|
||||
.layer-index .slider-timing{ display: block; clear: both; height: 5px; width: 80%; margin:0 auto; }
|
||||
|
||||
.layer-index .ui-slider .ui-slider-handle { width: 8px; top: -7px; }
|
||||
|
||||
.layer-content {}
|
||||
.layer-content .caption-layer, .layer-content .btn-change-img,.layer-content .btn-change-video{
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
font-size: 10px;
|
||||
background: red; padding: 3px 5px;
|
||||
background-color: #F2DEDE
|
||||
}
|
||||
|
||||
.layer-content .caption-layer{ top: 0; }
|
||||
.layer-content .btn-change-img, .layer-content .btn-change-video{ bottom: 0;}
|
||||
|
||||
.layer-content:hover .caption-layer, .layer-content:hover .btn-change-img , .layer-content:hover .btn-change-video{
|
||||
display: block;
|
||||
}
|
||||
.layer_video .content-sample{ width: 190px; height: 190px; background: green;}
|
||||
.layer_image .content-sample{ width: 190px; height: 190px; background: #888;}
|
||||
|
||||
.buttons .pull-right {float:right}
|
||||
.buttons .btn {
|
||||
background: none repeat scroll 0 0 #003A88;
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
color: #FFFFFF;
|
||||
display: inline-block;
|
||||
padding: 10px 15px;
|
||||
text-decoration: none;
|
||||
margin-right: 12px;
|
||||
font-weight: bold;
|
||||
font-size: 11px; text-align: center;
|
||||
cursor: pointer;cursor: hand; border:#f3f3f3 solid 3px;
|
||||
}
|
||||
td .buttons .btn{ padding:5px 12px; font-weight: normal; margin:0;}
|
||||
.buttons .grey{ background: #5BB75B; color:#fff }
|
||||
.buttons .orange {
|
||||
background: #FAA732;
|
||||
}
|
||||
.buttons .btn:hover{ border:#CCC solid 3px;}
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
.group-sliders > div{ display: block; width: 200px; height: 115px; overflow: hidden; background: #CCC; float:left; margin: 5px 8px; position: relative; }
|
||||
.group-sliders > div div{ font-size: 11px; padding:3px 5px; position: absolute;bottom: 0; left: 0; }
|
||||
.group-sliders > div a.image { display: block; width: 100%;height: 100%}
|
||||
.slider-item.active{background: #999}
|
||||
.new-slider-item a { display: block;width: 100%; height: 100%; background: url(../../img/admin/plus_orange.png) no-repeat center center #888; }
|
||||
.new-slider-item div{position: absolute;bottom: 0;left: 0; color: #f3f3f3; padding:12px; }
|
||||
.slider-status,.slider-clone, .slider-delete{
|
||||
position: absolute; top: 6px; left: 6px; display: block; width: 20px; height: 20px; background: red; overflow: hidden;text-indent: -999em;
|
||||
}
|
||||
.slider-clone{left: auto;right:6px;background: url(../../img/admin/copy.png) no-repeat center center }
|
||||
.slider-delete{left: auto;right:36px;background: url(../../img/admin/delete.gif) no-repeat center center }
|
||||
|
||||
.slider-status-off{ background: #000 }
|
||||
.upload-img-form{
|
||||
border: 1px solid #EEEEEE;
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.action-simage{position: absolute;z-index: 100;top: -18px}
|
||||
.action-simage a{color: red;}
|
||||
.back-ground{margin-bottom: 20px;border:1px solid #DDDDDD;padding: 10px;position: relative;height: 50px}
|
||||
.back-ground lable{line-height: 24px}
|
||||
.title-back{font-weight: bold;left: -1px;position: absolute;top: -20px;}
|
||||
.text-attr td{padding: 2px}
|
||||
|
||||
.leo-width-val{float:left;width: 45px}
|
||||
.leo-add-column,.leo-w-option, .leo-change-width{height: 30px}
|
||||
.leo-width{width: 328px;float: left;height: 17px;background: url(../../img/admin/colsize.png);background-position:-3px -3px}
|
||||
ul.leo-col-class li{display: inline-block;padding: 5px 10px}
|
||||
|
||||
.leo-w-2 { background-position:-3px -255px }
|
||||
.leo-w-2-4 { background-position:-3px -234px }
|
||||
.leo-w-3 { background-position:-3px -213px }
|
||||
.leo-w-4 { background-position:-3px -192px }
|
||||
.leo-w-4-8 { background-position:-3px -171px }
|
||||
.leo-w-6{background-position:-3px -129px}
|
||||
.leo-w-7-2 { background-position:-3px -108px }
|
||||
.leo-w-8 { background-position:-3px -87px }
|
||||
.leo-w-9 { background-position:-3px -66px }
|
||||
.leo-w-9-6 { background-position:-3px -45px }
|
||||
.leo-w-10 { background-position:-3px -24px }
|
||||
|
||||
/***************DONGND:: CSS for tab config BEGIN *******************/
|
||||
.leoslideshow-tablist a:hover, .leoslideshow-tablist li.active a {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
.leoslideshow-tablist a:focus {
|
||||
border-bottom: medium none !important;
|
||||
border-top: 3px solid #25b9d7 !important;
|
||||
}
|
||||
|
||||
#slideshowgeneralsetting .panel {
|
||||
display: none;
|
||||
}
|
||||
#slideshowgeneralsetting .panel.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#slideshowgeneralsetting .panel {
|
||||
border-radius: 0 0 5px 5px !important;
|
||||
}
|
||||
.nav-tabs a:focus {
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
#slides li
|
||||
{
|
||||
list-style: none;
|
||||
margin: 0 0 4px 0;
|
||||
padding: 10px;
|
||||
background-color: #F4E6C9;
|
||||
border: #CCCCCC solid 1px;
|
||||
color:#000;
|
||||
}
|
||||
/***************DONGND:: CSS for tab config END *******************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user