Log In · Register

 
 
Closed TopicStart new topic
how to change the text colour in....
alan9125
post Feb 5 2005, 11:11 PM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2005
Member No: 95,327



how to change the text colour in Left Side Modules?
i m using the need for speed underground 2 skin,
the text colour in Left Side Modules is nearly same as the background,
who can teach me?
thX
 
lovescream
post Feb 5 2005, 11:13 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



can't you edit it in the look & feel.

//

Can I see your site?

//

Can you post up your code?
 
alan9125
post Feb 5 2005, 11:21 PM
Post #3


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2005
Member No: 95,327



my code:
QUOTE
<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style type="text/css">
#rblEprops, #pnlEnabled table, #pnlEprops table {
width: auto !important;
}
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:608;
}
table.blogbody, div.blogheader, .caption{
/* edit width of blog */
width:421;
}
table.left{
/* edit width of left modules */
width:168;
}
td.maincenter {
text-align:center;
}
body {
/* edits body background and scrollbars */
background:#2B2927 url(http://skins.cbstaff.com/xquizit/nfspeed/nfspeedbg.gif) fixed;
scrollbar-Arrow-Color: #000000;
scrollbar-Track-Color: #2B2927;
scrollbar-Shadow-Color: #000000;
scrollbar-Face-Color: #2E2A29;
scrollbar-Highlight-Color: #000000;
scrollbar-darkshadow-color: #2B2927;
scrollbar-3dLight-Color: #2B2927;
}
table.navigation, table.footer {
/* remove default navigation and footer */
display: none;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, .content, .smalltext {
/* edits main text */
font:normal 10px arial;
color: #C2C1C1;
text-align:left;
}
a:link, a:active, a:visited, a:hover{
/* edit the links outside modules and blog */
color:#C2C1C1;
text-decoration:none;
}
.left a:link, .blogbody a:link, .left a:visited, .blogbody a:visited, {
/* edit the links within left modules and blog */
color: #330000;
text-decoration: none;
font:normal 10px arial;
}
.left a:hover, .blogbody a:hover{
/* edit link hover */
color:#C2C1C1;
}
input, select, textarea, .textfield, .button{
/* this edits buttons, drop down menus etc. */
border: 1px solid #000000;
font:normal 9px arial #C2C1C1;
background-color: #2E2A29;
letter-spacing:0px;
color:#C2C1C1;
}
div.blogheader, .caption {
/* edit the blog dates */
font-family:arial;
text-transform:uppercase;
font-size:11px;
color:#C2C1C1;
background-color: #2E2A29;
text-align: left;
font-weight:bold;
border:1px solid black;
border-bottom:0px;
padding:4px;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#
23F3F,EndColorStr=#000000);
}
table.blogbody {
/* edits your blog or entry space */
border: 0px;
text-align:left;
background-color:2E2A29;
border:1px solid black;
}
table.left {
/* this edits the left module */
background-color: 2E2A29;
border:1px solid black;
padding:0px;
}
table.left th {
/* this edits your left module titles */
background-color: 2E2A29;
width:160;
font: 11px arial;
text-transform: uppercase;
color: #C2C1C1;
border: 0px;
text-align: left;
font-weight:bold;
border-bottom:1px solid #000000;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#
23F3F,EndColorStr=#000000);
}
table.left TD {
/* this edits the body part of of your left modules */
background-color: transparent;
color: #C2C1C1;
border: 0px;
width:160;
text-align:left;
}
.blogbody td{
/* edits spacing of blogbody */
width: 0px;
padding-left:0px;
}
table.search{
/* edits search bar */
border:#000000 solid 1px;
background-color:#2E2A29;
}
table.search td{
background-color:#2E2A29;
}
hr {
/* edits horizontal rule */
color: #000000;
}
</style>
<img src="http://skins.cbstaff.com/xquizit/nfspeed/nfspeed.jpg" width="600" height="324" border=0 alt="Need For Speed Underground" usemap="#nfspeed_Map">
<map name="nfspeed_Map" id="nfspeed_Map">
  <area shape="rect" coords="1,312,31,322" href="http://xanga.com" alt="Xanga">
  <area shape="rect" coords="33,312,74,322" href="http://xanga.com/xnunx" alt="Refresh Page">
  <area shape="rect" coords="77,312,115,322" href="http://xanga.com/private/home.aspx" alt="Private">
  <area shape="rect" coords="121,312,165,322" href="http://www.xanga.com/Private/SubscribeTo.aspx?user=xnunx" alt="Subscribe">
  <area shape="rect" coords="170,312,193,322" href="http://www.xanga.com/CLAF/default.asp" alt="Look and Feel">
  <area shape="rect" coords="199,313,236,322" href="http://www.xanga.com/profile.aspx?user=xnunx" alt="Read My Profile">
  <area shape="rect" coords="245,312,289,322" href="http://www.xanga.com/guestbook.aspx?user=xnunx" alt="Sign/View My Guestbook">
  <area shape="rect" coords="293,312,328,322" href="http://www.xanga.com/signin.aspx" alt="Sign In">
  <area shape="rect" coords="332,313,366,322" href="http://www.xanga.com/logout.aspx" alt="Log Out">
</map>
<table cellpadding="0" cellspacing="0" border="0" align="center" style="padding-top:8px;">
<tr><td>
<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->


screenshot:
 
lilphoenix
post Feb 5 2005, 11:34 PM
Post #4


I'm just a little bit crazy...
******

Group: Member
Posts: 1,119
Joined: Jun 2004
Member No: 19,760





in that section of code above...

change it to:
 
alan9125
post Feb 6 2005, 12:04 AM
Post #5


Newbie
*

Group: Member
Posts: 5
Joined: Feb 2005
Member No: 95,327



but it doesnt change......
 
gelionie
post Feb 6 2005, 02:35 AM
Post #6


say maydayism.
*******

Group: Staff Alumni
Posts: 7,447
Joined: Jun 2004
Member No: 26,344



You have to change the words COLOR HERE to a certain color hex code. Refer to here.
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: