Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @charset "UTF-8";
  2. @namespace url(http://www.w3.org/1999/xhtml);
  3.  
  4. * {
  5.   -webkit-touch-callout: text;
  6.   -webkit-user-select: text;
  7.   -khtml-user-select: text;
  8.   -moz-user-select: text;
  9.   -ms-user-select: text;
  10.   user-select: text;
  11. }