Added a checkered background for images on thei description pages. Useful to see...
authorLeon Weber <leon@users.mediawiki.org>
Mon, 26 Feb 2007 20:30:58 +0000 (20:30 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Mon, 26 Feb 2007 20:30:58 +0000 (20:30 +0000)
RELEASE-NOTES
skins/monobook/Checker-16x16.png [new file with mode: 0644]
skins/monobook/main.css

index 15e1d1a..fa3b653 100644 (file)
@@ -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 (file)
index 0000000..3e9e3d0
Binary files /dev/null and b/skins/monobook/Checker-16x16.png differ
index 9a65693..5cd6bc7 100644 (file)
@@ -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