You are on page 1of 2

/* michael's friendster profile editor v4.

1 */
/* http://www.editfriendster.com */

/* PAGE BACKGROUND */
body {
background-image: url(http://i237.photobucket.com/albums/ff20/jackylintan/chobits7-1-
1-1.jpg);
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-color: #424d61;
cursor: ;
}
/* GLOBAL FONTS */
.usercontent {
color: #ff66ff;
}
/* GLOBAL LINKS */
.usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover,
.usercontent a:active {
color: #3399ff;
}
.usercontent a:hover {
color: #ffff00;
}
/* MASTER BOXES */
.commonbox {
background-color: transparent;
}
.commonbox .evenrow {
background-color: transparent;
}
/* MASTER HEADERS */
.commonbox h1, .commonbox h2 {
color: #660099;
background-color: transparent;
}
/* CONTROL PANEL: BOX */
.controlpanel {
background-color: transparent;
}
/* CONTROL PANEL: DATA */
.controlpanel .q {
color: #33ccff;
}
.controlpanel .data {
color: #3399cc;
}
.data a {
color: #cc99ff;
text-decoration: ;
}
/* CONTROL PANEL: MORE ABOUT ME LINK */
a.more {
color: #1a1a1a;
text-decoration: ;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
font-family: Arial, Sans-serif;
border-color: #ccffcc;
text-decoration: ;
}
#controlPanelButtons a:hover {
font-family: Arial, Sans-serif;
color: #cc99ff;
border-color: #ffffff;
background-color: #ffffff;
text-decoration: ;
}

You might also like