commit 08-2025
This commit is contained in:
parent
9ae662f63e
commit
480fdc65ed
404 changed files with 65310 additions and 2600431 deletions
|
|
@ -42014,6 +42014,7 @@ body.grain-blue #topBar,
|
|||
body.grain-blue #header.fixed,
|
||||
body.grain-blue #header li.search .search-box,
|
||||
body.grain-blue #header li.quick-cart .quick-cart-box,
|
||||
body.grain-blue #header li.quick-user .quick-user-box,
|
||||
body.grain-blue div.heading-title h1,
|
||||
body.grain-blue div.heading-title h2,
|
||||
body.grain-blue div.heading-title h3,
|
||||
|
|
@ -42031,6 +42032,7 @@ body.grain-grey #topBar,
|
|||
body.grain-grey #header.fixed,
|
||||
body.grain-grey #header li.search .search-box,
|
||||
body.grain-grey #header li.quick-cart .quick-cart-box,
|
||||
body.grain-grey #header li.quick-user .quick-user-box,
|
||||
body.grain-grey div.heading-title h1,
|
||||
body.grain-grey div.heading-title h2,
|
||||
body.grain-grey div.heading-title h3,
|
||||
|
|
@ -42048,6 +42050,7 @@ body.grain-green #topBar,
|
|||
body.grain-green #header.fixed,
|
||||
body.grain-green #header li.search .search-box,
|
||||
body.grain-green #header li.quick-cart .quick-cart-box,
|
||||
body.grain-green #header li.quick-user .quick-user-box,
|
||||
body.grain-green div.heading-title h1,
|
||||
body.grain-green div.heading-title h2,
|
||||
body.grain-green div.heading-title h3,
|
||||
|
|
@ -42065,6 +42068,7 @@ body.grain-orange #topBar,
|
|||
body.grain-orange #header.fixed,
|
||||
body.grain-orange #header li.search .search-box,
|
||||
body.grain-orange #header li.quick-cart .quick-cart-box,
|
||||
body.grain-orange #header li.quick-user .quick-user-box,
|
||||
body.grain-orange div.heading-title h1,
|
||||
body.grain-orange div.heading-title h2,
|
||||
body.grain-orange div.heading-title h3,
|
||||
|
|
@ -42082,6 +42086,7 @@ body.grain-yellow #topBar,
|
|||
body.grain-yellow #header.fixed,
|
||||
body.grain-yellow #header li.search .search-box,
|
||||
body.grain-yellow #header li.quick-cart .quick-cart-box,
|
||||
body.grain-yellow #header li.quick-user .quick-user-box,
|
||||
body.grain-yellow div.heading-title h1,
|
||||
body.grain-yellow div.heading-title h2,
|
||||
body.grain-yellow div.heading-title h3,
|
||||
|
|
@ -42723,12 +42728,7 @@ section.dark.page-header ul.page-options a {
|
|||
height: 100%;
|
||||
/* used on center - example: page-coming-soon-1.html */
|
||||
}
|
||||
/* force uppercase links */
|
||||
#topBar ul li a,
|
||||
#mainMenu ul li a,
|
||||
#topMain ul li a {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* two logo images : light & dark */
|
||||
#header a.logo > img:last-child {
|
||||
display: none;
|
||||
|
|
@ -43065,7 +43065,8 @@ form.mobile-search {
|
|||
}
|
||||
/** Quick Shop Cart
|
||||
********************** **/
|
||||
#header li.quick-cart .quick-cart-box {
|
||||
#header li.quick-cart .quick-cart-box,
|
||||
#header li.quick-user .quick-user-box {
|
||||
display: none;
|
||||
right: 0;
|
||||
left: auto;
|
||||
|
|
@ -43091,42 +43092,50 @@ form.mobile-search {
|
|||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box h4 {
|
||||
#header li.quick-cart .quick-cart-box h4,
|
||||
#header li.quick-user .quick-user-box h4 {
|
||||
font-size: 17px;
|
||||
margin: 0;
|
||||
padding: 0 10px 10px 10px;
|
||||
border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box a {
|
||||
#header li.quick-cart .quick-cart-box a,
|
||||
#header li.quick-user .quick-user-box a {
|
||||
display: block;
|
||||
padding: 15px 10px;
|
||||
border-bottom: rgba(0, 0, 0, 0.04) 1px solid;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box a:hover {
|
||||
#header li.quick-cart .quick-cart-box a:hover,
|
||||
#header li.quick-user .quick-user-box a:hover {
|
||||
background-color: rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box a > img {
|
||||
#header li.quick-cart .quick-cart-box a > img,
|
||||
#header li.quick-user .quick-user-box a > img {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box a h6 {
|
||||
#header li.quick-cart .quick-cart-box a h6,
|
||||
#header li.quick-user .quick-user-box a h6 {
|
||||
margin: 0;
|
||||
padding: 4px 0 0 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-box a.btn {
|
||||
#header li.quick-cart .quick-cart-box a.btn,
|
||||
#header li.quick-user .quick-user-box a.btn {
|
||||
background-color: #151515;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-footer {
|
||||
#header li.quick-cart .quick-cart-footer,
|
||||
#header li.quick-user .quick-user-footer {
|
||||
padding: 10px 10px 0 10px;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-footer > span {
|
||||
#header li.quick-cart .quick-cart-footer > span,
|
||||
#header li.quick-user .quick-user-footer > span {
|
||||
display: inline-block;
|
||||
padding-top: 3px;
|
||||
background-color: rgba(0, 0, 0, 0.05);
|
||||
|
|
@ -43137,13 +43146,16 @@ form.mobile-search {
|
|||
}
|
||||
@media only screen and (min-width: 992px) {
|
||||
/* min-width */
|
||||
#header li.quick-cart .quick-cart-box {
|
||||
#header li.quick-cart .quick-cart-box,
|
||||
#header li.quick-user .quick-user-box {
|
||||
top: 21px;
|
||||
}
|
||||
#header.header-sm li.quick-cart .quick-cart-box {
|
||||
#header.header-sm li.quick-cart .quick-cart-box,
|
||||
#header.header-sm li.quick-user .quick-user-box {
|
||||
margin-top: 19px;
|
||||
}
|
||||
#header.header-md li.quick-cart .quick-cart-box {
|
||||
#header.header-md li.quick-cart .quick-cart-box,
|
||||
#header.header-md li.quick-user .quick-user-box {
|
||||
margin-top: 26px;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-wrapper {
|
||||
|
|
@ -43153,15 +43165,25 @@ form.mobile-search {
|
|||
}
|
||||
@media only screen and (max-width: 992px) {
|
||||
/* max-width */
|
||||
#header li.quick-cart .quick-cart-box {
|
||||
#header li.quick-cart .quick-cart-box,
|
||||
#header li.quick-user .quick-user-box {
|
||||
margin-top: 18px;
|
||||
}
|
||||
#header.header-sm li.quick-cart .quick-cart-box,
|
||||
#header.header-sm li.quick-user .quick-user-box {
|
||||
margin-top: 19px;
|
||||
}
|
||||
#header.header-md li.quick-cart .quick-cart-box,
|
||||
#header.header-md li.quick-user .quick-user-box {
|
||||
margin-top: 26px;
|
||||
}
|
||||
#header.dark li.search .search-box {
|
||||
margin-top: 38px !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 769px) {
|
||||
#header li.quick-cart .quick-cart-box {
|
||||
#header li.quick-cart .quick-cart-box,
|
||||
#header li.quick-user .quick-user-box {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
|
|
@ -43170,10 +43192,12 @@ form.mobile-search {
|
|||
margin-top: 0;
|
||||
border: rgba(0, 0, 0, 0.08) 1px solid !important;
|
||||
}
|
||||
#header.dark li.quick-cart .quick-cart-box {
|
||||
#header.dark li.quick-cart .quick-cart-box,
|
||||
#header.dark li.quick-user .quick-user-box {
|
||||
border: rgba(255, 255, 255, 0.08) 1px solid;
|
||||
}
|
||||
#header li.quick-cart .quick-cart-wrapper {
|
||||
#header li.quick-cart .quick-cart-wrapper,
|
||||
#header li.quick-user .quick-user-box-wrapper {
|
||||
max-height: 200px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
|
@ -43182,6 +43206,7 @@ form.mobile-search {
|
|||
.has-topBar - added by Javascript
|
||||
**/
|
||||
#header ul.has-topBar > li.quick-cart .quick-cart-box,
|
||||
#header ul.has-topBar > li.quick-user .quick-user-box,
|
||||
#header ul.has-topBar > li.search .search-box {
|
||||
top: 98px !important;
|
||||
}
|
||||
|
|
@ -43660,7 +43685,8 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
}
|
||||
}
|
||||
#header li.search .search-box,
|
||||
#header li.quick-cart .quick-cart-box {
|
||||
#header li.quick-cart .quick-cart-box,
|
||||
#header li.quick-user .quick-user-box {
|
||||
border: rgba(0, 0, 0, 0.07) 1px solid;
|
||||
border-top: 0;
|
||||
}
|
||||
|
|
@ -43677,7 +43703,8 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
}
|
||||
/* DARK CART & SEARCH */
|
||||
#header.dark li.search .search-box,
|
||||
#header.dark li.quick-cart .quick-cart-box {
|
||||
#header.dark li.quick-cart .quick-cart-box,
|
||||
#header.dark li.quick-user .quick-user-box {
|
||||
background-color: #333;
|
||||
}
|
||||
#header.translucent li.search .search-box,
|
||||
|
|
@ -43689,22 +43716,28 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
transition: all 0.2s;
|
||||
}
|
||||
#header.translucent li.search .search-box:hover,
|
||||
#header.translucent li.quick-cart .quick-cart-box:hover {
|
||||
background-color: rgba(33, 33, 33, 0.88);
|
||||
}
|
||||
#header.translucent li.quick-cart .quick-cart-box:hover,
|
||||
#header.translucent li.quick-user .quick-user-box:hover ,
|
||||
#header.translucent ul.nav-second-main li i,
|
||||
#header.translucent li.search i.fa,
|
||||
#header.dark li.quick-cart .quick-cart-box a,
|
||||
#header.dark li.quick-user .quick-user-box a,
|
||||
#header.dark li.quick-cart .quick-cart-box a h6,
|
||||
#header.dark li.quick-user .quick-user-box a h6,
|
||||
#header.dark li.quick-cart .quick-cart-footer,
|
||||
#header.dark li.quick-cart .quick-cart-box h4 {
|
||||
#header.dark li.quick-user .quick-user-footer,
|
||||
#header.dark li.quick-cart .quick-cart-box h4,
|
||||
#header.dark li.quick-user .quick-user-box h4 {
|
||||
color: #fff !important;
|
||||
}
|
||||
#header.dark li.quick-cart .quick-cart-box h4,
|
||||
#header.dark li.quick-cart .quick-cart-box a {
|
||||
#header.dark li.quick-user .quick-user-box h4,
|
||||
#header.dark li.quick-cart .quick-cart-box a,
|
||||
#header.dark li.quick-user .quick-user-box a {
|
||||
border-bottom: rgba(255, 255, 255, 0.08) 1px solid;
|
||||
}
|
||||
#header.dark li.quick-cart .quick-cart-box a:hover {
|
||||
#header.dark li.quick-cart .quick-cart-box a:hover,
|
||||
#header.dark li.quick-user .quick-user-box a:hover {
|
||||
background-color: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
#header.dark li.search .search-box input {
|
||||
|
|
@ -43717,6 +43750,7 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
transition: all 0.2s;
|
||||
}
|
||||
#header.dark li.search .search-box input:focus,
|
||||
#header.dark li.quick-user .quick-user-box input:focus,
|
||||
#header.dark li.search .search-box textarea:focus {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
|
@ -43894,7 +43928,8 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
bottom: 53px;
|
||||
}
|
||||
#header.bottom.dropup .nav-second-main .quick-cart-box,
|
||||
#header.bottom.dropup .nav-second-main .search-box {
|
||||
#header.bottom.dropup .nav-second-main .search-box,
|
||||
#header.bottom.dropup .nav-second-main .quick-user-box {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
margin-bottom: 39px;
|
||||
|
|
@ -43902,11 +43937,13 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
border-bottom: 0;
|
||||
}
|
||||
#header.bottom.header-md.dropup .nav-second-main .quick-cart-box,
|
||||
#header.bottom.header-md.dropup .nav-second-main .search-box {
|
||||
#header.bottom.header-md.dropup .nav-second-main .search-box,
|
||||
#header.bottom.header-md.dropup .nav-second-main .quick-user-box {
|
||||
margin-bottom: 23px;
|
||||
}
|
||||
#header.bottom.header-sm.dropup .nav-second-main .quick-cart-box,
|
||||
#header.bottom.header-sm.dropup .nav-second-main .search-box {
|
||||
#header.bottom.header-sm.dropup .nav-second-main .search-box,
|
||||
#header.bottom.header-sm.dropup .nav-second-main .quick-user-box {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
#header.bottom.dropup ul.dropdown-menu:before {
|
||||
|
|
@ -43953,6 +43990,7 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
bottom: 10px;
|
||||
}
|
||||
#header.bottom.dropup .nav-second-main .quick-cart-box,
|
||||
#header.bottom.dropup .nav-second-main .quick-user-box,
|
||||
#header.bottom.dropup .nav-second-main .search-box {
|
||||
bottom: auto;
|
||||
}
|
||||
|
|
@ -43969,14 +44007,14 @@ body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertic
|
|||
}
|
||||
#header.bottom.static .nav-second-main .quick-cart-box,
|
||||
#header.bottom.static .nav-second-main .search-box,
|
||||
#header.bottom.static .nav-second-main .quick-cart-box,
|
||||
#header.bottom.static .nav-second-main .quick-user-box,
|
||||
#header.bottom.static .nav-second-main .search-box {
|
||||
border: rgba(0, 0, 0, 0.15) 1px solid;
|
||||
border-bottom: 0;
|
||||
}
|
||||
#header.bottom.static.dark .nav-second-main .quick-cart-box,
|
||||
#header.bottom.static.dark .nav-second-main .search-box,
|
||||
#header.bottom.static.dark .nav-second-main .quick-cart-box,
|
||||
#header.bottom.static.dark .nav-second-main .quick-user-box,
|
||||
#header.bottom.static.dark .nav-second-main .search-box {
|
||||
border: rgba(255, 255, 255, 0.15) 1px solid;
|
||||
border-bottom: 0;
|
||||
|
|
@ -44234,7 +44272,7 @@ body.boxed #topBar.dark ul.top-links > li {
|
|||
margin-left: -1px;
|
||||
}
|
||||
#topBar ul.dropdown-menu > li > a {
|
||||
padding: 8px 6px;
|
||||
padding: 10px 6px;
|
||||
font-size: 12px;
|
||||
}
|
||||
#topBar ul.dropdown-langs > li > a {
|
||||
|
|
@ -44336,7 +44374,7 @@ body.boxed #topBar.dark ul.top-links > li {
|
|||
border: 0;
|
||||
}
|
||||
#header ul.nav-second-main li {
|
||||
padding: 0;
|
||||
|
||||
padding-top: 6px;
|
||||
}
|
||||
#header ul.nav-second-main {
|
||||
|
|
@ -49248,6 +49286,7 @@ footer.sticky {
|
|||
float: none !important;
|
||||
}
|
||||
#header .nav-second-main .quick-cart-box,
|
||||
#header .nav-second-main .quick-user-box,
|
||||
#header .nav-second-main .search-box {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
|
@ -50344,6 +50383,8 @@ span.label-default,
|
|||
.btn-primary:focus,
|
||||
.pagination > .active > a,
|
||||
.pagination > .active > a:hover,
|
||||
#header li.quick-user .quick-user-box a.btn,
|
||||
#header li.quick-user .quick-user-box a.btn:hover,
|
||||
#header li.quick-cart .quick-cart-box a.btn,
|
||||
#header li.quick-cart .quick-cart-box a.btn:hover,
|
||||
#topMain.nav-pills > li.active > a > span.theme-color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue