From: Leon Weber Date: Mon, 26 Feb 2007 20:30:58 +0000 (+0000) Subject: Added a checkered background for images on thei description pages. Useful to see... X-Git-Tag: 1.31.0-rc.0~53954 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=02b226abe9493d99fec30650cf3ef889d9307539;p=lhc%2Fweb%2Fwiklou.git Added a checkered background for images on thei description pages. Useful to see transparancy. It's only monobook for now; I'm not in the mood to do the other skins right now, will add them soon. Commiting to not forget the rest, I guess this is better than nothing ;-) --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 15e1d1a07d..fa3b653b34 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -228,6 +228,9 @@ lighter making things easier to read. there are none * (bug 8958) Handle search operators better when using tsearch2 (Postgres) * Added rate limiter for Special:Emailuser +* Have a checkered background on images on the description pages and in + galeries to make transparency visible (just MonoBook for now, will add the + rest soon). == Languages updated == diff --git a/skins/monobook/Checker-16x16.png b/skins/monobook/Checker-16x16.png new file mode 100644 index 0000000000..3e9e3d0969 Binary files /dev/null and b/skins/monobook/Checker-16x16.png differ diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 9a65693911..5cd6bc70da 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -497,6 +497,13 @@ span.texhtml { font-family: serif; } +/* Have a checkered background on images on the description pages and in galleries + to make transparency visible +*/ +#file img, .gallerybox .thumb img { + background: url(Checker-16x16.png) repeat; +} + /* ** classes for special content elements like town boxes ** intended to be referenced directly from the wiki src