Created
August 1, 2012 12:53
-
-
Save psynaptic/3226621 to your computer and use it in GitHub Desktop.
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
| #vbseo_vhtml_0, | |
| #google_translate_element, | |
| #fb_headerbox, | |
| .vbseo_buttons, | |
| .socialheader, | |
| #header form, | |
| .logo-image img, | |
| #thread_info, | |
| #qr_defaultcontainer, | |
| #posts .page, | |
| #newreplylink_top, | |
| #pagetitle, | |
| .postrow .title, | |
| .postfoot, | |
| .after_content, | |
| .navpopupmenu, | |
| .below_body, | |
| div.shade, | |
| .userinfo_extra, | |
| #thread_controls, | |
| #navbar { | |
| display: none !important; | |
| } | |
| body { | |
| margin: 0 15px; | |
| } | |
| #above_postlist { | |
| position: absolute; | |
| top: 10px; | |
| } | |
| .pagination_top { | |
| right: 20px; | |
| } | |
| #breadcrumb { | |
| margin-top: 5px; | |
| } | |
| .toplinks { | |
| right: 0; | |
| } | |
| .body_wrapper { | |
| position: relative; | |
| } | |
| .postuseravatar img { | |
| width: 40px; | |
| z-index: 100; | |
| position: relative; | |
| -webkit-transition: all .1s ease-in-out; | |
| -moz-transition: all .1s ease-in-out; | |
| -ms-transition: all .1s ease-in-out; | |
| -o-transition: all .1s ease-in-out; | |
| } | |
| .postuseravatar img:hover { | |
| width: 100px; | |
| } | |
| .navbar { | |
| margin: 0; | |
| } | |
| .logo-image { | |
| height: 42px !important; | |
| } | |
| .logo-image::after { | |
| font-family: "Helvetica Neue", Helvetica, sans-serif; | |
| text-rendering: optimizelegibility; | |
| content: "ECF"; | |
| padding: 8px; | |
| color: #ccc; | |
| font-size: 3em; | |
| } | |
| .postbitlegacy .postdetails, | |
| .eventbit .eventdetails, | |
| .postbitlegacy .userinfo { | |
| background: #eee !important; | |
| } | |
| .logo-image:hover { | |
| text-decoration: none; | |
| } | |
| #header { | |
| overflow: hidden; | |
| background: black; | |
| -webkit-border-bottom-right-radius: 4px; | |
| -webkit-border-bottom-left-radius: 4px; | |
| -moz-border-radius-bottomright: 4px; | |
| -moz-border-radius-bottomleft: 4px; | |
| border-bottom-right-radius: 4px; | |
| border-bottom-left-radius: 4px; | |
| } | |
| .postbitlegacy .postbody, | |
| .eventbit .eventdetails .eventbody, | |
| .postbitlegacy .postrow.has_after_content { | |
| padding-bottom: .5em; | |
| } | |
| .postbitlegacy .postbody { | |
| padding-top: .5em; | |
| } | |
| .postbitlegacy .userinfo .postuseravatar, | |
| .eventbit .userinfo .eventuseravatar { | |
| position: absolute; | |
| top: 0; | |
| right: 0; | |
| } | |
| .postbit .posthead, | |
| .postbitlegacy .posthead, | |
| .eventbit .eventhead { | |
| background: #aaa !important; | |
| border: #777 !important; | |
| margin: 0; | |
| } | |
| blockquote .bbcode_container { | |
| position: relative; | |
| } | |
| blockquote .bbcode_container, | |
| blockquote .bbcode_quote, | |
| blockquote .quote_container { | |
| margin: 0 !important; | |
| background: none !important; | |
| border: none !important; | |
| } | |
| blockquote .bbcode_container { | |
| background: #eee !important; | |
| margin-bottom: 1em !important; | |
| } | |
| .bbcode_postedby img { | |
| display: none; | |
| } | |
| .bbcode_postedby a { | |
| display: block; | |
| position: absolute; | |
| top: 0; | |
| height: 1em; | |
| margin-top: .5em; | |
| width: 100%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment