KatieH
Member
Hi, I am using this code on my custom homepage, but i'd like to use the one Xenforo uses, the css styling.
The current one i use for hover over any link is :
Edit: Figure it out :0)
The current one i use for hover over any link is :
Code:
.message a:hover {
color:#E04D93;
text-decoration:none;
#padding:1px 5px 1px 5px;
#-moz-border-radius:3px;
#khtml-border-radius:3px;
-webkit-border-radius:3px;
border:1px #e3e3e3;
background-color:#eeeeee;
#-moz-box-shadow:1px 1px 8px #b3b3b3;
#-webkit-box-shadow:1px 1px 4px #b3b3b3;
}
Edit: Figure it out :0)