Log In · Register

 
createblog, customizing
thisbxtchisloca
post May 23 2007, 10:01 AM
Post #1


ily bebe.*
****

Group: Member
Posts: 130
Joined: May 2007
Member No: 525,528



i want to customize my createblog profile, but i have no idea where to start. is it anything like customizing myspace?
 
 
Start new topic
Replies
freeflow
post May 23 2007, 10:07 AM
Post #2


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

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



My account > customize.

The fonts, etc can be done with basic font attributes such as this:
CODE
body,table, td, li, p, div, textarea  
{font:normal 10px arial; color: ######; text-decoration:; font-weight: none;}


The titles:
CODE
h1{properties you want go here}
h2{properties you want go here}
h3{properties you want go here}


For a background:
CODE
body{
background-color: #####;
background-image: url("IMAGEURLHERE");
background-repeat: repeat;
}


For the table with the header in it:
CODE
.outerbox{ border: 2px solid #000000; background-color: #FFFFFF;}

(You can change the properties I just kept what I had.

For the overall table part:
CODE
.innerbox{ border: 2px solid #000000; background-color: #FFFFFF;}



For the links on top and on the side:
CODE
li, li.top{ background-color: ####### !important; font: ###### !important;}



For the header, if you want to hide it:
CODE
#header{display:none;}


Links, you can use the basic css for a normal link. Any other boxes you want to edit you can view the source of it and see the title for it. Also all the codes I gave you have to go in style tags.
 

Posts in this topic


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