Finish what I began in r20065. Tested it in all skins and works except in MySkin...
authorLeon Weber <leon@users.mediawiki.org>
Sun, 4 Mar 2007 20:53:48 +0000 (20:53 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sun, 4 Mar 2007 20:53:48 +0000 (20:53 +0000)
If something's wrong, please feel free to correct it, as I'll be away for some weeks now.

RELEASE-NOTES
includes/DefaultSettings.php
skins/common/common.css
skins/common/images/Checker-16x16.png [new file with mode: 0644]
skins/monobook/Checker-16x16.png [deleted file]
skins/monobook/main.css
skins/simple/main.css

index a1d3e03..99603d4 100644 (file)
@@ -229,8 +229,7 @@ lighter making things easier to read.
 * (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).
+  galeries to make transparency visible.
 * (bug 7782) Standardisation of file info at image description pages.
 * (bug 8799) Use redirect table for Special:BrokenRedirects and
   Special:DoubleRedirects
index c834a2c..690d9c2 100644 (file)
@@ -1117,7 +1117,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '60';
+$wgStyleVersion = '61';
 
 
 # Server-side caching:
index 92b4888..64a82e3 100644 (file)
@@ -474,4 +474,8 @@ p.mw-ipb-conveniencelinks {
 .mw-plusminus-null { color: #aaa; }
 .texvc { direction: ltr; unicode-bidi: embed; }
 /* Stop floats from intruding into edit area in previews */
-#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
+#toolbar, #wpTextbox1 { clear: both; }
+
+#file img, .gallerybox .thumb img {
+       background: url(images/Checker-16x16.png) repeat;
+}
diff --git a/skins/common/images/Checker-16x16.png b/skins/common/images/Checker-16x16.png
new file mode 100644 (file)
index 0000000..3e9e3d0
Binary files /dev/null and b/skins/common/images/Checker-16x16.png differ
diff --git a/skins/monobook/Checker-16x16.png b/skins/monobook/Checker-16x16.png
deleted file mode 100644 (file)
index 3e9e3d0..0000000
Binary files a/skins/monobook/Checker-16x16.png and /dev/null differ
index 1a5c260..c48d9e2 100644 (file)
@@ -1624,4 +1624,11 @@ p.mw-ipb-conveniencelinks {
 .mw-plusminus-null { color: #aaa; }
 .texvc { direction: ltr; unicode-bidi: embed; }
 /* Stop floats from intruding into edit area in previews */
-#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
+#toolbar, #wpTextbox1 { clear: both; }
+
+/* Have a checkered background on images on the description pages and in galleries
+   to make transparency visible
+*/
+#file img, .gallerybox .thumb img {
+       background: url(../common/images/Checker-16x16.png) repeat;
+}
index 41d0b54..c22f0b7 100644 (file)
@@ -445,4 +445,8 @@ table.collapsed tr.collapsable {
 .mw-plusminus-null { color: #aaa; }
 .texvc { direction: ltr; unicode-bidi: embed; }
 /* Stop floats from intruding into edit area in previews */
-#toolbar, #wpTextbox1 { clear: both; }
\ No newline at end of file
+#toolbar, #wpTextbox1 { clear: both; }
+
+#file img, .gallerybox .thumb img {
+       background: url(../common/images/Checker-16x16.png) repeat;
+}