main

post

tutorlist

my blog



1. Template > Edit HTML
2. press F3 to find this code: </style>
3. paste the code given below, after </style>
4. and then press F3 once again to find this code: <BlogItemTitle>
5. paste <div class="posttitle"> , before <BlogItemTitle>
6. and paste </div> after </BlogItemTitle>
@font-face{font-family:porkys;src:url('http://static.tumblr.com/vcwvd4s/F0emdxp4p/porkys_.ttf')}
.posttitle {
font-family:'porkys';
font-size:15px;
color:#fff;
padding:4px;
margin-top:10px;
background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet); background: -webkit-gradient(linear, left center, right center, from(red), color-stop(14%, orange), color-stop(28%, yellow), color-stop(42%, green), color-stop(56%, blue), color-stop(70%, indigo), to(violet));
text-align: center;
}
eg,