1,393
edits
m |
m |
||
Line 2: | Line 2: | ||
font-family: Verdana; | font-family: Verdana; | ||
} | } | ||
a:link, a:active { | |||
color: #458aed; | |||
} | |||
a:visited { | |||
color: #256abd; | |||
} | |||
a:hover { | |||
color: #5a65ff; | |||
background-color: transparent; | |||
text-decoration: none; | |||
border-bottom: 1px dotted #5a65ff; | |||
} | |||
:link:link, :link:active, :link.visited, :link.stub { | |||
color: #458aed; | |||
} | |||
:link.new {color: #458aed;} |