Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 299: Line 299:
         font-size: 0.9em;
         font-size: 0.9em;
     }
     }
}
/* Disable text selection in article content */
body, #mw-content-text, .mw-parser-output {
  -webkit-user-select: none; /* Safari/Chrome */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;    /* IE/Edge */
  user-select: none;        /* Standard */
}
}