Created
April 13, 2012 01:14
-
-
Save claudiosanches/2372547 to your computer and use it in GitHub Desktop.
Wordpress Default text CSS
This file contains 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
/* Text elements */ | |
p {margin-bottom:1.625em;} | |
ul, ol {margin:0 0 1.625em 2.5em;} | |
ul {list-style:circle;} | |
ol {list-style-type:decimal;} | |
ol ol {list-style:upper-alpha;} | |
ol ol ol {list-style:lower-roman;} | |
ol ol ol ol {list-style:lower-alpha;} | |
ul ul, ol ol, ul ol, ol ul {margin-bottom:0;} | |
dl {margin:0 1.625em;} | |
dt {font-weight:bold;} | |
dd {margin-bottom:1.625em;} | |
strong {font-weight:bold;} | |
cite, em, i {font-style:italic;} | |
blockquote {font-family:Georgia, "Bitstream Charter", serif;font-style:italic;font-weight:normal;margin:0 3em;} | |
blockquote em, blockquote i, blockquote cite {font-style:normal;} | |
blockquote cite {color:#666;font:12px Arial, Verdana, sans-serif;font-weight:normal;letter-spacing:0.05em;text-transform:uppercase;} | |
pre {background:#f4f4f4;font:13px "Courier 10 Pitch", Courier, monospace;line-height:1.5;margin-bottom:1.625em;overflow:auto;padding:0.75em 1.625em;} | |
code, kbd {font:13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;} | |
abbr, acronym, dfn {border-bottom:1px dotted #666;cursor:help;} | |
address {display:block;margin:0 0 1.625em;} | |
ins {background:#fff9c0;text-decoration: none;} | |
sup, sub {font-size:10px;height:0;line-height:1;position:relative;vertical-align:baseline;} | |
sup {bottom:1ex;} | |
sub {top:.5ex;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment