home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / komunikace / kmeleon / kmeleon09.exe / userContent.css < prev    next >
Cascading Style Sheet File  |  2004-12-14  |  3KB  |  118 lines

  1. /*
  2.  * THIS FILE CAN BE USED TO APPLY A STYLE TO ALL WEB PAGES YOU VIEW.
  3.  * RULES WITHOUT !IMPORTANT ARE OVERRULED BY AUTHOR RULES IF THE
  4.  * AUTHOR SETS ANY. RULES WITH !IMPORTANT OVERRULE AUTHOR RULES.
  5.  * TO APPLY A STYLE, REMOVE THE BACKSLASHES AND ASTERISKS FROM THE 
  6.  * CODES BELOW THEIR TITLES.
  7.  */
  8.  
  9.  
  10. /* ----CONTROL FLASH CONTENT---- */
  11.  
  12. /*
  13. * Flash Click to View by Ted Mielczarek (luser_mozilla@perilith.com)
  14. * Original code by Jesse Ruderman (jruderman@hmc.edu)
  15. * taken from http://www.squarefree.com/userstyles/xbl.html
  16. *
  17. * Change XBL binding for <object> tags, click to view flash
  18. */
  19.  
  20. /* Flash identifiers.*/
  21.  
  22. /*
  23.  * object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
  24.  * object[codebase*="swflash.cab"],
  25.  * embed[type="application/x-shockwave-flash"],
  26.  * embed[src*=".swf"],
  27.  * object[type="application/x-shockwave-flash"],
  28.  * object[src*=".swf"]
  29.  * { -moz-binding: url("chrome://flashblock/content/flash.xml#flashblock") !important;
  30.  * }
  31.  */
  32.  
  33. /* Director identifiers.*/
  34.  
  35. /*
  36. * object[classid$=":166B1BCA-3F9C-11CF-8075-444553540000"],
  37. * object[codebase*="sw.cab"],
  38. * embed[type="application/x-director"],
  39. * embed[src*=".dcr"],
  40. * object[type="application/x-director"],
  41. * object[src*=".dcr"]
  42. * { -moz-binding: url("chrome://flashblock/content/director.xml#flashblock")
  43. * !important; }
  44. */
  45.  
  46. /* Authorware identifiers.*/
  47.  
  48. /* 
  49.  * object[classid$=":15B782AF-55D8-11D1-B477-006097098764"],
  50.  * object[codebase*="awswaxf.cab"],
  51.  * embed[type="application/x-authorware-map"],
  52.  * embed[src*=".aam"],
  53.  * object[type="application/x-authorware-map"],
  54.  * object[src*=".aam"]
  55.  * { -moz-binding: url("chrome://flashblock/content/authorware.xml#flashblock")
  56.  * !important; }
  57.  */
  58.  
  59. /*
  60. * Load flash files that are called directly by the browser without interference from flashblock.
  61. */
  62.  
  63. /*
  64.  *embed[name="plugin"]
  65.  *{ -moz-binding: none !important; }
  66.  */
  67.  
  68.  
  69.  
  70. /* ----TURN OFF "BLINK" ELEMENT BLINKING---- */
  71.  
  72. /*
  73.  *blink { text-decoration: none ! important; }
  74.  */
  75.  
  76.  
  77.  
  78. /* ----TURN OFF "MARQUEE" ELEMENT---- */
  79.  
  80. /*
  81.  *marquee { -moz-binding: none ! important; }
  82.  */
  83.  
  84.  
  85.  
  86. /* ----RED LINKS---- */
  87.  
  88. /*
  89.  *:link:hover[target="_blank"],:visited:hover[target="_blank"] {
  90.  *color: white important; background: red ! important; }
  91.  *
  92.  *:link:hover[target="_new"],:visited:hover[target="_new"] {
  93.  *color: white important; background: red ! important; }
  94.  */
  95.  
  96.  
  97.  
  98. /* ----NEW WINDOW LINK CURSOR---- */
  99.  
  100. /*
  101.  *:link[target="_blank"], :visited[target="_blank"],
  102.  *:link[target="_new"],   :visited[target="_new"] {
  103.  *  cursor:  crosshair ! important; }
  104.  */
  105.  
  106.  
  107. /* ----JAVASCRIPT LINK CURSOR---- */
  108.  
  109. /*
  110.  *a[href^="javascript:"] {
  111.  *  cursor: move ! important; }
  112.  */
  113.  
  114.  
  115.  
  116. /* ----BLOCK ADS---- */
  117.  
  118. /* Visit (http://kmeleon.sourceforge.net/wiki/index.php?id=ControllingDisplay) */