Created
June 9, 2015 12:16
-
-
Save jaywick/ab7096fa058fd5ad4c1e to your computer and use it in GitHub Desktop.
Cleaner StackOverflow Stylesheet for Stylish
This file contains hidden or 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
| .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