https://bugzilla.wikimedia.org/show_bug.cgi?id=26470

--- Comment #20 from Erwin Dokter <[email protected]> 2011-07-09 17:49:52 UTC 
---
I wa thinking more about a static bar above the image, not the kind that pops
up like in IE.

I know what the C stands for. The reason why it may not work is because local
CSS overrides the CSS in core. Enwiki now has a static bg-image; placing a
hover in the core CSS will be overridden by that static bg-image. But that is
indeed not a big issue.

I am asuming that the scope of this bug is the image description page only, so
transparency outside of the image description page (such as galleries in
non-article space) are not considered.

On the image description page, there are two elements: the main image, and the
thumbnails in the history table. I propose we make main image transparent on
hover, and the history thumbs permanently transparent. That would done as
follows:

/*
 * Add a checkered background image on hover for file description pages.
 */
.filehistory a img,
#file img:hover {
    /* @embed */
    background: white url(images/Checker-16x16.png) repeat;
}

This basically means the previous patch had one 'hover' too many.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to