ok i am haveing trouble getting this part
help please
i do not know where to find the stylevars
to copy this to
Instruction Part 2 - Stylevars
You need some stylevars for this Modification. So copy the next Lines and place them in each Sytle.
.hackinfo,.navlist div a,.navlist div a:active,.navlist div a:link,.navlist div a:visited{
font:12px verdana,arial,helvetica,sans-serif;
border:1px solid #E1E4F2;
width:165px;
display:block;
padding:3px 3px 3px 7px;
background:#ffffff;
color:#000099;
text-decoration:none
}
.navlist div a:hover{
border-width:0px;
border-top:1px solid #e1e1e1;
border-bottom:1px solid #e1e1e1;
background:#E1E4F2;
color:#000000
}
.navlist div.account a{padding-left:20px;width:165px;text-transform:lowercase}
|