]> git.mxchange.org Git - friendica.git/blob - library/simplepie/demo/for_the_demo/sifr-config.js
bug #96 move libraries to library - better alignment of like rotator
[friendica.git] / library / simplepie / demo / for_the_demo / sifr-config.js
1 var yanone_kaffeesatz = {
2         src: './for_the_demo/yanone-kaffeesatz-bold.swf'
3 };
4
5 var lucida_grande = {
6         src: './for_the_demo/lucida-grande-bold.swf'
7 };
8
9 sIFR.activate(yanone_kaffeesatz);
10 //sIFR.activate(lucida_grande);
11
12 sIFR.replace(yanone_kaffeesatz, {
13 //sIFR.replace(lucida_grande, {
14
15         selector: 'h3.header',
16         wmode: 'transparent',
17         css: {
18                 '.sIFR-root': {
19                         'text-align': 'center',
20                         'color': '#000000',
21                         'font-weight': 'bold',
22                         'background-color': '#EEFFEE',
23
24                         'font-size': '50px', // For Yanone Kaffeesatz
25                         //'font-size': '40px', // For Lucida Grande
26
27                         'letter-spacing': '0' // For Yanone Kaffeesatz
28                         //'letter-spacing': '-4' // For Lucida Grande
29
30                 },
31                 'a': {
32                         'text-decoration': 'none',
33                         'color': '#000000'
34                 },
35                 'a:hover': {
36                         'text-decoration': 'none',
37                         'color': '#666666'
38                 }
39         }
40 });