I use Garland theme with Custom Design upgrade and have made a number of minor modifications to Garland's CSS.
Instead of the default for display of blockquotes, I have modified to
blockquote {
background:#f5f5fb;
border:1px solid #f5f5fb;
padding:10px;
}
which gives a light blue background to my blockquotes.
Occasionally, within a post, I would like to be able to overide my CSS instruction for display of blockquotes and use different colors for selected blockquotes, whilst retaining the modified CSS for all posts and pages.
Is there a way this can be achieved through inline CSS which would enable me to have, for example, the first blockquote in a post display in blue, as per the modified CSS, but code the next blockquote within the same post to display in yellow or by modifying the html for selected, blockquote content?
(What I am not seeking to achieve is permanently alternating blockquote background color, so that post #n has blue blockquotes, post #n + 1 yellow, post #n + 2 blue etc.)
The blog I need help with is dxrevisionwatch.wordpress.com.