Get Latest Tricks Alert Daily
Follow Readers

Stylish Blockquote For Blogger With The Help of CSS


SHARE:

A block quote or block quotation is an extract in a written document, set off from the main text as a distinct. We all quote great authors but we all must present these great words in an extra ordinary way using a beautiful blockquote. We have created simple CSS codes for around 14 Blockquotes, which are outstanding in look and feel. These blockquotes will give you an idea on how to create your own customized blockquote for your blogs and web pages.
Have a Look at each one of them. Details of adding the blockquote to your blogs and websites are given in the implementation and customization section.

>Blockquote With a Fancy Border and Owl Image

owl
 Blockquote Code:

blockquote {
margin : 0 20px;
padding: 60px 30px 40px 20px;
background : #F1F8FE url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiw0Rf2zly7tqplmlAqp0pPVsgt0AIJKMltzBlrwLuvpVFxLS0U1JaBNmZnZ2kfzBdVdV91zSiVcHSBGD7mRuHo0NaoG20cf8it5eyA3jRDO4h8y684wlE9UkzS8ZfBZITA1nGBY50A7-8/s400/owl.png) no-repeat 350px 5px;
font: normal .9em "comic sans ms", Courier,"Times New Roman", Times, serif;
color : #000;
border-left: 8px dotted #DAB547;
}
blockquote p {
margin: 0;
padding-top:10px;
}

Blockquote With a Purple Corner Label and Border At Bottom

Purple-Scanned-Copy
Blockquote Code:

.post blockquote {
margin : 0 20px;
padding: 70px 20px 20px 40px;
background : #E4EAFE url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixWXRTyjFqFmpm4QHz51QjEo2DSk2vyKhmIVL_bwQFDAn3r2Zg1uEuOXL_6kR_OHAzzByKVxmTVGlCLEdFeX6drThu2fmt5ywkpN-17F9xOO66KQeNLqfgtykNjv8UNB5rDWVYhcDe_Gc/s400/angular-purple.gif) no-repeat top left;
font: bold 1em Helvetica, verdana, Georgia, "Times New Roman", Times, serif;
color : #000;
border-bottom : 5px solid #435388;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


MMKTricks Blockquote

Blockquote Code:

.post-body blockquote {
line-height: 1.3em;
}
.post blockquote {
background: #F2F1F1 url(https://lh5.googleusercontent.com/-4SVYppalvrE/TjFXcWfOFxI/AAAAAAAAAaM/f_ZHZwOYlMc/s400/quote2.gif)top left repeat-y;
margin: 0 20px;
padding: 10px 20px 10px 45px;
border-top: 1px solid #DDD;
border-right: 1px solid #666;
border-left: 1px solid #DDD;
border-bottom: 1px solid #666;
font-size: 0.9em;
}
.post blockquote p {
margin: 0;
padding: 0 0 15px;
}
.post blockquote:hover {
background: #F2F1F1 url(https://lh5.googleusercontent.com/-hMzuLSSn0Ks/TjFXbfFaTtI/AAAAAAAAAaI/dfRvXRuDcN4/s400/quote1.gif)top left repeat-y;
}

Jigsaw Blockquote With An Image At Right Corner

jigsaw
 Blockquote Code:

.post blockquote {
margin : 0 20px;
padding: 10px 20px 25px 20px;
background : #9FCFFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJVa9Ff8cdFJTSqb7MJpd_if5FyLvnsbR3WzwdfO2JvR1zt5Bz19KeC1DaZpQSSTM4p-1wwvVl9duHOCl6ktCiSYt_1g8USiGmwsmPAROg7pNttaTI8BN2RNgRJEFo_zJpxhBTAmgv8hU/s400/block22.gif) no-repeat right bottom;
font: bold .9em "comic sans ms", arial, Helvetica,verdana, Georgia;
color : #484848;
border: 5px dashed #fff;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Blockquotes With Classic Left Borders

left-sided-brownish
 Blockquote Code:

.post blockquote {
background: #F3F3F1 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhne7cMGbKcR5_iPNJOqrJFJkttlpO-_kwyCp3Yrn-wVQwubiLz4L83Flcs2wc9rAvJZoPtp8HOSsiKtYDOM5Sa3zGrP0XgSPllUIBLEytIh3fMtc7XsXhmgGnbpZgnHnB2DkcaJdzqxeM/s1600/comma-side-orange1.gif) ;
background-position:;
background-repeat:repeat-y;
margin: 0 20px;
padding: 20px 20px 10px 45px;
font-size: 0.9em;
font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}
.post blockquote p {
margin: 0;
padding-top: 10px;
}

left-sided-green-black
 Blockquote Code:

blockquote {
background: #484B52 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUw_lZSCAF7S5blaW7uUzFQfWRVmtTBKhL8ML_qbgrvIVl6ED2p-Nm29xO4W1EjrluFfZ_l1jFu9_eUMRTrpwsz21qoKIB1Y6iW8XC13smOO3i-x74S_OQ_J-8mLg6qWUXTNeeLHXj7rs/s1600/green-black-side.gif) ;
background-position:;
background-repeat:repeat-y;
margin: 0 20px;
padding: 20px 20px 20px 50px;
color:#C7CACF;
font: normal 0.9em Helvetica, verdana, serif, Georgia, "Times New Roman";
}
.post blockquote p {
margin: 0;
padding-top: 10px;
}


Blockquote With A Brown Corner Label

Brown-Scanned-copy
 Blockquote Code:

.post blockquote {
margin : 0 20px;
padding: 20px 60px 80px 20px;
background : #FEE4E3 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr62HJdDW_rhCyXw04xlBTOkbMG3IK4veWnSM4i9LWyH6VVRXXCvJrpyOP-kkf4sJSY4vPORtoFxaS51dNV72gACa7gV9rM5pgnCbg_Ah8wfFHgANJqmYyFZeyefSsRxSMiN6ToxQGVl0/s400/angular-right.gif) no-repeat bottom right;
font: bold italic 1em  Georgia, verdana, Helvetica,  "Times New Roman", Times, serif;
color : #000;
border: 1px solid #DDD;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Blockquotes With Inverted Commas

 commas-navy-blue Blockquote Code:

.post blockquote {
  font: 18px normal Tahoma, sans-serif;
  padding-top: 10px;
  margin: 5px;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgr2FCTkwdjq9QVNTZ8JeJg08w9VLXeTttpASbzUInRPVAfWn7GSikB8nDMnFY9tqb7KTnHWxB0vC1NRildNXKoRG1g7Y0Gg5RDBTZhjjO_H22JzqFSNFYQuX16j4dLYZygeR8ffvb4I/s400/comma-left.gif) no-repeat top left;
  text-indent: 65px;
  }
  .post blockquote div {
    display: block;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkxZWXyeyNgD96mtfCZDy_uD4tb_ZzxZHexQ9StV9lcsv6Qy3rY0ewcYQHdgwpSFmyyvfN4R8GX06caKkBbnXW2TdMoIUucwp_PI1qmnfVarVwCuHl0D0YVPgw8IBemozgWSKnxYdjbRc/s400/comma-right.gif) no-repeat bottom right;
padding-bottom:10px;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}

commas-orange
  Blockquote Code:

.post blockquote {
  font: 18px normal Tahoma, sans-serif;
  padding-top: 10px;
  margin: 5px;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9MhJh6xE_lbvpYINOMCrB5tmL3MkQM6-boWzUBJPfDWL-Yc0kjGPGZKqUPCOTdIMVmDxfcXNyXgVJC7zYoxjMRp72EcyRqhjF6aRzbTo_p3dq4-Sr68PERcN14AkTHJpwT4lDmA7MG9M/s400/comma1-left.gif) no-repeat top left;
  text-indent: 65px;
  }
  .post blockquote div {
    display: block;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjhUukbMOJzUJNDUJPO5yv6ZzjwU1wf4uOI8r2pcV7LsKt1QNlVk2ynvkJTLbItJSLw4Mq2FkFbpi8_3pMTow-txhow0vkGPjsVdmLj0IH5UiSSeiL6G0TR63FCMmiJjoftArJdCtCvGA/s400/comma1-right.gif) no-repeat bottom right;
padding-bottom:10px;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}
commas-hands
 Blockquote Code:

.post blockquote {
  font:bold italic .9em  "comic sans ms", Tahoma, sans-serif;
  padding-top: 25px;
  margin: 5px;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVDudX4FO_hMz-kqy8frNTODnrJL24XU9RZbifkbeAvvhbj-EYXES5uAF8eaa9W5Mz2w1ghTsKGslj-JjAGYD6sQLOUldcCKdRG1hgVkzR5_QzFRczU4VNmWzErFcwblXeho8pRLViES4/s400/left.gif) no-repeat top left;
  text-indent: 65px;
color:#6299E4;
  }
  .post blockquote div {
    display: block;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHK0Qz7l49QgK7yKsjSeQhhPWTe4kxcaGu1i7vdhJqqTvgakkxMayIXlF-LJoiBt5b6_jgqLoXc3gYd44wPW0WiSwdNHrxupA_Uq8Q8yBRxfBSnHNFoLrIO5DnOnAYb5B8VSJP6na7ogI/s400/right.gif) no-repeat bottom right;
padding-bottom:30px;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}
commas-green  Blockquote Code:

.post blockquote {
  font: italic 1em  "comic sans ms", Tahoma, sans-serif;
  padding-top: 10px;
  margin: 5px;
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy1SEUPJPSf35O3ydI3YCM8w0qrmfN3AUzx-EFujDd2IEAnQBo-y4swDiCdctFjLR38KJxNau9Q-i2vF2NIrCaSThSGgpIrzfKBu6XvUeK2nzkFJ8hyphenhyphenEDBa6t03BEHNIY1FBy5t8VctDg/s400/comma2-left.gif) no-repeat top left;
  text-indent: 65px;
  }
  .post blockquote div {
    display: block;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicmGCzdKDpusWPmSVu_vNtm9rTw8A9XwAx0iVlF_j-1NKVmZdWLl__RZ3TXAoMFKsc-C-hTDelN2C8YOMY4xHneWoX05qWYxmOAW06k_OdpFvnUMIQRBPt-CvGvKH29YBs6RsTXYDMPNw/s400/comma2-right.gif) no-repeat bottom right;
padding-bottom:10px;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Blockquote With Well Aligned Image At Top


Copyrighted-red
 Blockquote Code:

.post blockquote {
margin : 0 20px;
padding: 70px 20px 20px 20px;
background : #E7E5DC url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3UyubQ2ypyne8zlyUAc3NvhrmEewVL9qmelMp4o5hwoG0MFyVou6fM6jJJHoyHhn25A68y0qAjwpHRzgPWlmxLKLpNck5ap_kczsxAxgy44lVzqeljHU-YacUYBRNvIVFQKs9Vsb5QRQ/s1600/block333.gif) no-repeat top;
font: normal 1em "comic sans ms",Helvetica, Courier,"Times New Roman", Times, serif;
color : #000000;
border-bottom : 7px solid #FF0000;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Blockquote With Canopy Style Image At Top and Bottom


at-top-and-bottom
 Blockquote Code:

.post blockquote{
margin : 0 20px;
padding: 50px 30px 50px 30px;
background : #FFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-32ydjiII5ntr7mVMyZH_PPH2vb9GMCspRzCb2WapJ_2xw_VJbwCnwypyQro-5CMgK3J5rVPHY-Inrms_D7i1vOenHVjT2lyEm17DmL-BFtqxgpvx5F8j4C5-4W7qjLclzUjNJ4OIVWE/s1600/BLOCK1-TOP.gif) no-repeat top;
font: bold italic 1em Helvetica, verdana;
color : #000;
}
.post blockquote div{
background : #FFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPMz4_C4cgU8TUXxoOj9PrGAdXVCmUIu7wZcqluHEyCrX8HCOMOqbFdGzG43IFT2BsDbYWjCKXsimS5m453yAREytpmUNhtUhJopaQRttpVwh7gEGICtfhQQLIlWk1VQ_AaT_OP6o9114/s1600/BLOCK1-BOTTOM.gif) no-repeat bottom;
padding-bottom: 50px;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}


Box Style Blockquote Surrounded By Borders

Copyrighted-orange
 Blockquote Code:

.post blockquote {
margin : 0 20px;
padding: 70px 20px 30px 20px;
background : #E7E5DC url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhmQlLTiXsSsoPRCqJz2u8-f2g2pSB-twKRmtSWJ4qDGrZiLN09AUFSKNyUZt50u-6uoz0M9HnXSniiTyH82LZemJGV3qIm32UA1GyrtwxU_4TCsWzn_GK7EuNsvpiSc257aJisB7CJMo/s400/block3331.gif) no-repeat top;
font: bold .9em Helvetica, "comic sans ms",Courier,"Times New Roman", Times, serif;
color : #343434;
border-left : 7px solid #FF7802;
border-right : 7px solid #FF7802;
border-bottom : 7px solid #FF7802;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}



The Monkey Man Blockquote!!!

Once you get an idea on how to use these blockquotes then you can create artistic and some funny blockquotes like the one below,monkey-man
 Blockquote Code:

.post blockquote{
margin : 0 35px;
padding: 80px 0px 0px 0px;
background : #E6F1FA url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAR9eUlF3A2RBMP0k9caxDFNc5grBSBcGNH-OBZMsKaHIhT3-AY0sLA38MbEa-lOLF6eo8vqDY0TW4JRw5kQBecoqLcMV75vDiDy-YeHZrFoFtaLEPklu62kBaZ-M4i52nD6hY2D1HHRM/s400/head2.gif) no-repeat top;
font: normal 1em "comic sans ms", Helvetica, verdana;
color : #666;
}
.post blockquote div{
background : #E6F1FA url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJcFY46UO_h0PJipfslERyNYBqj1ppEoncr0dkOwPiJ6N2aOQYCGszL3uVYRvdMg7ovPfVQ-oAsOuj0wDnv2HeUD7_UFBqgycbfZ9gpatzIRkpiQUUu3nEozO7_Kwb6lP5fECYDMcRmXA/s400/head-bottom3.gif) no-repeat bottom;
padding-bottom: 50px;
}
.post blockquote p {
margin: 0;
padding: 20px;
}


Implementation and Customization:-

Implementaion:-
Now To add One of these amazing and unique blockquotes to your blogs, do the following,

  1. Go to Blogger > Layout > Edit HTML
  2. Backup your template
  3. Search for .post blockquote and delete it along with all its occurrences. In most templates the codes look like this,
    .post-body blockquote { line-height:1.3em; }
    OR
    .post blockquote{ bla bla bla}
    If you couldn’t find such code then it is OK.
  4. Now search for ]]></b:skin> and just above ]]></b:skin> , paste the code for one of your favourite blockquotes. I am giving a sample code below

.post blockquote {
margin : 0 20px;
padding: 60px 30px 40px 20px;
background : #F1F8FE url(Paste Image Link here) no-repeat 350px 5px;
font: normal .9em "comic sans ms", Courier,"Times New Roman", Times, serif;
color : #000;
border: 8px dotted #DAB547;
}
.post blockquote p {
margin: 0;
padding-top:10px;
}
Customization:-
Important areas to be customized are bolded. Where,

  • padding: It refers to the distance of the text from blockquote borders. Which goes in this order –> Top Right Bottom Left
  • background :- This includes Blockquote background color and image used in it. The six digit value is the background color and image link is inserted in place of bolded text in this part-> url(Paste Image Link here)
  • font :- It includes font style, size and type respectively. Match the colours with the code above for reference.
  • color :- This refers to text colour. You can use a different font colour using our color chart
  • border :- This refers to border width, style and colour respectively.
  • All other blockquotes can be customized in similar way.
     5.      After customizing finally save your template and preview it to see the interesting new change.
Note:- For Blockquotes with inverted commas, canopy style and the Monkey Man, there is a little more coding required. Read below
Guide:- For above mentioned blockquotes you need to add some extra tags inside blogger editor as explained below,
Now Whenever you have written a Quote inside the compose mode of Blogger Editor simply switch to the HTML mode and add two tags i.e <div> and </div> between the blockquote tags as demonstrated below,

<blockquote><div>Your Quote Will Be Here</div></blockquote>

Play With Each Blockquote Code!

To get more used to the codes above you need to play with some CSS using our HTML Editor.
Inside MBT HTML Editor paste the any of the blockquote codes above between <style> and </style>  and just below </style> paste this code,
<blockquote>Write Anything Here As a Text</blockquote>
For example for the Owl Blockquote paste the codes in this pattern,
<style>
blockquote {
margin : 0 20px;
padding: 60px 30px 40px 20px;
background : #F1F8FE url(file:///c:/Documents%20and%20Settings/mustafa.MYBLOGGERTRICKS/Desktop/blockquote/owl-icon-48.png) no-repeat 350px 5px;
font: normal .9em "comic sans ms", Courier,"Times New Roman", Times, serif;
color : #000;
border-left: 8px dotted #DAB547;

}
blockquote p {
margin: 0;
padding-top:10px;
}

</style>
<blockquote>Write Anything Here As a Text</blockquote>

.:: That's it - If any Question / Suggestion please leave a comment blow ::.




SHARE:



If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you subscribe to our regular Email Updates!

Subscribe To Get Latest Tricks On Email!

 

16 comments:

  1. Nice trick.Thank`s.
    ponjagame.blogspot.com

    ReplyDelete
  2. I like your blackquote beo,,thanks for sharing..

    Regards:
    http://www.bloggerheroe.com/

    ReplyDelete
  3. Very Nice, its really helpful.

    ReplyDelete
  4. visit my site onlineakhund.blogspot.com

    ReplyDelete
  5. very informative articular, Thanks for sharing this
    http://www.mybloggertools.com/

    ReplyDelete

  6. cashback offers coupons,
    cashback offers coupons


    amazon Cashback Offers 2018 Upto 65% Cashback Deals, AMAZON CASHBACK
    OFFERS 2018, DISCOUNT COUPON OFFERS 2018, Amazon cashback offers with sbi hdfc icici axis banks credit&debit card offers more. amazon cashback offers2018,amazon india cashback,amazon offers on mobiles,amazon cashback2018,amazon offers 2018


    "cash back coupons "Coupons, Discounts & Offers on 1500+ Shopping Sites in
    India. Get Extra Cashback Everytime You Shop Online using Coupons of Amazon, Flipkart, Tata CLiQ, Nykaa etc."cashback, vouchers, coupons, discounts, offers, deals, promo codes,Coupons, Promo Codes & Cashback Offers


    Flipkart CashBack Offers,telugu bloggers ,telugu websites
    Flipkart CashBack Offers - SBI, HDFC, ICICI, Citibank Cards,flipkart sbi debit card emi,flipkart upcoming offers on mobiles,flipkart credit card,flipkart cashback phonepe,flipkart credit card generator,flipkart cashback offer phonepe,flipkart american express,india fake debit card generator,flipkart american express gift card,sbi credit card offers on flipkart today,sbi flipkart offer,sbi debit card offers cash back,sbi flipkart offer 2018,,telugu bloggers ,telugu websites


    Offers.Flipkart .
    flipkart bank offers,flipkart cash back coupons, flipkart offers,flipkart cashback offers ,flipkart cashback offers,flipkart cash back offers,flipkart cashback coupons,flipkart cashback,Flipkart Cashback Offers,Flipkart Bank Offers, flipkart upcoming offers on mobiles, flipkart hdfc offer, flipkart icici offer,sbi credit card offers on flipkart today,sbi flipkart offer, hdfc credit card offers on flipkart, flipkart upcoming offers on mobiles, flipkart offers


    flipkart today deal offer,flipkart todays deal,flipkart best offer today,flipkart cashback offer today,flipkart mobile app offers today,flipkart mobile deals today

    ReplyDelete
  7. phoebe adele gates, the most youthful princess, is the third offspring of perhaps the most extravagant man in the entire world, Bill Gates. What do you think about this youngster? She regularly covers up in the shade of her popular dad and senior kin, yet now, be set up to reveal the life of the young lady and find what it is to be the little girl of a very rich person.

    ReplyDelete