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

Breaking

Wednesday 29 January 2014

Different Style Author Box¦About Author Widget

Today we are publishing three style Awesome cool Author Box For Blogger.How To add Custom About author widget ( Professional Author Box, Simple Author Box and Awesome CSS Style Author Box) for blogger...

  • Go to blogger.com
  • Click on layout>> add gadget>> Select Html/Java
  • Copy following code and paste it.

Style 1: Proffessional About Author Gadget

Code:

<style>
.about-author {
    width: 100%;
}
.authorbox {
    overflow: hidden;
    padding: 0;
    background:#5ec5ca;
    color: black;
}
.authorbox .authorinfo {
    color: black;
}
.authorbox .authorsocial {
    float: left;
}
.authorbox .authorsocial li {
    list-style: none;
    margin: 0;
    position: relative;
}
.authorbox .authorsocial li a {
    width: 32px;
    display: block;
    background: url("http://softglad.at.ua/images/social-logo32.png");
    height: 32px;
    margin: 0;
}
.authorbox .authorinfo img {
    float: left;
    margin: 4px 10px 4px 5px;
    border-radius: 100%;
    width: 17%;
    background: #fff;
    padding: 5px;
}
.authorbox .authorinfo p {
    margin: 0;
    font-size: 18px;
    padding: 0 5px;
    line-height: 25px!important;
    font: 15px "Armata", Arial;
    text-align: left;
}
.authorinfo p a {
    text-decoration:none;
    color:#fff;
}
.authorbox h3 {
    margin: 0;
    display: inline-block;
    background: #333;
    color: #fff;
    font: bold 20px Arial;
    padding: 5px 10px;
}
h3.boxtitle {
    background: #333;
    color: #fff;
    margin: 0 auto;
    width: 25%;
    padding: 2px 10px;
    font: bold 16px "Armata", Arial
}
.authorbox .authorsocial li .fb {
    background-position: 0px 0px;
}
.authorbox .authorsocial li .twitter {
    background-position: 0px -32px;
}
.authorbox .authorsocial li .google {
    background-position: 0px -64px;
}
.authorbox .authorsocial li .in {
    background-position: 0px -96px;
}
.authorbox .authorsocial li .in:hover {
    background-position: -32px -96px;
}
.authorbox .authorsocial li .google:hover {
    background-position: -32px -64px;
}
.authorbox .authorsocial li .twitter:hover {
    background-position: -32px -32px;
}
.authorbox .authorsocial li .fb:hover {
    background-position: -32px 0px;
}
.authorbox:hover img {
    background: #1BC3F8;
}
.authorbox .authorinfo img, .authorbox .authorsocial li a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
@font-face {
    font-family: 'Armata';
    font-style: normal;
    font-weight: 400;
    src: local('Armata'), local('Armata-Regular'),
url(http://themes.googleusercontent.com/static/fonts/armata/v3/FG9R9aX-RIX_AvJI8USOWg.woff) format('woff');
}
</style>
</head>
<body>
<div class="authorbox">
<div class="authorsocial">
  <li><a class="fb" href="http://facebook.com/PradeepSingh.official" rel="nofollow"></a></li>
  <li><a class="twitter" href="http://twitter.com/Pradeepsingh181" rel="nofollow"></a></li>
  <li><a class="google" href="https://plus.google.com/115265693916774115247" rel="author"></a></li>
  <li><a class="in" href="http://in.linkedin.com/PradeepSinhg181" rel="nofollow"></a></li>
</div>
  <div class="authorinfo">
<img src="Profile Image Link" />
<p>I am Pradeep Singh, founder and the brain behind Allin1-Web. I am Blogging from Delhi
and I Like to Share a <a href="http://pradeepsingh181.blogspot.com">Read More...</a></p>
</div>
</div>
</div>


  • Replace Profile Image Link with your image link and Social user name/link with your ones.
  • Click On Save You are Done...

Style 2: Simple Author Box


For Simple Author Box Select This Code:

<!--[if !IE]> -->
<style>
#profile{
border:2px solid #888; margin:2px 5px 0px 0px; padding:2px;
}
#profile:hover {
border:2px solid #ccc;
cursor:pointer;
}
.opacity  {
opacity: 0.5;
margin-left: 50px;
-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;
}
.opacity:hover  {
opacity: 1;
margin-left: 0px;
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
filter: progid:DXImageTransform.Microsoft.Matrix(
                    M11=1, M12=0, M21=0, M22=1, sizingMethod='auto expand');
zoom: 1;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}
</style>
   <![endif]-->
<style>
#profile{
border:2px solid #888; margin:2px 5px 0px 0px; padding:2px;
}
#profile:hover {
border:2px solid #ccc;
cursor:pointer;
}
.opacity  {
opacity: 0.5;
-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;
zoom: 1;
}
.opacity:hover  {
opacity: 1;
zoom: 1;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}
</style>
<img class="opacity" id="profile" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFvT-I25YgGUE1Z-yoqs-3Ce4OBJCH1HzJMIzncNQaTdH6FQVyG-gE4anet9PBSHZi3fEkQJTx7b8zXAlH4Hwx-32dpMuHrqsVb-7Jc5AKX0m5KFzHdiqjWjaGdpbs677qRgGWaWSuKVE/s640/IMG_20140101_5-1.jpg" align="left" width="45px" height="52px"/>
I am a simple boy and like to give beautiful words to our emotions and Feelings. Contact Me On <a href="http://facebook.com/Pradeepsingh.official">Facebook</a>, <a href="http://twitter.com/Pradeepsingh181">Twitter</a> <a style="color:#888;" href="http://pradeepsingh181.blogspot.com">Read More..</a>  <br/> </![endif]-->
  • Replace required Information and Profile image link

Style 3: Cool Author Box with Custom CSS Style

To add This Author Box, Use Code given Below:

<style>
/* This widget was published by Allin1-web.blogspot.com */

.allin1web-author_info{
float:left;
width:550px;
padding:15px;
border:1px solid #ccc;
margin-bottom:15px;
margin-top:15px;
background:#eee;color:#000;
}
.allin1web-author_info:hover{
background:#eee;
border:1px solid #ccc;
-webkit-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
-moz-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
}
.allin1web-author_info h3{
color:#000;
margin-bottom:10px;
}
.allin1web-author_info h3:hover{
border : 1px solid #EEEEEE;
-webkit-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
-moz-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
}
.allin1web-author_photo{
float:right;
margin:0 0 0 10px;
}
.allin1web-author_photo img{
border:1px solid #666;
-webkit-transition:-webkit-transform .15s linear;
-moz-transition:-moz-transform .15s linear;
-o-transition:-o-transform .15s linear;transition:transform .15s linear;
-webkit-box-shadow:0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow:0 3px 6px rgba(0,0,0,.25);
box-shadow:0 3px 6px rgba(0,0,0,.25);
padding:5px 5px 5px 5px;-webkit-transform:rotate(+2deg);
-moz-transform:rotate(+2deg);-ms-transform:rotate(+2deg);
-o-transform:rotate(+2deg);transform:rotate(+2deg);float:left;
}
.allin1web-author_photo img:hover{
background:#FFFFFF;
border : 1px solid #EEEEEE;
-webkit-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
-moz-box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
box-shadow:0px 0px 10px  rgba(0, 0, 0, .3);
-webkit-transform:rotate(-1deg);
-moz-transform:rotate(-1deg);
-ms-transform:rotate(-1deg);
-o-transform:rotate(-1deg);
transform:rotate(-1deg);
}
ul.allin1web-social{
list-style:none;
margin:10px;
overflow:hidden;
}
.allin1web-social li{
float:right;
background:none !important;
padding:0 !important;
margin:0 8px;
}
.allin1web-social li a{
display:block;
width:40px;
height:40px;
background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrCcl38gxbzrEYiWiocoq6JY_V6-Q5w1ZQXzaveoO08QGRxLdClrgG6hluTbtu4eM7XuGnvvBfArHVGDelLxU3vOb9TpmKFCxQP66gszh3kNsZQolkxmhYscEEmtZVn3EWsF9Brp0sxwoE/s1600/social.png") no-repeat transparent;
text-indent:-99999em !important;
}
.allin1web-social li a:hover{
padding:0 !important;
}
.allin1web-social li.rssicon a{
background-position:0 0;
}
.allin1web-social li.twicon a{
background-position:-50px 0;
}
.allin1web-social li.fbicon a{
background-position:-100px 0;
}
.allin1web-social li.gicon a{
background-position:-150px 0;
}
.allin1web-social li.rssicon a:hover{
background-position:0 -50px;
}
.allin1web-social li.twicon a:hover{
background-position:-50px -50px;
}
.allin1web-social li.fbicon a:hover{
background-position:-100px -50px;
}
.allin1web-social li.gicon a:hover{
background-position:-150px -50px;
}
.allin1web-linediv{
margin-top:25px;
height:0px;
clear:both;
display:block;
border-top:1px solid #fefefe;
border-bottom:1px solid #CCCCCC;
}
.allin1web-emailbutton{
background:#f7f8f9;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#f7f8f9,0),color-stop(#e9e9e9,1));
background:-webkit-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:-moz-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:-o-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
background:linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f9', endColorstr='#e9e9e9',GradientType=0 );
border:1px solid #ddd;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:6px 12px;
margin:0;-webkit-box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
-moz-box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);box-shadow:0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
color:#888;
text-shadow:0 1px 0 #fff;
line-height:1.2;
cursor:pointer;
font-size:13px;
}
.allin1web-emailbutton:hover{
background:#f1f1f1;
background:-webkit-gradient(linear,left top,left bottom,color-stop(#f1f1f1,0),color-stop(#e0e0e0,1));
background:-webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:-moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:-o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
background:linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0',GradientType=0 );
text-decoration:none !important;
}
.allin1web-email{
clear:both;
width:250px;
margin:10px 0;
float:left;
}
.allin1web-emailform{
position:relative;
width:250px;
margin:0 auto;
}
.allin1web-emailinput{
width:200px;
height:18px;
margin:0 auto;
padding:8px 40px 8px 10px;border:1px solid #ddd;
-webkit-border-radius:4px;-moz-border-radius:4px;
border-radius:4px;font-family:georgia;
font-style:italic;
-webkit-box-shadow:1px 1px 2px #dfdfdf;
-moz-box-shadow:1px 1px 2px #dfdfdf;
box-shadow:1px 1px 2px #dfdfdf;
font-size:14px;color:#666;
}
.allin1web-emailbutton{
-webkit-border-top-right-radius:4px;
-webkit-border-bottom-right-radius:4px;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
-webkit-border-top-left-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-bottomleft:0px;
border-top-left-radius:0px;border-bottom-left-radius:0px;
padding:9px;
position:absolute;
right:-2px;
top:0;
display:block;
line-height:16px;
}
.allin1web-emailbutton{
padding:8px !important;
}
.allin1web-emailform, .allin1web-emailinput{
width:98% !important;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
height:auto;
}

</style>

<div class='allin1web-author_info'>
<div class='allin1web-author_photo'>
<img alt='author' height='150' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFvT-I25YgGUE1Z-yoqs-3Ce4OBJCH1HzJMIzncNQaTdH6FQVyG-gE4anet9PBSHZi3fEkQJTx7b8zXAlH4Hwx-32dpMuHrqsVb-7Jc5AKX0m5KFzHdiqjWjaGdpbs677qRgGWaWSuKVE/s640/IMG_20140101_5-1.jpg' width='150'/>
</div>
<h2 style='color:#444;font-family:verdana;text-shadow: 3px 3px 3px 3px #ABABAB;'>This Post Was Written By :</h2>
<p>I am Pradeep Kumar Singh a Professional Blogger...</p>
<div class='allin1web-linediv'/>
<div class='allin1web-email'>
<small style='text-align:center;'>Get Free Email Updates to your Inbox!</small>
<form action='http://feedburner.google.com/fb/a/mailverify' class='allin1web-emailform' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=allin1-web &apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
<input name='uri' type='hidden' value='allin1-web'/>
<input name='loc' type='hidden' value='en_US'/>
<input class='allin1web-emailinput' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email...&quot;;}' onfocus='if (this.value == &quot;Enter your email...&quot;) {this.value = &quot;&quot;}' type='text' value='Enter your email...'/>
 <input class='allin1web-emailbutton' title='' type='submit' value='SignUp'/>
</form>
</div>
<ul class='allin1web-social'>
<li class='rssicon'>
<a href='http://feeds.feedburner.com/allin1-web'>Rss</a>
</li><li class='twicon'>
<a href='http://twitter.com/TwitterUsername'>Twitter</a>
</li><li class='fbicon'>
<a href='http://facebook.com/FBUsername'>Facebook</a>
</li><li class='gicon'>
<a href='https://plus.google.com/GplusID'>Google +</a>
</li>
</ul>
</div>

Please Leave your Comment

No comments:

Post a Comment

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