Help - Search - Members - Calendar
Full Version: I need help.
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
Dianavontease
1st time making topic back here.

It seems that the "How to customize your cb profile" thread is gone.

Does anyone have the code to make a basic cb profile?
freeflow
I deleted mine so let me go jack it from someone who jacked me. tongue.gif


Change the colors:
CODE
    <style type="text/css">
body{
background-color: #000000;
background-image: url("http://i35.photobucket.com/albums/d176/anthonyyo/anthony3-1.png");
background-repeat: repeat;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
color: #FFFFFF;
}
textarea, input{background-image: url(""); color: #000000; border-width: 1px; border-color: #900000; font-weight:normal; color: #FFFFFF;}
#header{display:none;}
#headhancho{position: absolute; left: 50%; margin-left: -450px; top: 0%; margin-top: 0px; z-index:0;}
#comments {position: absolute; left: 660px!important; top: 775px!important; z-index: 1; width: 230px !important; height: 230px; overflow: auto;}
.outerbox, #footer{  background-color: transparent; color: #FFFFFF; width: 229px;}
#footer{background-image: url("");}
.innerbox, .entrybox{color: #000000; background-color:transparent !important;}
.linkbox {color: #000000; background-color:transparent !important;}
.alertbox {color: #000000; background-color:transparent !important;}
.entrybox {color: #000000; background-color:transparent !important;}
li, li.top{color: #000000; background-color:transparent !important;}
.comment_body smaller grey, .comment_body{font:normal 10px tahoma; color:#FFFFFF; }
body,table, td, li, p, div, textarea  
{font:normal 10px tahoma #FFFFFF;}
a, a:link,a:active,a:visited{font:normal 10px arial; color: #FF0000 !important;}
a:hover{cursor:crosshair; font:normal 10px arial; color:#000000 !important;}
b{ color: #FFFFFF;}
i{color: #FFFFFF;}
img {cursor:crosshair; }
</style>
Dianavontease
OMG THANK YOU.
Dianavontease
Wait.
This is like a code for a DIV?


Can I see a code for a standard layout.
freeflow
Oops sorry. Its the same just take out this part:
CODE
#header{display:none;}
#headhancho{position: absolute; left: 50%; margin-left: -450px; top: 0%; margin-top: 0px; z-index:0;}
#comments {position: absolute; left: 660px!important; top: 775px!important; z-index: 1; width: 230px !important; height: 230px; overflow: auto;}



Change the background color from transparent to what you want. So pretty much remove the word transparent and put #and then after # put the color code or just type the color name (w/o the number sign)
livwho
I'm really hoping this works.
Really. I am.

Thanks if it does. (:
Insurmountable
^It should _smile.gif It was in the previous thread for how to customize your cB profile.

karmakiller
*Gasp* Did anyone happen to save the topic on their computer? I know I was going to save some codes in Notepad so that I when I decided to get off my lazy butt and redo my profile I'd have them without having to sign online.
freeflow
I got busy today but I plan on making another :)
Dianavontease
^tHANK YOU GOOD.
the myspace layout i have up on mine is killing me,.
Insurmountable
^omfg Diana, my eyes they burnnnnnnnnn.


livwho
My font on the submit comment box is white. And won't change.

Suggestions?

Heres my code:

CODE
<style type="text/css">
body{
background-color: #5e5f5e;
background-image: url("");
background-repeat: repeat;
background-position: fixed;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
color: #FFFFFF;
}
textarea, input{background-image: url("");
color: #000000; border-width: 0px;
border-color: #646464; font-weight:normal;
color: #FFFFFF;}
.outerbox{ background-color: #a1a4a4; color: #FFFFFF; width: 420px;}
#splash{width: 420px;}
#bestfriends{width: 420px;}
#aboutme{width: 420px;}
#contactme{width: 420px;}
#comments{width: 420px;}
#links{width: 200px;}
#stats{width: 200px;}
#recententries{width: 200px;}
#recentphotos{width: 200px;}
#favorites{width: 200px;}
#submissions{width: 200px;}
#skills{width: 200px;}
.footer{ background-color:#646464; color: #FFFFFF; width: 200px;}
#footer{background-image: url("");}
.innerbox, .entrybox{color: #000000; background-color:transparent !important;}
.linkbox {color: #000000; background-color#646464 !important;}
.alertbox {color: #000000; background-color:#646464 !important;}
.entrybox {color: #000000; background-color:#646464 !important;}
li, li.top{color: #000000; background-color:#646464 !important;}
.comment_body smaller grey, .comment_body{font:normal 10px tahoma; color:#000000; }
body,table, td, li, p, div, textarea
{font:normal 10px tahoma #000000;}
a, a:link,a:active,a:visited{font:normal 10px arial; color: #000000 !important;}
a:hover{cursor:crosshair; font:normal 10px arial; color:#000000 !important;}
b{ color: #000000;}
i{color: #000000;}
img {cursor:crosshair; }
</style>
freeflow
Find:
CODE
textarea, input{background-image: url("");
color: #000000; border-width: 0px;
border-color: #646464; font-weight:normal;
color: #FFFFFF;}


Change too:
CODE
textarea, input{background-image: url("");
color: #000000; border-width: 0px;
border-color: #646464; font-weight:normal;}
livwho
Lol. Good stuff.

By the way, this does work. Well. (:

Just, my font is white in the part where you write the comment. blink.gif
Hopefully I'll get it fixed.
freeflow
Try changing the body font color to black . Its set a white now :)
misoshiru
toya, from that code that you put up, what does #headhancho stand for?
freeflow
Delete it. it was for the DIV style of the profile. It was my creativity that came up with that name.

Just use this version:
CODE
   <style type="text/css">
body{
background-color: #000000;
background-image: url("http://i35.photobucket.com/albums/d176/anthonyyo/anthony3-1.png");
background-repeat: repeat;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
color: #FFFFFF;
}
textarea, input{background-image: url(""); color: #000000; border-width: 1px; border-color: #900000; font-weight:normal; color: #FFFFFF;}
.outerbox, #footer{  background-color: transparent; color: #FFFFFF; width: 229px;}
#footer{background-image: url("");}
.innerbox, .entrybox{color: #000000; background-color:transparent !important;}
.linkbox {color: #000000; background-color:transparent !important;}
.alertbox {color: #000000; background-color:transparent !important;}
.entrybox {color: #000000; background-color:transparent !important;}
li, li.top{color: #000000; background-color:transparent !important;}
.comment_body smaller grey, .comment_body{font:normal 10px tahoma; color:#FFFFFF; }
body,table, td, li, p, div, textarea  
{font:normal 10px tahoma #FFFFFF;}
a, a:link,a:active,a:visited{font:normal 10px arial; color: #FF0000 !important;}
a:hover{cursor:crosshair; font:normal 10px arial; color:#000000 !important;}
b{ color: #FFFFFF;}
i{color: #FFFFFF;}
img {cursor:crosshair; }
</style>



Tutorial may be down tonight. I'm trying to not take a nap to finish it _smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.