Okay, it's not pretty, but if you do this:
div > blockquote {
background: red;
}
div > blockquote > blockquote {
background: blue;
}
div > blockquote > blockquote > blockquote {
background: red;
}
div > blockquote > blockquote > blockquote > blockquote {
background: blue;
}
div > blockquote > blockquote > blockquote > blockquote > blockquote {
background: red;
}
and keep adding more > blockquote you can alternate them for as many times as you put that in. That above goes 5 levels, you can go like 10 levels and if anyone is quoting that deep they should probably consider a career in philosophy. Make sense?
There's probably a jQuery script that would automate that to infinity but I don't really feel like figuring that out at the moment and I don't know if you have jQuery installed and/or want to fuck with that.
div > blockquote {
background: red;
}
div > blockquote > blockquote {
background: blue;
}
div > blockquote > blockquote > blockquote {
background: red;
}
div > blockquote > blockquote > blockquote > blockquote {
background: blue;
}
div > blockquote > blockquote > blockquote > blockquote > blockquote {
background: red;
}
and keep adding more > blockquote you can alternate them for as many times as you put that in. That above goes 5 levels, you can go like 10 levels and if anyone is quoting that deep they should probably consider a career in philosophy. Make sense?
There's probably a jQuery script that would automate that to infinity but I don't really feel like figuring that out at the moment and I don't know if you have jQuery installed and/or want to fuck with that.

1 user liked this post: