|
|
| पंक्ति ३०२: |
पंक्ति ३०२: |
| font-size: 0.9em; | | font-size: 0.9em; |
| } | | } |
| }
| |
| /* 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;
| |
| } | | } |