User:-sche/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 -sche to every page.


/* for stopping unviewed pages in watchlist from being bold */
.mw-changeslist-line-watched span.mw-title { font-weight:normal; }

/* remove highlighting from 'updated since last visit' */
span.updatedmarker { background-color:#D0F0C0; }

/* adjust new translations tables' column widths */
.multicolumn-list > ul {
    column-width: 20em;
}

/* TOC float right without waiting for javascript */
/* commented-out so that it doesn't work:
.ns-0 #toc {
	float: right;
	clear: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	display: inline;
	}

#toc {
	max-width: 18em;
	}
*/