MediaWiki:Gadget-WatchlistBase.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 * 
 * Base styling for updated markers on watchlist, history and recent/related changes
 *
 * Please prefix selectors with .mw-rcfilters-disabled unless they are tested with and intended to work with the new ChangesList UI (RCFilters / WLFilters / Structured Change Filters)
 */

#mw-wlheader-showupdated,
#mw-wlheader-green,
#mw-watchlist-resetbutton {
    display: none;
}

.mw-rcfilters-disabled #mw-wlheader-bold {
	display: none;
}

.mw-rcfilters-disabled.mw-special-Watchlist .mw-changeslist-line-watched .mw-title,
.mw-rcfilters-disabled .mw-enhanced-watched .mw-enhanced-rc-time {
    font-weight: normal;
}