View Full Version : Xanga layout help


sally_the_torn
11-23-2005, 07:51 PM
I'm having problems with some text on the xanga site not changing. It stays black even though I've checked my code and no where do I have the color black in it. Here is the site so you know what I'm talking about. http://xanga.com/velveteen_layout2 I'll have to post my code in another comment thing because its long.

-Sally

sally_the_torn
11-23-2005, 07:52 PM
<style type="text/css">
body {
background-color: #7F38EC;
background-image: url(http://img20.imageshack.us/img20/5788/pplbgandpnkheart7ii.png);
background-repeat: repeat;
background-attachment: fixed;
background-position: bottom right;
background-color: #7F38EC;
scrollbar-arrow-color: #7F38EC;
scrollbar-track-color: #7F38EC;
scrollbar-shadow-color: #FF00FF;
scrollbar-face-color: #FF00FF;
scrollbar-highlight-color: #FF00FF;
scrollbar-darkshadow-color:#FF00FF;
scrollbar-3dlight-color: #FF00FF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px terminal;
color:#FF00FF
text-transform: uppercase;
line-height:14px;
color:#FF00FF;
letter-spacing:0px;
text-align:center;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
.left B, { font: bold 11px terminal; color: "#B041FF"; line-height: 16px;}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
color: #B041FF;
}
div.blogheader, .caption {
/* edits the dates */
font-family: times new roman;
width: 323px;
text-transform:lowercase;
font-size:26px;
letter-spacing: -4;
line-height:18px;
font-weight:regular;
height: 1px;
color: #B041FF;
letter-spacing: -2px;
border-bottom: none;
border-top: none;
border-right: none;
border-left: none;
text-align: center;
background-color: transparent;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FF00FF;
text-decoration: none;
text-transform: uppercase;
font:normal 11px terminal;
line-height:13px;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #FF00FF;
text-decoration: none;
font:normal 11px terminal;
text-transform: uppercase;
line-height:13px;
}
a:hover {
/* edits when user mouseovers the links */
color:#FF00FF;
text-decoration: none;
font: normal 11px terminal;
text-transform: uppercase;
line-height:13px;
background-color: #7F38EC;
BORDER-left: #B041FF 0px double;
BORDER-right: #B041FF 0px double;
BORDER-bottom: #B041FF 2px dotted;
BORDER-top: #B041FF 0px double;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px solid #B041FF;
font:normal 11px terminal;
text-transform: uppercase;
background-color:#7F38EC;
letter-spacing:0px;
color: #FF00FF;
}
table.left {
/* this edits the menu module */
border: 4px dashed #FF00FF;
width:160px;
background-color:#7F38EC;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 4px dashed #FF00FF;
background-color: #7F38EC;
width: 323px;
font:normal 11px terminal;
text-transform: uppercase;
line-height:13px;
color: #C031C7;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: none;
font: bold 11px terminal;
text-transform: uppercase;
color: #FF00FF;
border: none;
background-color: #7F38EC;
BORDER-left: none;
BORDER-right: none;
BORDER-bottom: none;
BORDER-top: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: none;
background-color: #7F38EC;
border: none;
font:normal 11px terminal;
text-transform: uppercase;
line-height:13px;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #7F38EC;
border: 4px dashed #FF00FF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: none;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: none;
}
/*edits italic text in your entry*/
font-weight: italic;
color: #B041FF;
font-family:georgia;
text-transform: uppercase;
font-size:8px;
}
.blogbody u, .standard u, p u, u {
/*edits underlined text in your entry*/
font-weight: underline;
text-transform: uppercase;
color: #B041FF;
border-bottom: 2px dotted #B041FF;
font: terminal;
font-size: 11px;
}
</style>
<BODY style="border-bottom: #C031C7
10t double; border-top: #C031C7
10t double; border-left: #C031C7
10t double; border-right: #C031C7
10t double"></TBODY>

There's the code. What should I do??

iTz_Ly
11-25-2005, 01:05 AM
if u mean the text where it tells ur interests and stuff stays black. in your look and feel, u have those easy-to-set layout options where all u have to do is pick the color u want on that part of the layout. well where is says (in bold) Text & Links, make sure the Text color doesn't stay black.
i hope this helps.

sally_the_torn
11-26-2005, 08:51 PM
I fixed it...Thank you so much!

-Stephanie