From 02b226abe9493d99fec30650cf3ef889d9307539 Mon Sep 17 00:00:00 2001 From: Leon Weber Date: Mon, 26 Feb 2007 20:30:58 +0000 Subject: [PATCH] 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 ;-) --- RELEASE-NOTES | 3 +++ skins/monobook/Checker-16x16.png | Bin 0 -> 81 bytes skins/monobook/main.css | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 skins/monobook/Checker-16x16.png 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 0000000000000000000000000000000000000000..3e9e3d0969fc33a4205827b6a2091fc95737316e GIT binary patch literal 81 zcmeAS@N?(olHy`uVBq!ia0vp^0wBx*Bp9q_EZ7UABs^UlLnOkJEBIOeFKkF`U`gPa cafE@Bfx%(#cgDQkuC5@pp00i_>zopr0FJQ}Jpcdz literal 0 HcmV?d00001 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 -- 2.20.1