Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/agent-stylesheet.css
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-10 13:29:45 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-10-10 13:29:45 (GMT)
commit28bee436ff057f8e293683fd80fd10b463c3931d (patch)
tree84be090de27e98de52f8c27c622a1870fb222628 /agent-stylesheet.css
parent262b31e3fa4abddd6d45ab276fc6e76949cc84c1 (diff)
Add agent-stylesheet.css and support for blocking flash.
Diffstat (limited to 'agent-stylesheet.css')
-rw-r--r--agent-stylesheet.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/agent-stylesheet.css b/agent-stylesheet.css
new file mode 100644
index 0000000..6c94d0e
--- /dev/null
+++ b/agent-stylesheet.css
@@ -0,0 +1,8 @@
+/* Prevent flash animations from playing until you click on them. */
+object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
+object[codebase*="swflash.cab"],
+object[type="application/x-shockwave-flash"],
+embed[type="application/x-shockwave-flash"],
+embed[src$=".swf"]
+{ -moz-binding: url("clickToView.xml#flash"); }
+