How To Disable Mouse Right Click Button Content Selection Except Blockquote Using CSS Only

How To Disable Mouse Right Click Button Content Selection Except Blockquote Using CSS Only - ?? ?? ?? ??? ??? ?? ????? ?? ???????? ??? ???? ?? ??? ??? ????? Google ??? ???????? ?? ???? ????? ??? ??? ?? ???? ???? ???? ?? ??? ??? ?? ??? ???? ??? ??? ?? ??? ?? ???? ????? ??? ???????? ???? ???? ??? ????? ?? ??? ???? ??? ??? ??? ???. ????? ???? ???? ????? ?? ??????? ?? ???? ?????? ?????? ???? ??? ???? ?? ????? ?? ???????? ???
How To Disable Mouse Right Click Button Content Selection Except Blockquote Using CSS Only
???? ???? ?? ???? ???? ??? ??? ???? ?? Right Click Disable Code ?? ???? ??. ????? ???? (Right Click Disable Script Code) ???????? ???? ?? ???? ??????? ?? ????? ?? ?????? ??? ??? ????? ?? ???? ???. ????? ??? ???? ???? ?????? Visitor ?? ?? ?????? ???? Content Copy ???? ???? ???? ??.
?????? ??? ?? ?? ???? ?? ??????? ?? Right Click Disable Script Copy ?? ???? ???. ????? ?? ????? ??. ?? ?? ???? Content Selection Disable  Script Copy ??? ?? ???? ?????? ?? ??????? ???? ?? ???.

????? ?? Blockquote ?? ???? ?? ???? ??? ???? ????????????.

???? ???? ????? ?? ?????? Blockquote ?? ???? ??????? ???????? ?? ???? ???? ?? ?????? ??, ????? Blockquote ?? ???? ?? ??????? ?? ???? ???? ?? ?????? ???? ???

?? ??????? ??? ?? ????? ???? ?? ???? ????? ????? ?? ??????? ?? CSS3 ?? ????? ???? ?? ??? ??? ?? ????????????? ?? ????? ?????? ?? ??????? ?????? ???? ????? ??? ??? ?? ???????? ???? ?????? ?? ???? ???? ???.

?????? ?? ????? ???? Blockquote ?? ?????? ???? ??????? ??????? ??? ?? ?????(Disable) ???? ?????

Step 1: ???? ?????? ???? ??? ????? ???? ?? Theme ?? ????, ?? Edit HTML ??? ?? ????? ????.

Step 2: ??? ??????? ?? ???? ????? ???? ?? Ctrl + F ?????, ?? ???? ???? <b:skin> ?? ??? ???????  ?? ?? ????, ????? ?? ??? <b:skin><![CDATA[ ?? ??? ???? ??? ?? CSS Code ?? Paste ??? ???? ??? ??? ????? ????? ?? ????? ?? ??? ???? ???? ???? ??? ??.
body {
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
}
blockquote {
-webkit-touch-callout: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
-webkit-user-select: text;
}
Blockquote ?? ??????, ???? ??????? ???????? ????? ?? ?????? ??? ?? ??????? ??????? ?? ???? ????? ??????? ?? ??? ?? ??? ???? ????? ??? ?? ?? body ?? .post ??? ??????
?????? body { " ???? ??? ?? ???? .post { " ?? ????? ??.


Wordpress ??? ??? ????? ???? ???? ?? ???? ??.

???? ???? Wordpress ???????? ??? ????? ???? ??, ???? ??? Appearance -> Editor
Editor ?? ????? ???? ?? ???? Style.css ???? ???? ???? ?? ??? ????? ????? ???? ???? ??? ??? ?? ???? ?? ???? ?? ???? Style.css ???? ??? ????? ?? ???? ??. ???? ??? Save ?? ??.
body {-webkit-touch-callout: none;-khtml-user-select: none;-moz-user-select: -moz-none;-ms-user-select: none;user-select: none;-webkit-user-select: none;}

Disable Mouse Right Click Button Content Selection Except Blockquote Using CSS Only 

?? ????? ?? ????? ?? ?? , ?? ?? ??? ???? ?????? ???? ??????? ?? ???? ?? ??? ?? ???? ?? ????? ?? ?????? ???? ??. ?? ????? ??? ?? ???? ?? ????? ?? Right Click ?? Content Copy ???? ???. ?? ??? ?????????? ???? ?? ??? ?? Right Click ???? ?? ??????? ???? ??????? ??????? ???? ?? ??????, ????? ???? ?????? ???? ???? ?? ?????? ????? ????? ??? ????? ????? ?? ?????? ?? ???? ??? ???? ??? ??????? ???? ??.

???? ?? ??? ???? ??? ???? ????? ?? ???? ?????, ???? ???? ?????? ?? ????? ?? ????? ?? ??? ???? ????? ???. ???? ???? ???? ??? ???? ???. ??? ?? ???? ?? ??? ???????!

Comments