User:Mxn/common.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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 Mxn to every page.


/* Links to the same page */
strong.selflink {
    background-color: #c0c0c0;
}

/* Links to disambiguation pages */
.mw-disambig {
	background-color: #ddeeff;
	-moz-text-decoration-style: dashed;
	text-decoration-style: dashed;
}

/* Links to redirect pages */
.mw-redirect {
    background-color: #ddeeff;
	-moz-text-decoration-style: wavy;
	text-decoration-style: wavy;
}

/* The only right way to delimit a list, evidently */
.serial-comma {
	display: inline;
}