Log In · Register

 
 
Closed TopicStart new topic
Unhide Friends, Unhide Friends
pink-razorblades
post Feb 3 2007, 08:38 PM
Post #1


Newbie
*

Group: Member
Posts: 2
Joined: Feb 2007
Member No: 500,619



What do I take out in this code, to make it unhide my friends? I'd appreciate your help.


<style type="text/css">
table, td {background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://i2.tinypic.com/vcs8qv.jpg");
background-attachment: fixed;
background-position: top left;
background-repeat: repeat-repeat;
background-color: 000000; }

table table table {border: 1px solid; border-color: 000000; padding:0; background-color:9F9F9F; background-image: url("")}
table tbody td table tbody tr td.text table{background-color:9F9F9F; background-image: url("")}
table table{border:0px;}
table table table table{border:0px;}
font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-family:Trebuchet MS; font-size: 11px; color: 000000; font-weight: normal;

text-decoration: none; letter-spacing: 0px; text-transform: lowercase; padding: 0px; line-height: 10px;}
textarea, input {font-family:small fonts; font-size: 7px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform:

uppercase; padding: 0px; line-height: 11px;}
.btext {font-family:small fonts; font-size: 7px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform:

uppercase; padding: 0px; line-height: 10px;}
.blacktext10 {font-family:small fonts; font-size: 7px; color: 000000; font-weight: nomal; text-decoration: bold; letter-spacing: 0px; text-transform:

uppercase; padding: 0px; line-height: 10px; }
.blacktext12 {font-family:small fonts; font-size: 7px; color: 000000; font-weight: normal; text-decoration: bold; letter-spacing: 0px; text-transform:

uppercase; padding: 0px; line-height: 10px;}


.lightbluetext8 {font-family: arial; font-size: 11px; color: FFFFFF; line-height: 10px; letter-spacing: 0px; font-weight: normal; text-transform:

lowercase; background-color:000000; display:block}


.nametext {display:none;}

.orangetext15 {display:none;}

.redbtext, .redtext {font-family: arial; font-size: 11px; color: 000000; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform:

lowercase;}




.text {font-family: Trebuchet MS; font-size: 11px; color: 000000; line-height: 13px; font-weight: normal;text-transform:lowercase;letter-spacing:0px;}


.whitetext12 {font-family: arial; font-size: 11px; color: FFFFFF; line-height: 11px; letter-spacing: 0px; font-weight: normal; text-transform: lowercase;

background-color:000000; display:block}




a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link,

a.navbar:visited, a.navbar:active {font-family:arial; font-size: 11px; color: 000000; font-weight: normal; text-decoration: none; letter-spacing: 0px;

text-transform: lowercase; line-height: 10px; background-color: 9F9F9F;}



a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:arial; font-size: 11px; color: ffffff; font-weight: normal;

text-decoration: none; text-transform: lowercase; line-height: 10px; background-color: transparent; letter-spacing: 1px;}


b, stong
{font-weight:bold;font-size:8pt;line-height:10px;text-transform:lowercase;color: 2c77e2;letter-spacing:-1px;font-family:arial;}
img { filter:grey; border:0px; padding: 0px;}
a:link img { filter: none; border:0px solid black;}
a:hover img { filter:none; border:0px solid black;}
body {cursor: none;}
a:hover {cursor: none;}
TD TD {text-align: none;}
TD TD TD {text-align: none;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:none;}
TD TD TD TD TD {border-top: 0px solid black; text-align:center;}
TD TD TD TD TD TD {border: 0px solid;}
TABLE, TD {padding: 0px; text-transform: lowercase; width:350px;}
TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE {padding: 1px; text-transform: lowercase;height: .01%; width: 100%;}
TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: lowercase;}
table td div div font {visibi-lity:hidden;di-splay:none;}
table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}
</style>

<style type="text/css">.blogbody i, .standard i, p i, i{font-weight: italic;font-family: georgia;color: FFFFFF;text-transform:lowercase;}</style>

<style type="text/css">.blogbody u, .standard u, p u, u {font-weight: normal;color:

000000;border-bottom-color:FFFFFF;border-bottom-style:solid;border-bottom-width:2px;text-transform: uppercase;font-family: terminal;}</style>

<style type="text/css">.blogbody b, .standard b, p b, b {font-weight:

bold;color:FFFFFF;font-family:verdana;letter-spacing:-1.5;text-transform:lowercase; }</style>

<STYLE TYPE="text/css">BODY{scrollbar-face-color:FFFFFF; scrollbar-shadow-color:9F9F9F; scrollbar-highlight-color:9F9F9F;

scrollbar-3dlight-color:9F9F9F;scrollbar-darkshadow-color:9F9F9F; scrollbar-track-color:9F9F9F; scrollbar-arrow-color:FFFFFF}</STYLE>


<STYLE TYPE="text/css">p {align=justify}
BODY{cursor: url(http://content.cometsystems.com/czcontent/cursors/tinyh.cur);}
a {cursor: url(http://content.cometsystems.com/czcontent/cursors/tinyh.cur);}
</STYLE>
 
freeflow
post Feb 3 2007, 08:43 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



table table td.text table td.text table table tbody td table, span.btext {display: none !important}

Remove that.
 
pink-razorblades
post Feb 3 2007, 08:46 PM
Post #3


Newbie
*

Group: Member
Posts: 2
Joined: Feb 2007
Member No: 500,619



it worked thank you soooo much!
 

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