sebb wrote:
> David Crossley wrote:
> > sebb wrote:
> >> David Crossley wrote:
> >> >
> >> > Here is a solution which should meet the quest for "appealing"
> >> > and also meet the quest for "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.
> >> >
> >> > -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;
> >> > +}
> >>
> >> I've created "crossley" with this patch applied to the "current" css 
> >> settings
> >
> > Thanks.
> >
> > However, this is intended to be applied to the default "bootstrap"
> > (see comments above). So we have its new blue link and a dull
> > variant for visited.
> >
> > However, please move the "a:visited" up above the changes
> > that i made in r1182712:
> > http://svn.apache.org/viewvc?rev=1182712&view=rev
> 
> OK, created crossley-bootstrap
> 
> However, it is based on an earlier version of the site build - does
> not include the anchor changes.

Thanks, i was just now trying to work out a patch.

See http://people.apache.org/~sebb/incubator/crossley-bootstrap/

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to