Tuesday, 3 September 2013
POPULAR POST WIDGET ADOSOSIVE STYLE


--------------------------------------------------------------------------------------------------------
1- USE THIS OR OTHER TEMPLATE
Read More For Multi Colors:
http://fbgadgets.blogspot.co.uk/2014/11/recent-post.html
--------------------------------------------------------------------------------------------------------
Blogger Template Style
Name: Simple
Designer: Josh Peterson
URL: www.noaesthetic.com
----------------------------------------------- */
---------------------------------------------------------------------------------------------------------
2- GO TO BLOG LAYOUT
3- ADD POPULAR POST WIDGET
4- POPULAR POST WIDGET SETTING BELOW
TITLE: Popular Posts
MOST VIEWED : ALL TIME
SHOW : IMAGE THUMBNAIL AND SNIPPET BOXES SHOULD BE CHECKED
Display up until : 10 OR 5 POSTS
-----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
FIND AND REPLACE YOUR B SKIN TAG WITH BELOW CODE
]]></b:skin>
---------------------------------------------------------------------------------------------------
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:81px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
]]></b:skin>
--------------------------------------------------------------------------------------------------
FOR MULTICOLOURED USE BELOW CODE
FIND AND REPLACE YOUR B SKIN TAG WITH BELOW CODE
]]></b:skin>
---------------------------------------------------------------------------------------------------
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:81px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
]]></b:skin>
-------------------------------------------------------------------------------------------------------
SIMPLE ROTATION EFFECT ADD MORE CODE IN PREVIOUS CODE
-------------------------------------------------------------------------------------------------------
#PopularPosts1 img:hover{-moz-transform: scale(1.2) rotate(-350deg);-webkit-transform: scale(1.2) rotate(-350deg);-o-transform: scale(1.2) rotate(-350deg);-ms-transform: scale(1.2) rotate(-350deg);transform: scale(1.2) rotate(-350deg);-webkit-box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);-moz-box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);}
.item-thumbnail img {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
border: 3px solid #ccc;
height: 60px;
padding: 3px;
width: 60px;
}
------------------------------------------------------------------------------------------------------
OR USE THIS HOVER EFFECT CODE CHANGE TO CIRCLE EFFECT
-------------------------------------------------------------------------------------------------------
/* PopularPosts http://fbgadgets.blogspot.co.uk */
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:90px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.PopularPosts .item-thumbnail:hover {
height:75px;
width:75px;
margin:0 5px 0 0;
float:left;
padding:3px;
border-radius: 50%;
border: 10px solid white;
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
/* PopularPosts http://fbgadgets.blogspot.co.uk */
]]></b:skin>
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:90px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.PopularPosts .item-thumbnail:hover {
height:75px;
width:75px;
margin:0 5px 0 0;
float:left;
padding:3px;
border-radius: 50%;
border: 10px solid white;
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
/* PopularPosts http://fbgadgets.blogspot.co.uk */
]]></b:skin>
Related movie you might like to see :

PHP CONTACT FORM WITH CAPTCHA

ON LINE JAVA LIBRARY

GOOGLE PROJECT HOSTING

PRESTASHOP THUMBNAIL WITH HOVER EFF...

GOOGLE FILTER BUTTON IN IMAGE SEARC...

BODY JS FILE LINK IN MAGENTO

INTENSO MAGENTO QUICK VIEW BUTTON

Magento Hello World Module (Extensi...

FEATURE POST WIDGET IN BLOG

IMPORT SQL CSV FILE ON PHPMYADMIN

Direct Link Generator CODE

Direct Links to your Files on Googl...
?
+
X
Recommended for you
Loading..
Related Post for POPULAR POST WIDGET ADOSOSIVE STYLE
POPULAR POST WIDGET DIFFERENT STYLES ------------------------------------------------------------------------------------------------------ STYLE 1: ---------------------------------------------------------------…
RENAME DOWNLOAD FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME download To DOG 1…
BASIC TEXT OR SCROLL BOX OR IMAGE SRC HTML CODES ------------------------------------------------------------------------------------------------------ CODE 1 ------------------------------------------------------------------…
POPULAR POST WIDGET ADOSOSIVE STYLE -------------------------------------------------------------------------------------------------------- 1- USE THIS OR OTHER TEMPLATE Read More For Multi Colors:http://fbgadg…
POST LOADER TEMPLATE ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE ---------------------------------------…
RENAME CACHE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME cache To CASH 1) G…
PAGINATION IN BLOG ---------------------------------------------------------------------------------------------------------- 1- FIND BODY CLOSE TAG AND REPLACE WITH BELOW CODE READ MORE: http:/…
PRESTASHOP HOME PAGE TAB BREAD CRUMBS STYLE ----------------------------------------------------------------------------------------------------------------- YOUTUBE LINK: https://www.youtube.com/watch?v=96BeqS8bueU 0) …
RENAME CSS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME css To CAT 1) BEFO…
Recommended Post Slide out for Blogger ---------------------------------------------------------------------------------------------------- RECOMMENDED POST SLIDE OUT FOR BLOG - YouTube ▶ 2:50 https:/…
HOME FEATURE TAB CHANGE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ AFTER PRESTA SHOP INSTALLATION FIND REQUIRE FILE ONE…
Platinum Arts Sandbox Free 3D Game Maker ----------------------------------------------------------------------------------------------------- READ MORE: ------------------------------------------------------…
BlogPagerWithJavaCode BLOG PAGER - YouTube ▶ 6:22 https://www.youtube.com/watch?v=u54p0R8tS30 4 mins ago - Uploaded by SAVE MONEY BLOG PAGER ... how to create paging,pagination in …
AFTER INSTALL PRESTASHOP MAKE NEW FOLDERS ----------------------------------------------------------------------------------------------------------------- BEFORE INSTALL PRESTASHOP TWO BLANK FOLDERS CACHE SMARTY…
25 JS FILES DELETE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ NO:1 JS FILE DELETE jquery-1.11.0.min.js FILE IN …
PHP CONTACT FORM WITH CAPTCHA ------------------------------------------------------------------------------------------------------------------ BEFORE SEND MESSAGE 1) FIRST SOVLE SMTP PROBLEM …
RENAME DOCS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME docs To …
RENAME PDF FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME pdf To PAK 1) …
POPULAR POST SCROLL IN SIDEBAR TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
RENAME CONTROLLERS FOLDER IN PRESTASHOP ------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME contr…
BLOG FILE HOSTING GOOGLE PROJECT WITH TORTOISE SVN SOFTWARE EDIT HTML PAGE IN GOOGLE - YouTube ▶ 4:19 https://www.youtube.com/watch?v=Q4yfMqPFSYE 16 mins ago - Uploaded by SAVE MONEY http://fbgadgets.blogspot.co.uk/2016/09/…
Popular Posts Widget for Blogger Tweak ---------------------------------------------------------------------------------------------------------- 1- ADD POPULAR POST WIDGET IN BLOG 2- ADD HTML/JAVA WIDGET IN BLOG A…
CHANGE MENU CSS COLOR IN PRESTASHOP ---------------------------------------------------------------------------------------------------------------------- OR USE THIS CODE INSIDE FILE C:\wamp\www\PrestaShop\them…
BLOG HOSTING HELP DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ▶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVE…
GENERIC BLOGGER TEMPLATE WITH CSS HEADER IMAGE AND PAGINATION ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE READ MORE BUTTON WITHOUT VARIABLE COD…
GOOGLE PROJECT HOSTING ------------------------------------------------------------------------------------------------------------- STEP:1 LOGIN YOUR GOOGLE ACCOUNT STEP:2 GO TO SITE https://code.…
RENAME CORE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME Core To COAT 1) GO…
DEFAULT BOOT STRAP WORD IN 13 FILES PRESTASHOP ------------------------------------------------------------------------------------------------------------------ 1.C:\wamp\www\PrestaShop\README.md 2.&nbs…
PAGE NAVIGATION WITH TITLE AND THUMBNAIL IN BLOG ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE RED JAVA CODE AND JAVA FILE LINK PAG…
PRESTA CSS JS FILE LINKS REMOVE BY DELETE FILES ------------------------------------------------------------------------------------------------------------------ YOU TUBE LINK https://youtu.be/UbE4O--D9i4?list=PL4AC2C4F0F53…
MAKE WODPRESS THEME ------------------------------------------------------------------------------------------------------------------------ MAKE AND SAVE ALL FILE ONE BY ONE IN SAME FOLDER -…
RENAME ADAPTER FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME adapter To APPLE…
ABSOLUTE POPUP BOX WITH PRINT ----------------------------------------------------------------------------------------------------------------- POP BOX WITHOUT JAVA CODE 1: COPY AND PASTE BELOW CODE IN POS…
FONT LINE FIND IN PRESTA SHOP FILE SEEK SOFTWARE -------------------------------------------------------------------------------------------------------------------------- USEFULL LINKS http://alternativeto.net/software/filese…
POST LOADER TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
Direct Link Generator CODE ----------------------------------------------------------------------------------------------------- CODE: -------------------------------------------------------------------…
PAGE NAVIGATION WITH TITLE AND THUMBNAIL IN BLOG ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE IN THIS CODE U NEED SAME POST HTML CODE,P…
NEWS TICKER BLOGGER TEMPLATES ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODEIN BLOGGER TEMPLATE -----------------…
ADD POP UP REMOVER STEP 2: Remove FocusBase pop-up ads from Internet Explorer, Firefox and Google Chrome with AdwCleaner The AdwCleaner utility will scan your computer and web browser for …
RECENT/FEATURED POST THUMBNAIL IMAGE IN SIDEBAR ---------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE -----------------------------------------------------…
PRESTASHOP THUMBNAIL WITH HOVER EFFECT ----------------------------------------------------------------------------------------------------------- PRESTASHOP THUMBNAIL WITH HOVER EFFECT STEP1: GO INSIDE IN BELOW LIN…
Labels:
P
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.