The code I have now ==>
- Code:
body {
text-align: center;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
background-image: url(http://ca.geocities.com/rasterop@rogers.com/images/matrix.gif);
background-repeat: repeat;
background-position: left bottom;
background-color: #FFFFFF;
}
}
.locationstuff {
color: #83F52C;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
padding-left: 5px;
}
.stufftable {
background-image: none;
background-position: center;
background-repeat:repeat;
width:100%;
color:#83F52C;
margin-top:40px;
padding:5px;
border:2px solid #83F52C;
padding-left:10px;
}
.statstable, .raninfotable, .avatartable, .contacttable, .commentaddtable
{
background-image: url(http://ca.geocities.com/rasterop@rogers.com/images/matrix.gif);
background-position:center;
background-repeat:repeat;
width:100%;
margin-top:10px;
color:#83F52C;
padding:5px;
border:2px solid #83F52C;
padding-left:10px;
}
#wrap {
width: 100%;
margin: 0 auto;
text-align: left;
background: url(http://ca.geocities.com/rasterop@rogers.com/images/matrix.gif) repeat fixed left top;
}
.commenttable {
background-image: none;
background-position: center;
background-repeat: repeat;
width:100%;
color:#000000;
margin-top:40px;
padding:5px;
border:2px solid #080808;
padding-left:10px;
}
.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:#83F52C;
text-decoration: none;
}
.navlinks a:hover {
color:#83F52C;
}
.friendstable {
background-image: none;
background-position: center;
background-repeat: repeat;
width:500%;
color:#000000;
margin-top:40px;
padding:5px;
border:none;
padding-left:10px;
}
.comment_media {
background: none;
color:#FFFFFF;
text-align: left;
border: 2px solid #000000;
}
What I would like is to have the neon green border boxes blend in, have the comment boxes be black, have the text color in the comment boxes be neon green, have the friend controlls text as well as the text in that area be neon green, have my name be neon green, and remove the green border around the "about me" section.
I know virtually nothing about CSS either.
Any help is much appreciated
