I hope you enjoy this layout as much as I enjoyed making it. If you like it, have a suggestion, a comment to make or even a complaint, contact me. I would really like to hear your opinion on this layout.
NOTE:
This code also hides your Friends table, because at the moment, that feature is not available, so it's just wasting space.
Preview
The CSS code:
- Code:
/**
* Terra Duo
*
* I once made a template for my PHP Framework,
* and I decided to adapt it to EmoBucket, because
* I simply love it.
*
* @author Bruno De Barros [The Rage Of ArC]
* Got any questions / suggestions / complaints, contact me.
*
*/
body {
background-image: url(http://www.brunodebarros.com/EB_LAYOUTS/grad.gif);
background-color: #282828;
background-repeat: repeat-x;
}
.commenttable, .stufftable, .friendstable, .contacttable, .statstable, .raninfotable, .avatartable {
background-image: url(http://www.brunodebarros.com/EB_LAYOUTS/profileheader.gif);
border: 1px solid #006400;
}
/* Small Tweaks - These improve the layout's appearance a bit, but if you remove them, the layout is still basically the same.*/
.profilepic {
border-color: #006400;
}
.username1 h1 {
font-size: 25px;
}
.friendstable {
display: none;
}
/* Override Flowmo's Height Definition that was used because of the split gradient he had. */
.tableheader {
height: 0px;
padding-bottom: 10px;
}
/* Remove The Wrap's Border. I don't like it. */
#wrap {
border: none;
}
/* Hide About Me: Text */
.stufftable .highlights {
display:none;
}
