Created
March 29, 2009 14:14
-
-
Save taizooo/87411 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("www.tumblr.com"), | |
domain("www.tumblr-beta.com") | |
{ | |
ol#posts li blockquote, | |
body.mceContentBody blockquote { | |
margin-left: 0 !important; | |
margin-right: 0 !important; | |
padding-left: 3px !important; | |
border-width: 3px !important; | |
border-color: #a8bccf !important; | |
} | |
ol#posts li blockquote blockquote, | |
body.mceContentBody blockquote blockquote { | |
border-color: #839aaf !important; | |
} | |
ol#posts li blockquote blockquote blockquote, | |
body.mceContentBody blockquote blockquote blockquote { | |
border-color: #6b7d8f !important; | |
} | |
ol#posts li blockquote blockquote blockquote blockquote, | |
body.mceContentBody blockquote blockquote blockquote blockquote { | |
border-color: #4c5e6f !important; | |
} | |
ol#posts li blockquote blockquote blockquote blockquote blockquote, | |
body.mceContentBody blockquote blockquote blockquote blockquote blockquote { | |
border-color: #36434f !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment