Created
January 6, 2011 16:32
-
-
Save jonathanmoore/768125 to your computer and use it in GitHub Desktop.
Nova - Black version w/ white footer
This file contains 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
#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