Skip to content

Instantly share code, notes, and snippets.

@longlostnick
Created February 27, 2012 02:16
Show Gist options
  • Save longlostnick/1920822 to your computer and use it in GitHub Desktop.
Save longlostnick/1920822 to your computer and use it in GitHub Desktop.
blockquote {
background: #f7f7f7;
font-family: Georgia;
padding: 14px 14px 12px 12px !important;
border: 1px solid #e7e7e7;
margin: 1em 3em;
text-align: right;
font-size: 10pt;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 4px 4px 30px rgba(0,0,0,.08);
-moz-box-shadow: 4px 4px 30px rgba(0,0,0,.08);
box-shadow: 4px 4px 30px rgba(0,0,0,.08);
}
blockquote p {
font-style: italic;
text-align: left;
font-size: 12pt;
}
blockquote p:before {
font-size: 34pt;
font-weight: bold;
line-height: 11pt;
margin-left: -4px;
margin-right: 8px;
vertical-align: text-bottom;
content: '\201C';
color: #e1e1e1;
text-shadow: -1px -1px #999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment