Log In · Register

 
 
Closed TopicStart new topic
interest section text color
deletemyaccountA...
post Jul 27 2006, 07:47 PM
Post #1


Senior Member
***

Group: Member
Posts: 70
Joined: Jul 2006
Member No: 433,823



im tryin to help my homie out by making his interest section like music, movies, etc all white text....but i cant figure out whats wrong with the code...


all the other text is white...except the interest section...its black....

CODE
<style> table table td.text table td.text table table tbody td table, span.btext {display: none !important} </style>


<style type="text/css">
body{
padding-right: 200px; }</style>

<style type="text/css">
{ Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
    background-image:url(http://i15.photobucket.com/albums/a393/jrdeanel/Kevs%20Myspace/kevbkrnd.jpg);
background-position:bottom left;
background-attachment:fixed;
background-repeat:no-repeat;
background-color:black;
     }

{ Table Properties }
table table { border: 0px }
table table table table{border:0px}
table table table {
    border-style:solid;
    border-width:1px;
    border-color:000000;
    background-color:transparent;}
TABLE TABLE TABLE {background-color:transparent;border: 2pt solid;border-color:FF0000;font: normal 8px tahoma; width: 100%; padding: 1px;
text-transform: none; text-align:left;}

{ Text Properties }
table, tr, td, li, p, div { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.btext { font-family:tahoma; color:ffffff; font-size:12px; text-transform:none;    }
.blacktext10 {font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.blacktext12 { font-family:tahoma; color:ffffff; font-size:115px; text-transform:none;    }
.lightbluetext8 { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.orangetext15 { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.redtext { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }
.redbtext { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.text { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }
.whitetext12 { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }  
a:active, a:visited, a:link { font-family:tahoma; color:ffffff; font-size:8px; text-transform:none;    }
a:hover { font-family:tahoma; color:red; font-size:15px; text-transform:none;cursor:crosshair;    }
a.navbar:active, a.navbar:visited, a.navbar:link { font-family:tahoma; ffffff:gray; font-size:8px; text-transform:none;    }
a.navbar:hover { font-family:tahoma; color:red; font-size:15px; text-transform:none;cursor:crosshair;    }
a.redlink:active, a.redlink:visited, a.redlink:link { font-family:tahoma; color:ffffff; font-size:8px; text-transform:none;    }
a.redlink:hover { font-family:tahoma; color:red; font-size:15px;cursor:crosshair;     }
.nametext { font-family:tahoma; color:ffffff; font-size:15px;     }

B, STRONG {
  color: C0C0C0;
  text-transform: normal;}
I, EM {
  color: silver;
  text-transform: normal;}
S, Strike {
  color: red;
  text-transform: normal;}
U, Underline {
  color: gray;
  text-transform: normal;}

{ Miscellaneous Properties }
img { filter:none;}
a:link img { filter:none;}
a:hover img
body { cursor:crosshair;}
a:hover { cursor:crosshair;}
..
.navbar {visibility:visible;}
.navbar font {visibility:hidden;}

table {width:400px;}
table table {width:auto;}
table table td {padding:1px;}
table table table td {padding:0px;}
table table table {width:400px !important; height:0px;}

table table table table table,
table table table table table td {
width:0px !important; padding:0px !important;}
td td td div strong {width:170px !important; display:block;}
td.text a img {width:100px !important;}
td.text td.text a img {width:35px !important;}
td.text td a img {width:auto !important;}

textarea, input, font, a, table, td, div, b {font-size:8pt !important;}
span {font-size:8pt !important;}

embed, object {display:block; width:220px; height:38px;}
.orangetext15, .blacktext10 {
display:block; width:110px; font-size:10pt !important;}
td.text td.text .orangetext15,
td.text td.text table table div {display:none;}

table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visibility:hidden; display:none;
background-color:transparent;
background-image:url();
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:302px; height:204px; display:block !important; }
span.blacktext12 img {display:none;}

.contactTable {width:302px!important; height:164px!important; padding:0px!important; background-image:url(); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td {padding:0px !important; border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:; border:0px!important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:10px!important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}


</style>
<style>.r{}</style>
<style>.r{}</style>


<style type="text/css">
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("http://i15.photobucket.com/albums/a393/jrdeanel/Kevs%20Myspace/xnet.jpg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:400px; height:200px; display:block !important; }
span.blacktext12 img {display:none;}
</style>

<style>.orangetext15{display: none;}</style>


<style type="text/css">.blacktext12 {visibility:hidden; display:none}</style>
 
*This Confession*
post Jul 27 2006, 08:46 PM
Post #2





Guest






http://www.createblog.com/forums/index.php?showtopic=84325

read that the third one down
tells you what to edit to edit different parts.
 
deletemyaccountA...
post Jul 27 2006, 11:35 PM
Post #3


Senior Member
***

Group: Member
Posts: 70
Joined: Jul 2006
Member No: 433,823



thanks....but i checked it and still cant find anything wrong....
everywhere it says font color, i changed to white....idk wut else to do...

CODE
{ Text Properties }
table, tr, td, li, p, div { font-family:tahoma; color: ffffff; font-size:15px; text-transform:none;    }
.btext { font-family:tahoma; color: ffffff; font-size:12px; text-transform:none;    }
.blacktext10 {font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.blacktext12 { font-family:tahoma; color:ffffff; font-size:115px; text-transform:none;    }
.lightbluetext8 { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.orangetext15 { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.redtext { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }
.redbtext { font-family:tahoma; color:ffffff; font-size:15px; text-transform:none;    }
.text { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }
.whitetext12 { font-family:tahoma; color:ffffff; font-size:15px;text-transform:none;     }  
a:active, a:visited, a:link { font-family:tahoma; color:ffffff; font-size:8px; text-transform:none;    }
a:hover { font-family:tahoma; color:red; font-size:15px; text-transform:none;cursor:crosshair;    }
a.navbar:active, a.navbar:visited, a.navbar:link { font-family:tahoma; ffffff:gray; font-size:8px; text-transform:none;    }
a.navbar:hover { font-family:tahoma; color:red; font-size:15px; text-transform:none;cursor:crosshair;    }
a.redlink:active, a.redlink:visited, a.redlink:link { font-family:tahoma; color:ffffff; font-size:8px; text-transform:none;    }
a.redlink:hover { font-family:tahoma; color:red; font-size:15px;cursor:crosshair;     }
.nametext { font-family:tahoma; color:ffffff; font-size:15px;     }
 
*This Confession*
post Jul 27 2006, 11:37 PM
Post #4





Guest






to tell you the truth i think its just the basic font color is the same on the interest.

So just change the main text color.

whitetext12
and everything else just pretty much changes titles.
 

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