Rocks my World
| Instructions: | How to use this template |
| Template author: | Deluxe Templates |
| Designer: | Pelangi Petang |
| Description: | Rocks my World is a free blogger template adapted from WordPress with 2 columns, right sidebar and grunge style. Excellent layout for blogs about nature or personal issues. Download Rocks my World for free in BTemplates. |
| Rating | 4.1 out of 5 based on 42 bloggers. |
| Compatible with: | FFIEChrome |
| Share: |

i used this template in my old wordpress blog & it is finally for blogger
this is awesome
Great looking template, trying out this one, very original and I like the theme.
I’ve done a lot of tweaking to make this template fit both of my blogs to my liking. For those interested, there’s one bit of code missing from this template that’s needed for all the comment author boxes to display properly without any of blogger’s comment icons showing behind the names:
First, find this block of code:
#comments .blogger-comment-icon, .blogger-comment-icon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#998E72 none repeat scroll 0 0;
border-color:#998E72;
border-style:solid;
border-width:2px 1px 1px;
line-height:16px;
padding:5px;
}
Now, directly beneath that last bracket, add this block of code:
#comments .openid-comment-icon, .openid-comment-icon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#998E72 none repeat scroll 0 0;
border-color:#998E72;
border-style:solid;
border-width:2px 1px 1px;
line-height:16px;
padding:5px;
}
Voila! Now your comments section will be *completely* set up and bug-free. If you’d like to see the changes I’ve made with this template, feel free to visit my 2 blogs where I have 2 different variations of it:
http://uxevangelist.blogspot.com
http://thekwyjiboblog.blogspot.com
I’d be glad to help anyone out who is interested in configuring this template to be more like either of mine!
Actually, I lied. There’s ONE MORE block of code to add beneath what I posted above to get things completely set up:
#comments .anon-comment-icon, .anon-comment-icon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#998E72 none repeat scroll 0 0;
border-color:#998E72;
border-style:solid;
border-width:2px 1px 1px;
line-height:16px;
padding:5px;
}
NOW you’ll be all set up. =)
Como pongo Gadgets?
No puedo
hey, how do I add widgets with this layout? the “add a gadget” in page element is missing. =(
Sorry I’m a total noob with HTML codes and etc.