pinkpiscesgrl
07-18-2004, 07:21 PM
I'm doing my friends xanga, and she wants me to change her font to lucida console, and after looking through the forums i found a code, but the code doesn't change the profile text or half the links. Can anyone give me a code that changes ALLLLLLL of it? Or fix the code? Thanks
<style type="text/css">
body {
}
//blogringdocument.write
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px lucinda console;
line-height:10px;
color:black;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:Lucida Console;
text-transform:lowercase;
font-size:13px;
line-height:10px;
font-weight:bold;
color:#339933;
letter-spacing:0px;
background-color: #ffffff;
text-align: left;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#339933;
font:normal 11px Lucida console;line-height:10px;
text-decoration: none;
}
//blogring.document.write
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#339933;
font:normal 11px lucida console;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#339933;
font:normal 11px lucida console;
line-height:10px;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #339933;
font:normal 11px lucida console;
background-color: #FFFFFF;
letter-spacing:0px;
}
</style>
<style type="text/css">
body {
}
//blogringdocument.write
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px lucinda console;
line-height:10px;
color:black;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
font-family:Lucida Console;
text-transform:lowercase;
font-size:13px;
line-height:10px;
font-weight:bold;
color:#339933;
letter-spacing:0px;
background-color: #ffffff;
text-align: left;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#339933;
font:normal 11px Lucida console;line-height:10px;
text-decoration: none;
}
//blogring.document.write
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#339933;
font:normal 11px lucida console;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#339933;
font:normal 11px lucida console;
line-height:10px;
cursor: ne-resize;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #339933;
font:normal 11px lucida console;
background-color: #FFFFFF;
letter-spacing:0px;
}
</style>