On Thu, Oct 13, 2011 at 9:49 AM, David Crossley <cross...@apache.org> wrote: > Here is a solution which should meet the quest for "appealing" > and also meet the quest for "usability".
It is not complete. This does not make sure how scrolling people change their link color to visited. If two colors, this needs to be cared of for the sake of usability. > This intends to use the same colour that "bootstrap" uses > for "a:hover". > > I presume that they have used a dull variant of the link colour. > > If anyone can work out the exact colour by looking at > the "bootstrap*.css" then thanks. I tried. The format used by bootstrap is: a { color: #0069d6; text-decoration: none; line-height: inherit; font-weight: inherit; } a:hover { color: #00438a; text-decoration: underline; } This is a not minified css version, searching is easier there: http://twitter.github.com/bootstrap/1.3.0/bootstrap.css But I agree, using the hover color for visited links is not the badest idea. We just need to make sure scrollers are not excluded from the feature. Christian > > -David > > Index: site-author/style/style.css > =================================================================== > --- site-author/style/style.css (revision 1182649) > +++ site-author/style/style.css (working copy) > @@ -123,3 +123,7 @@ > text-decoration: none; > color: black; > } > + > +a:visited { > + color: #00438A; > +} > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org > For additional commands, e-mail: general-h...@incubator.apache.org > -- http://www.grobmeier.de --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org