Created
March 20, 2012 11:24
-
-
Save ponkore/2134255 to your computer and use it in GitHub Desktop.
tumblr css customize v1
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
.gist{ | |
margin: 15px 0 !important; | |
} | |
.gist-file{ | |
border: none !important; | |
} | |
.gist-meta{ | |
border: 1px solid #d2d2d2 !important; | |
padding: 12px !important; | |
-moz-border-radius-bottomleft: 10px; | |
-webkit-border-bottom-left-radius: 10px; | |
-moz-border-radius-bottomright: 10px; | |
-webkit-border-bottom-right-radius: 10px; | |
} | |
.gist-data{ | |
padding: 15px !important; | |
border: 1px solid #d2d2d2 !important; | |
border-bottom: none !important; | |
-moz-border-radius-topleft: 10px; | |
-webkit-border-top-left-radius: 10px; | |
-moz-border-radius-topright: 10px; | |
-webkit-border-top-right-radius: 10px; | |
} | |
.post-content pre{ | |
background: #ccc; | |
border-bottom: none !important; | |
-moz-border-radius-topleft: 10px; | |
-webkit-border-top-left-radius: 10px; | |
-moz-border-radius-topright: 10px; | |
-webkit-border-top-right-radius: 10px; | |
-moz-border-radius-bottomleft: 10px; | |
-webkit-border-bottom-left-radius: 10px; | |
-moz-border-radius-bottomright: 10px; | |
-webkit-border-bottom-right-radius: 10px; | |
padding: 10px; | |
} | |
.post-content h1{ | |
border-bottom: 1px solid #ccc; | |
} | |
.post-content h2{ | |
border-bottom: 1px solid #ccc; | |
} | |
.post-content h3{ | |
border-bottom: 1px solid #ccc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment