Created
August 25, 2014 04:14
-
-
Save junmakii/47e091934803d0454a93 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
| *::selection { | |
| background-color: rgba(0, 127, 255, 0.3); | |
| } | |
| *::-moz-selection { | |
| background-color: rgba(0, 127, 255, 0.3); | |
| } | |
| .descriptionwrapper .description { | |
| font-size: 0.9em; | |
| } | |
| .widget .post-body .amazon-adsense-footer { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .entry-content b { | |
| border: 1px #cccccc solid; | |
| border-radius: 6px; | |
| background: #eeeeee; | |
| } | |
| .entry-content blockquote { | |
| margin: 0; | |
| padding: 10px 20px; | |
| border: 1px solid #cccccc; | |
| border-left: 8px solid #cccccc; | |
| background: #f4f4f4; | |
| } | |
| .amazon-adsense-footer li { | |
| float: left; | |
| list-style: none; | |
| width: 160px; | |
| } | |
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; | |
| /* 1 */ | |
| display: table; | |
| /* 2 */ | |
| } | |
| .clearfix:after { | |
| clear: both; | |
| } | |
| .sidebar h2 { | |
| border-top: 8px solid #141414; | |
| padding: 10px; | |
| margin: 0; | |
| } | |
| .entry-title { | |
| border-top: 8px solid #141414 !important; | |
| padding: 10px; | |
| font-weight: bold !important; | |
| text-shadow: rgba(225, 225, 225, 1) -1px -1px 0; | |
| } | |
| .entry-title a:link { | |
| color: #141414; | |
| } | |
| .popular-posts ul li { | |
| border-bottom: 8px solid #141414; | |
| } | |
| .item-title { | |
| font-size: 90%; | |
| } | |
| .popular-posts ul { | |
| padding: 0; | |
| } | |
| .content-inner { | |
| padding: 0; | |
| } | |
| .header-inner .Header .descriptionwrapper { | |
| margin-bottom: 0; | |
| } | |
| .post-adsense { | |
| background: #111111; | |
| padding: 0 50px; | |
| } | |
| #header-inner a { | |
| background: #141414; | |
| } | |
| #Header1_headerimg { | |
| border-top: 8px solid #141414; | |
| border-bottom: 8px solid #141414; | |
| margin: 0 auto; | |
| } | |
| .amazon-ads-sidebar { | |
| background: #141414; | |
| padding: 8px 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment