Block quote style

Support Area Forums Authentic Block quote style

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #8836
    Robyn
    Participant

    Hi Bill,

    I just created a block quote on a page and it does not have a box around it. I looked back at others I created and those are not boxed. I thought they were.

    Did I change something to make them disappear or am I going mad or just getting my themes mixed up?

    Thanks,
    Robyn

    #8841
    Bill Robbins
    Moderator

    Robyn,

    I believe the Authentic theme makes a box with a shadow around it for block quotes. Here’s the styling:

    
    blockquote p  {
    	margin-left: 20px;
    	margin-right: 20px;
    	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    	padding: 5px;
    	font-style: italic;
    	border: 1px solid #c0c0c0;
    }
    

    You can certainly change that either with the Custom CSS box or by editing the style.css file directly.

    If you have any questions let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Block quote style’ is closed to new replies.