Ichiro,

This problem also occurs on FF.

This is the reason of the problem:
#header * a, #footer * a {

   1. color: #F5FBFF;
   2. font-size: 95%;

}

This sets the color of links inside a header to light-blue, which is also
the color of the background.

Try #searchboxMenu a { color: black; } to set the color to black.


dirk



On Thu, Jan 9, 2014 at 10:02 PM, Ichiro Furusato
<ichiro.furus...@gmail.com>wrote:

> Hi Dirk,
>
> I've tried this again and can't replicate it on Chrome on Linux.
>
> The selector I'm seeing is <a> within a bullet list inside of a <div
> id="searchOutput">.
>
> The current stylesheet has the following match:
>
>     #searchboxMenu, #searchResult, #searchTarget,
> *     #searchOutput, #searchOutput a, *#recentSearches, #recentClear {
>       background:#F5FBFF; color : #000000 ;
>     }
>
> I've added a more specific selector to that list:
>
>     #searchOutput ui li a { ... }
>
> and will publish that upon the next update.
>
> Ichiro
>
>
>
> On Fri, Jan 10, 2014 at 8:23 AM, Dirk Frederickx
> <dirk.frederi...@gmail.com>wrote:
>
> > Ichiro,
> >
> >
> >
> >
> >
> > *The one remaining issue was the quick search. I don't see a problem with
> > itin Chrome. Could you confirm where that is? Possibly do an 'Inspect
> > Element(Q)'on it with FireBug to provide the selector?*
> >
> > You can repeat the issue like this:
> > >> Do a search in JSPWiki
> > >> The Quick Navigation drop down now show the searched value in the
> > Recent-Searches list
> > >> the color of that list is white on white (in webkit)
> >
> >
> > dirk
> >
> >
> > On Mon, Jan 6, 2014 at 11:35 PM, Ichiro Furusato
> > <ichiro.furus...@gmail.com>wrote:
> >
> > > Hi Dirk,
> > >
> > > Thanks very much for that converter link -- very handy!  I've managed
> to
> > > fix the
> > > gradient problem in my local copy (now works in Chrome on Linux), will
> > post
> > > the new version of CleanBlue later today.
> > >
> > > The one remaining issue was the quick search. I don't see a problem
> with
> > it
> > > in Chrome. Could you confirm where that is? Possibly do an 'Inspect
> > Element
> > > (Q)'
> > > on it with FireBug to provide the selector?
> > >
> > > Cheers,
> > >
> > > Ichiro
> > >
> > >
> > >
> > > On Tue, Jan 7, 2014 at 10:54 AM, Dirk Frederickx
> > > <dirk.frederi...@gmail.com>wrote:
> > >
> > > > Ichiro,
> > > >
> > > > Aha - Firefox;  that looks much better !
> > > > I was checking Chrome & Safari.
> > > >
> > > > You may want to check-out
> > http://lea.verou.me/demos/cssgradientsplease/to
> > > > convert to -webkit- gradients.
> > > >
> > > >
> > > > dirk
> > > >
> > > >
> > > >
> > > > On Mon, Jan 6, 2014 at 10:41 PM, Ichiro Furusato
> > > > <ichiro.furus...@gmail.com>wrote:
> > > >
> > > > > Hi Dirk,
> > > > >
> > > > > > I noticed some colouring issues:
> > > > > >
> > > > > > - the pagename is white, on a white background
> > > > >
> > > > > Do mean the page name at the top of the page? Ack. I just thought
> you
> > > > > must not be using Firefox so I tried Chrome and see this now. I'll
> > have
> > > > to
> > > > > see if there's some way to have Chrome do a mozilla-style gradient.
> > > > >
> > > > > > - also the page-footer text is white, on a white background
> > > > >
> > > > > Ah, yes, will fix that.
> > > > >
> > > > > > - idem for the recent-search results (in the quick-navigation
> drop
> > > > down)
> > > > >
> > > > > Again, this looks fine in Firefox, black on translucent light blue.
> > > Looks
> > > > > okay
> > > > > in Chrome (on Linux), so I'm wondering if this is browser dependent
> > or
> > > > I'm
> > > > > not understanding where it is you're seeing this.
> > > > >
> > > > > > BTW, the google fonts are loaded from http://, while the apache
> > wiki
> > > > > site
> > > > > > is loaded from https:// ; which gives a security warning in
> google
> > > > > chrome.
> > > > > > You may want to also load the fonts from https://
> > > > >
> > > > > I've in my local copy made that change, and if that doesn't cause
> any
> > > > > issues that may be a preferred solution. We can also load the fonts
> > > from
> > > > > the Apache site by posting them on the wiki. That's long-term that
> > may
> > > be
> > > > > better, dunno.
> > > > >
> > > > > Cheers,
> > > > >
> > > > > Ichiro
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Jan 7, 2014 at 9:48 AM, Dirk Frederickx
> > > > > <dirk.frederi...@gmail.com>wrote:
> > > > >
> > > > > > Ichiro,
> > > > > >
> > > > > > I noticed some colouring issues:
> > > > > >
> > > > > > - the pagename is white, on a white background
> > > > > > - also the page-footer text is white, on a white background
> > > > > > - idem for the recent-search results (in the quick-navigation
> drop
> > > > down)
> > > > > >
> > > > > > BTW, the google fonts are loaded from http://, while the apache
> > wiki
> > > > > site
> > > > > > is loaded from https:// ; which gives a security warning in
> google
> > > > > chrome.
> > > > > >  You may want to also load the fonts from https://
> > > > > >
> > > > > >
> > > > > >
> > > > > > dirk
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Mon, Jan 6, 2014 at 7:56 PM, Harry Metske <
> > harry.met...@gmail.com
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > the latest version (1.0.8) of the CleanBlue is now on
> > > > > > > jspwiki-wiki.apache.org and looks good.
> > > > > > > What would you think to sollicit some more feedback:
> > > > > > > * make this skin (temporarily) the default
> > > > > > > (jspwiki.defaultprefs.template.skinname = CleanBlue)
> > > > > > > * make a temporary Titlebox page to tell about it and ask for
> > > > feedback
> > > > > ?
> > > > > > >
> > > > > > > regards,
> > > > > > > Harry
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On 2 January 2014 20:58, Harry Metske <harry.met...@gmail.com>
> > > > wrote:
> > > > > > >
> > > > > > > > Ichiro, thanks for the skin,
> > > > > > > >
> > > > > > > > I installed the skin on https://jspwiki-wiki.apache.org .
> > > > > > > >
> > > > > > > > Let me know what you all think...
> > > > > > > >
> > > > > > > > it is all personal preferences of course, but I think it
> needs
> > a
> > > > > couple
> > > > > > > of
> > > > > > > > tweaks:
> > > > > > > > * logo's are indeed much better
> > > > > > > > * at the top of screen too much space is used for the page
> > title
> > > > and
> > > > > > the
> > > > > > > > tabs (view/attach/info), leaving too little left for the page
> > > > content
> > > > > > > > * i'd like the fonts in general a little smaller
> > > > > > > > * the left menu background color could be little darker, a
> bit
> > > more
> > > > > > > > contrast would be nice (when hovering over it is exactly
> > right).
> > > > > > > >
> > > > > > > >
> > > > > > > > BTW: I do get 404's for the following files with this skin :
> > > > > > > > /wiki/templates/default/images/jspwiki-strip.gif
> > > > > > > > /wiki/templates/default/skins/CleanBlue/images/search.gif
> > > > > > > > /wiki/templates/default/skins/CleanBlue/images/sortable.gif
> > > > > > > >
> > > > > > > > regards,
> > > > > > > > Harry
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On 2 January 2014 02:11, Ichiro Furusato <
> > > > ichiro.furus...@gmail.com
> > > > > > > >wrote:
> > > > > > > >
> > > > > > > >> Happy new year Harry and thanks for the new wiki. Good
> timing
> > > on a
> > > > > new
> > > > > > > >> start...
> > > > > > > >>
> > > > > > > >> Would you be interested in adopting a template we've been
> > > testing
> > > > > here
> > > > > > > for
> > > > > > > >> about a month? It's not perfect but it looks a lot better
> than
> > > the
> > > > > > > >> default,
> > > > > > > >> and
> > > > > > > >> we'd be willing to donate it to the project under an Apache
> > > > license
> > > > > if
> > > > > > > the
> > > > > > > >> team
> > > > > > > >> liked it.
> > > > > > > >>
> > > > > > > >> If so, let me know and I'll send you a zip.
> > > > > > > >>
> > > > > > > >> Ichiro
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> On Wed, Jan 1, 2014 at 10:25 PM, Harry Metske <
> > > > > harry.met...@gmail.com
> > > > > > > >> >wrote:
> > > > > > > >>
> > > > > > > >> > Hi all,
> > > > > > > >> >
> > > > > > > >> > First of all, we wish you a Happy New Year !
> > > > > > > >> >
> > > > > > > >> > we have our new JSPWiki wiki running at apache infra. It
> is
> > > > > > available
> > > > > > > at
> > > > > > > >> > https://jspwiki-wiki.apache.org.
> > > > > > > >> > This is the official replacement for the old
> > www.jspwiki.org
> > > > (which
> > > > > > > is
> > > > > > > >> > read-only at http://www.ecyrd.com/JSPWiki/wiki/).
> > > > > > > >> >
> > > > > > > >> > The wiki is currently almost empty, we have to start
> > building
> > > > that
> > > > > > up
> > > > > > > >> > again.
> > > > > > > >> > So anyone who is willing to help, register an account and
> > > start
> > > > > > > working
> > > > > > > >> on
> > > > > > > >> > the wiki.
> > > > > > > >> >
> > > > > > > >> > If you have any questions, do not hesitate to send your
> > > > questions
> > > > > to
> > > > > > > the
> > > > > > > >> > list (user or dev).
> > > > > > > >> >
> > > > > > > >> > kind regards,
> > > > > > > >> > the JSPWiki team
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to