Created
January 6, 2013 18:03
-
-
Save anonymous/4469053 to your computer and use it in GitHub Desktop.
Stylish extension for bnw.im http://i.imgur.com/ue4mW.png
http://i.imgur.com/jNsvS.png
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
| @font-face { | |
| font-family: 'PT Sans'; | |
| font-style: normal; | |
| font-weight: 400; | |
| src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v4/jduSEW07_j4sIG_ERxiq4Q.woff) format('woff'); | |
| } | |
| body{ | |
| background: url('http://zfh.so/hell/b39adf3d47bd37f2245b9e89b69af799b79e9f2e.jpg') no-repeat top center fixed; | |
| } | |
| body, pre, xmp, plaintext, listing, .pw, .blueinput, .styledbutton { | |
| font: 14px/20px 'PT Sans',Arial,sans-serif; | |
| color: #111; | |
| } | |
| hr{ | |
| display: none; | |
| } | |
| a, .sign a{ | |
| color: rgba(0, 0, 0, 0.7); | |
| } | |
| div span{ | |
| padding: 15px 0 0; | |
| } | |
| a:hover, .sign a:hover{ | |
| background-color: transparent; | |
| color: rgba(0, 0, 0, 0.5); | |
| } | |
| .sign{ | |
| margin: 10px 0 10px 70px; | |
| color: rgba(0, 0, 0, 0.4); | |
| text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4); | |
| font-size: 13px; | |
| } | |
| .tagline{ | |
| margin: 0; | |
| padding: 10px 0 30px; | |
| font-size: 26px; | |
| color: #F6F9F0; | |
| text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); | |
| } | |
| .tagline:hover{ | |
| color: #F6F9F0; | |
| } | |
| .pagelink{ | |
| margin: 5px 0; | |
| } | |
| .headlink, .headlink:hover, .pagelink, .pagelink:hover{ | |
| padding: 5px 10px; | |
| color: #F6F9F0; | |
| background: rgba(0, 0, 0, 0.2); | |
| font-size: 15px; | |
| border-bottom: 1px solid rgba(255, 255, 255, 0.5); | |
| } | |
| .headlink:hover, .pagelink:hover{ | |
| opacity: 0.8; | |
| } | |
| .outerborder{ | |
| padding: 0; | |
| width: 310px; | |
| height: 100%; | |
| float: right; | |
| background: rgba(255, 255, 255, 0.1); | |
| } | |
| .hentry{ | |
| margin-bottom: 25px; | |
| width: auto; | |
| height: auto; | |
| float: none; | |
| background: none; | |
| font-size: 48px; | |
| } | |
| .msg,.comment{ | |
| border: 0 none; | |
| font-size: 14px; | |
| } | |
| .msg:before, | |
| .msg:after { | |
| content: " "; | |
| display: table; | |
| } | |
| .msg:after { | |
| clear: both; | |
| } | |
| .imgpreviews{ | |
| max-width: 360px; | |
| float: right; | |
| } | |
| .imgpreview{ | |
| max-width: 240px; | |
| max-height: 120px; | |
| border: 3px solid rgba(255, 255, 255, 0.25); | |
| } | |
| .imgpreview:hover{ | |
| border: 3px solid rgba(255, 255, 255, 0.9); | |
| box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); | |
| } | |
| .tags{ | |
| margin: -6px 0 4px 70px; | |
| } | |
| .tag{ | |
| color: rgba(0, 0, 0, 0.35); | |
| } | |
| .avatar{ | |
| float: left; | |
| width: 48px; | |
| height: 48px; | |
| max-width: 48px; | |
| max-height: 48px; | |
| background: rgba(0, 0, 0, 0.1); | |
| border-radius: 5px; | |
| box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); | |
| } | |
| .tags, .pw, .recos{ | |
| margin-left: 70px; | |
| } | |
| a.msgid, a.msgid:hover{ | |
| padding: 2px 10px; | |
| background: rgba(0, 0, 0, 0.4); | |
| color: rgba(255, 255, 255, 0.9); | |
| text-shadow: none; | |
| } | |
| a.msgid:hover{ | |
| opacity: 0.8; | |
| } | |
| #comments{ | |
| margin-left: 50px; | |
| } | |
| .club{ | |
| color: rgba(0, 0, 0, 0.8); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment