Skip to content

Instantly share code, notes, and snippets.

@adardesign
Created December 1, 2011 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adardesign/1418955 to your computer and use it in GitHub Desktop.
Save adardesign/1418955 to your computer and use it in GitHub Desktop.
#holidayTopBannersWrapper {
height:48px;
overflow:hidden;
clear:both;
list-style:none;
margin:0;
padding:4px;
}
#holidayTopBannersWrapper li {
border:2px solid #dfdfdf;
float:left;
margin:0 4px 0 0;
padding:8px 0 6px;
}
#holidayTopBannersWrapper a {
float:left;
background:url(images/hol_12_topBannerIcons.png) no-repeat;
text-shadow:0 -1px 0 #fff;
cursor:default;
padding:0 25px 0 58px;
}
#holidayTopBannersWrapper a:hover {
text-decoration:none;
}
#holidayTopBannersWrapper strong {
font-size:17px;
text-transform:uppercase;
margin-bottom:2px;
color:#c20008;
display:block;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
}
#holidayTopBannersWrapper span {
font-size:13px;
color:#858585;
}
li#hol_freeshippingBanner {
background-color:#d9282c;
-webkit-transition:all .4s ease;
width:290px;
border-color:#b41215;
}
li#hol_freeshippingBanner a {
background-position:30px 3px;
text-shadow:0 -1px 0 #b41215;
padding:0 40px 0 90px;
}
li#hol_freeshippingBanner a strong {
color:#fff;
font-size:18px;
}
li#hol_freeshippingBanner a span {
color:#ffe600;
}
li#hol_returnAndShipFast {
margin-right:0;
width:680px;
}
li#hol_returnAndShipFast a:hover strong {
color:#B30006;
}
li#hol_returnAndShipFast a:hover span {
color:#666;
}
li#hol_returnAndShipFast a {
padding:0 36px 0 60px;
}
a#hol_freeReturnBanner {
background-position:18px -125px;
}
a#hol_shipBy7Banner {
background-position:14px -269px;
border-right:2px solid #dfdfdf;
cursor:pointer;
}
a#hol_shipBy7Banner:hover {
background-position:14px -339px;
}
h2.popupheader {
font-family:Arial, Helvetica, sans-serif;
}
.holidayShippingPopup {
width:500px;
margin:-300px 0 0 -250px;
}
.popupContent {
padding-bottom:0;
overflow-x:hidden;
}
.holidayShippingPopup h2.popupHeader {
background:#c20008;
}
.hol_popupCol {
font-size:12px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
color:#666;
margin:12px 20px 0 0;
}
.hol_popupCol h3 {
background:url(images/hol_12_popUpIcons.png) no-repeat;
margin-bottom:15px;
border-right:2px solid #dfdfdf;
text-shadow:0 1px 1px #FFF;
padding:0 0 0 55px;
}
.hol_popupCol h3 strong {
font-size:15px;
text-transform:uppercase;
margin-bottom:2px;
color:#c20008;
display:block;
}
.hol_popupCol h3 span {
font-weight:400;
font-size:12px;
color:#858585;
}
.hol_popupCol h3 i {
font-style:normal;
font-weight:700;
display:block;
}
.hol_popupCol a {
color:#069;
font-size:12px;
}
.hol_popupCol a:hover {
color:#046;
}
.hol_popupCol p {
font-size:12px;
line-height:16px;
color:#555;
margin:0 0 4px;
padding:0 5px 0 10px;
}
#hol_PopupFreeShipping h3 {
background-position:2px 3px;
width:130px;
}
#hol_PopupFreeReturn h3 {
background-position:2px -124px;
width:150px;
padding-left:40px;
padding-right:0;
}
#hol_PopupShipBy7 {
margin-right:0;
}
#hol_PopupShipBy7 h3 {
background-position:5px -269px;
padding-right:0;
border-right:none;
padding-left:45px;
}
#hol_PopupFreeShipping:hover h3 {
background-position:2px -63px;
}
#hol_PopupFreeReturn:hover h3 {
background-position:2px -196px;
}
#hol_PopupShipBy7:hover h3 {
background-position:5px -340px;
}
.hol_popupCol ul {
list-style:none;
margin:0 0 0 7px;
padding:0;
}
.hol_popupCol li {
margin:0 0 4px;
padding:0;
}
.storePickup {
clear:both;
margin:20px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment