MediaWiki:Common.css

From Indpedia
Revision as of 13:58, 12 October 2025 by Admin (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#ca-viewsource {
    display: none;
}

/* Copy deterrent only when JS marks the page as .no-copy */
.no-copy body,
.no-copy #mw-content-text,
.no-copy .mw-parser-output {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Always allow selection inside inputs/edit areas */
input, textarea, select,
.mw-editfont-monospace, pre, code, kbd, samp,
.mw-diff-table, .diff, #wpTextbox1 {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}