Friendster Layout: Evanesence Fallen Layout
Posted on June 14, 2007 - Filed Under Celebreties, Friendster Profile Customization, Movies & TV, Music | Leave a Comment
Layout Code
/* PAGE BACKGROUND */
body {
background-image: url(http://photos.friendster.com/photos/18/63/44703681/766620815l.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: repeat-x;
background-color: #000000;
}
/* GLOBAL FONTS */
.usercontent {
color: #33ccff;
}
/* GLOBAL LINKS */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover, .usercontent a:active {
color: #33ccff;
}
.usercontent a:hover {
text-decoration: none;
color: #ffcc00;
}
/* MASTER BOXES */
.commonbox {
background-color: transparent;
}
.commonbox .evenrow {
background-color: transparent;
}
/* MASTER HEADERS */
.commonbox h1, .commonbox h2 {
color: #33ccff;
background-color: transparent;
}
/* CONTROL PANEL: BOX […]