[*] FO : Move header modules to new hook, first part 1/2
This commit is contained in:
@@ -5295,6 +5295,7 @@ div.star a:hover {
|
||||
background: white; }
|
||||
#header .header-row {
|
||||
background: #333333; }
|
||||
#header .header-row.container {background:none; position:relative; z-index:1;}
|
||||
#header .header-row .shop-phone {
|
||||
display: block;
|
||||
padding: 5px 0 10px; }
|
||||
@@ -5308,21 +5309,23 @@ div.star a:hover {
|
||||
padding-right: 7px; }
|
||||
#header .header-row .shop-phone strong {
|
||||
color: white; }
|
||||
#header .header-row #header_user_info {
|
||||
float: right;
|
||||
#header .header-row nav {
|
||||
float: right; }
|
||||
#header .header-row .header_user_info {
|
||||
float: left;
|
||||
border-left: 1px solid #515151;
|
||||
border-right: 1px solid #515151; }
|
||||
@media (max-width: 479px) {
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
width: 25%;
|
||||
text-align: center; } }
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
padding: 8px 9px 11px 8px; }
|
||||
@media (max-width: 479px) {
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
font-size: 11px; } }
|
||||
#header .header-row-2 {
|
||||
position: relative;
|
||||
@@ -5347,8 +5350,6 @@ div.star a:hover {
|
||||
left: 50%;
|
||||
margin-left: -100px;
|
||||
top: 20px; } }
|
||||
#header #header_right {
|
||||
position: relative; }
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top {
|
||||
float: right;
|
||||
@@ -5440,13 +5441,13 @@ div.star a:hover {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px; } }
|
||||
#header #contact-link a,
|
||||
#header .header-row #header_user_info a,
|
||||
#header .header-row .header_user_info a,
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current {
|
||||
cursor: pointer; }
|
||||
#header #contact-link a:hover, #header #contact-link a.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active,
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active,
|
||||
#header #currencies-block-top div.current:hover,
|
||||
#header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
/* block top user information */
|
||||
#header_right #header_user {
|
||||
#header_user {
|
||||
clear: both;
|
||||
float: right;
|
||||
margin-top: 50px;
|
||||
}
|
||||
@media (min-width: 480px) and (max-width: 767px) {
|
||||
#header_right #header_user {
|
||||
#header_user {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 479px) {
|
||||
#header_right #header_user {
|
||||
#header_user {
|
||||
float: none;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -18,7 +18,7 @@
|
||||
width: 270px;
|
||||
}
|
||||
}
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
padding: 7px 10px 14px 16px;
|
||||
background: #333333;
|
||||
width: 270px;
|
||||
@@ -29,21 +29,21 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
width: 190px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
#header_right #header_user #shopping_cart a span.ajax_cart_product_txt, #header_right #header_user #shopping_cart a span.ajax_cart_product_txt_s {
|
||||
#header_user #shopping_cart a span.ajax_cart_product_txt, #header_user #shopping_cart a span.ajax_cart_product_txt_s {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
#header_right #header_user #shopping_cart a b {
|
||||
#header_user #shopping_cart a b {
|
||||
color: white;
|
||||
font: 600 18px/22px "Open Sans", sans-serif;
|
||||
padding-right: 5px;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:before {
|
||||
#header_user #shopping_cart a:before {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
display: inline-block;
|
||||
@@ -52,7 +52,7 @@
|
||||
color: white;
|
||||
padding-right: 15px;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
content: "";
|
||||
font-family: "FontAwesome";
|
||||
display: inline-block;
|
||||
@@ -61,6 +61,6 @@
|
||||
color: #686666;
|
||||
padding: 6px 0 0 0;
|
||||
}
|
||||
#header_right #header_user #shopping_cart .ajax_cart_total {
|
||||
#header_user #shopping_cart .ajax_cart_total {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #c6c6c6;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: #333333;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #b7b7b7;
|
||||
color: white;
|
||||
}
|
||||
@@ -69,14 +69,14 @@ body {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #f44051;
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
@@ -23,19 +23,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #656565;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: #fff;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #878872;
|
||||
color: white;
|
||||
}
|
||||
@@ -84,14 +84,14 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #878872;
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
@@ -23,19 +23,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #656565;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #eac12d;
|
||||
color: white;
|
||||
}
|
||||
@@ -89,14 +89,14 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #eac12d;
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
background: #333;
|
||||
}
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #515151;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #b04445;
|
||||
color: white;
|
||||
}
|
||||
@@ -90,15 +90,15 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #b04445;
|
||||
color: white;
|
||||
text-shadow: 0 1px #8b3637;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #515151;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #2b2b2b;
|
||||
color: white;
|
||||
}
|
||||
@@ -78,15 +78,15 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #719f41;
|
||||
color: white;
|
||||
text-shadow: 0 1px #567931;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #515151;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #327082;
|
||||
color: white;
|
||||
}
|
||||
@@ -85,15 +85,15 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #327082;
|
||||
color: white;
|
||||
text-shadow: 0 1px #265563;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #515151;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #2b2b2b;
|
||||
color: white;
|
||||
}
|
||||
@@ -85,15 +85,15 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #43bebd;
|
||||
color: white;
|
||||
text-shadow: 0 1px #379c9c;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
@@ -22,19 +22,19 @@ body {
|
||||
}
|
||||
#header #currencies-block-top,
|
||||
#header #languages-block-top,
|
||||
#header .header-row #header_user_info {
|
||||
#header .header-row .header_user_info {
|
||||
border-color: #515151;
|
||||
}
|
||||
#header #currencies-block-top div.current,
|
||||
#header #languages-block-top div.current,
|
||||
#header .header-row #header_user_info a {
|
||||
#header .header-row .header_user_info a {
|
||||
color: white;
|
||||
}
|
||||
#header #currencies-block-top div.current:hover, #header #currencies-block-top div.current.active,
|
||||
#header #languages-block-top div.current:hover,
|
||||
#header #languages-block-top div.current.active,
|
||||
#header .header-row #header_user_info a:hover,
|
||||
#header .header-row #header_user_info a.active {
|
||||
#header .header-row .header_user_info a:hover,
|
||||
#header .header-row .header_user_info a.active {
|
||||
background: #2b2b2b;
|
||||
color: white;
|
||||
}
|
||||
@@ -85,15 +85,15 @@ body {
|
||||
color: #686666;
|
||||
}
|
||||
|
||||
#header_right #header_user #shopping_cart a {
|
||||
#header_user #shopping_cart a {
|
||||
background: #eea200;
|
||||
color: white;
|
||||
text-shadow: 0 1px #b57b00;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:after {
|
||||
#header_user #shopping_cart a:after {
|
||||
color: white;
|
||||
}
|
||||
#header_right #header_user #shopping_cart a:hover {
|
||||
#header_user #shopping_cart a:hover {
|
||||
color: white;
|
||||
text-shadow: 0 1px #333;
|
||||
background: #333333;
|
||||
|
||||
Reference in New Issue
Block a user