• My website theme is based off of Kubrick. One element of Kubrick I dislike is the way it displays blockquotes, so I’ve been toying with changing it. I like how some blogs have like a quote mark graphic behind the blockquote, so I wanted to try to emulate this. The problem is that I can never seem to get the image to display

    Does anyone have any example blockquote CSS for Kubrick that they could put up to show how this is done? Thanks!

Viewing 1 replies (of 1 total)
  • This code, for the sake of the example, assumes that the image is blockquote.png, and the image is a 20 by 20 image, change for your own needs.

    blockquote {
    background:url(blockquote.png) scroll no-repeat 0 0;
    padding:10px 10px 10px 15px;
    }

    You’ll probably have to fiddle around with the padding values, depending on the image you use.

Viewing 1 replies (of 1 total)
  • The topic ‘Blockquotes in Kubrick’ is closed to new replies.