Skip to content

Instantly share code, notes, and snippets.

@jonathanmoore
Created January 6, 2011 16:32
Show Gist options
  • Save jonathanmoore/768125 to your computer and use it in GitHub Desktop.
Save jonathanmoore/768125 to your computer and use it in GitHub Desktop.
Nova - Black version w/ white footer
#footer_main {
background: #fff;
}
#footer_main .liked li {
border-right: 1px dashed #dadada;
}
#footer_main .liked {
border-bottom: 2px solid #dadada;
}
#footer_main .liked footer li.icon-liked a {
background: url(http://static.tumblr.com/fftf9xi/uqml81gip/meta_icon_twitter.png) 0 2px no-repeat;
}
#footer_main .liked footer li.icon-liked a:hover {
color: #333;
}
#footer_main .twitter li {
border-right: 1px dashed #dadada;
}
#footer_main .twitter {
border-bottom: 2px solid #dadada;
}
#footer_main .twitter footer li.icon-twitter a {
background: url(http://static.tumblr.com/fftf9xi/uqml81gip/meta_icon_twitter.png) 0 2px no-repeat;
}
#footer_main .twitter footer li.icon-twitter a:hover {
color: #333;
}
#footer_main .search_footer_text {
background: url(http://static.tumblr.com/fftf9xi/9Cel81gdk/search_bg.png) 0 0 no-repeat;
}
#footer_main #copyright {
border-top: 2px solid #dadada;
border-bottom: 2px solid #dadada;
color: #a8a8a8;
}
#footer_main #copyright a {
color: #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment