حرر الـ
CSS للإستايل
وابحث عن :
CODE
.text a:hover, .text a:active{<br />
color:#FF5050;<br />
text-decoration:underline;<br />
}<br />
واستبدله بـ
CODE
.text a:hover, .text a:active{<br />
background-color:#FFF2C5;<br />
color:#CA781F;<br />
text-decoration:none;<br />
box-shadow:0 1px 0 rgba(255, 255, 255, 1) inset, 0 1px 0 rgba(0, 0, 0, 0.3);<br />
-webkit-border-radius:4px;<br />
border-radius:4px;<br />
font-family: Arial, Times New Roman;<br />
font-size: 15px;<br />
font-weight:bold;<br />
padding:1px;<br />
margin:1px;<br />
}<br />