I'm working on a design for a blog. Is there a css selector (or other way that doesn't involve the user adding a class or id to a blockquote tag) that will allow me to differentiate between a blockquote that occurs at the very beginning of a div from a blockquote in the middle of a div after some text blocks?
That is, I'd like blockquotes that are the start of a blog post to have one set of css styles, and blockquotes that occur in the body of a blog post to have other style parameters.
Is this possible?