Portal of all Blogger widget, Airtel USSD Codes, Facebook Hack, Free Internet Tips, PC and Blogger Tricks

Breaking

Sunday 10 November 2013

Advance CSS Style Auto Numbering Popular Post Widget

You May also Like:
  1. CSS Style Popular Post Widget With Image
  2. Auto Numbering Multi-color Popular Post Widget


Step 1 : Adding the Popular Posts Widget
  • Go to Blog Title>Layout > Add a Gadget > Popular Posts.
Note:Be sure that you haveunchecked image thumbnail and snippet box.
  • After adding the widget Save the Template
Step 2 : Adding the CSS
  • Go to Blog Title > Template > Edit HTML. 
  • Now Find (Press Ctrl+F to find) ]]></b:skin>
  • Add the Following code just above ]]></b:skin>
Code:
/* Popular Post Customization by Allin1-web.blogspot.com */
.popular-posts ul li a {
background: none repeat scroll 0 0 #DDDDDD;
color: #444444;
display: block;
margin: 0 0 0.5em;
padding: 0.4em;
position: relative;
text-decoration: none;
transition: all 0.3s ease-out 0s;
}
.popular-posts ul li a:before {
background: none repeat scroll 0 0 #CCCCCC;
font-weight: 700;
height: 2em;
left: -2.5em;
line-height: 2em;
margin-top: -1em;
position: absolute;
text-align: center;
top: 50%;
width: 2em;
}
.popular-posts ul li a:after {
border: 0.5em solid transparent;
content: "";
left: -1em;
margin-top: -0.5em;
position: absolute;
top: 50%;
transition: all 0.3s ease-out 0s;
}
.popular-posts ul li a:hover {
background: none repeat scroll 0 0 #CCCCCC;
}
.popular-posts ul li a:hover:after {
border-left-color: #CCCCCC;
left: -0.5em;
}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li + li a:before{content:"10"}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li a:before{content:"9"}
.popular-posts ul li:first-child + li + li + li + li + li + li + li a:before{content:"8"}
.popular-posts ul li:first-child + li + li + li + li + li + li a:before{content:"7"}
.popular-posts ul li:first-child + li + li + li + li + li a:before{content:"6"}
.popular-posts ul li:first-child + li + li + li + li a:before{content:"5"}
.popular-posts ul li:first-child + li + li + li a:before{content:"4"}
.popular-posts ul li:first-child + li + li a:before{content:"3"}
.popular-posts ul li:first-child + li a:before{content:"2"}
.popular-posts ul li:first-child a:before{content:"1"}
/* Popular Post Customization by Allin1-web.blogspot.com */



Aftyer adding this CSS Click On Save and See Preview. If all will go correctly you will see this widget.
Don''t Forgot to comment. It will help us to improve our efficiency

No comments:

Post a Comment

Notice: Don't add "backlink". Text with Link will automatically Removed.