Showing posts with label profile look. Show all posts
Showing posts with label profile look. Show all posts

Give Nice Profile Look in Google's blogger minima template

Thursday, September 18, 2008

Copy the code given below and paste it in definition section of CSS of the blog.


/* Profile
----------------------------------------------- */
.profile-img {
float: $endSide;
margin-top: 0;
margin-$endSide: 5px;
margin-bottom: 5px;
margin-$startSide: 0;
padding-top: 20px;///////change
border: px solid $bordercolor;
}

.profile-data {
margin-left:20;
text-transform:uppercase;
letter-spacing:.2em;
font: $postfooterfont;
color: #566D7E;
font-weight: bold;
line-height: 1.6em; padding-left:10px;
text-align:left; //////////cng

}

.profile-datablock {
margin:.5em 0 .5em;
border:1px inset ;
background: #FAF8CC;

}

.profile-textblock { ///cng
margin: 0.5em 0;
line-height: 1.6em;
text-align:left;

padding:5px;
}

.profile-link {
font: $postfooterfont;
text-transform: uppercase;
letter-spacing: .1em;
}

 
 
 

Followers