Skip to content

Instantly share code, notes, and snippets.

@fanzeyi
Created October 12, 2011 07:40
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 fanzeyi/1280549 to your computer and use it in GitHub Desktop.
Save fanzeyi/1280549 to your computer and use it in GitHub Desktop.
:root {
padding-top: 40px;
}
#Top a[href="/"] img {
background-image: url('http://www.v2ex.com/static/img/logo.png');
padding-top:20px;
height: 0px;
width: 70px;
}
#SteveJobs {
display: none !important;
}
#Top {
position: fixed;
top: 0;
width: 100%;
-webkit-box-shadow: 0px -1px 10px #222;
opacity: 0.96;
background: #454545;
}
#Top a {
color: #FEFEFE;
text-shadow: 0px 1px 0px #565656;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment