Jump to content

User:CAPTAIN RAJU/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.
#t-mute {
	display:none;
}

.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
}
a.new {
	color:#ba0000 !important;
}
/* As if I didn't know what translatable pages where after 4k edits on a multilingual wiki ... */
.translate-edit-documentation {
	display:none;
}
a:not(.external)[href^="/w/index.php?title=Special:Log&logid="] {
  color: unset;
  cursor: text;
  text-decoration:none;
}