Skip to content

Instantly share code, notes, and snippets.

@billpull
Created April 7, 2015 21:34
Show Gist options
  • Save billpull/bc9293f7f2be14e876fa to your computer and use it in GitHub Desktop.
Save billpull/bc9293f7f2be14e876fa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
/*CUSTOM*/
body{
#HeaderBar {
background: none;
margin-bottom: 0;
#Logo a {
width: 275px;
height: 168px;
margin: 0;
background-position: 22px 0;
}
#NavBar li a,
#loginLink {
color: #FFF;
}
}
#ContentWrapper {
width: 1018px;
background: #FFF;
padding: 20px;
margin: -36px auto 0;
#ContentArea {
margin: 20px 0 0 0;
min-height: 400px;
#HomeStartBox,
#HomeFaves,
#HomeNoFavesBox,
#HomeNoOrdersBox,
#HomeRecentOrders {
background: #FFF;
}
}
}
#Footer{
#LegalBar {
color: #ee6724;
}
#FooterLinks {
color: #8B8B8B;
}
& a:hover {
color: #FFF;
}
}
.modal-content,
.OptionGroup .select-off {
background: #FFF;
}
}
.Welcome {
background: url('/img/IZ/bg_outerWrapperWelcome.png') 0 132px repeat-x;
#HeaderBar {
background: none;
margin: 0;
}
#ContentWrapper {
background: none;
#ContentArea {
margin-top: -20px;
#WelcomeBox {
#frmGetStarted {
width: 362px;
height: 70px;
position: absolute;
top: 440px;
left: 127px;
input {
width: 280px;
height: 70px;
font-size: 18px;
padding: 10px;
position: relative;
border: none;
background: none;
}
button {
width: 76px;
height: 70px;
border: none;
font-size: 18px;
background: none;
text-indent: -99999px;
}
}
}
.HomePromo {
display: none;
}
}
}
}
.menu {
.catHead {
height: auto;
.catName {
background: none;
opacity: 1;
text-shadow: none;
margin-top: 105px;
}
.cat-description {
padding: 5px 10px;
background: #FFF;
}
}
.Products {
.even {
background: #F1F1F1;
}
dl {
width: 420px;
float: left;
}
div {
float: right;
width: 50px;
display: block;
}
}
}
/*CUSTOM*/
body #HeaderBar {
background: none;
margin-bottom: 0;
}
body #HeaderBar #Logo a {
width: 275px;
height: 168px;
margin: 0;
background-position: 22px 0;
}
body #HeaderBar #NavBar li a,
body #HeaderBar #loginLink {
color: #FFF;
}
body #ContentWrapper {
width: 1018px;
background: #FFF;
padding: 20px;
margin: -36px auto 0;
}
body #ContentWrapper #ContentArea {
margin: 20px 0 0 0;
min-height: 400px;
}
body #ContentWrapper #ContentArea #HomeStartBox,
body #ContentWrapper #ContentArea #HomeFaves,
body #ContentWrapper #ContentArea #HomeNoFavesBox,
body #ContentWrapper #ContentArea #HomeNoOrdersBox,
body #ContentWrapper #ContentArea #HomeRecentOrders {
background: #FFF;
}
body #Footer #LegalBar {
color: #ee6724;
}
body #Footer #FooterLinks {
color: #8B8B8B;
}
body #Footer a:hover {
color: #FFF;
}
body .modal-content,
body .OptionGroup .select-off {
background: #FFF;
}
.Welcome {
background: url("/img/IZ/bg_outerWrapperWelcome.png") 0 132px repeat-x;
}
.Welcome #HeaderBar {
background: none;
margin: 0;
}
.Welcome #ContentWrapper {
background: none;
}
.Welcome #ContentWrapper #ContentArea {
margin-top: -20px;
}
.Welcome #ContentWrapper #ContentArea #WelcomeBox #frmGetStarted {
width: 362px;
height: 70px;
position: absolute;
top: 440px;
left: 127px;
}
.Welcome #ContentWrapper #ContentArea #WelcomeBox #frmGetStarted input {
width: 280px;
height: 70px;
font-size: 18px;
padding: 10px;
position: relative;
border: none;
background: none;
}
.Welcome #ContentWrapper #ContentArea #WelcomeBox #frmGetStarted button {
width: 76px;
height: 70px;
border: none;
font-size: 18px;
background: none;
text-indent: -99999px;
}
.Welcome #ContentWrapper #ContentArea .HomePromo {
display: none;
}
.menu .catHead {
height: auto;
}
.menu .catHead .catName {
background: none;
opacity: 1;
text-shadow: none;
margin-top: 105px;
}
.menu .catHead .cat-description {
padding: 5px 10px;
background: #FFF;
}
.menu .Products .even {
background: #F1F1F1;
}
.menu .Products dl {
width: 420px;
float: left;
}
.menu .Products div {
float: right;
width: 50px;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment