Difference between revisions of "Team:EPF Lausanne/Test/css"
Line 146: | Line 146: | ||
Parts | Parts | ||
========================================================================== */ | ========================================================================== */ | ||
+ | .parts a:link { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | /* visited link */ | ||
+ | .parts a:visited { | ||
+ | color: #330033; | ||
+ | } | ||
+ | |||
+ | /* mouse over link */ | ||
+ | .parts a:hover { | ||
+ | color: #109798; | ||
+ | } | ||
+ | |||
+ | /* selected link */ | ||
+ | .parts a:active { | ||
+ | color: #000000; | ||
+ | } | ||
.parts a > h3 { | .parts a > h3 { | ||
color: #109798; | color: #109798; |
Revision as of 17:04, 16 September 2015