Skip to content

Instantly share code, notes, and snippets.

@garethrees
Created January 17, 2012 11:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garethrees/1626316 to your computer and use it in GitHub Desktop.
Save garethrees/1626316 to your computer and use it in GitHub Desktop.
Tumblr embed code styling hooks (SCSS)
.tumblr_posts {
.tumblr_post {
.tumblr_title {}
.tumblr_body img {}
.read_more_container {}
.read_more_container a.read_more {}
}
.tumblr_text_post {
.tumblr_title {}
.tumblr_body {}
}
.tumblr_photo_post {
.tumblr_photo {}
.tumblr_caption {}
}
.tumblr_quote_post {
.tumblr_quote {
.tumblr_open_quote {}
.tumblr_close_quote {}
}
.tumblr_source {}
}
.tumblr_link_post {
.tumblr_link {}
.tumblr_description {}
}
.tumblr_chat_post {
ul {
li {
.tumblr_label {}
}
}
}
.tumblr_audio_post {
.tumblr_audio_player {}
.tumblr_caption {}
}
.tumblr_video_post {
.tumblr_video {}
.tumblr_caption {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment