^^ That's the layout, and here's the code:
- Code:
body {
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
background-color: red;
background-image: url(http://i29.tinypic.com/x4ls2.png);
}
#wrap {
width: 100%;
margin: 0 auto;
text-align: left;
background-image: url(http://i29.tinypic.com/x4ls2.png);
}
#wrapinside {
width: 836px;
background:inheirt;
margin: 0 auto;
text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:yellow;
text-decoration: none;
}
.navlinks a:hover {
color:white;
}
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
margin: 0px;
color:purple;
display:inline;
padding: 0px;
padding-left: 5px;
}
.locationstuff {
color: blue;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
padding-left: 5px;
}
.stufftable {
background-image: none;
background-color:white;
width:100%;
color:orange;
margin-top:40px;
padding:5px;
border:1px dotted #d00066;
padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
background-image: none;
background-color:white;
width:100%;
margin-top:10px;
color:orange;
padding:5px;
border:1px dotted #d00066;
padding-left:10px;
}
.profilepic {
border:4px solid white;
}
.tableheader {
height: 31px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color:orange;
margin:0;
padding:0;
font-weight: bold;
padding-left: 5px;
text-align: left;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color:orange;
font-weight: bold;
padding-left: 5px;
text-align: left;
}
.highlights a:hover {
color:#003077;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: orange;
}
.comments1 {
background-color:white;
}
.commentsinfo {
color:orange;
font-size:10px;
}
.comment_media {
background-color: white;
color:orange;
text-align: left;
border: 2px solid black;
}
#footer2 {
text-align:center;
background:none;
padding: 2px;
color: #ffffff;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color:red;
font-weight: bold;
}
.addcomment a:hover {
color:#000000;
text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
a:link, a:active, a:visited {
color: #ffffff;
text-decoration: underline;
}
a:hover {
color: #d00066;
}
You can use it if you want.