-
-
Save rkennedy/10403926 to your computer and use it in GitHub Desktop.
Demo for Xichen Li
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
/** | |
* Demo for Xichen Li | |
* http://stackoverflow.com/a/22994816/33732 | |
*/ | |
body { | |
font-family: 'Times'; | |
} | |
blockquote { | |
background-color: #eee; | |
border-left: 3px solid #00f; | |
border-right: 3px solid #00f; | |
color: #00f; | |
padding: 0.6em 0.9em 0.3em; | |
margin: 0 0 0.3em; | |
} | |
blockquote > blockquote { | |
color: #0f0; | |
border-color: 0f0; | |
} | |
blockquote > blockquote > blockquote { | |
color: #b22; | |
border-color: #b22; | |
} |
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
<blockquote> | |
<blockquote> | |
<blockquote> | |
<blockquote> | |
<blockquote> | |
<blockquote> | |
Peter says:<br/> | |
Peter says: | |
</blockquote> | |
Jane says:<br/> | |
Jane says: | |
</blockquote> | |
Peter says:<br/> | |
Peter says: | |
</blockquote> | |
Jane says:<br/> | |
Jane says: | |
</blockquote> | |
Peter says:<br/> | |
Peter says | |
</blockquote> | |
Jane says:<br/> | |
Jane says: | |
</blockquote> | |
Peter says:</br> | |
Peter says: |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment