Skip to content

Instantly share code, notes, and snippets.

@jaywick
Created June 9, 2015 12:16
Show Gist options
  • Select an option

  • Save jaywick/ab7096fa058fd5ad4c1e to your computer and use it in GitHub Desktop.

Select an option

Save jaywick/ab7096fa058fd5ad4c1e to your computer and use it in GitHub Desktop.
Cleaner StackOverflow Stylesheet for Stylish
.topbar { display: none; }
.community-bulletin { display: none; }
#hireme { display: none; }
#hot-network-questions {display:none;}
body {margin-top: 30px}
.tagged-ignored {display: none;}
pre
{
padding: 10px 15px;
border: rgb(207, 207, 207) solid 1px;
border-radius: 4px;
background-color: rgb(245, 245, 245);
}
code {background-color: rgb(245, 245, 245);}
.kwd {color:#00008b}
.user-details span:nth-child(1) {display: none;}
.user-details span:nth-child(2) {display: none;}
.reputation-score { font-size: 14px; }
.user-gravatar32
{
border: rgb(150, 150, 150) solid 1px;
box-shadow: none;
-webkit-box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment