Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Dixtosa to every page.


/* see also global [[meta:User:Dixtosa/global.css]] */

/* Hide most of the sidebar items*/
#n-portal,#n-wiktprefs,#n-requestedarticles,#n-help,#n-sitesupport,#n-contact,#t-upload,#p-coll-print_export,.pBody.body{
	display: none;
}

/* Hides the table from [[MediaWiki:Noexactmatch]] */
/* #searchmenu-new-preload{display: none;} */

.attentionseeking:before{content:"!!";color:red;font-size:larger;font-weight:bolder}
#attentionseekingka:before{content:"!!";color:red;font-size:larger;font-weight:bolder;background:yellow}

/* highlight unordered lists that aren't connected */
.ns-0 .mw-parser-output > ul+ul {
	background-color: rgba(255,0,0,0.07);
}


.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton {
	display:none;
}