But now I combined those tags with the tags to get my profile background in, but some of the link won't turn purple/pink for some reason and I can't get it to work.
Here's what the code looks like:
- Code:
body {
text-align: center;
font-family: Palatino Linotype;
font-size: 12px;
background-color: #000000;
background: url(http://i531.photobucket.com/albums/dd360/AleksaAtrophy/kyle-xy-2006-1-g.jpg) repeat fixed center top;
}
#wrap {
width: 100%;
margin: 0 auto;
text-align: left;
background: url(http://i531.photobucket.com/albums/dd360/AleksaAtrophy/kyle-xy-2006-1-g.jpg) repeat fixed center top;
}
#wrapinside {
width: 836px;
background:inheirt;
margin: 0 auto;
text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
font-family: Palatino Linotype;
font-size: 12px;
font-weight: bold;
color:darkorchid;
}
.navlinks a:hover {
color:magenta;
}
h1
font-family: Palatino Linotype;
font-size: 12px;
margin: 0px;
color:darkorchid;
display:inline;
padding: 0px;
padding-left: 5px;
}
.locationstuff {
color:darkorchid;
font-family: Palatino Linotype;
font-size:14px;
padding-left: 5px;
}
.stufftable {
background: none
background-repeat:repeat;
width:100%;
color:darkorchid;
margin-top:40px;
padding:5px;
border: none;
padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable
{
background: none
background-position: left top;
background-repeat:repeat;
width:100%;
margin-top:10px;
color:darkorchid;
padding:5px;
border: none;
padding-left:10px;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
font-family: Palatino Linotype;
font-size: 12px;
font-weight: bold;
color:darkorchid;
}
.navlinks a:hover {
color:magenta;
}
.commenttable, .commentaddtable {
background: none;
background-position: left top;
background-repeat:repeat;
width:100%;
margin-top:10px;
color:darkorchid;
padding:5px;
border: none;
padding-left:10px;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
font-family: Palatino Linotype;
font-size: 12px;
font-weight: bold;
color:darkorchid;
}
.navlinks a:hover {
color:magenta;
}
.profilepic {
border:3px solid black;
}
.tableheader {
height: 31px;
font-family: Palatino Linotype;
font-size: 13px;
color:darkorchid;
margin:0;
padding:0;
font-weight: bold;
padding-left: 5px;
text-align: left;
}
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited {
font-family: Palatino Linotype;
font-size: 12px;
font-weight: bold;
color:darkorchid;
}
.navlinks a:hover {
color:magenta;
}
.highlights, .highlights a:link, .highlights a:active, .highlights a:visited {
font-family: Palatino Linotype;
font-size: 13px;
color:darkorchid;
font-weight: bold;
padding-left: 5px;
text-align: left;
}
.highlights a:hover {
color: magenta;
}
#wrapinside .tableflip .righttablecol .stufftable .tableheader {
font-size:1px;
height:1px;
color: #000000;
}
.comments1 {
background-color:none;
}
.commentsinfo {
color:white;
font-size:8px;
}
.comment_media {
background: none;
color:darkorchid;
text-align: left;
border: 2px solid black;
}
#footer2 {
text-align:center;
background:none;
padding: 2px;
}
.addcomment, .addcomment a:link, .addcomment a:active, .addcomment a:visited, addcomment {
font-family: Palatino Linotype;
font-size: 14px;
color:darkorchid;
font-weight: bold;
}
.addcomment a:hover {
color:magenta;
text-decoration: line-through;
}
addcommentalign {
text-align:right;
}
.quote {
background-color:#1f1d1e;
border:2px solid #141311;
filter: Alpha(Opacity=80);
}
.genmed {
color:#c0c0c0;
}
.friendstable {display: none;}
As far as I can tell, all the links should be purple and the pink when hovered.
*shrug*