lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
myspace: fonts
Some styles to control typefaces in myspace. Again, very ramshackle, but that's how they've set it up:

/* RESET ALL PROFILE PAGE FONTS */
.nametext, .orangetext15, .whitetext12, .lightbluetext8, span.blacktext12, table table table table table strong, .btext, .redbtext, .redtext, table table table table td, table table table td, table table td, table table table table div, table font font
{
font-family:Trebuchet MS;
}

/* STYLE INDIVIDUAL SECTIONS */
/* links */
a.navbar { color:lime; }
a.navbar:hover { color:green; }
table table table td a { color:pink; }
table table table td a:hover { color:red; }
a.text { color:yellow; }
a.text:hover { color:blue; }
a.man:link { color:purple; }

/* headers */
.nametext {color:yellow; font-size:32px;}
.orangetext15, .whitetext12, .lightbluetext8 { color:cyan; }
span.blacktext12 { color:lime; font-family:monospace; }
span#_ctl0_PageContent__ctl0_UserNetwork1_ctrlMessage { color:cyan; }
table table table table table strong { color:cyan; }

/* latest blog entry, has x friends */
.btext { color:indigo; }

/* friend count, comment count */
.redbtext, .redtext { color:blue; }

/* photo,details,comments */
table table table table td { color:red; }

/* latest blog */
table table table td { color:orange; }
table table td { color:yellow; }

/* URL */
table table table table div { color:red; }

/* footer */
table font font { color:salmon; }