-->

Saturday, 27 July 2013

0 Add Glow effects on blockquote for Highlighting Code Block

at 09:41

blockquote
Many newbie wants to know how can we add effects to blockquote in websites or blogger. This effects makes blockquote more attractive. I am going to share a blockquote with glow effects which will change in different color on Mouse over. And you can also add a side vertical label with your blogger name or different tags. I am also Using this trick in my blog. So let's go for main Tutorials.


Live Demo

Step 1 Now click on -> Template -> Edit HTML-> Proceed

Step 2 Now Find this code ]]></b:skin> by pressing Ctrl + F

Step 3 Copy the code from below and Paste it  Before/above ]]></b:skin>
 


/*****************************************
    Post blockquote by www.bloggerspice.com
******************************************/
.post blockquote
{
font-size: 15px;font-family: Verdana;font-weight: normal;font-style:italic;
background-color: #FF6600;
color: #000;
margin: 5px 10px;
padding: 20px 20px 20px 20px;
border: 2px dotted lightgrey;
border-radius: 10px;
box-shadow: -1px -1px 12px 2px gainsboro;
transition: background-color .777s;
-webkit-transition: background-color .777s;
-moz-transition: background-color .777s;
-o-transition: background-color .777s;
-ms-transition: background-color .777s;
}
.post blockquote:hover
{
background-color: darkgreen ;
color: #fff;
}
.post blockquote:active
{
background-color: CornflowerBlue ;
color: #000;
}
.post blockquote { background: #F3F3F1 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCHKBz9l2_RoE8K_4SJpv3n1WkcnQqMylnQ-sbzmDGtWdNBaQr-BlzWSRh51iYLtVJKwie3laGdRht61ZapuHWq-aObzw4E9RCrUHU7bmJYc4H6OvWoZTBA6zkx4Hnr8vzogHlZK_JGCFH/s320/BS+blockquote.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; }



Step 4 Now save your templates

Customization :

  • Change the CornflowerBlue and #FF6600  with your own color. To get the color code use Color Picker  
  • Change the image according to your own (https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCHKBz9l2_RoE8K_4SJpv3n1WkcnQqMylnQ-sbzmDGtWdNBaQr-BlzWSRh51iYLtVJKwie3laGdRht61ZapuHWq-aObzw4E9RCrUHU7bmJYc4H6OvWoZTBA6zkx4Hnr8vzogHlZK_JGCFH/s320/BS+blockquote.gif

How to Use 

     For applying this Trick just select the code that you want to highlight and Click on 
www.bloggerspice.com
If you face any problem please feel free to ask a question. Happy Blogging!!!!
Share this article :

0 comments:

Post a Comment

 

Labels

Labels

Labels

Labels

Copyright © 2013. Blogger Spice - All Rights Reserved