Saturday, December 29, 2012

CSS Brick Style Label Cloud Widget For Blogger Blog

Last time I shared CSS attractive style label cloud widget for blogger blog with different style. Today, I present another widget with different design. This is also same trick (as per previous post) but with different style. I used CSS for this widget check image below as a demo. Follow given below steps to add it to your blog. It's so simple.


Screenshot: CSS Brick Style Label Cloud Widget For Blogger Blog

Screenshot: CSS Brick Style Label Cloud Widget For Blogger Blog

How To Add Brick Style Labels Cloud In Blogger Using CSS

  • Go To Blogger Dashboard > Design > Edit HTML > Expand Widget Templates (For New Interface Templates > Edit HTML) 
  • Backup Your Template Before Making Any Changes
  • Click (Ctrl + F) Search Give Below Code
]]></b:skin>
  • Copy The Code shown below and paste Before/Above it
/*-----Custom Labels Cloud widget by www.BlogsDaddy.com----*/
.label-size{
margin:0 2px 6px 0;
padding: 3px;
text-transform: uppercase;
border: solid 1px #C6C6C6;
border-radius: 3px;
float:left;
text-decoration:none;font-size:10px;color:#666;}
.label-size:hover {
border:1px solid #6BB5FF;
text-decoration: none;-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
-webkit-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-transform: rotate(7deg);
-o-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
zoom: 1;
}
.label-size a {
text-transform: uppercase;
float:left;
text-decoration: none;
}.label-size a:hover {
text-decoration: none;
}

How to Add Labels Gadget In Blogger Blog

  • First Of All, Go To Blogger Dashboard
  • Click On Layout Tab
  • Now Click On Add Gadget Button
  • Add Labels Gadget
  • Unchecked Show Number Of Post Per Label And Save
How To Add Brick/Box Style Tags Cloud in Blogger Using CSS
  • Its Done, Check Your Blog Now. Enjoy :)
If you need our help then just leave your comments below, I am happy to help you. See you with more tutorials & tricks, Happy Blogging and Stay Blessed.

No comments:

Post a Comment