Skip to content

Instantly share code, notes, and snippets.

@rkennedy
Forked from anonymous/dabblet.css
Created April 10, 2014 17:21
Show Gist options
  • Save rkennedy/10403926 to your computer and use it in GitHub Desktop.
Save rkennedy/10403926 to your computer and use it in GitHub Desktop.
Demo for Xichen Li
/**
* 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;
}
<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:
// alert('Hello world!');
{"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