Plurk CSS code to add your own graphic image to your timeline background:
/* Timeline Box background */
#timeline_holder {
background-image: url(http:// put your link to the graphic image here);
background-repeat: no-repeat;
border:0 none;
background-color: #A7CEE8;
color: #A7CEE8;
}
/* end Timeline Box background */
Use this color table to change to #A7CEE8 to colors your like:
http://www.colchis.com/clrtable.html
*Note: remove:
background-repeat: no-repeat;
if you want the photo to repeat down the timeline window
*Note: if you do not want a background image, change:
background-image: url(http:// put your link to the graphic image here);
to
background-image: None;
Enjoy
No comments:
Post a Comment