MediaWiki:Gadget-WatchlistChangesBold.css
Penampilan
Catatan: Selepas diterbitkan, anda mungkin perlu memintas cache pelayar web untuk melihat perubahan.
- Firefox / Safari: Tahan Shift sambil klik Reload, atau tekan sama ada Ctrl-F5 atau Ctrl-R (⌘-R pada Mac)
- Google Chrome: Tekan Ctrl-Shift-R (⌘-Shift-R pada Mac)
- Edge: Tahan Ctrl sambil tekan Refresh, atau tekan Ctrl-F5.
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
* |_____________________________________________________________________________|
*
* Display pages on your watchlist that have changed since your last visit in '''bold'''.
*/
#mw-wlheader-green {
display: none;
}
#mw-wlheader-showupdated,
#mw-wlheader-bold {
display: inline;
}
#mw-watchlist-resetbutton {
display: block;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
font-weight: bold;
}