coloring background in white
This commit is contained in:
parent
8f754edcc6
commit
965eab38e3
@ -58,7 +58,7 @@ class AdminSkinStatic extends AdminTab {
|
||||
Configuration::get('SKINSTATIC_VERSION'),
|
||||
),
|
||||
|
||||
'<style type="text/css">body#index #columns { background: url("//www.bebeboutik.com/themes/site/skinstatic_cache/skin_'.(int) $i.'_'.(int) $id_lang.'.jpg?v={version}") no-repeat '.(Tools::getValue('fixed_'.(int) $i)? 'fixed center 0px': 'scroll center 0px').' #F1F1F1}</style><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-left" href="{left_link}"></a><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-right" href="{right_link}"></a>'.(Tools::getValue('fixed_'.(int) $i)? '
|
||||
'<style type="text/css">body#index #columns { background: url("//www.bebeboutik.com/themes/site/skinstatic_cache/skin_'.(int) $i.'_'.(int) $id_lang.'.jpg?v={version}") no-repeat '.(Tools::getValue('fixed_'.(int) $i)? 'fixed center 0px': 'scroll center 0px').' #FFFFFF}</style><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-left" href="{left_link}"></a><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-right" href="{right_link}"></a>'.(Tools::getValue('fixed_'.(int) $i)? '
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
$(document).ready(function() { var scrolling = $("#skin-left, #skin-right"); var pos = scrolling.position(); var size = scrolling.height() + 80; var max_size = $(document).height() - $("#footer").height() - 45; $(window).scroll(function(event) { offset = parseFloat(scrolling.css("marginTop").replace("px", "")); margin = 170; height = 750; if($(document).scrollTop()==0){margin = 30;} if($(document).scrollTop()>130){height = $(window).height();}; scrolling.css({ "marginTop": Math.min($(document).scrollTop(), max_size)-margin + "px", "height" : height+"px" }); }); '.($i == 0 && substr(Tools::getValue('left_link_'.(int) $i), 0, 28) == 'http://www.privatesportshop.'? '$("#skin-left, #skin-right").unbind("click").removeAttr("href").removeAttr("onclick").click(function(event) { event.stopPropagation(); event.preventDefault(); $("#privatesales_block li > a").first().trigger("click"); });': '').'
|
||||
@ -78,7 +78,7 @@ class AdminSkinStatic extends AdminTab {
|
||||
Configuration::get('SKINSTATIC_VERSION'),
|
||||
),
|
||||
|
||||
'<style type="text/css">body#index #columns { background: url("//www.bebeboutik.com/themes/site/skinstatic_cache/skin_'.(int) $i.'_'.(int) $id_lang.'.jpg?v={version}") no-repeat '.(Tools::getValue('fixed_'.(int) $i)? 'fixed center 0px': 'scroll center 0px').' #F1F1F1}</style><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-left" href="{left_link}"></a><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-right" href="{right_link}"></a>'.(Tools::getValue('fixed_'.(int) $i)? '
|
||||
'<style type="text/css">body#index #columns { background: url("//www.bebeboutik.com/themes/site/skinstatic_cache/skin_'.(int) $i.'_'.(int) $id_lang.'.jpg?v={version}") no-repeat '.(Tools::getValue('fixed_'.(int) $i)? 'fixed center 0px': 'scroll center 0px').' #FFFFFF}</style><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-left" href="{left_link}"></a><a'.((int) Tools::getValue('new_window_'.(int) $i)? ' onclick="window.open(this.href); return false;"': '').' id="skin-right" href="{right_link}"></a>'.(Tools::getValue('fixed_'.(int) $i)? '
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
$(document).ready(function() { var scrolling = $("#skin-left, #skin-right"); var pos = scrolling.position(); var size = scrolling.height() + 80; var max_size = $(document).height() - $("#footer").height() - 45; $(window).scroll(function(event) { offset = parseFloat(scrolling.css("marginTop").replace("px", "")); scrolling.css({ "marginTop": Math.min($(document).scrollTop(), max_size) + "px" }); }); '.($i == 0 && substr(Tools::getValue('left_link_'.(int) $i), 0, 28) == 'http://www.privatesportshop.'? '$("#skin-left, #skin-right").unbind("click").removeAttr("href").removeAttr("onclick").click(function(event) { event.stopPropagation(); event.preventDefault(); $("#privatesales_block li > a").first().trigger("click"); });': '').'
|
||||
|
@ -830,7 +830,7 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
min-height: 100%;
|
||||
background: #f3f3f3;
|
||||
background: #ffffff;
|
||||
color: #1e1633;
|
||||
}
|
||||
article,
|
||||
@ -2197,10 +2197,10 @@ body#authentication.create{
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
body#authentication, body#index.singleCol, body#validation {
|
||||
background: url("../img/hp.jpg") no-repeat center 62px #f3f3f3;
|
||||
background: url("../img/hp.jpg") no-repeat center 62px #ffffff;
|
||||
}
|
||||
body#index, body#index.singleCol.logged, body#category {
|
||||
background: url("../img/hp.jpg") no-repeat center 62px #f3f3f3;
|
||||
background: url("../img/hp.jpg") no-repeat center 62px #ffffff;
|
||||
}
|
||||
body #page {
|
||||
position: relative;
|
||||
@ -2249,10 +2249,10 @@ body #columns {
|
||||
padding-top: 170px;
|
||||
}
|
||||
body #columns#authentication, body #columns#index.singleCol, body #columns#validation {
|
||||
background: url("../img/hp2.jpg") no-repeat 0px 99px #f3f3f3;
|
||||
background: url("../img/hp2.jpg") no-repeat 0px 99px #ffffff;
|
||||
}
|
||||
body #columns#index, body #columns#index.singleCol.logged, body #columns#category {
|
||||
background: url("../img/hp2.jpg") no-repeat center 99px #f3f3f3;
|
||||
background: url("../img/hp2.jpg") no-repeat center 99px #ffffff;
|
||||
}
|
||||
body #columns > .content {
|
||||
width: 980px;
|
||||
@ -5901,7 +5901,7 @@ table#carrierTable tbody td {
|
||||
color: #444d52;
|
||||
font-size: 12px;
|
||||
border-bottom: 0px;
|
||||
border-top: 10px solid #f1f1f1;
|
||||
border-top: 10px solid #ffffff;
|
||||
background: #FFF;
|
||||
line-height: 1.5em;
|
||||
padding: 5px 10px;
|
||||
|
@ -205,9 +205,9 @@
|
||||
{if count($carriers_ooh) > 0}
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="carrier_action first_item" colspan="2" style="border-top: 20px solid #f1f1f1;">{l s='At a relay point'}</th>
|
||||
<th class="carrier_infos item" style="border-top: 20px solid #f1f1f1;">{l s='Information'}</th>
|
||||
<th class="carrier_price last_item" style="border-top: 20px solid #f1f1f1;">{l s='Price'}</th>
|
||||
<th class="carrier_action first_item" colspan="2" style="border-top: 20px solid #ffffff;">{l s='At a relay point'}</th>
|
||||
<th class="carrier_infos item" style="border-top: 20px solid #ffffff;">{l s='Information'}</th>
|
||||
<th class="carrier_price last_item" style="border-top: 20px solid #ffffff;">{l s='Price'}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user