User:Spinningspark/monobook.css

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

Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.

  • 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 Spinningspark to every page, when User:Spinningspark is using the Monobook skin.


/* Link colour adjustments */
  a {
	text-decoration: none;
	color: #002bb8;
	background: none;
  }
  a:visited {
	color: #9010A0;
  }
  a:active {
	color: #faa700;
  }
  a:hover {
	text-decoration: underline;
  }
  a.stub {
	color: #772233;
  }
  a.new, #p-personal a.new {
	color: #ba0000;
  }
  a.new:visited, #p-personal a.new:visited {
	color: #a55858;
  }
/* End link colour adjustments */


/* Diff colour adjustments */

        .diffchange {
 	color: black;
 	font-weight: bold;
 	}
 	td.diff-deletedline {
 	border-color: #ffc217;
 	}
 	td.diff-addedline {
 	border-color: #69b7ff;
 	}
 	td.diff-deletedline .diffchange {
 	background: #ffc217;
 	}
 	td.diff-addedline .diffchange {
 	background: #69b7ff;
 	}

/* Diff colour adjustments */