Contents:
☑ How to change the background?
☑ How to change background of icon?
☑ How to change tiny icons?
☑ How to change colors?
fatal depression layout help ☑ How to change the background?Find this code (it's at the beginning ):body {background:#000 url(
http://i762.photobucket.com/albums/xx261/niewiadomadeux/tlo1.png) top left no-repeat;
color:#FFFFFF;
font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
font-size:18px;
line-height:104%;
}
And put there the url of your image. ☑ How to change background of icon?
Find this code (it's under heading "ENTRY" ):.userpic, .userpicfriends {
background:transparent url(
http://i762.photobucket.com/albums/xx261/niewiadomadeux/UTF-8Qcomposition5Fbook.png) top left;
float:left;
margin:0 10px 10px 0;
position: relative;
font-size:0.8333em/*10px*/;
text-align:center;
text-transform:lowercase;
}
And put there the url of your image. ☑ How to change tiny icons?Find code under heading "TINY ICONS & OTHER" ex..ljuser img {
width: 0;
height: 0;
background: transparent url('
http://i762.photobucket.com/albums/xx261/niewiadomadeux/user2_16x16.gif') no-repeat center left;
padding: 17px 16px 0 2px !important;
}Find code under heading "ENTRY" ex.
.currentlocation {
background:url(
http://i762.photobucket.com/albums/xx261/niewiadomadeux/web_16x16.gif) no-repeat left center;
margin:0px 0px 0px 0px;
padding:10px 1px 1px 20px;
}
Find code under heading "TAG PAGE"
.ljtags {
margin:20px 20px 0px 0px;
padding:10px 10px 10px 25px;
background:url(
http://i762.photobucket.com/albums/xx261/niewiadomadeux/label_16x16.gif) no-repeat center left;
}
And put there the url of your image. ☑ How to change colors?Find codes with this colors:
#91D9FF#EDFF87#FF85A7#6E6E6E#666666#a9d5c6#f3f7e8#ababab#ef9018#ccccccAnd replace it with your color.