aboutsummaryrefslogtreecommitdiffstats
path: root/library/simplepie/demo/for_the_demo/sifr-config.js
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-28 21:11:52 -0700
committerFriendika <info@friendika.com>2011-06-28 21:11:52 -0700
commit0b221e8945ae785dc706d8ea9a9e8e25532c0096 (patch)
tree52d4978006b028c24ee1feb3cf6ba2907a48c88f /library/simplepie/demo/for_the_demo/sifr-config.js
parent60caa0349416dad1a3a891e3c0e00d33d25d7a91 (diff)
downloadvolse-hubzilla-0b221e8945ae785dc706d8ea9a9e8e25532c0096.tar.gz
volse-hubzilla-0b221e8945ae785dc706d8ea9a9e8e25532c0096.tar.bz2
volse-hubzilla-0b221e8945ae785dc706d8ea9a9e8e25532c0096.zip
bug #96 move libraries to library - better alignment of like rotator
Diffstat (limited to 'library/simplepie/demo/for_the_demo/sifr-config.js')
-rw-r--r--library/simplepie/demo/for_the_demo/sifr-config.js40
1 files changed, 40 insertions, 0 deletions
diff --git a/library/simplepie/demo/for_the_demo/sifr-config.js b/library/simplepie/demo/for_the_demo/sifr-config.js
new file mode 100644
index 000000000..e7066b361
--- /dev/null
+++ b/library/simplepie/demo/for_the_demo/sifr-config.js
@@ -0,0 +1,40 @@
+var yanone_kaffeesatz = {
+ src: './for_the_demo/yanone-kaffeesatz-bold.swf'
+};
+
+var lucida_grande = {
+ src: './for_the_demo/lucida-grande-bold.swf'
+};
+
+sIFR.activate(yanone_kaffeesatz);
+//sIFR.activate(lucida_grande);
+
+sIFR.replace(yanone_kaffeesatz, {
+//sIFR.replace(lucida_grande, {
+
+ selector: 'h3.header',
+ wmode: 'transparent',
+ css: {
+ '.sIFR-root': {
+ 'text-align': 'center',
+ 'color': '#000000',
+ 'font-weight': 'bold',
+ 'background-color': '#EEFFEE',
+
+ 'font-size': '50px', // For Yanone Kaffeesatz
+ //'font-size': '40px', // For Lucida Grande
+
+ 'letter-spacing': '0' // For Yanone Kaffeesatz
+ //'letter-spacing': '-4' // For Lucida Grande
+
+ },
+ 'a': {
+ 'text-decoration': 'none',
+ 'color': '#000000'
+ },
+ 'a:hover': {
+ 'text-decoration': 'none',
+ 'color': '#666666'
+ }
+ }
+});