The
!important
declaration is necessary to fully control profile fonts.
The version 0.8 stylesheet will include a comprehensive set of font controls. Here is a well commented stylesheet for the typeface settings alone. They reflect the settings currently on display in my
klenwell profile.
<style type="text/css">
NOTE { Reset Body Font Settings }
body {font-size: 1px; line-height: 1px; font-family:Arial,sans-serif; }
TOM { Main Content Fonts }
table td, p
{
font-family:Arial, Helvetica, sans-serif !important;
color:999999 !important;
font-size:.8em !important;
font-weight:normal; font-style:normal; text-decoration:none;
}
TOM { Main Link Settings }
a, a:link, a:visited, a.searchlinksmall, a.redlink:link, a.redlink:visited
{
color:orange;
font-size:1em;
font-weight:normal; font-style:normal; text-decoration:none;
}
a:hover, a.searchlinksmall:hover, a.redlink:hover { color:purple; }
START { MYSPACE METABAR and BANNER AD - div table td - Tables 1-2 }
TOM { Metabar Fonts }
font { color:cccccc; font-weight:normal; font-style:none; text-decoration:none; }
a font:hover { color:9999ff; }
TOM { Metabar Help Box Fonts }
a.man font
{
color:green;
font-size:11px;
background-color:transparent;
}
a.man font:hover { color:lime; }
END { MYSPACE METABAR and BANNER AD }
START { MYSPACE UPPER NAVBAR - div table table - Table 3 }
TOM { Fonts }
a.navbar:link, a.navbar:visited
{
color:green;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal; font-style:none; text-decoration:none;
}
a.navbar:hover { color:lime; }
END { MYSPACE UPPER NAVBAR }
START { MYSPACE PROFILE LEFT - table table td }
TOM { Nametext Header Font }
NOTE { h1 }
.nametext
{
padding-left:1em;
font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
color:green;
font-size:2.5em;
font-style:italic; font-weight:normal; text-decoration:none;
}
NOTE { default }
table table table td.text
{
color:green;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal; font-style:normal; text-decoration:none;
}
START { Profile Left Fonts }
TOM { Detail Box Header }
NOTE { h2 }
.whitetext12
{
color:green;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
font-weight:bold;
text-transform:uppercase; letter-spacing:.3em;
margin:5px 0; padding:2px;
background-color:transparent; font-style:none; text-decoration:none;
}
TOM { Profile URL }
NOTE { cannot remove internal borders and keep outer borders for info boxes }
table table table table td div
{
color:green;
background-color:transparent; font-weight:normal;
}
TOM { Detail Box and Profile URL Labels }
.lightbluetext8, table table table table table td div strong
{
color:green;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:uppercase; letter-spacing:.3em;
margin:5px 0; padding:0px;
font-style:none; text-decoration:none;
}
END { Profile Left Fonts }
END { MYSPACE PROFILE LEFT }
START { MYSPACE PROFILE RIGHT - table table td.text }
START { Profile Right Fonts }
TOM { Network Box }
NOTE { h1 }
.blacktext12
{
color:blue;
font-size:1.4em;
line-height:1.2em;
font-family: Arial, Verdana, sans-serif;
font-weight:lighter; font-style:none; text-decoration:none;
text-align:center;
}
TOM { Blurbs }
NOTE { h1 }
table table table td .orangetext15
{
color:blue;
font-family:Arial, Helvetica, sans-serif;
font-size:2em;
font-weight:normal; font-style:none; text-decoration:none;
}
TOM { Friend Space and About Me }
NOTE { h2 }
table table table table td .orangetext15
{
color:000099;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
margin:5px 0; padding:2px;
font-weight:bold; text-transform:uppercase; letter-spacing:.3em;
font-style:none; text-decoration:none; background-color:transparent;
}
TOM { Blog and Friend Count }
NOTE { h2 }
.btext
{
color:blue;
font-size:1.4em;
font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
font-weight:lighter; font-style:italic;
text-decoration:none;
}
TOM { Friend Num }
NOTE { h2 }
.redbtext
{
color:000099;
font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
font-size:1.3em;
padding:0 .1em;
font-weight:bold; font-style:normal; text-decoration:none;
}
END { Profile Right Fonts }
END { MYSPACE PROFILE RIGHT }
START { FOOTER - Table 5 }
TOM { Lower Navbar Fonts }
a.text:link, a.text:visited { color:blue; font-weight:normal; font-style:none; text-decoration:none; }
a.text:hover { color:9999ff; }
TOM { Copyright Font }
table div font
{
color:333333;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
padding:2px 0;
}
END { FOOTER }
START { Extras }
NOTE { a little extra for network h1 - does not work in IE 6 }
.blacktext12:before {content: "Yes! ";}
END { Extra }
</style>
Labels: myspace fonts and typography
~Gemini Girl