Jump to content

User:Mattflaschen-WMF/MediaWiki:Gadget-WatchlistBase.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
these are at the same level
per new product decision, we are no longer affecting bold in any way (test)
 
Line 7: Line 7:
*
*
* Base styling for updated markers on watchlist, history and recent/related changes
* 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-showupdated,
#mw-wlheader-bold,
#mw-wlheader-green,
#mw-wlheader-green,
#mw-watchlist-resetbutton {
#mw-watchlist-resetbutton {
display: none;
display: none;
}
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title,

.mw-rcfilters-disabled #mw-wlheader-bold {
.mw-enhanced-watched .mw-enhanced-rc-time {
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;
font-weight: normal;
}
}

Latest revision as of 02:58, 29 September 2017

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === 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
 */

#mw-wlheader-showupdated,
#mw-wlheader-bold,
#mw-wlheader-green,
#mw-watchlist-resetbutton {
    display: none;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title,
.mw-enhanced-watched .mw-enhanced-rc-time {
    font-weight: normal;
}