Created
June 6, 2014 17:23
-
-
Save hexorx/03b785024a440949fb28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body, h1, h2, h3, h4, h5, h6, a { | |
color: #000000; | |
font-family: 'Open Sans',sans-serif; | |
} | |
a:hover { | |
color: #999999; | |
text-decoration: none; | |
} | |
a:focus { | |
background-color: #FFFFFF !important; | |
color: #000000; | |
text-shadow: none; | |
} | |
.container.content { | |
padding-top: 105px; | |
} | |
.mobile-nav { | |
} | |
.snap-content { | |
background-color: white; | |
} | |
#navbar { | |
background-color: #FFFFFF; | |
display: block; | |
position: fixed; | |
top: 0; | |
width: 1170px; | |
z-index: 20; | |
} | |
#navbar.navbar-not-at-top .fice-logo a img { | |
max-height: 2.5em; | |
width: auto; | |
} | |
#navbar.navbar-not-at-top #mainnav { | |
margin-bottom: 0; | |
padding-top: 20px; | |
} | |
#navbar.navbar-not-at-top #fice-navbar-collapse { | |
margin-top: 0; | |
} | |
.fice-logo { | |
padding-left: 0; | |
padding-top: 10px; | |
} | |
.fice-logo img { | |
height: auto; | |
width: 70%; | |
} | |
#fice-navbar-collapse { | |
font-weight: 300; | |
margin-top: 48px; | |
padding-right: 0; | |
} | |
#fice-navbar-collapse .nav-item > a { | |
color: #333333; | |
font-size: 20px; | |
padding: 0; | |
} | |
#fice-navbar-collapse .nav-item > a:hover { | |
color: #999999; | |
font-size: 20px; | |
padding: 0; | |
} | |
#fice-navbar-collapse .nav-item a.active { | |
background-color: #EEEEEE !important; | |
color: #999999; | |
text-decoration: underline; | |
} | |
#navbar.navbar-not-at-top #fice-navbar-collapse .nav-item > a { | |
font-size: 20px; | |
padding-bottom: 5px; | |
} | |
.mainnav-social { | |
padding-right: 0; | |
} | |
#facebook { | |
padding-right: 0; | |
} | |
.social, #mainnav { | |
float: right; | |
} | |
.social li a { | |
color: #666666; | |
padding-bottom: 5px; | |
} | |
#mainnav-instagram > a, #mainnav-facebook > a { | |
color: #666666 !important; | |
} | |
.social li a:hover { | |
background-color: #FFFFFF; | |
color: #999999; | |
} | |
#mainnav-instagram a:hover, #mainnav-facebook a:hover { | |
color: #999999 !important; | |
} | |
.dropdown-menu { | |
border-radius: 0; | |
} | |
.dropdown-submenu { | |
position: relative; | |
} | |
.dropdown-submenu > .dropdown-menu { | |
left: 100%; | |
margin-left: -1px; | |
margin-top: -6px; | |
top: 0; | |
} | |
.dropdown-submenu:hover > .dropdown-menu { | |
display: block; | |
} | |
.dropdown-submenu > a:after { | |
border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CCCCCC; | |
border-style: solid; | |
border-width: 5px; | |
content: " "; | |
display: block; | |
float: right; | |
height: 0; | |
margin-right: -10px; | |
margin-top: 5px; | |
width: 0; | |
} | |
.dropdown-submenu:hover > a:after { | |
border-left-color: #FFFFFF; | |
} | |
.nav-item { | |
margin-right: 38px; | |
} | |
.nav-item-search { | |
margin-top: 3px; | |
} | |
#brands-main-submenu { | |
max-height: 400px; | |
overflow: scroll; | |
} | |
#search a { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
.nav-item a, #search a { | |
padding-top: 5px !important; | |
} | |
.nav-item a:hover, #search a:hover { | |
background-color: #FFFFFF !important; | |
color: #999999; | |
} | |
#search-box { | |
display: none; | |
position: absolute; | |
z-index: 1; | |
} | |
#search-box.active { | |
display: block; | |
right: 0; | |
} | |
.search-submit-icon { | |
position: absolute; | |
left: 135px; | |
top: 6px; | |
background-color: white; | |
border: none; | |
padding: 0px; | |
} | |
.hide-element { | |
display: none !important; | |
} | |
.breadcrumb-float { | |
float: left; | |
} | |
.big-font-size { | |
font-size: 23px !important; | |
} | |
.breadcrumbing { | |
border-left: 1px solid; | |
display: inline-block; | |
left: 35px; | |
padding-left: 15px; | |
position: relative; | |
} | |
.no-left-padding { | |
padding-left: 0; | |
} | |
.submenus ul li, .third-level-submenus ul li { | |
display: inline; | |
list-style-type: none; | |
} | |
.submenus ul li a, .third-level-submenus ul li { | |
font-size: 12px; | |
} | |
.top-navbar-item.active { | |
background-color: #6A6A6A !important; | |
color: #999999; | |
text-decoration: none; | |
} | |
.content-subnav { | |
border-bottom: 0px solid; | |
border-top: 1px solid; | |
margin-top: 10px; | |
padding-bottom: 18px; | |
padding-top: 15px; | |
} | |
.filter-by { | |
position: relative; | |
top: 5px; | |
} | |
.button-wrapper { | |
display: inline; | |
} | |
.button-wrapper .btn-group { | |
top: 5px; | |
} | |
.button-wrapper .btn-group .btn { | |
border-radius: 0; | |
} | |
.pagination-wrapper { | |
display: inline; | |
float: right; | |
} | |
.pagination-styling { | |
float: none !important; | |
} | |
.pagination-styling button { | |
float: none; | |
} | |
.pagination-styling .dropdown-menu { | |
border-radius: 0; | |
min-width: 32px; | |
} | |
.pagination-wrapper span a { | |
position: relative; | |
text-decoration: none; | |
top: 5px; | |
} | |
.page { | |
position: relative; | |
top: 6px; | |
} | |
.pagination-wrapper span a:hover { | |
color: #F85634; | |
} | |
.pagination-styling li a, .pagination-bottom li a { | |
border: medium none; | |
border-radius: 0 !important; | |
padding: 0; | |
text-align: center; | |
} | |
.pagination-styling li a:hover, .pagination-bottom li a:hover { | |
background-color: #FFFFFF; | |
color: #F85634; | |
} | |
.products { | |
padding: 0px; | |
} | |
.products .row .col-md-4 img { | |
height: auto; | |
width: 100%; | |
} | |
.products .products-heading { | |
border-bottom: 1px solid; | |
margin-left: 15px; | |
margin-right: 15px; | |
text-align: center; | |
padding-bottom: 20px; | |
} | |
.product-fice { | |
padding-top: 15px; | |
} | |
.product-fice a { | |
background: none repeat scroll 0 0 rgba(0, 0, 0, 0); | |
border: medium none; | |
color: #FFFFFF; | |
display: block; | |
height: 100%; | |
position: relative; | |
width: 100%; | |
} | |
.product-fice a:hover { | |
background-clip: padding-box; | |
background-color: #000000; | |
overflow: hidden; | |
text-decoration: none; | |
} | |
.product-fice .product-header { | |
margin-top: 35%; | |
opacity: 0; | |
position: absolute; | |
text-align: center; | |
transition: all 0.45s ease-out 0s; | |
width: 100%; | |
z-index: 1; | |
} | |
.product-fice a:hover .product-header { | |
margin-top: 30%; | |
opacity: 0.9; | |
} | |
.product-header h2 { | |
color: #FFFFFF; | |
font-size: 30px; | |
margin-bottom: 10px; | |
margin-top: 0; | |
} | |
.product-header h3 { | |
color: #FFFFFF; | |
font-size: 20px; | |
margin-bottom: 5px; | |
} | |
.product-fice a:hover .product-thumb { | |
opacity: 0.4; | |
} | |
#big-picture .col-md-12 img { | |
width: 100%; | |
padding-top: 20px; | |
} | |
.product-detail-buttons { | |
border-radius: 0; | |
} | |
#product-detail-add-to-cart { | |
background-color: #FFFFFF; | |
border: 1px solid #666666; | |
} | |
#product-detail-add-to-cart:hover { | |
background-color: #000000; | |
color: #FFFFFF; | |
} | |
.alternate-colors { | |
display: inline-block; | |
max-height: 90px; | |
max-width: 90px; | |
} | |
.alternate-colors img { | |
width: 100%; | |
} | |
#thumbnail-row .col-md-4 span { | |
max-height: 165px; | |
max-width: 165px; | |
} | |
#thumbnail-row .col-md-4 span img { | |
width: 100%; | |
} | |
.social-detail { | |
float: left; | |
} | |
.social-detail li { | |
display: inline-block; | |
} | |
.social-detail li a { | |
color: #000000; | |
display: inline-block; | |
} | |
.alt-colors { | |
border-top: 1px solid; | |
} | |
.description-title { | |
border-bottom: 1px solid; | |
} | |
.previous-top-next { | |
border-top: 1px solid; | |
margin-top: 10px; | |
padding-left: 0; | |
padding-right: 0; | |
padding-top: 20px; | |
text-align: center; | |
} | |
.previous-top-next span a { | |
color: #000000; | |
} | |
.previous-top-next span a:hover { | |
color: #808080; | |
text-decoration: none; | |
} | |
#previous { | |
float: left; | |
} | |
#next { | |
float: right; | |
} | |
#top { | |
margin-right: 30px; | |
} | |
.business-info { | |
color: #999999; | |
text-align: center; | |
} | |
footer .row { | |
padding-bottom: 70px; | |
} | |
.brands { | |
text-align: center; | |
} | |
.brands-border { | |
border-top: 1px solid; | |
margin-top: 20px; | |
} | |
.brands .brand { | |
display: inline-block; | |
} | |
.brands .spacing { | |
margin-right: 25px; | |
} | |
@media screen and (min-width: 992px) { | |
.details-border { | |
border-top: 1px solid; | |
} | |
#cart { | |
top: 2px; | |
} | |
#cart a { | |
padding-top: 0 !important; | |
} | |
#cart a i { | |
font-size: 1.1em; | |
} | |
} | |
@media screen and (min-width: 992px) and (max-width: 1199px) { | |
#navbar { | |
width: 970px; | |
} | |
#fice-navbar-collapse { | |
margin-top: 38px; | |
} | |
} | |
@media screen and (max-width: 991px) { | |
#navbar.navbar-not-at-top #mainnav { | |
padding-top: 0; | |
} | |
.mobile-nav ul li { | |
list-style-type: none; | |
} | |
.mobile-button { | |
background-color: #FFFFFF; | |
background-image: none; | |
box-shadow: none; | |
} | |
.mobile-button .nav-button { | |
border-color: #FFFFFF; | |
margin-bottom: 0; | |
margin-top: 12px; | |
padding-bottom: 0; | |
width: 100%; | |
} | |
.transition { | |
left: 0; | |
transition-delay: 0s; | |
transition-duration: 0.4s; | |
transition-property: top, right, left, bottom, border; | |
transition-timing-function: ease; | |
} | |
.mobile-nav ul { | |
padding-left: 20px; | |
width: 100%; | |
} | |
.mobile-nav ul li { | |
border-bottom: 1px solid #3A3A3A; | |
height: 50px; | |
} | |
.mobile-nav ul li:after { | |
border-bottom: 1px solid rgba(0, 0, 0, 0.15); | |
border-color: rgba(0, 0, 0, 0.15); | |
content: ""; | |
display: block; | |
position: relative; | |
top: 28px; | |
} | |
.mobile-nav ul li:first-child { | |
height: 70px; | |
} | |
.mobile-nav ul li:first-child:after { | |
top: 48px; | |
} | |
.mobile-nav ul li:first-child a { | |
top: 35px; | |
} | |
.mobile-nav ul li a { | |
color: rgba(255, 255, 255, 0.6); | |
position: relative; | |
top: 15px; | |
} | |
.mobile-nav { | |
background-color: #333333; | |
height: 100%; | |
left: 0; | |
overflow: hidden; | |
padding: 0; | |
position: absolute; | |
top: 0; | |
transition: none 0.4s ease 0s; | |
z-index: 0; | |
} | |
.mobile-nav.active { | |
display: block; | |
overflow: scroll; | |
transition: none 0.4s ease 0s; | |
width: 80%; | |
z-index: 1010; | |
} | |
.hide-left { | |
left: -100%; | |
overflow: hidden; | |
position: absolute; | |
width: 0px !important; | |
padding-left: 0px !important; | |
transition-delay: 0s; | |
transition-duration: 0.4s; | |
transition-property: top, right, left, bottom, border, width; | |
transition-timing-function: ease; | |
z-index: 0; | |
} | |
.hide-right { | |
left: 100%; | |
overflow: hidden; | |
position: absolute; | |
width: 0px !important; | |
padding-left: 0px !important; | |
transition-delay: 0s; | |
transition-duration: 0.4s; | |
transition-property: top, right, left, bottom, border, width; | |
transition-timing-function: ease; | |
z-index: 0; | |
} | |
.custom-open { | |
left: 0; | |
position: absolute; | |
width: 100% !important; | |
padding-left: 20px !important; | |
transition-delay: 0s; | |
transition-duration: 0.4s; | |
transition-property: top, right, left, bottom, border, width; | |
transition-timing-function: ease; | |
z-index: 10; | |
} | |
.content.active { | |
height: 100%; | |
left: 80%; | |
overflow: hidden; | |
position: absolute; | |
transition: none 0.4s ease 0s; | |
width: 400px; | |
} | |
#search-box-mobile { | |
display: none; | |
position: absolute; | |
z-index: 1; | |
} | |
#search-box-mobile.active { | |
display: block; | |
right: 0; | |
top: 40px; | |
} | |
.mobile-search-submit-icon{ | |
background-color: white; | |
border: none; | |
position: absolute; | |
left: 150px; | |
top: 5px; | |
} | |
.pagination-mobile { | |
float: none; | |
margin-bottom: 20px; | |
margin-top: 20px; | |
text-align: center; | |
} | |
.product-header h2 { | |
font-size: 20px; | |
margin-bottom: 5px; | |
margin-top: 0; | |
} | |
.product-header h3 { | |
font-size: 13px; | |
margin-bottom: 5px; | |
margin-top: 0; | |
} | |
} | |
@media screen and (min-width: 768px) and (max-width: 991px) { | |
.container.content { | |
padding-top: 65px; | |
} | |
.fice-logo img { | |
max-height: 35px; | |
width: auto; | |
} | |
.mobile-cart-search { | |
margin-top: 25px; | |
} | |
.visible-sm.social .instagram { | |
margin-right: 10px; | |
} | |
#mainnav { | |
margin-bottom: 0; | |
width: 100%; | |
} | |
#navbar { | |
width: 750px; | |
} | |
.icon-bar { | |
margin: 0 auto 7px; | |
} | |
.mobile-button { | |
padding-left: 0; | |
} | |
.mobile-button .nav-button { | |
margin-right: 0; | |
} | |
.mobile-cart { | |
float: right; | |
margin-left: 10px; | |
margin-right: 10px; | |
} | |
.mobile-search { | |
float: right; | |
} | |
.social ul { | |
margin-bottom: 0; | |
margin-right: 10px; | |
padding-left: 0; | |
} | |
.social ul li { | |
display: inline; | |
} | |
.social-detail { | |
margin-left: 0px; | |
} | |
#navbar.navbar-not-at-top .fice-logo a img { | |
height: 100%; | |
width: auto; | |
} | |
footer .brands { | |
border-top: 1px solid; | |
margin-top: 10px; | |
padding-bottom: 60px; | |
} | |
.brands .brand { | |
font-size: 18px; | |
} | |
.pagination-mobile { | |
margin-right: 5px !important; | |
} | |
} | |
@media screen and (max-width: 767px) { | |
.hide-element-mobile { | |
display: none; | |
} | |
.container.content { | |
padding-top: 55px; | |
} | |
#navbar { | |
left: 4%; | |
width: 100%; | |
} | |
#navbar.active { | |
left: 84%; | |
} | |
#mainnav { | |
margin-bottom: 0; | |
width: 100%; | |
} | |
.fice-logo { | |
padding-bottom: 10px; | |
padding-left: 15px; | |
padding-right: 0; | |
} | |
#navbar .fice-logo a img { | |
height: auto; | |
max-height: 2.5em; | |
min-width: 95px; | |
width: auto; | |
} | |
.mobile-button .nav-button { | |
margin: 0; | |
padding-top: 12px; | |
} | |
.mobile-cart { | |
font-size: 250%; | |
margin-right: 0; | |
position: absolute; | |
right: 55px; | |
top: 10px; | |
} | |
#navbar.navbar-not-at-top .fice-logo a img { | |
height: auto; | |
max-height: 2.5em; | |
min-width: 95px; | |
width: auto; | |
} | |
.navbar-not-at-top #mainnav { | |
margin-bottom: 0; | |
} | |
#fice-navbar-collapse { | |
padding-left: 0; | |
} | |
#fice-navbar-collapse li a { | |
padding-left: 0; | |
} | |
#search-mobile a { | |
padding-right: 0; | |
padding-top: 5px !important; | |
} | |
#search-mobile a:hover { | |
background-color: #FFFFFF !important; | |
} | |
.content-navbar { | |
border-top: 1px solid; | |
} | |
.content { | |
left: 0; | |
opacity: 0.95; | |
transition: none 0.4s ease 0s; | |
z-index: 1001; | |
} | |
.mainnav-social { | |
padding-left: 0; | |
padding-right: 15px; | |
} | |
.navbar-toggle .icon-bar { | |
background-color: #000000 !important; | |
margin: 0 auto 10px; | |
} | |
.social-detail { | |
margin-left: 0px; | |
} | |
.mobile-bottom-social { | |
border-top: 1px solid; | |
padding-top: 10px; | |
margin-right: 15px; | |
margin-left: 15px; | |
margin-bottom: 10px; | |
margin-top: 10px; | |
padding-bottom: 0 !important; | |
} | |
.mobile-bottom-social .social { | |
text-align: center; | |
} | |
.mobile-bottom-social .social span a { | |
color: #666666; | |
} | |
.mobile-bottom-social .social span a:hover { | |
color: #999999; | |
} | |
.mobile-bottom-social .social .instagram { | |
margin-right: 10px; | |
} | |
.mobile-search { | |
padding-top: 0; | |
position: absolute; | |
right: 15px; | |
top: 12px; | |
} | |
.mobile-content { | |
margin: 0; | |
} | |
.products .products-heading { | |
border-bottom: medium none; | |
border-top: 0px solid; | |
} | |
.content-subnav { | |
border-bottom: medium none; | |
border-top: medium none; | |
margin-left: 0; | |
margin-right: 0; | |
margin-top: 0; | |
text-align: center; | |
width: 100%; | |
} | |
.button-wrapper { | |
display: block; | |
} | |
.button-wrapper .btn-group { | |
margin-bottom: 8px; | |
width: 100%; | |
} | |
.button-wrapper .btn-group .btn { | |
border-radius: 0; | |
float: none; | |
font-size: 16px; | |
text-align: left; | |
width: 50%; | |
} | |
.button-wrapper .btn-group button .caret { | |
float: right; | |
margin-top: 10px; | |
} | |
.button-wrapper ul { | |
left: 25%; | |
width: 50%; | |
} | |
.product-detail-buttons { | |
width: 100%; | |
} | |
#top { | |
margin-right: 28px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment