Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

seo How move Blog Post Footer Widget in Blogger 2013

Seo Master present to you:
Today We Discuss How to move Blogger post Widget in Blogger post Footer,Its easy how to Move it.because Some time Blogger post Footer Sown Sharing And like Box.So if you remove this widget Follow These instructions.Some time You install New Blogger Templates .Template have Also Shearing Widget And social media.Some Time Blogger show in Footer Blogger Widget Shearing So if you want to remove this.Some This Widget Not Show in Blogger post Widget Footer.let's Do we back How Do This job.


Follow These Steps.

  • Go to your Dashboard >> layout >> Edit "HTML/Javascript" Widget

Find the following line of code near the bottom

  • container.insertBefore(n,footer);
When You Find Change it to this.
footer.childNodes[1].insertBefore(n,footer.childNodes[1].firstChild);
And the widget should appear in your post footer like below Snapshot Given.


To get the widget to appear after the first line use this code instead:
footer.childNodes[1].appendChild(n);
And it will show up like this Given Below Snapshot.


2013, By: Seo Master

seo How to Highlight Blog Author Comments in Blogspot/blogger 2013

Seo Master present to you:
How to Highlight Blog Author Comments in Blogspot/blogger
This Tutorial We Learn  How to Highlight Blog Author Comments in Blogspot/blogger,its Amazing And Atractive Effect in Blogger And Vister like This.You Can Add Any Color In Your Blogger Comments Background,How We Can Change This below Given all Instructions.Follow All instructions.When you Done this Steps hope your background Wiil be changed.


Follow These Steps.

  • Go to >> Blogger.com
  • Go To >> Template
  • Next Go >> Edit HTML
  • Find This Code Given below.
</body>

  • Just above it, paste the following code Given below.


<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(function() {
function highlight(){
$('.user.blog-author').closest('.comment-block')
.css('border', '1px solid #FFA500')
.css('background','#F1F1F2 url("http://www.blogblog.com/1kt/transparent/white80.png")')
.css('color', '#444444')
.css('font-size', '12px')
.css('padding', '10px');
}
$(document).bind('ready scroll click', highlight);
});
</script>

How To Customization:

You Can Change All Colors Starting tags Is



2013, By: Seo Master

seo How Add Related Posts Widget For Blogger With Thumbnails 2013

Seo Master present to you:
How Add Related Posts Widget For Blogger With Thumbnails
This Tutorial We Learn How Add Related Posts Widget For Blogger With Thumbnails.its Amazing Css Ctyles We Learn This post how we can use this,its Amazing method For Increase traffic And And show old Post Below New post.when visit your post And End of The post New Related Posts Show With thumbline.let's we back and how we can do this.Follow Some Below given steps And put Carefully Css Codes.

Follow These steps.



  • Go To >> Blogger Dashboard >> Template >>Edit HTML.
  • Check the "Expand widgets template" box.
  • Search (CTRL + F) for this piece of code </head> 


Copy And Past Before/Above </head>

<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'><style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;http://www.matrixar.com/-PpjfsStySz0/UF91FE7rxfI/AAAAAAAACl8/092MmUHSFQ0/s1600/no_image.jpg&quot;;
var maxresults=5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/>
<!-- remove --></b:if><!--Related Posts with thumbnails Scripts and Styles End-->

Note. If You Want More Change Value Show Post "var maxresults=5; You Can Change 5.

Now Next Find the Following code.

<div class='post-footer'>

Now Next  just above it, copy and paste the below code.


<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'><div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if><b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.matrixar.com'><img alt='Blogger Tricks' src='http://www.matrixar.com/-K65p5zLLKQk/T3ObCINoP7I/AAAAAAAABmI/dF84-alnOu4/s1600/best+blogger+tips.png'/></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->

Note. Change the 6 value from max-results=6 with the number of posts you want to be displayed.

Now Save Your Template And you Done It.


2013, By: Seo Master

seo Ads Banners with CSS Effects also used in Spice Up Your Blogger 2013

Seo Master present to you:

This Tutorial About How Add We Ads Banners with CSS Effects also used in Spice Up Your Blogger.Now a Days its Amazing method For earning.So We can put banners on the bloggers and Advertisement here And When When Some Body Ask You you Will Pay And put Ads Where customer Want.Now We Can See Lot of Sites Authors Put css Stylish Ads And Earning.if you want to get more earning so put the ads your site and create page name of advertisement here.some time we vwaste time and empty hand,so don't waste your time if you want earning more mony,so we back and start job.first you decite where you put this ads,side bar is the best for puting ads 125*125 and 250*300  let's we start how we can do this.its easy and stylish.


How To Do This Just Follow The Steps Given Below.



  • Go to >> Blogger >> Layout >> Edit HTML.
  • Backup your template
  • Search for ]]></b:skin> and just above past The Code.
  • Click Save Template
  • Go to "Layout" ---> Click on Add Gadget ---> create new HTML / JavaScript.
  • Copy the code, Code Given Below.
  • Don't Try Changing This Code When Is Not Working.

/* -------------------www.matrixar.com Ads------------------*/
div.bsap_125 a{width:125px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;float:left;line-height:100%;margin:0 4px 10px 0;}
div.bsap_125 img{border:2px solid #ddd;clear:right;padding:5px;}
div.bsap_125 a.adhere{color:#666;font-weight:bold;font-size:12px;border:2px solid #ccc;background:#e7e7e7;text-align:center;width:125px;height:125px;line-height:1000%;}
div.bsap_125 a.adhere:hover{border:2px solid #999;background:#ddd;color:#333;}
html>
body div.bsap_125 a.adhere{width:123px;height:123px;}
div.bsap_468 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
div.bsap_468 img{border:0;clear:right;}
div.bsap_468 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:468px;height:60px;line-height:480%;}
div.bsap_468 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
html>
body div.bsap_728 a.adhere{width:726px;height:90px;}
div.bsap_728 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
div.bsap_728 img{border:0;clear:right;}
div.bsap_728 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:128px;height:90px;line-height:730%;}
div.bsap_728 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
html>
body div.bsap_336 a.adhere{width:334px;height:280px;}
div.bsap_336 a{width:468px;display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;text-align:center;text-decoration:none;overflow:hidden;line-height:100%;margin:0;}
div.bsap_336 img{border:0;clear:right;}
div.bsap_336 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;width:336px;height:280px;line-height:2200%;}
div.bsap_336 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}
html>
body div.bsap_468 a.adhere{width:466px;height:58px;}
.bsap a{text-shadow:1px 1px 1px #111!important;color:#eee!important;overflow:visible!important;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;border:0 none!important;-webkit-border-top-left-radius:80px;-webkit-border-bottom-right-radius:80px;-moz-border-radius-topleft:80px;-moz-border-radius-bottomright:80px;border-top-left-radius:80px;border-bottom-right-radius:80px;margin:0 10px 10px 0 !important;padding:7px!important;}
.bsap a:hover{-webkit-border-top-left-radius:40px;-webkit-border-bottom-right-radius:40px;-moz-border-radius-topleft:40px;-moz-border-radius-bottomright:40px;border-top-left-radius:40px;border-bottom-right-radius:40px;}
.bsap a img{border:0 none!important;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.5);-moz-box-shadow:0 0 8px rgba(0,0,0,0.5);box-shadow:0 0 8px rgba(0,0,0,0.5);padding:3px!important;}
.bsap .even{margin-right:0!important;}
.bsap .ad1{background:#e42b2b!important;}
.bsap .ad2{background:#ff8400!important;}
.bsap .ad3{background:#a800ff!important;}
.bsap .ad4{background:#49a7f3!important;}
.bsap .ad5{background:#41d05f!important;}
.bsap .ad6{background:#B24700!important;}
.bsap .ad7{background:#FFE500!important;}
.bsap .ad8{background:#007D47!important;}
.bsap .ad9{background:#330000!important;}
.bsap .ad10{background:#990000!important;}
.bsap .ad11{background:#f70000!important;}

The size of 125x125 Code Given Below.

<center>
<div id="bsap_125" class="bsap_125 bsap">
<a href="ADVERTISE URL" class="ad1" title="Ad Title" id="bsa_1451626" target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 125 "width =" 125 "/> </a>
<a href="ADVERTISE URL" class="ad2 even" title="Ad Title" target="_blank"> <img src = "IMAGE URL"alt =" AdName "height =" 125 "width =" 125 "/> </a>
<a href="ADVERTISE URL" class="ad3" title="AdTitle" target="_blank"> <img src = "IMAGE URL "alt =" AdName "height =" 125 "width =" 125 "/> </a>
<a href="ADVERTISE URL" class="ad4 even" title="Ad Title" target="_blank"> <img src = "IMAGE URL"alt =" AdName "height =" 125 "width =" 125 "/> </a>
</div></center>

The size of 468x60 Code Given Below.


<center>
<div id="bsap_468" class="bsap_468 bsap">
<a href="ADVERTISE URL" class="ad5" title="Ad Title" id="bsa_1451626"
target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 60
 "width =" 468 "/> </ a>
</ Div>
</ Center>

The size of 728x90 Code Given Below.


<center>
<div id="bsap_728" class="bsap_728 bsap">
<a href="ADVERTISE URL" class="ad6" title="Ad Title" id="bsa_1451626"
target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 90
 "width =" 728 "/> </ a>
</ Div>
</ Center>

The size of 336x280Code Given Below.

<center>
<div id="bsap_336" class="bsap_336 bsap">
<a href="ADVERTISE URL" class="ad8" title="Ad Title" id="bsa_1451626"
target="_blank"> <img src = "IMAGE URL "alt ="AdName"height =" 280
 "width =" 336 "/> </ a>
</ Div>
</ Center>

How Customize Changings Tthis Code.

  • ADVERTISE URL - In Aqua Color Highlight Replace to your advertiser URL.
  • IMAGE URL - Replace to your advertiser image ULR.
  • NOTE: The one Highlighted with Yellow should be changed with any thing you like among ad1 - ad11 (It changes the color of the background image)
  • Good luck. If you any doubts please ask by commenting below,i will Reply Soon Is Possibale...
  • Now If  You Like This post So Please Share It.

2013, By: Seo Master

seo How To Add New POP UP Facebook Like Box For Blogger/Website 2013

Seo Master present to you:
How To Add POP UP Facebook Like Box For Blogger/Website
This Tutorial About How Add Facebook like Box In Blogspot Blogger And Wordpress Website.Its Simple And Easy,When You put it On The Blogger And Website Time Will be Shown Highlight And 10,20,30 Seond, You Can Adjust Time,But 10 And 20 Second is best ,mostly audience Dont like popup Because When You put It permanently Its Bad,But This Code is Best Because its Only Show limited Time.its a best method of increse your website traffic and rank.you get directly visters you blog and website.mostly increase use for social meadi and shearingso back and do this how? blogger and website use it,i Hope you Are understand And ready To Do This,Now We Learn How Do This in Website And Blogger.


How To Install This Widget To Blogspot Blogger?


  • Go To Blogger >> Template >> HTML >> Find This </head>  And After past The Below Given Code.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>

How To Add In Blogspot?


  • 1.) Go To Your >>  www.blogger.com
  • 2.) Open Your  Blog Where You Want to Add This Box.
  • 3.) Go To >> Dashboard >> Layout.
  • 4.) Click "Add a Gadget" .
  • 5.) Now Scroll To "HTML-JAVASCRIPT".
  • 6.) Click "HTML-JAVASCRIPT" Icon To Add It.
  • 7.) Now Copy The Below Code And Paste It To Empty Box.
  • 8.) Leave The Title Empty.
  • 9.) Click Save, Now You Are Done It.

How To Add In Website?

  • 1.) Just Go To Your HTML File.
  • 2.) Now Copy The Below Code And Paste It Between <body> </body>.
  • 3.) Save It, Now You Are Done It. 

Copy This Code Add To Blogger And Website.


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>
<style type='text/css'>
#tipsntrack{
position: fixed;
top:100px;
z-index:9999;
display:none;
padding:0px;
right:600px;
border:10px solid rgba(82, 82, 82, 0.7);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
-webkit-border-radius:8px 8px 8px 8px;
-moz-border-radius:8px 8px 8px 8px;
border-radius:8px 8px 8px 8px;
width:400px;
height:360px;
overflow:hidden;
}
#tipsntrack span{
font-size:20px !important;
font-weight:bold !important;
}
#tipsntrack h1{
background:#6d84b4 url(https://lh4.googleusercontent.com/-TRM1hCHTuTQ/UQz37evmq-I/AAAAAAAABMA/3AQjHzFv_CM/h120/look.png) 98% no-repeat;
border:1px solid #3b5998 !important;
color:#FFFFFF !important;
font-size:20px !important;
font-weight:700 !important;
padding:5px !important;
margin:0 !important;
font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;
overflow:hidden !important;
}
.htmlarea{
font-size:12px !important;
font-weight:normal !important;
height:265px !important;
padding:1px !important;
background:#fff !important;
border-bottom:2px solid #ddd;
overflow:hidden !important;
}
#mdfooter{
text-align:left;
background:#F2F2F2 !important;
height:56px !important;
padding:10px 10px 10px 10px !important;
overflow:hidden !important;
}
#mdclose{
float:right;
background-color:#eee !important;
border:1px solid #ccc !important;
color:#111 !important;
font-weight:bold !important;
padding:5px 8px 5px 8px !important;
text-decoration:none !important;
display:inline-block !important;
font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;
outline:none !important;
position:relative !important;
font-size:18px !important;
margin:1px !important;
}
#mdclose:active{
top:1px;
left:1px;
}
.grabthis{
bottom:80px;
font:8px "lucida grande",tahoma,verdana,arial,sans-serif;
position:absolute;
right:6px;
text-align:right;
z-index: 99999;
}
.grabthis a{
color: #000;
text-decoration:none;
}
.grabthis a:hover{
text-decoration:underline;
}
</style>
<script type='text/javascript'>
jQuery(document).ready(function() {
function tipsntrack_ppopup()  {
var sec = 10
var timer = setInterval(function() {
   $("#mdfooter span").text(sec--);
   if (sec == 0) {
      $("#tipsntrack").fadeOut("slow");
      clearInterval(timer);
   }
},1000);
  var mdwh = jQuery(window).height();
  var mdpph = jQuery("#tipsntrack").height();
  var mdfromTop = jQuery(window).scrollTop()+50;
 jQuery("#tipsntrack").css({"top":mdfromTop});}
jQuery(window).fadeIn(tipsntrack_ppopup).resize(tipsntrack_ppopup)
 //alert(jQuery.cookie('sreqshown'));
 //var mdww = jQuery(window).width();
 //var mdppw = jQuery("#tipsntrack").width();
 //var mdleftm = (mdww-mdppw)/2;
   var mdleftm = 500;
 //var mdwh = jQuery(window).height();
 //var mdpph = jQuery("#tipsntrack").height();
 //var mdfromTop = (jQuery(window).scrollTop()+mdwh-mdpph) / 2;
 jQuery("#tipsntrack").animate({opacity: "1", left: "0" , left:  mdleftm}, 0).show();
     jQuery("#mdclose").click(function() {
jQuery("#tipsntrack").animate({opacity: "0", left: "-5000000"}, 1000).show();});});
</script>
<div id="tipsntrack">
<h1>Join us on Facebook</h1>
<div class="htmlarea">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fimtiazbloggertrick&amp;width=400&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;height=251" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:251px;" allowtransparency="true"></iframe>
<div class="grabthis">
By <a href="http://www.matrixar.com/" target="_blank">Tips N Track</a> / <a href="http://www.matrixar.com/2013/04/how-to-add-new-pop-up-facebook-like-box.html" target="_blank">+Get This!</a>
</div>
</div>
<div id="mdfooter">
Please wait..<span>10</span> Seconds
<a href="#" id="mdclose" onclick="return false;">Cancel</a>
</div>
</div>
<!-- End popup -->

How To Customize This code.

Only Change Highlight Code Other Wise It's not Working Your Blogger And Website.
Ist Chane Imtiazbloggertrick Ans 2nd Changing is Second 10 ,You Can Put 10 to 30 Second Here.

I hope you Like This post.Feedback, Will be in comments.

https://www.facebook.com/groups/imtiazblogtrick

2013, By: Seo Master

seo Add Stylish Multi-Tabbed widget to Blogger Sidebar 2013

Seo Master present to you:
Add Stylish Multi-Tabbed widget to Blogger Sidebar

This Tutorial We Discuss How Add pure Css Stylish multi Tabbed Widget In Blogspot Blog.its Amazing Stylish Tabbed Css Stylish,we Genrate Pure Css And Working 100% Sure its Working.When You start This And done So appear 3 Tebbed Widget.You can add own Documents and news,Or Bio author In This Tebbed Widget.Mostly People Add facebook Like Box And Follower Box In this Tabbed.i Hope You Understand About How We Can Use This,its Easy And Simple just When Put your Blogger Dont Try Changing Css Code Only Highlight code you will be Change,and Add you Widget in The Tabbed  .so lets move To tutorial how Add this ,just Follow Below Given instructions.you can see Below,And will be Done This Easy.you can see Malti Tabbed Widget In live DEMO given Below.


LIVE Preview & Demo:


How ADD MULTI-TABBED WIDGET TO YOUR BLOGGER SIDEBAR:

Follow These Steps:



  • 1. Go to Design >> Page Elements >>  Add a gadget, then choose >>  HTML/JavaScript
  • 2. Paste Below code Empty inside It.
  • 3. Code is Below.



<script type='text/javascript'>
//<![CDATA[
function NewBloggerTips_oom(NBTID, id)
{
  var NewBloggerTips = document.getElementById(NBTID);
  var NBTs = NewBloggerTips.firstChild;
  while (NBTs.className != "NBTs" ) NBTs = NBTs.nextSibling;
  var NBT = NBTs.firstChild;
  var i   = 0;
  do
  {
    if (NBT.tagName == "A")
    {
      i++;
      NBT.href      = "javascript:NewBloggerTips_ubah('"+NBTID+"', "+i+");";
      NBT.className = (i == id) ? "Active" : "";
      NBT.blur();
    }
  }
  while (NBT = NBT.nextSibling);
  var Halamans = NewBloggerTips.firstChild;
  while (Halamans.className != 'Halamans') Halamans = Halamans.nextSibling;
  var Halaman = Halamans.firstChild;
  var i    = 0;
  do
  {
    if (Halaman.className == 'Halaman')
    {
      i++;
      if (Halamans.offsetHeight) Halaman.style.height = (Halamans.offsetHeight-2)+"px";
      Halaman.style.overflow = "auto";
      Halaman.style.display  = (i == id) ? 'block' : 'none';
    }
  }
  while (Halaman = Halaman.nextSibling);
}
function NewBloggerTips_ubah(NBTID, id) { NewBloggerTips_oom(NBTID, id);
}
function NewBloggerTips_inisial(NBTID) { NewBloggerTips_oom(NBTID,  1);
document.write('');}
//]]>
</script>
<style>
div.NewBloggerTips div.NBTs {
height: 24px;
overflow: hidden;
}
div.NewBloggerTips div.NBTs a:hover, div.NewBloggerTips div.NBTs a.Active {
background-color: #eee;
}
div.NewBloggerTips div.Halamans {
clear: both;
border: 2px solid #f4f4f4;
overflow: hidden;
background-color: #ffffff;
}
div.NewBloggerTips div.Halamans div.Halaman {
height: 100%; padding: 0px;
overflow: hidden;
}
div.NewBloggerTips div.Halamans div.Halaman div.Alas {
padding: 3px 5px;
}
div.NewBloggerTips div.NBTs a {
border-left:1px solid #eee;
border-right:1px solid #eee;
border-top:1px solid #eee;
border-boNBTom:0px solid #eee;
float: left;
display: block;
width: 95px;
text-align: center;
vertical-align: middle;
height: 24px;
padding-top: 3px;
text-decoration: none;
font-family: "Arial", Serif;
font-size: 11px;
font-weight: 900;
color: #000000
}
</style>
<form action="NewBloggerTips.html" method="get">
<div id="NewBloggerTips" class="NewBloggerTips">
<div style="width: 300px;" class="NBTs"> <a>Tab 1 Title</a> <a>Tab 2  Title</a> <a>Tab 3  Title</a></div>
<div style="width: 300px; height: 300px;" class="Halamans">
<div class="Halaman">
<div class="Alas">
<br/>
Tab 1 content goes here</div>
</div>
<div class="Halaman">
<div class="Alas">
<br/>
Tab 2 content goes here</div>
</div>
<div class="Halaman">
<div class="Alas">
<br/>
Tab 3 content goes here</div>
</div>
</div>
<small><a style='margin-left:10px;align:right;' href='http://www.matrixar.com/' target='_blank'>Multi-Tabbed Widget</a> | <a href='http://www.matrixar.com/' target='_blank'>IBT</a></small>
</div>
</div></form>
<script type="text/javascript">Tips_inisial('NewBloggerTips');</script>

How Customization This Code:



  • Replace Tab 1 Title, Tab 2 Title, Tab 3 Title with you Tab Title Any.
  • Replace Tab 1,2,3, Content goes here with your widget code Such As like Box..ETC....
  • Change width: 300px; height: 300px; with your need.
  • If You Want To change Background Color of Multi-Tabbed widget : Replace #ffffff with you favorite color.


Done This And Save...If You like This So Feedback in Comments.
Join This Group.....

https://www.facebook.com/groups/imtiazblogtrick



2013, By: Seo Master

seo Best Professional Blogger Templates 2013 Free Download by IBT 2013

Seo Master present to you:

Best Professional Blogger Template Sites Just To Start Your Blogspot.

Best Professional Blogger Templates 2013 Free Download by IBT
This Template is great new Style of 2013,This Blogger templates are being arranged on such of the systemic method where all elements are to be appeared by the browser from styling content to it's xml details delivered by a language named "HTML". Only this template has a unique feature and that is all CSS, Index.xml, PHP, JavaScript and another Jquery powered by GoogleCode or W3.org are being arranged in between the whole template CSS styling section remains from   <head> to ]]></b:skin> tag and special JavaScript coding remains in between ]]></b:skin> and </head> tag and where </head> tag terminates <body> tag starts from there. These arrangements are so simple to think but too complicated to modifyed any blogger xml template.
Today we're gonna show one of the highly modified blog template which has two sections on header, two horizontal navigation bars with search box,navigation is genrate css new stylish code, its amazing style of 2013. one sidebar and on right side one footer section above three column lower footer section and is expandable according to body's width.its Important, Without these some other special features are being added like a banner ad section above post body having space 400*250 for Google Adsense ad and a social sharing widget next to this above the post body. This template containing a stylish comment box and this template takes few seconds to load in spite of  having slow internet connection. Let's go ahead for greater details of the template name is  IBT Revolution Church


Join Me On Facebook


Front End of IBT Revolution Church Template.

Look out a sample front-end of  this whole template below as of this template has been developed by ImtiazBlogTrick along with TSTC(TheSaaDo) Network.
Best Professional Blogger Templates 2013 Free Download by IBT

Back End View of IBT Revolution Church Template.


Customization Guidance Navigation.


  •  Change Top Horizontal Navigation by editing this one below Code


<div id='NavbarMenu'>
<div id='NavbarMenuleft'>
<ul id='subnav'>
<li><a expr:href='data:blog.homepageUrl' shape='rect'>Home</a></li>
<li><a href='http://www.services.comli.com/' target='_blank' title='Our Exclusive Premium Services'>Services</a></li>
<li><a href='#' shape='rect' target='_blank'>Advertise</a></li>
<li><a href='#' shape='rect' target='_blank'>About Us</a></li>
<li><a href='mailto:itsimtiaz88@yahoo.com' target='_blank'
title='Contact Me Via Email'>Contact Us</a>
</li></ul>
<g:plusone size='medium'/></div>


  •  Change Horizontal Navigation by Editing This One Shown Below 

<div id='toppic'>
<div id='topwrapper'>
<ul id='top'>
<li class='home'><a href='/'>Home</a></li>
<li><a href='#'>Menu 1</a></li>
<li><a class='trigger' href='#'>Drop menu 1</a>
<ul>
<li><a href='/'>Sub menu 1</a></li>
<li><a href='/'>Sub menu 2</a></li>
<li><a href='/'>Sub menu 3</a></li>
<li><a href='/'>Sub menu 4</a></li>
</ul>
</li>
<li><a class='trigger' href='#'>Drop menu 2</a>
<ul>
<li><a href='/'>Sub menu 1</a></li>
<li><a href='/'>Sub menu 2</a></li>
<li><a href='/'>Sub menu 3</a></li>
<li><a href='/'>Sub menu 4</a></li>
<li><a href='/'>Sub menu 5</a></li>
<li><a href='/'>Sub menu 6</a></li>
</ul>
</li>
<li><a class='trigger' href='#'>Drop menu 3</a>
<ul>
<li><a href='/'>Sub menu 1</a></li>
<li><a href='/'>Sub menu 2</a></li>
<li><a href='/'>Sub menu 3</a></li>
<li><a href='/'>Sub menu 4</a></li>
<li><a href='/'>Sub menu 5</a></li>
<li><a href='/'>Sub menu 6</a></li>
<li><a href='/'>Sub menu 7</a></li>
<li><a href='/'>Sub menu 8</a></li>
</ul>
</li>
<li><a href='#'>Menu 2</a></li>
</ul>
<br class='clearit'/>
</div>


This Section Is How Put Ads in the below Of Post Title And End of the post ans Custom search.


<div id='NavbarMenuright'>
Google Custom Search Code</div>
</div>

This Code For Below The Post Title


<div align='center'>
Google 336*280 Banner Ad Goes to Here</div>
</td>

This code For End Of The Post.


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='gapad'>
<center>YOUR ADSENSE CODE GOES HERE</center></div>
</b:if> 

Need Help More About this Template?

I hope you understand About IBT Revolution Church Template ,If You Find Any problem So Tell Me In Comments..



Password is www.www.matrixar.com

Some Important Links


2013, By: Seo Master

seo Free Pro Blogger Template MyBloggerTricks Download 2013

Seo Master present to you:

Free Premium Blogger Template MBT V2 "MyBloggerTricks.com" Download

MBT Premium Blogger Template By [www.www.matrixar.com]
Free Pro My Blogger Tricks template is inspiration for us. They always provide awesome blogger/blog tricks and widgets Earning tricks. Provide us many SEO tricks. My blogger tricks partner some times talk with its owner and he always give us positive replies. Recently they shifted their website template to a black & green contrast style and its looking good.this Template Is Full Seo Friendly ,And top  View this Template is realy Intresting and Lokk is very Good.
this Post I am giving You Complete Features And Some important About this MBT template .This realy amzing And Intresying For us.when i read some sites comments and som people want MBT v2 Pro free Template .Its Amazing Post All people Who Want To Download This,upload in Templates.



Features of  MyBloggerTricks Template.




  • SEO Optimized
  • elegant menu
  • fast loading
  • back to top button
  • clean and simple looks
  • Fully Monetized
  • Top Customizable Sticky Bar
  • SEO Optimized Blogger Template
  • Clean White , Elegant Look
  • Adsense Ready Template ( Add Adsense below Title , Sidebar , Header )
  • auto Scrool Top Widght 


Join Me On Facebook



How to Install MyBloggerTricks  Premium Blogger Template.


i am telling How Installation of blogger/blog templates is really easy and  MyBloggerTricks  installation is same as other blogger templates.
Just follow the sime  instructions given belown if you don't know already how to install Templatein blogspot.

  • Login to blogger>> Go Dashboard >>Template.
  • Select >> backup/restore in the upper corner
  • Download the current template for backup [in-case anything goes wrong Template]
  • Next select upload and upload the template Your Blogspot blog.






Password Is www.www.matrixar.com

Dear friends if  Downloading Face problem In Comment Your Broblem i will Solve Your problrm.

Some Important Link.

2013, By: Seo Master

seo Stylish buysellads-marketplace like ads widget for Blogger/Wordpress 2013

Seo Master present to you:

Stylish buysellads-marketplace like ads widget for Blogger/Wordpress
This tutorial  Today i am intoduced stylish BuySellAds MarketPlace widget for blogger/blog now can good impressions for visitors. This cool CSS widget design him widget catching attractive user easily clicks this ads nice impressions blogger/blog designes effect is better then this widget for blogger / wordpress / domain cool for advertisers.its a good soyrce of earning .Because many prople offer you that you put Add your own site .Its amazing For your blog.i'm telling you When You put Adds Your Site So Please ist Create A new page for name of Advertisemint here.So When people Click your add so They Automatically Redirect Your Advertsemint page ,where you Put all Description About this .how mutch These.

How To Add Those Widget In Your Blogspot Blog?

  • Go to >> Blogger login
  • Add >>gadget >> HTML >>javascript
  • Paste inside Empty box .
  • Save it done.

Join Me On Facebook


How To Add Those Widget In Your Wordpress Blog?


  • Go to Dashboard >> Appearance >> Widget.
  • Add a Text Widget.
  • Paste the code shown below.
  • Save the Widget and You have done it!.


Ist Add This.

Stylish buysellads-marketplace like ads widget for Blogger/Wordpress


<style>
html > body div.bsap_1272098 a.adhere {
    width: 258px;
    height: 258px;
}
div.bsap_1272098 a.adhere {
    width: 260px;
    height: 260px;
    line-height: 2080%;
}
div.bsap_1272098 a.adhere {
    color: rgbundefined102, 102, 102);
    font-weight: bold;
    font-size: 12px;
    border: 1px solid rgbundefined204, 204, 204);
    background: none repeat scroll 0% 0% rgbundefined231, 231, 231);
    text-align: center;
}
.bsap a:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bsap .ad1 {
    background: none repeat scroll 0% 0% rgbundefined17, 108, 165) !important;
}
div.bsap_1272098 a {
    line-height: 100%;
}
div.bsap_1272098 a {
    display: block;
    font-size: 11px;
    color: rgbundefined136, 136, 136);
    font-family: verdana,sans-serif;
    margin: 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
div.bsap_1272098 a {
    width: 260px;
}
.bsap a {
    text-shadow: 1px 1px 1px rgbundefined17, 17, 17) !important;
    color: rgbundefined238, 238, 238) !important;
    padding: 0px !important;
    margin: 0px 10px 10px 0px !important;
    overflow: visible !important;
    transition: all 0.2s ease 0s;
    border: 0px none !important;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
#nav ul li a.current, #nav ul li a.current:visited, a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: 0px none;
}
</style>
<div class="widget-content">
<!-- Ads Zone Code -->
<div id="bsap_1272098" class="bsap_1272098 bsap"><a href="http://www.matrixar.com/" title="Advertise Here" class="adhere ad1 odd" target="_blank">Advertise Here</a></div>
<!-- End Ads Zone Code -->
</div>


2nd Add this.

Stylish buysellads-marketplace like ads widget for Blogger/Wordpress


<style>
html > body div.bsap_1264012 a.adhere {
    width: 123px;
    height: 123px;
}
div.bsap_1264012 a.adhere {
    width: 125px;
    height: 125px;
    line-height: 1000%;
}
div.bsap_1264012 a.adhere {
    color: rgbundefined102, 102, 102);
    font-weight: bold;
    font-size: 12px;
    border: 1px solid rgbundefined204, 204, 204);
    background: none repeat scroll 0% 0% rgbundefined231, 231, 231);
    text-align: center;
}
.bsap a:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bsap .ad5 {
    background: none repeat scroll 0% 0% rgbundefined61, 164, 21) !important;
}
.bsap .ad6 {
    background: none repeat scroll 0% 0% rgbundefined182, 118, 6) !important;
}
.bsap .even {
    margin-right: 0px !important;
}
div.bsap_1264012 a {
    line-height: 100%;
}
div.bsap_1264012 a {
    display: block;
    font-size: 11px;
    color: rgbundefined136, 136, 136);
    font-family: verdana,sans-serif;
    margin: 0px 8px 15px 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    float: left;
}
div.bsap_1264012 a {
    width: 125px;
}
.bsap a {
    text-shadow: 1px 1px 1px rgbundefined17, 17, 17) !important;
    color: rgbundefined238, 238, 238) !important;
    padding: 0px !important;
    margin: 0px 10px 10px 0px !important;
    overflow: visible !important;
    transition: all 0.2s ease 0s;
    border: 0px none !important;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
#nav ul li a.current, #nav ul li a.current:visited, a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: 0px none;
}
</style>
<div class="widget-content">
<!-- BuySellAds Zone Code -->
<div id="bsap_1264012" class="bsap_1264012 bsap">
<a href="http://mybloggertopic.blogspot.com/" title="Advertise Here" class="adhere ad5 odd" target="_blank">Advertise Here</a>
<a href="http://mybloggerstricks.com/" title="Advertise Here" class="adhere ad6 even" target="_blank">Advertise Here</a>
</div>
<!-- End BuySellAds Zone Code -->
</div>


3rd Add This.

Stylish buysellads-marketplace like ads widget for Blogger/Wordpress

<style id="bsa_css" type="text/css">div.bsap_1263441{width:100%;display:block}div.bsap_1263441 a{width:468px}div.bsap_1263441 a img{padding:0}div.bsap_1263441 a em{font-style:normal}div.bsap_1263441 a{display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:0 4px 10px 0;text-align:center;text-decoration:none;overflow:hidden;float:left;}div.bsap_1263441 img{border:0;clear:right;}div.bsap_1263441 a.adhere{color:#666;font-weight:bold;font-size:12px;border:1px solid #ccc;background:#e7e7e7;text-align:center;}div.bsap_1263441 a.adhere:hover{border:1px solid #999;background:#ddd;color:#333;}div.bsap_1263441 a{line-height:100%}div.bsap_1263441 a.adhere{width:468px;height:60px;line-height:480%}</style><div class="widget-content"><!-- BuySellAds Zone Code --><div id="bsap_1263441" class="bsap_1263441 bsap"><a title="Advertise Here" href="http://www.matrixar.com/" class="adhere ad1 odd" target="_blank">Advertise Here</a></div><!-- End BuySellAds Zone Code --></div>

4th add This.

Stylish buysellads-marketplace like ads widget for Blogger/Wordpress

<style>
div.bsap_1263441 a.adhere:hover {
    border: 1px solid rgbundefined153, 153, 153);
    background: none repeat scroll 0% 0% rgbundefined221, 221, 221);
    color: rgbundefined51, 51, 51);
}
html > body div.bsap_1263441 a.adhere {
    height: 58px;
    width: 466px;
}
div.bsap_1263441 a.adhere {
    width: 468px;
    height: 60px;
    line-height: 480%;
}
div.bsap_1263441 a.adhere {
    color: rgbundefined102, 102, 102);
    font-weight: bold;
    font-size: 12px;
    border: 1px solid rgbundefined204, 204, 204);
    background: none repeat scroll 0% 0% rgbundefined231, 231, 231);
    text-align: center;
}
.bsap a:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bsap .ad1 {
    background: none repeat scroll 0% 0% rgbundefined17, 108, 165) !important;
}
div.bsap_1263441 a {
    line-height: 100%;
}
div.bsap_1263441 a {
    display: block;
    font-size: 11px;
    color: rgbundefined136, 136, 136);
    font-family: verdana,sans-serif;
    margin: 0px 4px 10px 0px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    float: left;
}
div.bsap_1263441 a {
    width: 468px;
}
.bsap a {
    text-shadow: 1px 1px 1px rgbundefined17, 17, 17) !important;
    color: rgbundefined238, 238, 238) !important;
    padding: 0px !important;
    margin: 0px 10px 10px 0px !important;
    overflow: visible !important;
    transition: all 0.2s ease 0s;
    border: 0px none !important;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
#nav ul li a.current, #nav ul li a.current:visited, a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: 0px none;
}
</style>
<div class="widget-content">
<div style="margin-top:35px;">
<!-- BuySellAds Zone Code -->
<div id="bsap_1263441" class="bsap_1263441 bsap"><a title="Advertise Here" href="http://www.matrixar.com/" class="adhere ad1 odd" target="_blank">Advertise Here</a></div>
<!-- End BuySellAds Zone Code -->
</div>
</div>


Now Save Any One Code You Will Done this.

Know How To Customization This Code.

Replace all yellow mark http://www.matrixar.com/ and "Advertise here" you can Write Here Any Thing If You Want.

If You Like This post Rate this in Comments..









2013, By: Seo Master

seo How To Add Floating Facebook Like Box Widget For Blogger 2013

Seo Master present to you:
How To Add Floating Facebook Like Box Widget For Blogger
This Tutorial Related Social Media Shearing Widgets For FaceBook like Box Floating.Add facebook like box to blogger, how do I make it?. Do you know facebook and twitter now becomes biggest social media and many people in the world use it.its A Best Source For increase Your Blogger And Blog Site  traffic Increase.So i Hope you Will Enjoy this.Amazing Css Style .






Join Me On Facebook


Add Floating Facebook Like Box


1. Go to Blogger > Layout > Add a gadget
2. And select HTML/JavaScript
3. Add this code into it



<style>
#thiswidget {
   height: 20px;
   width: 56px;
   border-radius: 0 0 5px 5px;
   float: left;
   padding: 0 0 0 12px;
   background-color: #D0D0D0;
}
#boxshare {
   display: scroll;
   position:fixed;
   bottom:40%;
   left:2%;
   width: 68px;
   background-color:#FFFFFF;
   border: 1px solid #A3A3A3;
   border-radius:5px;
   padding:0 0 2px 0;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   z-index:10;
}
#boxshare .boxbutton {
   float:left;
   clear:both;
   margin:5px;
}
.fb_share_count_top {
   width:68px !important;
}
.fb_share_count_top, .fb_share_count_inner {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
.FBConnectButton_Small .FBConnectButton_Text {
   padding:2px 2px 3px !important;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   font-size:8px;
}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {
   width:68px !important;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
</style>
<div id='boxshare' title="Share This">
<div class='boxbutton' id='gb'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like layout="box_count" show_faces="false" font=""></fb:like></div>
<div class='boxbutton' id="fb-root"><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:send layout="box_count" show_faces="false" font=""></fb:send></div>
<div class='boxbutton' id='rt'><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="imtiazblogtrick">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
<div class='boxbutton' id='gplusone'><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone></div>
<div class='boxbutton' id='fb'><a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div><br/><div style="clear: both;font-size: 12px;text-align: center;">
</div>
<a href='http://www.matrixar.com/2013/03/how-to-add-floating-facebook-like-box.html' id='thiswidget'>widget</a>
</div>



Now Replace highlight with your user name of the twitter without @
4. Finally click Save it.

You can make facebook like box on right & Left your page with replace Aqua highlight from left to right. And you can adjust the distance replace 40% with the distance you want.



2013, By: Seo Master

seo How Highlight Author Comments in Blogspot/Blogger 2013

Seo Master present to you:

How Highlight Author Comments in Blogspot/BloggerThis tutorial About How Create your author comments in blogger differently between visitor comments. And to design a better author comments you do not use a lot color "px" or use image background because it will use more resources and it is not good for your blogspot blog. So you design simple author comments but looks attractive and prominent.i Hope You Will Done Use these Steps.


Customize Author Comments in Blogger

1. Go to Blogger >> Template >> Edit HTML.
2. Give check "Expand Widget Templates" box.
3. Backup your template.


  • Orange Code.

How Highlight Author Comments in Blogspot/Blogger

.comment-body-author {
   background: url(http://www.matrixar.com/-6Y9Ocs109wM/UTXkd2jqdZI/AAAAAAAABD0/bOCU0KZncWw/s1600/comment+author.png) no-repeat top right;
   color: #621A00;
   font-family: Arial, Verdana;
   border: 1px dotted #E03C00;
    padding:0 36px 0 20px;
   margin:0;
}

  • Green Code
How Highlight Author Comments in Blogspot/Blogger

.comment-body-author {
   background: url(http://www.matrixar.com/-NoS939qarZw/UTXoVzVi47I/AAAAAAAABEM/--wu99K9lPs/s1600/comment+author+0.png) no-repeat top right;
   color: #013408;
   font-family: Arial, Verdana;
   border: 1px dotted #02CA1D;
   padding:0 36px 0 20px;
   margin:0;
}


  • Make your author comments you want to Change.


.comment-body-author {    background: #FFFFFF;    color: #0C1F0E;
   font-family: Arial, Verdana;
   border: 1px dotted #06DD22;
   padding:0 5px 0 20px;
   margin:0;
}

#FFFFFF use to change your background color
#0C1F0E use to change your font color
#06DD22 use to change your border color, dotted use to change border style you can replace with solid or dashed.

4. And search this code use [CTRL+F].

]]></b:skin>

5. And select one the author comments color you want and paste just above it.
6. Search this code Your Template Code too [use CTRL + F]

<data:commentPostedByMsg/>       </dt>
      <dd class='comment-body'>
         <b:if cond='data:comment.isDeleted'>
           <span class='deleted-comment'><data:comment.body/></span>
         <b:else/>
           <p><data:comment.body/></p>
         </b:if>
      </dd> 
7. And replace with this code.

<data:commentPostedByMsg/>
      </dt>
<b:if cond='data:comment.author == data:post.author'><dd class='comment-body-author'><p><data:comment.body/></p></dd><b:else/>      <dd class='comment-body'>
         <b:if cond='data:comment.isDeleted'>
           <span class='deleted-comment'><data:comment.body/></span>
         <b:else/>
           <p><data:comment.body/></p>
         </b:if>
      </dd>
</b:if>

8. And save your template now author comments in your blogger will change.
Now You Will Done It.
2013, By: Seo Master

seo How To Customize Author Profile Widget in Blogger /Blog New Style 2013

Seo Master present to you:
How To Customize Author Profile Widget in Blogger /Blog New Style
This Tutorial All About How To Customize Your Own blogger/blog "Author Profile" widget from blogger, So you can add or edit "Author Profile" widget you want To Change, but in this script I just add a simple CSS hover, so letter will change if your mouse cursor on it.and your author  pitcher will be move arount Left and Write.its  Beautiful Css Style For your Blogger.i Hope you Enjoy this New look style Use your  Blog And Site. 




Add Author Profile widget in Blogger

1. Goto Blogger > Layout
2. Select Add a Gadget where you want to place "Author Profile" widget
3. Search and select Profile then Save
Ok your "Author Profile" have made. Now you can add your story in google+ setting, you know google+ know have new view.


Customize Author Profile Widget in Blogger

1. Go to Blogger > Template > Edit HTML
2. Backup your template
3. Search this code ]]></b:skin>
4. Now paste code below just above ]]></b:skin>

/*############################
                Author Profile
#############################*/
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 5px 7px 5px 5px;
border-left:2px solid #0073FF;
border-top:2px solid #0073FF;
-moz-transform: rotate(5deg);
-o-transform: rotate(5deg);
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
.profile-img:hover {
padding: 5px 5px 5px 5px;
border:2px dotted #00B309;
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.profile-data {
padding:0 10px 20px 20px;
padding:0;
font: bold 15px verdana,Arial;
color: #0073FF;
text-align:center;
}
.profile-data:hover {
color:#00B309;
}
.profile-datablock {
margin:.5em 0 .5em;
}
.profile-datablock:hover {
background: transparent url(http://www.matrixar.com/-in_oyhuIL30/UTh4PK728BI/AAAAAAAABGc/QJQsa2x01tY/s1600/admin.png) no-repeat bottom right ;
}
.profile-textblock {
color:#FFFFFF;
margin: 0.5em 0;
line-height: 1.5em;
padding:8px 8px 5px 0;
border-bottom:2px solid #0073FF;
border-right:2px solid #0073FF;
}
.profile-textblock:hover {
color: #00B309;
border-bottom:2px dotted #00B309;
border-right:2px dotted #00B309;
}
.profile-link {
display:none;
}


5.  Now And save your template.


If You Want To change color in profile description you can change #FFFFFF with color code you want.
To change color your google+ profile name you can replace #0073FF with color code you want.
i Hope You Will Done it.
2013, By: Seo Master
Powered by Blogger.