View Full Version : changing font


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>

JiNgLeBeLLz77
07-20-2004, 08:00 AM
this *should* work =]

<style type="text/css">
body {
background-color: #000000;
scrollbar-arrow-color: #003399;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
cursor: crosshair;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px terminal;
color:009900;
text-align:justify;
}
table.blogbody div.smalltext{
/* this edits the blog entry footer */
text-align: right;
padding: 10px;
width: 100%;
}
div.blogheader, .caption {
/* edits the dates */
font-family: terminal;
text-transform: lowercase;
font-size: 11px;
line-height:13px;
font-weight:normal;
color:#009900;
border-top: 1px solid #003399;
border-left: 1px solid #003399;
border-right: 1px solid #003399;
background-color: #000000;
text-align: right;
width: 450px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#003399;
font:normal 11px terminal;
line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#003399;
font:normal 11px terminal;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color:#009900;
font:normal 11px terminal;
line-height:10px;
cursor: crosshair;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #00CC00;
font:normal 11px terminal;
background-color: #000000;
color: 003399;
}
table.left {
/* this edits the menu module */
border: 1px solid #003399;
width: 160px;
background-color: #000000;
}
table.blogbody {
/* this edits the other the place where the blog is */
border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
border-right: 1px solid #003399;
background-color: #000000;
width:450px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #000000;
font: bold 11px terminal;
text-transform: lowercase;
color: #009900;
}
hr {
/* horizontal divider */
display: none;
}
</style>