Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Make sysop nicks bold in recent changes */
.ns--1 a[title="User:Tegel"] { color: purple; font-weight: bold; font-style: italic; }
.ns--1 a[title="User:Matiia"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Stryn"] { color: red; font-weight: bold; }
.ns--1 a[title="User:Xaosflux"] { color: orange; font-weight: bold; }
.ns--1 a[title="User:MarcoAurelio"] { color: red; font-weight: bold; }
.ns--1 a[title="User:Bsadowski1"] { color: green; font-weight: bold; }
.ns--1 a[title="User:DerHexer"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Anthere"] { color: cyan; font-weight: bold; }
.ns--1 a[title="User:Courcelles"] { color: blueviolet; font-weight: bold; }
.ns--1 a[title="User:RadiX"] { color: green; font-weight: bold; }
.ns--1 a[title="User:Ajraddatz"] { color: red; font-weight: bold; }
.ns--1 a[title="User:MF-Warburg"] { color: purple; font-weight: bold; }
.ns--1 a[title="User:Schniggendiller"] { color: purple; font-weight: bold; }
.ns--1 a[title="User:Vituzzu"] { color: #6C00FF; font-weight: bold; }
.ns--1 a[title="User:Trijnstel"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Vogone"] { color: yellow; font-weight: bold; }
.ns--1 a[title="User:Base"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Az1568"] { color: red; font-weight: bold; }
.ns--1 a[title="User:Herbythyme"] { color: orange; font-weight: bold; }
.ns--1 a[title="User:Steinsplitter"] { color: #146598; font-weight: bold; }
.ns--1 a[title="User:-revi"] { color: green; font-weight: bold; }
.ns--1 a[title="User:Rxy"] { color: lime; font-weight: bold; }
.ns--1 a[title="User:Abuse filter"] { color: red; font-weight: bold; }
.ns--1 a[title="User:NahidSultan"] { color: darkgreen; font-weight: bold; }
.ns--1 a[title="User:Danny B."] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Pathoschild"] { color: purple; font-weight: bold; }
.ns--1 a[title="User:MusikAnimal"] { color: brown; font-weight: bold; }
.ns--1 a[title="User:Seddon (WMF)"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:WMFOffice"] { color: red; font-weight: bold; }
.ns--1 a[title="User:Syum90"] { color: blue; font-weight: bold; }
.ns--1 a[title="User:Aldnonymous"] { color: purple; font-weight: bold; }
.ns--1 a[title="User:Shanmugamp7"] { color: purple; font-weight: bold; }

/* Main Page fixes */
.page-Main_Page .firstHeading {
	display: none;
}

/* Remove bullets when there are multiple page edit warnings */
ul.permissions-errors > li {
	list-style: none none;
}
ul.permissions-errors {
	margin: 0;
}

/* Adds a redirect indicator before redirects and italicizes them */
a.mw-redirect { font-style: italic; background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Right_arrow.svg/15px-Right_arrow.svg.png) center left no-repeat; padding-left: 17px; }

/* Reshow an anonymous IP's talk page */
.ns-3, .ns-3 #ca-move, .ns-3 #ca-edit { display: initial; }
.ns-3 span { display: inline; }
.ns-3 div, .ns-3 br, .ns-3 p { display: block; }
.ns-3 li { display: list-item; }
.ns-3 span p, .ns-3 span div, .ns-3 span br { display: inline-block; }
.ns-3 table { display: table; }
.ns-3 caption { display: table-caption; }
.ns-3 colgroup { display: table-column-group; }
.ns-3 thead { display: table-header-group }
.ns-3 tfoot { display: table-footer-group; }
.ns-3 tbody { display: table-row-group; }
.ns-3 td { display: table-cell; }
.ns-3 col { display: table-column }
.ns-3 tr { display: table-row; }