Multiple link colors

Pseudo class selectors used in the Style Sheet for this tutorial.

<style media="screen" type="text/css"><!--

.linkcolor1 { font-size: 12px; font-family: Arial, Geneva, sans-serif; background-color: transparent }

.linkcolor1 a:link { color: lime; text-decoration: underline; background-color: transparent }

.linkcolor1 a:visited { color: silver; text-decoration: none; background-color: transparent }

.linkcolor1 a:hover { color: lime; text-decoration: none; background-color: transparent }

.linkcolor1 a:active { color: yellow; text-decoration: underline; background-color: transparent }

.linkcolor2 { font-size: 12px; font-family: Arial, Geneva, sans-serif; background-color: transparent }.linkcolor2 a:link { color: white; text-decoration: underline; background-color: transparent }

.linkcolor2 a:visited { color: silver; background-color: transparent }

.linkcolor2 a:hover { color: white; text-decoration: none; background-color: transparent }

.linkcolor2 a:active { color: yellow; text-decoration: underline; background-color: transparent }

.linkcolor3 { font-size: 12px; font-family: Arial, Geneva, sans-serif; background-color: transparent }

.linkcolor3 a:link { color: yellow; text-decoration: underline; background-color: transparent }

.linkcolor3 a:visited { color: silver; background-color: transparent }

.linkcolor3 a:hover { color: yellow; text-decoration: none; background-color: transparent }

.linkcolor3 a:active { color: fuchsia; text-decoration: underline; background-color: transparent }

/*Additional used pseudo class selectors*/

.greybox { font-size: 12px; font-family: Arial, Geneva, sans-serif; background-color: transparent }
.greybox a:link { color: black; text-decoration: underline; background-color: transparent }
.greybox a:visited { color: blue; background-color: transparent }
.greybox a:hover { color: yellow; text-decoration: none; background-color: transparent }
.greybox a:active { color: fuchsia; text-decoration: underline; background-color: transparent }

--></style>

Style Sheet URL: http://www.rasmussens.dk/tut/typo/two_links_colors.css

Start page | Page 2 | Page 3
Links | Style Sheet | Test area