On rajoute encore quelques modules
This commit is contained in:
198
modules/iqitmegamenu/views/css/back.css
Normal file
198
modules/iqitmegamenu/views/css/back.css
Normal file
@@ -0,0 +1,198 @@
|
||||
/**
|
||||
* 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
|
||||
*
|
||||
* Don't forget to prefix your containers with your own identifier
|
||||
* to avoid any conflicts with others containers.
|
||||
*/
|
||||
|
||||
.tab-content .tab-pane-wrapper{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.list-wrapper{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-content .tab-pane-wrapper.active{
|
||||
display: block;
|
||||
}
|
||||
#options_tab .active a{
|
||||
z-index: 2;
|
||||
color: white;
|
||||
background-color: #00aff0;
|
||||
border-color: #00aff0;
|
||||
}
|
||||
#options_tab ul{list-style-type: none;}
|
||||
|
||||
.grid_creator{
|
||||
}
|
||||
.menu_row{
|
||||
background: #F3F3F3;
|
||||
padding: 10px;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 0px !important;
|
||||
margin-right: 0px !important;
|
||||
min-height: 50px;
|
||||
position: relative;
|
||||
padding-top: 50px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.menu_row .menu_column{
|
||||
border: 1px dashed #e6e6e6;
|
||||
min-height: 200px;
|
||||
padding-top: 45px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#tabs-submenu{
|
||||
border-bottom: 3px solid #e6e6e6;
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#buttons-sample{
|
||||
border-bottom: 3px solid #e6e6e6;
|
||||
margin-top: 5px;
|
||||
padding-top: 10px;
|
||||
clear: both;
|
||||
text-align: center;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#buttons-sample .dragger-handle{
|
||||
display: none;
|
||||
}
|
||||
.menu_column > .action-buttons-container .add-column-action, .menu_row > .action-buttons-container .column-content-edit, .menu_row > .action-buttons-container .duplicate-element-action, #buttons-sample .duplicate-element-action{
|
||||
display: none;
|
||||
}
|
||||
#buttons-sample .action-buttons-container{
|
||||
border: 1px dashed #e6e6e6;
|
||||
padding: 10px;
|
||||
}
|
||||
.dragger-handle{
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
color: #676767 !important;
|
||||
background-color: #CDCDCD !important;
|
||||
border: none !important;
|
||||
border-radius: 0px !important;
|
||||
font-size: 10px !important;
|
||||
}
|
||||
.dragger-handle .icon-arrows {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
.menu-element > .action-buttons-container .btn, .menu-element > .action-buttons-container .btn i {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#buttons-sample .add-column-action, #buttons-sample .remove-element-action{
|
||||
display: none;
|
||||
}
|
||||
.menu_row .action-buttons-container{
|
||||
background: #ECECEC;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
font-size: 12px !important;
|
||||
top: 0px;
|
||||
padding: 5px;
|
||||
border: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.menu_row > .action-buttons-container .add-row-action{
|
||||
display: none;
|
||||
}
|
||||
.menu_column > .action-buttons-container .add-column-action{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.menu_column .menu_column .action-buttons-container .add-row-action{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.row-placeholder{
|
||||
background: #eeefbb;
|
||||
border: 1px dashed #b3b478;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
.col-placeholder{
|
||||
background: #eeefbb;
|
||||
border: 1px dashed #b3b478;
|
||||
width: 25%;
|
||||
height: 100px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.row-title{
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.column-content-modal .style-wrapper{
|
||||
background: #F7F7F7;
|
||||
margin-top: 20px;
|
||||
padding: 10px 20px;
|
||||
border: 1px dotted #E5E5E5;
|
||||
}
|
||||
|
||||
.menu-column-content .modal-dialog {
|
||||
max-width: 900px;
|
||||
width: 70%;
|
||||
min-width: 600px;
|
||||
}
|
||||
|
||||
.column-checkbox{
|
||||
display: inline-block;
|
||||
border: 1px dotted #cecece;
|
||||
padding: 2px 4px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
#cssstyle-submenu{
|
||||
border-bottom: 3px solid #e6e6e6;
|
||||
padding: 15px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.menu-collapse-expand{
|
||||
float: right;
|
||||
}
|
||||
.collapse-menu-expand{
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
||||
.autocomplete-suggestions {
|
||||
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
|
||||
|
||||
/* core styles should not be changed */
|
||||
position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
|
||||
}
|
||||
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
|
||||
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
|
||||
.autocomplete-suggestion.selected { background: #f0f0f0; }
|
||||
12
modules/iqitmegamenu/views/css/bootstrap.min.css
vendored
Normal file
12
modules/iqitmegamenu/views/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
modules/iqitmegamenu/views/css/font-awesome.min.css
vendored
Normal file
4
modules/iqitmegamenu/views/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
9
modules/iqitmegamenu/views/css/fontawesome-iconpicker.min.css
vendored
Normal file
9
modules/iqitmegamenu/views/css/fontawesome-iconpicker.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
modules/iqitmegamenu/views/css/fontawesome.css
vendored
Normal file
5
modules/iqitmegamenu/views/css/fontawesome.css
vendored
Normal file
File diff suppressed because one or more lines are too long
972
modules/iqitmegamenu/views/css/front.css
Normal file
972
modules/iqitmegamenu/views/css/front.css
Normal file
@@ -0,0 +1,972 @@
|
||||
.iqitmegamenu-wrapper {
|
||||
z-index: 97;
|
||||
clear: both; }
|
||||
.iqitmegamenu-wrapper.cbp-hor-width-0 {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
.container-iqit-menu{
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.cbp-hor-width-1 .container {
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
|
||||
.iqitmegamenu {
|
||||
background: #cecece; }
|
||||
.iqitmegamenu .container .row {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px; }
|
||||
|
||||
.cbp-sticky.cbp-sticky-transparent {
|
||||
opacity: 0.85;
|
||||
transition: opacity 300ms ease-in-out; }
|
||||
.cbp-sticky.cbp-sticky-transparent:hover {
|
||||
opacity: 1; }
|
||||
|
||||
#iqitmegamenu-horizontal.cbp-sticky {
|
||||
position: fixed !important;
|
||||
top: 0 !important;
|
||||
width: 100% !important;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
z-index: 90;
|
||||
left: 0;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
@media (max-width: 999px) {
|
||||
#iqitmegamenu-horizontal.cbp-sticky {
|
||||
position: static !important; } }
|
||||
#iqitmegamenu-horizontal.cbp-sticky .cbp-hrmenu-tab > a > .cbp-legend {
|
||||
display: none; }
|
||||
|
||||
.cbp-hrmenu {
|
||||
width: 100%; }
|
||||
@media (max-width: 999px) {
|
||||
.cbp-hrmenu {
|
||||
display: none; } }
|
||||
.cbp-hrmenu ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none; }
|
||||
.cbp-hrmenu .col-xs-12 {
|
||||
float: left; }
|
||||
.cbp-hrmenu .cbp-tab-title {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
top: -1px; }
|
||||
.cbp-hrmenu .cbp-manufacturers {
|
||||
margin-top: -10px; }
|
||||
.cbp-hrmenu .cbp-manufacturers li {
|
||||
margin-top: 10px; }
|
||||
.cbp-hrmenu .cbp-manufacturers li:hover {
|
||||
opacity: 0.85; }
|
||||
.cbp-hrmenu .cbp-vertical-title {
|
||||
transition: all 300ms ease-in-out;
|
||||
padding: 0px 15px; }
|
||||
.cbp-hrmenu .cbp-vertical-title .icon {
|
||||
margin-right: 10px; }
|
||||
.cbp-hrmenu .cbp-categories-row {
|
||||
margin-top: -10px; }
|
||||
.cbp-hrmenu .cbp-categories-row > div {
|
||||
margin-top: 10px; }
|
||||
.cbp-hrmenu .menu_row {
|
||||
position: static;
|
||||
}
|
||||
.cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner > .menu_row:first-child {
|
||||
margin-top: -20px; }
|
||||
.cbp-hrmenu .cbp-tabs-container {
|
||||
width: 100%; }
|
||||
.cbp-hrmenu .cbp-absolute-column {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
position: absolute;
|
||||
width: auto !important;
|
||||
z-index: 2; }
|
||||
.cbp-hrmenu .cbp-column-title {
|
||||
display: block;
|
||||
margin-bottom: 8px; }
|
||||
.cbp-hrmenu .cbp-column-title .cbp-legend.cbp-legend-inner {
|
||||
top: -2px; }
|
||||
.cbp-hrmenu .cbp-column-title .cbp-legend.cbp-legend-inner .cbp-legend-arrow:before {
|
||||
top: -1px; }
|
||||
.cbp-hrmenu .cbp-column-title.cbp-column-title-inline {
|
||||
padding: 0px !important;
|
||||
border: none !important;
|
||||
margin: 0px !important;
|
||||
margin-right: 10px !important;
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
.cbp-hrmenu .cbp-menu-column {
|
||||
margin-top: 20px; }
|
||||
.cbp-hrmenu .cbp-menu-column .row {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px; }
|
||||
.cbp-hrmenu .cbp-mainlink-iicon, .cbp-hrmenu .cbp-mainlink-icon {
|
||||
width: auto;
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
margin-right: 4px; }
|
||||
.cbp-hrmenu .cbp-onlyicon .cbp-mainlink-iicon, .cbp-hrmenu .cbp-onlyicon .cbp-mainlink-icon {
|
||||
margin-right: 0px; }
|
||||
.cbp-hrmenu .cbp-legend {
|
||||
display: inline-block;
|
||||
top: -15px;
|
||||
right: 5px;
|
||||
background-color: #999999;
|
||||
color: #ffffff;
|
||||
position: absolute;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
padding: 4px 6px;
|
||||
text-transform: none;
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
line-height: initial;
|
||||
}
|
||||
.cbp-hrmenu .cbp-legend .cbp-legend-arrow:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "\F0D7";
|
||||
font-size: 15px;
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
right: 5px; }
|
||||
.cbp-hrmenu .cbp-legend.cbp-legend-inner {
|
||||
position: relative;
|
||||
top: 0px;
|
||||
margin-left: 5px;
|
||||
right: 0px;
|
||||
padding: 2px 4px;
|
||||
vertical-align: middle; }
|
||||
.cbp-hrmenu .cbp-legend.cbp-legend-inner .cbp-legend-arrow:before {
|
||||
content: "\f0d9";
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
margin-top: 1px;
|
||||
z-index: 2;
|
||||
right: auto;
|
||||
left: -4px; }
|
||||
.cbp-hrmenu .cbp-tab-content {
|
||||
border-left: 1px solid #cecece;
|
||||
margin-top: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
padding: 0px;
|
||||
vertical-align: top; }
|
||||
.cbp-hrmenu .cbp-products-big * {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box; }
|
||||
.cbp-hrmenu .cbp-products-big .quick-view {
|
||||
font-size: 0px; }
|
||||
.cbp-hrmenu .cbp-products-big .online-label, .cbp-hrmenu .cbp-products-big .new-label, .cbp-hrmenu .cbp-products-big .sale-label {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box; }
|
||||
.cbp-hrmenu .cbp-products-big li.ajax_block_product {
|
||||
text-align: center;
|
||||
margin-bottom: 10px; }
|
||||
.cbp-hrmenu .cbp-products-big li.ajax_block_product:hover {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px; }
|
||||
.cbp-hrmenu .cbp-products-big li.ajax_block_product:hover .functional-buttons-grid {
|
||||
visibility: visible;
|
||||
opacity: 0.9;
|
||||
margin-bottom: 0px; }
|
||||
.cbp-hrmenu .price.product-price{
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.cbp-hrmenu .old-price.product-price{
|
||||
font-size: 13px;
|
||||
}
|
||||
.cbp-hrmenu .cbp-products-list .product-name, .cbp-hrmenu .cbp-products-list .product-name-container {
|
||||
height: auto;
|
||||
line-height: inherit; }
|
||||
.cbp-hrmenu .cbp-products-list > li {
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px; }
|
||||
.cbp-hrmenu .cbp-products-list .product-image-container {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
max-width: 60px;
|
||||
min-width: 30px; }
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names {
|
||||
margin-right: -10px;
|
||||
margin-left: -10px; }
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names li {
|
||||
position: relative;
|
||||
border-bottom: 1px solid #cecece; }
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
background: white;
|
||||
display: block;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
display: none; }
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names li.active .cbp-inner-border-hider {
|
||||
display: block; }
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names li a {
|
||||
position: relative;
|
||||
display: block;
|
||||
transition: none;
|
||||
padding: 14px 16px; }
|
||||
.cbp-hrmenu.cbp-submenu-notarrowed .cbp-submenu-aindicator {
|
||||
display: none; }
|
||||
.cbp-hrmenu .cbp-submenu-aindicator {
|
||||
margin-left: 3px; }
|
||||
.cbp-hrmenu .cbp-submenu-it-indicator {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
right: 10px;
|
||||
margin: auto;
|
||||
height: 15px; }
|
||||
.cbp-hrmenu.cbp-menu-centered > ul {
|
||||
text-align: center; }
|
||||
.cbp-hrmenu.cbp-menu-centered > ul > li {
|
||||
text-align: left;
|
||||
float: none; }
|
||||
.cbp-hrmenu .cbp-links li {
|
||||
margin: 3px 0;
|
||||
padding-left: 2px;
|
||||
position: relative; }
|
||||
.cbp-hrmenu .cbp-links li:last-child {
|
||||
margin-bottom: 0px; }
|
||||
.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > div > a:after, .cbp-hrmenu .cbp-links li .cbp-hrsub-haslevel3 > div > a:after {
|
||||
content: "\f0da";
|
||||
display: inline;
|
||||
font-family: "FontAwesome";
|
||||
padding-left: 4px;
|
||||
opacity: 0.2;
|
||||
position: relative;
|
||||
-webkit-transition: opacity 0.3s ease;
|
||||
-moz-transition: opacity 0.3s ease;
|
||||
-o-transition: opacity 0.3s ease;
|
||||
transition: opacity 0.3s ease; }
|
||||
.cbp-hrmenu .cbp-links li a {
|
||||
padding-left: 10px;
|
||||
display: inline-block; }
|
||||
.cbp-hrmenu .cbp-links li a:before {
|
||||
content: "\f105";
|
||||
display: inline;
|
||||
font-family: "FontAwesome";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
-webkit-transition: left 0.3s ease, right 0.3s ease;
|
||||
-moz-transition: left 0.3s ease, right 0.3s ease;
|
||||
-o-transition: left 0.3s ease, right 0.3s ease;
|
||||
transition: left 0.3s ease, right 0.3s ease; }
|
||||
.cbp-hrmenu .cbp-links li a:hover:before {
|
||||
left: 3px; }
|
||||
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
|
||||
display: inline-block;
|
||||
margin: 0px;
|
||||
margin-right: 12px;
|
||||
padding: 0px; }
|
||||
.cbp-hrmenu .cbp-links.cbp-valinks-vertical.cbp-valinks-vertical2 {
|
||||
display: inline-block;
|
||||
vertical-align: middle; }
|
||||
|
||||
.cbp-category-thumb{
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
/* vertical style */
|
||||
.cbp-hrmenu.cbp-vertical > ul > li {
|
||||
float: none;
|
||||
display: block; }
|
||||
|
||||
.cbp-vertical-on-top {
|
||||
float: left;
|
||||
width: 250px;
|
||||
position: relative; }
|
||||
.cbp-vertical-on-top > .cbp-vertical > ul {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
opacity: 0; }
|
||||
.cbp-vertical-on-top.cbp-vert-expanded > .cbp-vertical > ul {
|
||||
visibility: visible;
|
||||
opacity: 1; }
|
||||
.cbp-vertical-on-top nav#cbp-hrmenu1 {
|
||||
margin-bottom: 0px; }
|
||||
|
||||
#index .cbp-homepage-expanded > .cbp-vertical > ul {
|
||||
visibility: visible;
|
||||
opacity: 1; }
|
||||
|
||||
#index .cbp-sticky .cbp-homepage-expanded > .cbp-vertical > ul {
|
||||
visibility: hidden;
|
||||
opacity: 0; }
|
||||
|
||||
#index .cbp-sticky .cbp-vert-expanded > .cbp-vertical > ul {
|
||||
visibility: visible;
|
||||
opacity: 1; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical {
|
||||
width: 100%;
|
||||
margin-bottom: 20px; }
|
||||
.cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
margin-top: 1px; }
|
||||
.cbp-hrmenu.cbp-vertical .cbp-legend-vertical {
|
||||
top: -8px;
|
||||
right: 14px; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical > ul {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
padding: 0px; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical > ul > li > a, .cbp-hrmenu.cbp-vertical > ul > li .span.cbp-main-link {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
display: block; }
|
||||
.cbp-hrmenu.cbp-vertical > ul > li:first-child > a, .cbp-hrmenu.cbp-vertical > ul > li:first-child .span.cbp-main-link {
|
||||
border-top: none; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
z-index: 100; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical .cbp-hropen .cbp-hrsub-wrapper {
|
||||
visibility: visible;
|
||||
opacity: 1.0; }
|
||||
|
||||
/* first level ul style */
|
||||
.cbp-hrmenu > ul,
|
||||
.cbp-hrmenu .cbp-hrsub-inner {
|
||||
margin: 0 auto; }
|
||||
|
||||
.cbp-hrmenu > ul > li {
|
||||
display: inline-block;
|
||||
float: left; }
|
||||
|
||||
.cbp-hrmenu > ul > li > a, .cbp-hrmenu > ul > li > span.cbp-main-link {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
-webkit-transition: color 0.3s ease, background-color 0.3s ease;
|
||||
-moz-transition: color 0.3s ease, background-color 0.3s ease;
|
||||
-o-transition: color 0.3s ease, background-color 0.3s ease;
|
||||
transition: color 0.3s ease, background-color 0.3s ease; }
|
||||
.cbp-hrmenu > ul > li:first-child > a, .cbp-hrmenu > ul > li:first-child > span.cbp-main-link {
|
||||
border-left: none !important; }
|
||||
|
||||
/* sub-menu */
|
||||
.cbp-hrmenu.cbp-arrowed .cbp-triangle-container {
|
||||
display: block; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-top {
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
border-left: 12px solid transparent;
|
||||
border-right: 12px solid transparent;
|
||||
border-bottom: 12px solid #fff;
|
||||
top: 1px; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-top-back {
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
border-left: 13px solid transparent;
|
||||
border-right: 13px solid transparent;
|
||||
border-bottom: 13px solid #EAEAEA; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-container {
|
||||
display: none;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
position: absolute; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-left, #columns .cbp-hrmenu .cbp-triangle-left {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
left: 1px;
|
||||
z-index: 1;
|
||||
border-top: 12px solid transparent;
|
||||
border-bottom: 12px solid transparent;
|
||||
border-right: 12px solid #fff; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-left-back, #columns .cbp-hrmenu .cbp-triangle-left-back {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
top: -1px;
|
||||
left: 0px;
|
||||
border-top: 13px solid transparent;
|
||||
border-bottom: 13px solid transparent;
|
||||
border-right: 13px solid #EAEAEA; }
|
||||
|
||||
.cbp-horizontal.cbp-arrowed .cbp-triangle-container {
|
||||
position: absolute;
|
||||
bottom: -13px; }
|
||||
|
||||
.cbp-vertical.cbp-arrowed .cbp-hrsub-inner {
|
||||
margin-left: 12px; }
|
||||
|
||||
.cbp-horizontal.cbp-arrowed .cbp-hrsub-inner {
|
||||
margin-top: 12px; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
display: none;
|
||||
padding-bottom: 20px;
|
||||
padding: 0px !important; }
|
||||
|
||||
.cbp-hropen .cbp-hrsub {
|
||||
visibility: visible;
|
||||
opacity: 1.0;
|
||||
z-index: 1; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub-inner {
|
||||
background: #fff;
|
||||
border: 1px solid #EAEAEA; }
|
||||
.cbp-hrmenu .cbp-hrsub-inner > .row {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px; }
|
||||
.cbp-hrmenu .cbp-hrsub-inner > .row:last-child {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.cbp-hrsub-wide .cbp-hrsub-inner .container > .row:last-child {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.cbp-hrmenu .cbp-notfit {
|
||||
right: 0px; }
|
||||
|
||||
.cbp-hrmenu .cbp-show {
|
||||
display: block; }
|
||||
.cbp-category-link-w{
|
||||
position: relative;
|
||||
|
||||
}
|
||||
.cbp-category-tree{
|
||||
display: inline-block;
|
||||
}
|
||||
.cbp-hrmenu ul.cbp-hrsub-level2 {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
margin-top: -20px;
|
||||
padding: 8px 10px;
|
||||
z-index: 3;
|
||||
width: auto;
|
||||
background: #fff;
|
||||
border: 1px solid #EAEAEA;
|
||||
white-space: nowrap; }
|
||||
.cbp-hrmenu ul.cbp-hrsub-level3{
|
||||
left: 101%;
|
||||
}
|
||||
|
||||
|
||||
.cbp-hrmenu .pull-right {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
|
||||
.cbp-hrsub-haslevel3 > .cbp-category-link-w > ul {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
left: 100px;
|
||||
margin-top: -20px;
|
||||
padding: 8px 10px;
|
||||
z-index: 3;
|
||||
width: auto;
|
||||
transition: visibility 180ms ease-in-out,opacity 180ms ease-in-out;
|
||||
white-space: nowrap;
|
||||
left: 101%;
|
||||
}
|
||||
.cbp-hrsub-haslevel3:hover > .cbp-category-link-w > ul {
|
||||
visibility: visible;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.cbp-hrsub-haslevel3:hover .cbp-hrsub-level2{
|
||||
visibility: visible;
|
||||
opacity: 1.0;
|
||||
}
|
||||
.cbp-hrsub-haslevel2:hover > div > ul.cbp-hrsub-level2 {
|
||||
visibility: visible;
|
||||
opacity: 1.0; }
|
||||
|
||||
.cbp-hrmenu .cbp-tab-pane {
|
||||
display: none; }
|
||||
.cbp-hrmenu .cbp-tab-pane > .clearfix > .row {
|
||||
margin: 0px;
|
||||
}
|
||||
.cbp-hrmenu .cbp-tab-pane > div > .row:last-child {
|
||||
margin-bottom: 20px; }
|
||||
|
||||
.cbp-hrmenu .cbp-hropen .cbp-tab-pane.active {
|
||||
visibility: visible;
|
||||
opacity: 1.0; }
|
||||
|
||||
.cbp-hrmenu .cbp-tab-pane.active {
|
||||
display: table-cell; }
|
||||
|
||||
/* wide submenu wrapper */
|
||||
.cbp-hor-width-0 .cbp-hrsub-wide .cbp-hrsub {
|
||||
width: 100%;
|
||||
left: 0; }
|
||||
|
||||
/* wide submenu submenucontent */
|
||||
.cbp-hrsub-wide.cbp-hrsub-widec .cbp-hrsub-inner {
|
||||
width: 100%;
|
||||
max-width: 100%; }
|
||||
|
||||
/* narrow submenu wrapper */
|
||||
.cbp-hrsub-narrow {
|
||||
position: relative; }
|
||||
|
||||
/* submenu effects */
|
||||
.cbp-fade .cbp-hrsub {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-fade .cbp-hrsub-level2 {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-fade .cbp-hrsub-wrapper {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-fade.cbp-vertical > ul {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-fade-slide-bottom .cbp-hrsub {
|
||||
transition: all 300ms ease-in-out;
|
||||
margin-top: 15px; }
|
||||
|
||||
.cbp-fade-slide-bottom .cbp-hropen .cbp-hrsub {
|
||||
transition: all 300ms ease-in-out;
|
||||
margin-top: 0px; }
|
||||
|
||||
.cbp-fade-slide-bottom .cbp-hrsub-level2 {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-fade-slide-top .cbp-hrsub {
|
||||
transition: all 300ms ease-in-out;
|
||||
margin-top: -15px;
|
||||
z-index: -20; }
|
||||
|
||||
.cbp-fade-slide-top .cbp-hropen .cbp-hrsub {
|
||||
transition: all 300ms ease-in-out;
|
||||
margin-top: 0px;
|
||||
z-index: 1; }
|
||||
|
||||
.cbp-fade-slide-top .cbp-hrsub-level2 {
|
||||
transition: visibility 300ms ease-in-out, opacity 300ms ease-in-out; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub-inner:before,
|
||||
.cbp-hrmenu .cbp-hrsub-inner:after {
|
||||
content: "";
|
||||
display: table; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub-inner:after {
|
||||
clear: both; }
|
||||
|
||||
.cbp-hrsub h4 {
|
||||
color: #afdefa;
|
||||
padding: 2em 0 0.6em;
|
||||
margin: 0;
|
||||
font-size: 160%;
|
||||
font-weight: 300; }
|
||||
|
||||
@media (min-width: 1000px) {
|
||||
.cbp-spmenu-push-toright {
|
||||
left: 0px !important; } }
|
||||
/* Responsive styling*/
|
||||
#iqitmegamenu-mobile {
|
||||
display: none;
|
||||
text-align: left; }
|
||||
@media (max-width: 999px) {
|
||||
#iqitmegamenu-mobile {
|
||||
display: block; } }
|
||||
#iqitmegamenu-mobile ul, #iqitmegamenu-mobile li {
|
||||
list-style-type: none; }
|
||||
#iqitmegamenu-mobile #iqitmegamenu-shower {
|
||||
text-transform: uppercase;
|
||||
padding: 12px 15px;
|
||||
cursor: pointer;
|
||||
line-height: 36px; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-icon {
|
||||
margin-right: 10px;
|
||||
color: #000;
|
||||
display: block;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
float: left;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
cursor: pointer; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion {
|
||||
list-style: none;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
height: auto;
|
||||
max-height: 0px;
|
||||
margin: 0px;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-webkit-transition-delay: 0s;
|
||||
-moz-transition: all 0.5s ease 0s;
|
||||
-o-transition: all 0.5s ease 0s;
|
||||
transition: all 0.5s ease 0s; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion.showedmenu {
|
||||
border-top: none;
|
||||
padding: 12px;
|
||||
max-height: 9999px;
|
||||
-webkit-transition: all 0.5s ease;
|
||||
-webkit-transition-delay: 0s;
|
||||
-moz-transition: all 0.5s ease 0s;
|
||||
-o-transition: all 0.5s ease 0s;
|
||||
transition: all 0.5s ease 0s; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion > li {
|
||||
border-bottom: 1px dashed #dddddd; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion > li:last-child {
|
||||
border-bottom: none; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion > li > a {
|
||||
text-transform: uppercase;
|
||||
display: block;
|
||||
padding: 10px 0; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion > li ul {
|
||||
background-color: #f8f8f8; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion > li ul a {
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
border-top: 1px dashed #dddddd; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion ul {
|
||||
list-style: none;
|
||||
padding: 0 0 0 0; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion ul li {
|
||||
font-weight: normal;
|
||||
cursor: auto;
|
||||
padding: 0 0 0 7px; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion a {
|
||||
text-decoration: none; }
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion a:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
#iqitmegamenu-accordion {
|
||||
display: none; }
|
||||
#iqitmegamenu-accordion div.responsiveInykator {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
float: right;
|
||||
padding: 6px 0;
|
||||
position: relative;
|
||||
top: 7px;
|
||||
width: 32px;
|
||||
text-align: center;
|
||||
cursor: pointer; }
|
||||
#iqitmegamenu-accordion > li ul {
|
||||
display: none; }
|
||||
|
||||
@media (max-width: 999px) {
|
||||
#iqitmegamenu-accordion {
|
||||
display: block; } }
|
||||
|
||||
#iqitmegamenu-accordion.cbp-spmenu div.responsiveInykator {
|
||||
border: none; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu li a:hover {
|
||||
-webkit-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4); }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li a {
|
||||
text-transform: uppercase;
|
||||
font-weight: bold; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul{
|
||||
padding: 0px 10px;
|
||||
display: none;
|
||||
font-size: 90%;
|
||||
-webkit-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4); }
|
||||
|
||||
#iqitmegamenu-accordion > li ul.cbpm-ul-showed {
|
||||
display: block; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul ul {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul ul a:hover {
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
box-shadow: none; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul div.responsiveInykator {
|
||||
background: none;
|
||||
margin-right: 0px;
|
||||
color: #fff;}
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul ul {
|
||||
margin: 0px; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul ul a {
|
||||
text-transform: none;
|
||||
border: none; }
|
||||
#iqitmegamenu-accordion.cbp-spmenu > li ul ul ul a {
|
||||
text-transform: none;
|
||||
font-weight: normal; }
|
||||
|
||||
#iqitmegamenu-mobile .iqitmegamenu-accordion li a {
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-moz-transition: all 0.3s ease;
|
||||
-o-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease; }
|
||||
|
||||
.cbp-spmenu div.responsiveInykator {
|
||||
margin-right: 10px; }
|
||||
|
||||
#cbp-close-mobile {
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
position: absolute;
|
||||
left: -50px;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-moz-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease;
|
||||
border: none !important;
|
||||
}
|
||||
#cbp-close-mobile i {
|
||||
line-height: 50px;
|
||||
font-size: 28px; }
|
||||
.cbp-spmenu-overlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
z-index: 5102;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
display: none; }
|
||||
@media (max-width: 999px) {
|
||||
.cbp-spmenu-overlay {
|
||||
display: block; } }
|
||||
|
||||
.cbp-spmenu-overlay-show {
|
||||
visibility: visible;
|
||||
opacity: 1; }
|
||||
.cbp-spmenu-overlay-show #cbp-close-mobile {
|
||||
left: 240px;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
.cbp-spmenu {
|
||||
position: fixed;
|
||||
z-index: 5103;
|
||||
-webkit-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
-moz-box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: inset -134px 0px 10px -133px rgba(0, 0, 0, 0.4);
|
||||
overflow-y: auto;}
|
||||
|
||||
.cbp-spmenu h3 {
|
||||
color: #afdefa;
|
||||
font-size: 1.9em;
|
||||
padding: 20px;
|
||||
margin: 0;
|
||||
font-weight: 300;
|
||||
background: #0d77b6; }
|
||||
|
||||
.cbp-spmenu a {
|
||||
display: block;
|
||||
color: #fff;
|
||||
font-size: 1.1em;
|
||||
font-weight: 300; }
|
||||
|
||||
.cbp-spmenu > li > ul > li > a:hover {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
padding-left: 23px; }
|
||||
|
||||
.cbp-spmenu a:active {
|
||||
background: #afdefa;
|
||||
color: #47a3da; }
|
||||
|
||||
/* Orientation-dependent styles for the content of the menu */
|
||||
.cbp-spmenu-vertical {
|
||||
width: 240px;
|
||||
height: 100%;
|
||||
top: 0; }
|
||||
|
||||
.cbp-spmenu-vertical a {
|
||||
border-bottom: 1px solid #258ecd;
|
||||
padding: 1em; }
|
||||
|
||||
/* Vertical menu that slides from the left or right */
|
||||
.cbp-spmenu-left {
|
||||
left: -240px; }
|
||||
|
||||
.cbp-spmenu-left.cbp-spmenu-open {
|
||||
left: 0px; }
|
||||
|
||||
/* Push classes applied to the body */
|
||||
.cbp-spmenu-push {
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
left: 0; }
|
||||
@media (max-width: 999px){
|
||||
.cbp-spmenu-push-toright {
|
||||
left: 240px;
|
||||
width: 100%;
|
||||
position: fixed;}
|
||||
}
|
||||
|
||||
.cbp-spmenu-push-toleft {
|
||||
left: -240px; }
|
||||
|
||||
/* Transitions */
|
||||
.cbp-spmenu,
|
||||
.cbp-spmenu-push {
|
||||
-webkit-transition: all 0.3s ease;
|
||||
-moz-transition: all 0.3s ease;
|
||||
transition: all 0.3s ease; }
|
||||
|
||||
/* Example media queries */
|
||||
@media screen and (max-width: 55.1875em) {
|
||||
.cbp-spmenu-top {
|
||||
top: -110px; }
|
||||
|
||||
.cbp-spmenu-bottom {
|
||||
bottom: -110px; } }
|
||||
|
||||
.container-xs-height {
|
||||
display: table;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px; }
|
||||
|
||||
.row-xs-height {
|
||||
display: table-row; }
|
||||
.row-xs-height:before {
|
||||
display: none; }
|
||||
.row-xs-height:after {
|
||||
display: none; }
|
||||
|
||||
.col-xs-height {
|
||||
display: table-cell;
|
||||
float: none;
|
||||
vertical-align: top; }
|
||||
|
||||
#iqitmegamenu-horizontal #search_block_top_content {
|
||||
width: auto;
|
||||
float: right;
|
||||
position: relative;
|
||||
width: 160px;
|
||||
right: 0px; }
|
||||
#iqitmegamenu-horizontal #search_block_top {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
width: 150px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
margin: auto; }
|
||||
|
||||
@media (max-width: 999px) {
|
||||
#iqitmegamenu-horizontal > .container {
|
||||
position: relative; } }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#iqitmegamenu-horizontal #search_block_top_content {
|
||||
width: 100%;
|
||||
margin-bottom: 10px; } }
|
||||
@media (min-width: 768px) and (max-width: 999px) {
|
||||
#iqitmegamenu-horizontal #search_block_top_content {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 10px;
|
||||
bottom: 10px;
|
||||
margin-right: 0px !important; } }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#iqitmegamenu-horizontal #search_block_top {
|
||||
left: 0px; } }
|
||||
|
||||
.cbp-hor-width-1 #iqitmegamenu-horizontal #search_block_top_content {
|
||||
margin-right: 15px; }
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#iqitmegamenu-horizontal {
|
||||
background: transparent !important;
|
||||
border: none !important; } }
|
||||
|
||||
|
||||
.cbp-hrmenu .col-xs-1, .cbp-hrmenu .col-xs-2, .cbp-hrmenu .col-xs-3, .cbp-hrmenu .col-xs-4, .cbp-hrmenu .col-xs-5, .cbp-hrmenu .col-xs-6, .cbp-hrmenu .col-xs-7, .cbp-hrmenu .col-xs-8, .cbp-hrmenu .col-xs-9, .cbp-hrmenu .col-xs-10, .cbp-hrmenu .col-xs-11, .cbp-hrmenu .col-xs-12, .cbp-hrmenu .col-sm-1, .cbp-hrmenu .col-sm-2, .cbp-hrmenu .col-sm-3, .cbp-hrmenu .col-sm-4,
|
||||
.cbp-hrmenu .col-sm-5, .cbp-hrmenu .col-sm-6, .cbp-hrmenu .col-sm-7, .cbp-hrmenu .col-sm-8, .cbp-hrmenu .col-sm-9, .cbp-hrmenu .col-sm-10, .cbp-hrmenu .col-sm-11, .cbp-hrmenu .col-sm-12, .cbp-hrmenu .col-md-1, .cbp-hrmenu .col-md-2, .cbp-hrmenu .col-md-3, .cbp-hrmenu .col-md-4, .cbp-hrmenu .col-md-5, .cbp-hrmenu .col-md-6, .cbp-hrmenu .col-md-7, .cbp-hrmenu .col-md-8,
|
||||
.cbp-hrmenu .col-md-9, .cbp-hrmenu .col-md-10, .cbp-hrmenu .col-md-11, .cbp-hrmenu .col-md-12, .cbp-hrmenu .col-lg-1, .cbp-hrmenu .col-lg-2, .cbp-hrmenu .col-lg-3, .cbp-hrmenu .col-lg-4, .cbp-hrmenu .col-lg-5, .cbp-hrmenu .col-lg-6, .cbp-hrmenu .col-lg-7, .cbp-hrmenu .col-lg-8, .cbp-hrmenu .col-lg-9, .cbp-hrmenu .col-lg-10, .cbp-hrmenu .col-lg-11, .cbp-hrmenu .col-lg-12
|
||||
{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#iqitmegamenu-horizontal.cbp-nosticky .container{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.cbp-hor-width-0 #iqitmegamenu-horizontal{
|
||||
margin: 0 -500%;
|
||||
padding: 0 500%;
|
||||
|
||||
}
|
||||
|
||||
.cbp-hor-width-0 #iqitmegamenu-horizontal .container{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.cbp-hor-width-0 #iqitmegamenu-horizontal.cbp-sticky{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
body{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.col-xs-15,
|
||||
.col-sm-15,
|
||||
.col-md-15,
|
||||
.col-lg-15 {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.col-xs-15 {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.col-sm-15 {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.col-md-15 {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.col-lg-15 {
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
35
modules/iqitmegamenu/views/css/index.php
Normal file
35
modules/iqitmegamenu/views/css/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;
|
||||
1
modules/iqitmegamenu/views/css/iqitmegamenu_s_1.css
Normal file
1
modules/iqitmegamenu/views/css/iqitmegamenu_s_1.css
Normal file
File diff suppressed because one or more lines are too long
1
modules/iqitmegamenu/views/css/iqitmegamenu_s_2.css
Normal file
1
modules/iqitmegamenu/views/css/iqitmegamenu_s_2.css
Normal file
@@ -0,0 +1 @@
|
||||
#iqitmegamenu-horizontal{ background-color: ; } .cbp-horizontal .cbp-legend{ background-color: ; color: ; } .cbp-horizontal .cbp-legend .cbp-legend-arrow{ color: ; } .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:hover{ background-color: ; color: ; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > span.cbp-main-link{ color: ; line-height: px; padding-left: px; max-width: px; padding-right: px; font-size: px; } .cbp-horizontal .cbp-tab-title{ line-height: 1px; } @media (min-width: 1320px){ .cbp-horizontal .cbp-tab-title{ line-height: 1px; } .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > span.cbp-main-link{ font-size: px; padding-left: px; padding-right: px; } } .cbp-vertical-on-top .cbp-vertical-title{ line-height: px; } .cbp-horizontal > ul > li > a .cbp-mainlink-icon, .cbp-horizontal > ul > li > a .cbp-mainlink-iicon{ font-size: px; max-height: px; } .cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu ul.cbp-hrsub-level2, .cbp-hrsub-haslevel3 > .cbp-category-link-w > ul { background-color: ; } .cbp-hrmenu .cbp-triangle-top{ border-bottom-color: ; top: px; } .cbp-hrmenu .cbp-triangle-left, #columns .cbp-hrmenu .cbp-triangle-left{ border-right-color: ; left: px; } .cbp-hrmenu .cbp-triangle-top-back{} .cbp-hrmenu .cbp-triangle-left-back, #columns .cbp-hrmenu .cbp-triangle-left-back{} .cbp-hrmenu .menu_column { border-color: ; } .cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider{ width: px; right: 0px; } .cbp-hrmenu .cbp-hrsub-tabs-names li{ } .cbp-hrmenu .cbp-tab-pane{ } .is_rtl .cbp-hrmenu .cbp-tab-pane{ } .cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link { font-size: px; line-height: 4px; color: ; } .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:hover { color: ; } .cbp-hrmenu .cbp-hrsub-inner{ font-size: px; line-height: 4px; color: ; } .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link{ color: ; } .cbp-hrmenu .cbp-hrsub-inner a:hover{ color: ; } .cbp-hrmenu .cbp-links li a:before{ display: none; } .cbp-hrmenu .cbp-links li, .cbp-hrmenu .cbp-links li a { padding-left: 0px; } .cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > a:after{ display: none; } .cbp-vertical-title{ background-color: ; color: ; font-size: px; line-height: px; } .cbp-vertical-title:hover{ background-color: ; color: ; } .cbp-hrmenu.cbp-vertical > ul{ background-color: ; } .cbp-vertical .cbp-legend{ background-color: ; color: ; } .cbp-vertical .cbp-legend .cbp-legend-arrow{ color: ; } .cbp-vertical > ul > li.cbp-hropen > a, .cbp-vertical > ul > li.cbp-hropen > a:hover{ background-color: ; color: ; } .cbp-vertical > ul > li > a, .cbp-vertical > ul > li > span.cbp-main-link{ color: ; padding-top: px; padding-bottom: px; font-size: px; } .cbp-vertical > ul > li > a .cbp-mainlink-icon, .cbp-vertical > ul > li > a .cbp-mainlink-iicon{ font-size: px; max-height: px; }.cbp-hrmenu .cbp-hrsub-inner .cbp-tabs-names li a { background-color: ; color: ; } .cbp-hrmenu .cbp-submenu-it-indicator{ color: ;} .cbp-tabs-names li a:hover, .cbp-hrmenu .cbp-hrsub-tabs-names li.active a, .cbp-tabs-names li .cbp-inner-border-hider { background-color: ; color: ; } .cbp-hrmenu li.active .cbp-submenu-it-indicator{ color: ;} #iqitmegamenu-mobile #iqitmegamenu-shower, #cbp-close-mobile { background-color: ; color: ; } #iqitmegamenu-mobile .iqitmegamenu-icon{ color: ; background-color: ; } .cbp-mobilesubmenu{ background-color: ; color: ; } #iqitmegamenu-accordion{ background-color: ; color: ; } #iqitmegamenu-mobile .iqitmegamenu-accordion > li ul{ background-color: ; } #iqitmegamenu-accordion.cbp-spmenu > li ul{ background-color: ; } #iqitmegamenu-mobile .iqitmegamenu-accordion > li ul a{ } #iqitmegamenu-mobile .iqitmegamenu-accordion > li{ } .cbp-spmenu-vertical a{ } #iqitmegamenu-accordion.cbp-spmenu > li ul div.responsiveInykator{ color: ; } #iqitmegamenu-mobile .iqitmegamenu-accordion li a, .cbp-spmenu a{ color: ; } #iqitmegamenu-mobile .iqitmegamenu-accordion li a:hover{ color: ; background-color: ; padding-left: 10px; } .cbp-spmenu a:hover{ color: ; background-color: ; } #iqitmegamenu-accordion div.responsiveInykator{ color: ; background-color: ; }
|
||||
112
modules/iqitmegamenu/views/css/rtl.css
Normal file
112
modules/iqitmegamenu/views/css/rtl.css
Normal file
@@ -0,0 +1,112 @@
|
||||
.cbp-hrmenu .cbp-submenu-aindicator {
|
||||
margin-left: 0px;
|
||||
margin-right: 3px; }
|
||||
|
||||
.cbp-hrmenu .cbp-mainlink-iicon, .cbp-hrmenu .cbp-mainlink-icon {
|
||||
margin-right: 0px;
|
||||
margin-left: 4px;
|
||||
float: right; }
|
||||
|
||||
.cbp-hrmenu .cbp-vertical-title .icon {
|
||||
margin-left: 10px;
|
||||
margin-right: 0px; }
|
||||
|
||||
.cbp-vertical-on-top {
|
||||
float: right; }
|
||||
|
||||
.cbp-hrmenu > ul > li {
|
||||
float: right;
|
||||
direction: ltr !important; }
|
||||
|
||||
.cbp-hrmenu .cbp-links li {
|
||||
padding-left: 0px;
|
||||
padding-right: 2px; }
|
||||
|
||||
.cbp-hrmenu .cbp-links li a {
|
||||
padding-right: 10px;
|
||||
padding-left: 0px; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub, .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > span.cbp-main-link {
|
||||
direction: rtl !important; }
|
||||
|
||||
#iqitmegamenu-horizontal #search_block_top_content {
|
||||
float: left; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical .cbp-hrsub-wrapper {
|
||||
right: 0px; }
|
||||
|
||||
.cbp-hrmenu.cbp-menu-centered > ul > li {
|
||||
text-align: right; }
|
||||
|
||||
.cbp-hrmenu .cbp-links li a:before {
|
||||
left: auto;
|
||||
right: 0px;
|
||||
content: "\f104"; }
|
||||
|
||||
.cbp-hrmenu .cbp-links li a:hover:before {
|
||||
left: auto;
|
||||
right: 3px; }
|
||||
|
||||
.cbp-hrmenu .cbp-links li.cbp-hrsub-haslevel2 > a:after {
|
||||
content: "\f0d9";
|
||||
float: left;
|
||||
padding-left: 0px;
|
||||
padding-right: 4px; }
|
||||
|
||||
.cbp-hrmenu .cbp-submenu-it-indicator {
|
||||
left: 10px;
|
||||
right: auto; }
|
||||
.cbp-hrmenu .cbp-submenu-it-indicator:before {
|
||||
content: "\f104"; }
|
||||
|
||||
.cbp-hrmenu .cbp-hrsub-tabs-names li .cbp-inner-border-hider {
|
||||
left: -1px;
|
||||
right: auto; }
|
||||
|
||||
.cbp-hrmenu .cbp-products-list .product-image-container {
|
||||
float: right;
|
||||
margin-right: 0px;
|
||||
margin-left: 10px; }
|
||||
|
||||
.cbp-hrmenu .cbp-triangle-top {
|
||||
left: 0px; }
|
||||
|
||||
.cbp-hrmenu .cbp-tab-pane {
|
||||
border-left: none !important; }
|
||||
|
||||
.cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator {
|
||||
left: 8px;
|
||||
right: auto; }
|
||||
.cbp-hrmenu.cbp-vertical .cbp-submenu-aindicator:before {
|
||||
content: "\f104"; }
|
||||
|
||||
#cbp-hrmenu1 .cbp-triangle-container {
|
||||
left: auto;
|
||||
right: 0px;
|
||||
transform: rotateY(180deg);
|
||||
-webkit-transform: rotateY(180deg);
|
||||
-moz-transform: rotateY(180deg);
|
||||
-o-transform: rotateY(180deg);
|
||||
-ms-transform: rotateY(180deg); }
|
||||
|
||||
.cbp-vertical.cbp-arrowed .cbp-hrsub-inner {
|
||||
margin-left: 0px;
|
||||
margin-right: 12px; }
|
||||
|
||||
#responsiveMenuShower {
|
||||
text-align: right; }
|
||||
#responsiveMenuShower div.responsiveInykator2 {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
margin-right: 0px; }
|
||||
|
||||
#responsiveAccordion {
|
||||
text-align: right; }
|
||||
|
||||
#responsiveAccordion div.responsiveInykator {
|
||||
float: left;
|
||||
left: 4px;
|
||||
right: auto; }
|
||||
|
||||
#responsiveAccordion ul li {
|
||||
padding: 0 7px 0 0px; }
|
||||
2776
modules/iqitmegamenu/views/css/tinymce.css
Normal file
2776
modules/iqitmegamenu/views/css/tinymce.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user