Web Design Workshop 12 Blockquotes and Pullquotes

September 14, 2009
By

by Yorgo Nestoridis

Web Design Work­shop 12 Blockquote

A spe­cial set up allows you to use block­quotes as Pul­lQuotes in Semi­oman­tics XO with­out Java Script. This is a nice way to insert most any­thing into a post at any place in a Google effi­cient way.

The block­quote is defined on your style sheet (style-zero) on lines 434 – 447 or on the demo style sheet as from line 459 under the com­mented title

/* This is your blockquote style */

Pul­lquote Exam­ple 1

The default set­tings in the style sheet result in the fol­low­ing insert:

Pullquote in Semiomantics XO

Pul­lquote in Semi­oman­tics XO

The Quote is a clean insert while the post text wraps around that insert; ideal for inserted ads or fea­tured con­tent within the loop.

Pul­lquote Exam­ple 2

You can now restyle this Pul­lquote eas­ily and make it look as below:

Pullquote Gray Background Black Border

Pul­lquote Gray Back­ground Black Border

Pul­lquote Exam­ple 3

Or how about putting your pay­pal but­ton straight into your post?

Pullquote with PayPal Button

Pul­lquote with Pay­Pal Button

This last one above uses the fol­low­ing code:

#leftcontent blockquote {
/*border: 1px solid #000000;*/
border-top: 6px double #B30000;
border-bottom: 6px double #B30000;
background: #ffffff;
width: 200px;
font-family: Times, Georgia, serif;
font-size: 14px;
line-height: 18px;
text-align: left;
float: right;
margin: 0 0 0 20px;
padding: 8px;
font-style: italic;
}

Or how about just show­ing an image … dif­fer­ently?

Pul­lquote Exam­ple 4

Pullquote Image Display

Pul­lquote Image Display

Code Mod­i­fi­ca­tions as per below:

#leftcontent blockquote {
/*border: 1px solid #000000;*/
/*border-top: 6px double #B30000;
border-bottom: 6px double #B30000;*/
background: #000;
width: 200px;
font-family: "Helvetica New", Verdana, sans-serif;
color: #fff;
font-size: 22px;
line-height: 26px;
text-align: center;
float: right;
margin: 0 0 0 20px;
padding: 8px;
font-style: normal;
}

Pul­lquote Exam­ple 5

Yeahh, you are an Artist …

Artistic

Artis­tic

More about this Topic

Author: Yorgo Nestoridis, Media Mar­ket­ing & Pub­lish­ing, Founder of YORGOO Pub­lish­ing, YORGOO Press and Semiomantics.

If you enjoyed read­ing the above, please con­sider fol­low­ing future tips and strate­gies by RSS reader, Email deliv­ery, or Kin­dle sub­scrip­tion.

This page is wiki editable click here to edit this page.

Incom­ing search terms:

Related posts:

  1. Web Design Work­shop 4 – Navigation
  2. Web Design Work­shop 8 Footer
  3. Web Design Work­shop 6 Main Wrapper
  4. Web Design Work­shop 11 Background
  5. Web Design Work­shop 5 Sub-navigation

Tags: , , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*