From 6e2213fb8e114f3e597686f0bbc6c47277bb5cfd Mon Sep 17 00:00:00 2001 From: Remember the dot Date: Wed, 15 Jul 2009 05:10:38 +0000 Subject: [PATCH] Added popular colored watchlist numbers, which make probable deletion vandalism stand out more, to MediaWiki itself for all to enjoy. The idea originated from Mets501 of the English Wikipedia in December 2006, and has since spread to the Japanese, French, Polish, Russian, and Portuguese Wikipedias. Most likely it has been copied to some smaller projects also which I have not checked, but in any case it is a feature worth having by default. --- RELEASE-NOTES | 2 ++ skins/common/shared.css | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2019cba0cf..56cf928533 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -123,6 +123,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN preprocesor level. * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail display for old versions of images. +* In watchlists and Special:RecentChanges, the difference in page size now + appears in dark green if bytes were added and dark red if bytes were removed. === Bug fixes in 1.16 === diff --git a/skins/common/shared.css b/skins/common/shared.css index e07803b137..30a5fd5ff7 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -3,7 +3,11 @@ * careful what you put in here, since what looks good in one skin may not in * another, but don't ignore the poor non-Monobook users either. */ -.mw-plusminus-null { color: #aaa; } + +/* Colored watchlist and recent changes numbers */ +.mw-plusminus-pos { color: #006400; } /* dark green */ +.mw-plusminus-neg { color: #8b0000; } /* dark red */ +.mw-plusminus-null { color: #aaa; } /* gray */ .texvc { direction: ltr; unicode-bidi: embed; } img.tex { vertical-align: middle; } -- 2.20.1