Transparent Backgrounds
Removing ALL Profile 2.0 Background Colors
note: codes goes into your "advanced CSS" box under "Customize Profile"
This will remove all the background colors, but leaves the borders around the sections.
.notes {2.0 transparent backgrounds:"viciouscodes.net";}
div.module div.moduleMid li,
div.module h3.moduleHead,
div.module li.moduleItem,
div.module div.userComment,
div.module div, div.content
{background-color:transparent;}
If you also want the borders and lines removed, then use this instead.
.notes {2.0 remove borders and lines:"viciouscodes.net";}
div.module div.moduleMid li,
div.module h3.moduleHead,
div.module li.moduleItem,
div.module div.userComment,
div.module div, div.content
{background-color:transparent; border:0px;}
hr, div.moduleTop, div.moduleBottom {display:none;}
The part that is "behind" the modules - this will make that white area transparent so you can see your background image thru it.
.notes {2.0 transparent main content divs:"viciouscodes.net";}
div.content div.contentMid1,
div.content div.contentMid2 {background-color:transparent;}
If you want ALL of the modules to be transparent, so that you can see your complete background image, use this.
.notes {2.0 completely transparent modules:"viciouscodes.net";}
div.content div, div.content ul,
div.content div.moduleBody * {background-color:transparent; border:0px;}
div.content div.moduleBottom, div.content div.moduleTop {display:none;}
Leave Us A MySpace Comment!
Sponsored Links