lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
myspace makeover: pilot
Starting making over my sister's profile for her. Not a lot of time, so we just did a basic tear-down to start. The stylesheet at present:

<style type="text/css">

/* 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, Helvetica, sans-serif;
}

/* links */
a.navbar:link { color:orange; }
a.navbar:hover { color:lime; }
table table table td a:link { color:orange; }
table table table td a:hover { color:lime; }
a.text { color:orange; }
a.text:hover { color:lime; }
a.man:link { color:orange; }


/*** LAYOUT ***/

/* SCREEN BG */
body {
background-color:eee;
border-style:none;
}

/* PAGE, FOOTER BG */
/* border: LR ok, T or B (not both) */
table {
background-color:white;
border:2px solid ..ccc;
border-width:0 2px;
}

/* NAVBAR, PROFILE TABLE BG */
/* border OK */
table table {
background-color:white;
border:1px solid black;
}

/* PROFILE BLOCK HEADERS or BG */
/* border OK */
table table table {
background-color:ccc;
border:1px solid black;
}

/* PROFILE BLOCK BODY BG */
/* border NO */
table table table table {
background-color:white;
border:none;
}

/* TD: must be transparent! */
td {
background-color:transparent;
border:none;
}

</style>


see the results here: myspace profile