Change the text color: .section{color: #ffffff;}That code will change all the font to white. Change the blue "hex code" to whatever color you want if you don't want white. To do that, click here.
To get rid of a border: #content #main{border: 0px;}
Get rid of the border in the friends list: #friends #friendGroup li { border: none; }
Create borders: .section { border: 2px dotted #000; }
This puts a border around the ENTIRE page: #site { borderpx solid #000; background: #FFF; }
Hide the friends in common: #commonFriends {display: none;}
Lessen the amount of friends: #friends { height: 350px; overflow-y: hidden; }
Auto play multimedia: ( Put this at the end of the link )&autoplay=1
This changes the images for the status bar. #profile #bar { background: none; } #profile #bar #onlineButton { background: url( image URL goes here ) no-repeat; } #profile #bar #offlineButton { background: url( image URL goes here ) no-repeat; } #profile #bar #hiddenButton { background: url( image URL goes here ) no-repeat; } #profile #bar #addButton { background: url( image URL goes here ) no-repeat; } #profile #bar #msgButton { background: url( image URL goes here ) no-repeat; } #profile #bar #tradeButton { background: url( image URL goes here ) no-repeat; } #profile #bar #ignoreButton { background: url( image URL goes here ) no-repeat; } #profile #bar #addButton a { background: url( image URL goes here ) no-repeat; } #profile #bar #msgButton a { background: url( image URL goes here ) no-repeat; } #profile #bar #tradeButton a { background: url( image URL goes here ) no-repeat; } #profile #bar #ignoreButton a { background: url( image URL goes here ) no-repeat; }
This causes the list of items that you're wearing to disappear: #profile ul.items { display: none; }
Create a background for your friends: #friends #friendGroup li img { background: #000 url( image URL goes here ) bottom center no-repeat; }
Creates a background for your comments: #comments dl dt.avatar img { background: url( image URL goes here ) left top no-repeat; } #comments dl dt.avatar2 img { background: url( image URL goes here ) right top no-repeat; } The first line is for those on the left side, and the second line is for those on the right.
Changes the background of the commentors speech bubbles, and the border colours.: .caption { background: #000 url( image URL goes here ) border: 2px solid #555; color: #fff; } .caption2 { background: #000 url( image URL goes here ) border: 2px solid #888; color: #fff; } The first line is for the commentors on the left side, and the second line is for those on the right.
Move the avatar in the header: #header #avatar { position: absolute; left: 645px; top: -5px; } #header #wordBubble { position: absolute; left: 775px; top: -5px; }
Hide the "About" "User name" ect (text) on your profile: #content h2 {display: none; }
llx Horohoro xll · Mon Aug 09, 2010 @ 04:30am · 1 Comments |