Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taizooo/87411 to your computer and use it in GitHub Desktop.
Save taizooo/87411 to your computer and use it in GitHub Desktop.
@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