Jump to content

User:Démarche Modi/global.css

From Meta, a Wikimedia project coordination wiki

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Highlighting the added and removed lines */
.diff-addedline, .diff-deletedline 
{ 
	font-size: 100% ; border-color: #990099 
	
}

/* Highlighting the changed text */
.diffchange
{ 
	color:#ff33cc
	
}

/* Font color for link to disambiguation page (ongewenste doorverwijspagina) */
.mw-disambig 
{
	color:#FF0066 
	
}