timelineJS-rails 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. data/README.md +114 -1
  2. data/lib/timelineJS/rails/version.rb +1 -1
  3. data/vendor/assets/images/timelineJS/blank.gif +0 -0
  4. data/vendor/assets/images/timelineJS/fancybox_sprite.png +0 -0
  5. data/vendor/assets/images/timelineJS/fancybox_sprite@2x.png +0 -0
  6. data/vendor/assets/images/timelineJS/overlay.png +0 -0
  7. data/vendor/assets/images/timelineJS/themes/timeline-dark.png +0 -0
  8. data/vendor/assets/images/timelineJS/themes/timeline-dark@2x.png +0 -0
  9. data/vendor/assets/images/timelineJS/{timeline-texture.png → themes/timeline-texture.png} +0 -0
  10. data/vendor/assets/images/timelineJS/timeline.png +0 -0
  11. data/vendor/assets/images/timelineJS/timeline@2x.png +0 -0
  12. data/vendor/assets/javascripts/timelineJS/embed.js +110 -0
  13. data/vendor/assets/javascripts/timelineJS/locale/af.js +2 -0
  14. data/vendor/assets/javascripts/{js → timelineJS}/locale/ar.js +2 -2
  15. data/vendor/assets/javascripts/{js → timelineJS}/locale/bg.js +2 -2
  16. data/vendor/assets/javascripts/timelineJS/locale/ca.js +2 -0
  17. data/vendor/assets/javascripts/timelineJS/locale/cz.js +2 -0
  18. data/vendor/assets/javascripts/timelineJS/locale/da.js +2 -0
  19. data/vendor/assets/javascripts/{js → timelineJS}/locale/de.js +2 -2
  20. data/vendor/assets/javascripts/{js → timelineJS}/locale/el.js +2 -2
  21. data/vendor/assets/javascripts/timelineJS/locale/en-24hr.js +2 -0
  22. data/vendor/assets/javascripts/{js → timelineJS}/locale/en.js +2 -2
  23. data/vendor/assets/javascripts/timelineJS/locale/es.js +2 -0
  24. data/vendor/assets/javascripts/timelineJS/locale/eu.js +2 -0
  25. data/vendor/assets/javascripts/timelineJS/locale/fi.js +2 -0
  26. data/vendor/assets/javascripts/timelineJS/locale/fo.js +2 -0
  27. data/vendor/assets/javascripts/{js → timelineJS}/locale/fr.js +2 -2
  28. data/vendor/assets/javascripts/timelineJS/locale/gl.js +2 -0
  29. data/vendor/assets/javascripts/{js → timelineJS}/locale/hu.js +2 -2
  30. data/vendor/assets/javascripts/{js → timelineJS}/locale/hy.js +2 -2
  31. data/vendor/assets/javascripts/{js → timelineJS}/locale/id.js +2 -2
  32. data/vendor/assets/javascripts/{js → timelineJS}/locale/is.js +2 -2
  33. data/vendor/assets/javascripts/timelineJS/locale/it.js +2 -0
  34. data/vendor/assets/javascripts/timelineJS/locale/iw.js +2 -0
  35. data/vendor/assets/javascripts/timelineJS/locale/ja.js +2 -0
  36. data/vendor/assets/javascripts/timelineJS/locale/ka.js +2 -0
  37. data/vendor/assets/javascripts/timelineJS/locale/ko.js +2 -0
  38. data/vendor/assets/javascripts/timelineJS/locale/lv.js +2 -0
  39. data/vendor/assets/javascripts/timelineJS/locale/nl.js +2 -0
  40. data/vendor/assets/javascripts/{js → timelineJS}/locale/no.js +2 -2
  41. data/vendor/assets/javascripts/timelineJS/locale/pl.js +2 -0
  42. data/vendor/assets/javascripts/timelineJS/locale/pt-br.js +2 -0
  43. data/vendor/assets/javascripts/timelineJS/locale/pt.js +2 -0
  44. data/vendor/assets/javascripts/{js → timelineJS}/locale/ru.js +2 -2
  45. data/vendor/assets/javascripts/{js → timelineJS}/locale/sk.js +2 -2
  46. data/vendor/assets/javascripts/timelineJS/locale/sl.js +2 -0
  47. data/vendor/assets/javascripts/timelineJS/locale/sr-cy.js +2 -0
  48. data/vendor/assets/javascripts/timelineJS/locale/sr.js +2 -0
  49. data/vendor/assets/javascripts/timelineJS/locale/sv.js +2 -0
  50. data/vendor/assets/javascripts/{js → timelineJS}/locale/ta.js +2 -2
  51. data/vendor/assets/javascripts/{js → timelineJS}/locale/tl.js +2 -2
  52. data/vendor/assets/javascripts/{js → timelineJS}/locale/tr.js +2 -2
  53. data/vendor/assets/javascripts/timelineJS/locale/zh-cn.js +2 -0
  54. data/vendor/assets/javascripts/{js → timelineJS}/locale/zh-tw.js +2 -2
  55. data/vendor/assets/javascripts/{js → timelineJS}/timeline.js +2686 -257
  56. data/vendor/assets/stylesheets/{css → timelineJS}/themes/dark.css.erb +142 -102
  57. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/AbrilFatface-Average.css +14 -1
  58. data/vendor/assets/stylesheets/timelineJS/themes/font/Arvo-PTSans.css +43 -0
  59. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Bevan-PotanoSans.css +14 -1
  60. data/vendor/assets/stylesheets/timelineJS/themes/font/BreeSerif-OpenSans.css +73 -0
  61. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/DroidSerif-DroidSans.css +32 -1
  62. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Georgia-Helvetica.css +1 -1
  63. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Lekton-Molengo.css +26 -1
  64. data/vendor/assets/stylesheets/timelineJS/themes/font/Lora-Istok.css +55 -0
  65. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Merriweather-NewsCycle.css +32 -1
  66. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/NewsCycle-Merriweather.css +32 -1
  67. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/NixieOne-Ledger.css +15 -1
  68. data/vendor/assets/stylesheets/timelineJS/themes/font/PT.css +56 -0
  69. data/vendor/assets/stylesheets/timelineJS/themes/font/PTSerif-PTSans.css +43 -0
  70. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Pacifico-Arimo.css +32 -1
  71. data/vendor/assets/stylesheets/timelineJS/themes/font/PlayfairDisplay-Muli.css +43 -0
  72. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/PoiretOne-Molengo.css +14 -1
  73. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/Rancho-Gudea.css +26 -1
  74. data/vendor/assets/stylesheets/{css → timelineJS}/themes/font/SansitaOne-Kameron.css +20 -1
  75. data/vendor/assets/stylesheets/{css → timelineJS}/timeline.css.erb +142 -103
  76. metadata +75 -59
  77. data/vendor/assets/images/timelineJS/timeline-dark.png +0 -0
  78. data/vendor/assets/javascripts/js/locale/ca.js +0 -2
  79. data/vendor/assets/javascripts/js/locale/cz.js +0 -2
  80. data/vendor/assets/javascripts/js/locale/dk.js +0 -2
  81. data/vendor/assets/javascripts/js/locale/es.js +0 -2
  82. data/vendor/assets/javascripts/js/locale/fo.js +0 -2
  83. data/vendor/assets/javascripts/js/locale/it.js +0 -2
  84. data/vendor/assets/javascripts/js/locale/ja.js +0 -2
  85. data/vendor/assets/javascripts/js/locale/kr.js +0 -2
  86. data/vendor/assets/javascripts/js/locale/nl.js +0 -2
  87. data/vendor/assets/javascripts/js/locale/pl.js +0 -2
  88. data/vendor/assets/javascripts/js/locale/pt-br.js +0 -2
  89. data/vendor/assets/javascripts/js/locale/pt.js +0 -2
  90. data/vendor/assets/javascripts/js/locale/sl.js +0 -2
  91. data/vendor/assets/javascripts/js/locale/zh-ch.js +0 -2
  92. data/vendor/assets/javascripts/js/storyjs-embed.js +0 -45
  93. data/vendor/assets/javascripts/js/timeline-min.js +0 -36
  94. data/vendor/assets/stylesheets/css/themes/font/Arvo-PTSans.css +0 -6
  95. data/vendor/assets/stylesheets/css/themes/font/BreeSerif-OpenSans.css +0 -6
  96. data/vendor/assets/stylesheets/css/themes/font/Lora-Istok.css +0 -6
  97. data/vendor/assets/stylesheets/css/themes/font/PT.css +0 -7
  98. data/vendor/assets/stylesheets/css/themes/font/PTSerif-PTSans.css +0 -6
  99. data/vendor/assets/stylesheets/css/themes/font/PlayfairDisplay-Muli.css +0 -6
@@ -1,7 +1,38 @@
1
+ @font-face {
2
+ font-family: 'Droid Sans';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Droid Sans'), local('DroidSans'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Droid Sans';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Droid Serif';
15
+ font-style: normal;
16
+ font-weight: 400;
17
+ src: local('Droid Serif'), local('DroidSerif'), url(http://themes.googleusercontent.com/static/fonts/droidserif/v3/0AKsP294HTD-nvJgucYTaIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Droid Serif';
21
+ font-style: normal;
22
+ font-weight: 700;
23
+ src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url(http://themes.googleusercontent.com/static/fonts/droidserif/v3/QQt14e8dY39u-eYBZmppwTqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'Droid Serif';
27
+ font-style: italic;
28
+ font-weight: 400;
29
+ src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url(http://themes.googleusercontent.com/static/fonts/droidserif/v3/cj2hUnSRBhwmSPr9kS5899kZXW4sYc4BjuAIFc1SXII.woff) format('woff');
30
+ }
31
+
1
32
  .vco-storyjs{font-family:'Droid Serif',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Droid Sans',sans-serif !important;}
2
33
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Droid Sans',sans-serif !important;}
3
34
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Droid Sans',sans-serif !important;}
4
35
  .vco-storyjs p{font-family:'Droid Sans',sans-serif !important;}
5
36
  .vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Droid Serif',serif !important;}
6
37
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Droid Serif',serif;font-weight:700;}
7
- .tooltip{font-family:'Droid Sans',sans-serif;}
38
+ .timeline-tooltip{font-family:'Droid Sans',sans-serif;}
@@ -3,4 +3,4 @@
3
3
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}
4
4
  .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:"Georgia",Times New Roman,Times,serif !important;}
5
5
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:"Georgia",Times New Roman,Times,serif;}
6
- .tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
6
+ .timeline-tooltip{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
@@ -1,6 +1,31 @@
1
+ @font-face {
2
+ font-family: 'Lekton';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Lekton'), local('Lekton-Regular'), url(http://themes.googleusercontent.com/static/fonts/lekton/v4/Gv78TXgMRvGbTrqT_eA_TQ.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Lekton';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('Lekton-Bold'), url(http://themes.googleusercontent.com/static/fonts/lekton/v4/sElR8eSezhQZgOuqD3W75T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Lekton';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ src: local('Lekton-Italic'), url(http://themes.googleusercontent.com/static/fonts/lekton/v4/EtzfH_BL45nRIPQJcfvgu_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Molengo';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: local('Molengo'), local('Molengo-Regular'), url(http://themes.googleusercontent.com/static/fonts/molengo/v4/z1JWuCBrQt_Ta83eqIo6Dg.woff) format('woff');
24
+ }
25
+
1
26
  .vco-storyjs{font-family:'Lekton',sans-serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Lekton',sans-serif !important;}
2
27
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Lekton',sans-serif !important;}
3
28
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Lekton',sans-serif !important;}
4
29
  .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Lekton',sans-serif !important;}
5
30
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Molengo',sans-serif;}
6
- .tooltip{font-family:'Lekton',sans-serif;}
31
+ .timeline-tooltip{font-family:'Lekton',sans-serif;}
@@ -0,0 +1,55 @@
1
+ @font-face {
2
+ font-family: 'Istok Web';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Istok Web Regular'), local('IstokWeb-Regular'), url(http://themes.googleusercontent.com/static/fonts/istokweb/v5/EvPKapBawcLZ3hbihjhqAT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Istok Web';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('Istok Web Bold'), local('IstokWeb-Bold'), url(http://themes.googleusercontent.com/static/fonts/istokweb/v5/2koEo4AKFSvK4B52O_MwanhCUOGz7vYGh680lGh-uXM.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Istok Web';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ src: local('Istok Web Italic'), local('IstokWeb-Italic'), url(http://themes.googleusercontent.com/static/fonts/istokweb/v5/8-xqDtEk6sZ61magDpsV8YbN6UDyHWBl620a-IRfuBk.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Istok Web';
21
+ font-style: italic;
22
+ font-weight: 700;
23
+ src: local('Istok Web Bold Italic'), local('IstokWeb-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/istokweb/v5/ycQ3g52ELrh3o_HYCNNUwzqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'Lora';
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ src: local('Lora'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/5-AYViExptypIdFoLKAxTA.woff) format('woff');
30
+ }
31
+ @font-face {
32
+ font-family: 'Lora';
33
+ font-style: normal;
34
+ font-weight: 700;
35
+ src: local('Lora Bold'), local('Lora-Bold'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/XpaepWHcooQHSRnzoohUng.woff) format('woff');
36
+ }
37
+ @font-face {
38
+ font-family: 'Lora';
39
+ font-style: italic;
40
+ font-weight: 400;
41
+ src: local('Lora Italic'), local('Lora-Italic'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/wXeMvRh7Gui36p_I04Ex6g.woff) format('woff');
42
+ }
43
+ @font-face {
44
+ font-family: 'Lora';
45
+ font-style: italic;
46
+ font-weight: 700;
47
+ src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/lora/v5/_IxjUs2lbQSu0MyFEAfa7T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
48
+ }
49
+
50
+ .vco-storyjs{font-family:'Lora',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Istok Web',sans-serif !important;}
51
+ .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Istok Web',sans-serif !important;}
52
+ .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Istok Web',sans-serif !important;}
53
+ .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Istok Web',sans-serif !important;}
54
+ .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Lora',serif;font-weight:700;}
55
+ .timeline-tooltip{font-family:'Istok Web',sans-serif;}
@@ -1,3 +1,34 @@
1
+ @font-face {
2
+ font-family: 'Merriweather';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Merriweather';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Merriweather';
15
+ font-style: normal;
16
+ font-weight: 900;
17
+ src: local('Merriweather Heavy'), local('Merriweather-Heavy'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/ZvcMqxEwPfh2qDWBPxn6ngi3Hume1-TKjJz2lX0jYjo.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'News Cycle';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: local('News Cycle Regular'), local('NewsCycle-Regular'), url(http://themes.googleusercontent.com/static/fonts/newscycle/v9/9Xe8dq6pQDsPyVH2D3tMQhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'News Cycle';
27
+ font-style: normal;
28
+ font-weight: 700;
29
+ src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(http://themes.googleusercontent.com/static/fonts/newscycle/v9/G28Ny31cr5orMqEQy6ljtwFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
30
+ }
31
+
1
32
  .vco-storyjs{font-family:'Merriweather',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'News Cycle',sans-serif !important;}
2
33
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'News Cycle',sans-serif !important;}
3
34
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'News Cycle',sans-serif !important;}
@@ -5,4 +36,4 @@
5
36
  .vco-storyjs p{font-size:16px;line-height:22px;}
6
37
  .vco-storyjs .wikipedia p{font-size:14px !important;line-height:20px !important;}
7
38
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Merriweather',serif;font-weight:900;}
8
- .tooltip{font-family:'News Cycle',sans-serif;}
39
+ .timeline-tooltip{font-family:'News Cycle',sans-serif;}
@@ -1,3 +1,34 @@
1
+ @font-face {
2
+ font-family: 'Merriweather';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: local('Merriweather Light'), local('Merriweather-Light'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/ZvcMqxEwPfh2qDWBPxn6nmFp2sMiApZm5Dx7NpSTOZk.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Merriweather';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/RFda8w1V0eDZheqfcyQ4EHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Merriweather';
15
+ font-style: normal;
16
+ font-weight: 700;
17
+ src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v5/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'News Cycle';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: local('News Cycle Regular'), local('NewsCycle-Regular'), url(http://themes.googleusercontent.com/static/fonts/newscycle/v9/9Xe8dq6pQDsPyVH2D3tMQhsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'News Cycle';
27
+ font-style: normal;
28
+ font-weight: 700;
29
+ src: local('News Cycle Bold'), local('NewsCycle-Bold'), url(http://themes.googleusercontent.com/static/fonts/newscycle/v9/G28Ny31cr5orMqEQy6ljtwFhaRv2pGgT5Kf0An0s4MM.woff) format('woff');
30
+ }
31
+
1
32
  .vco-storyjs{font-family:'News Cycle',sans-serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'News Cycle',sans-serif !important;}
2
33
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'News Cycle',sans-serif !important;}
3
34
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'News Cycle',sans-serif !important;}
@@ -5,4 +36,4 @@
5
36
  .vco-storyjs p{font-size:16px;line-height:22px;}
6
37
  .vco-storyjs .wikipedia p{font-size:14px !important;line-height:20px !important;}
7
38
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'News Cycle',sans-serif;font-weight:900;}
8
- .tooltip{font-family:'News Cycle',sans-serif;}
39
+ .timeline-tooltip{font-family:'News Cycle',sans-serif;}
@@ -1,6 +1,20 @@
1
+ @font-face {
2
+ font-family: 'Ledger';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Ledger'), local('Ledger-Regular'), url(http://themes.googleusercontent.com/static/fonts/ledger/v1/igkC_7G-owzFb7N92hJNEg.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Nixie One';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: local('Nixie One'), local('NixieOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/nixieone/v4/gQ0PT3rPU_Et2ExNz-ahmj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
12
+ }
13
+
14
+
1
15
  .vco-storyjs{font-family:'Ledger',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Ledger',serif !important;}
2
16
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Ledger',serif !important;}
3
17
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Ledger',serif !important;}
4
18
  .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Ledger',serif !important;}
5
19
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Nixie One',cursive;}
6
- .tooltip{font-family:'Ledger',serif;}
20
+ .timeline-tooltip{font-family:'Ledger',serif;}
@@ -0,0 +1,56 @@
1
+ @font-face {
2
+ font-family: 'PT Sans';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'PT Sans';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'PT Sans';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'PT Sans Narrow';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/UyYrYy3ltEffJV9QueSi4RdbPw3QSf9R-kE0EsQUn2A.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'PT Sans Narrow';
27
+ font-style: normal;
28
+ font-weight: 700;
29
+ src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/Q_pTky3Sc3ubRibGToTAYiylde52zikAzebNtJS89aM.woff) format('woff');
30
+ }
31
+ @font-face {
32
+ font-family: 'PT Serif';
33
+ font-style: normal;
34
+ font-weight: 400;
35
+ src: local('PT Serif'), local('PTSerif-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
36
+ }
37
+ @font-face {
38
+ font-family: 'PT Serif';
39
+ font-style: normal;
40
+ font-weight: 700;
41
+ src: local('PT Serif Bold'), local('PTSerif-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/QABk9IxT-LFTJ_dQzv7xpIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
42
+ }
43
+ @font-face {
44
+ font-family: 'PT Serif';
45
+ font-style: italic;
46
+ font-weight: 400;
47
+ src: local('PT Serif Italic'), local('PTSerif-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/03aPdn7fFF3H6ngCgAlQzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
48
+ }
49
+
50
+ .vco-storyjs{font-family:'PT Serif',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'PT Sans',sans-serif !important;}
51
+ .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'PT Sans',sans-serif !important;}
52
+ .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'PT Sans',sans-serif !important;}
53
+ .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'PT Serif',serif !important;}
54
+ .vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-style:italic;}
55
+ .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'PT Sans Narrow',sans-serif;font-weight:700;}
56
+ .timeline-tooltip{font-family:'PT Sans',sans-serif;}
@@ -0,0 +1,43 @@
1
+ @font-face {
2
+ font-family: 'PT Sans';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('PT Sans'), local('PTSans-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'PT Sans';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/0XxGQsSc1g4rdRdjJKZrNBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'PT Sans';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/PIPMHY90P7jtyjpXuZ2cLD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'PT Serif';
21
+ font-style: normal;
22
+ font-weight: 400;
23
+ src: local('PT Serif'), local('PTSerif-Regular'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'PT Serif';
27
+ font-style: normal;
28
+ font-weight: 700;
29
+ src: local('PT Serif Bold'), local('PTSerif-Bold'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/QABk9IxT-LFTJ_dQzv7xpIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
30
+ }
31
+ @font-face {
32
+ font-family: 'PT Serif';
33
+ font-style: italic;
34
+ font-weight: 400;
35
+ src: local('PT Serif Italic'), local('PTSerif-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptserif/v5/03aPdn7fFF3H6ngCgAlQzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
36
+ }
37
+
38
+ .vco-storyjs{font-family:'PT Serif',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'PT Sans',sans-serif !important;}
39
+ .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'PT Sans',sans-serif !important;}
40
+ .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'PT Sans',sans-serif !important;}
41
+ .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'PT Serif',serif !important;}
42
+ .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'PT Sans',sans-serif;font-weight:700;}
43
+ .timeline-tooltip{font-family:'PT Sans',sans-serif;}
@@ -1,6 +1,37 @@
1
+ @font-face {
2
+ font-family: 'Arimo';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Arimo'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/wZLYhRRxZWGToTRP78bqJQ.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Arimo';
9
+ font-style: normal;
10
+ font-weight: 700;
11
+ src: local('Arimo Bold'), local('Arimo-Bold'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/UnXpojilM3XslYxUnWuVe_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Arimo';
15
+ font-style: italic;
16
+ font-weight: 400;
17
+ src: local('Arimo Italic'), local('Arimo-Italic'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/8ezAIdgyp-Cm5_X7mWzP_g.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Arimo';
21
+ font-style: italic;
22
+ font-weight: 700;
23
+ src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/arimo/v5/_K7sg-ijHdmkwPzV9FiqaBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'Pacifico';
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjafesZW2xOQ-xsNqO47m55DA.woff) format('woff');
30
+ }
31
+
1
32
  .vco-storyjs{font-family:'Arimo',sans-serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Arimo',sans-serif !important;}
2
33
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Arimo',sans-serif !important;}
3
34
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Arimo',sans-serif !important;}
4
35
  .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Arimo',sans-serif !important;}
5
36
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Pacifico',cursive;}
6
- .tooltip{font-family:'Arimo',sans-serif;}
37
+ .timeline-tooltip{font-family:'Arimo',sans-serif;}
@@ -0,0 +1,43 @@
1
+ @font-face {
2
+ font-family: 'Muli';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: local('Muli Light'), local('Muli-Light'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/_fUwxgthNvUM9WCtMyMvbA.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Muli';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: local('Muli'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
12
+ }
13
+ @font-face {
14
+ font-family: 'Muli';
15
+ font-style: italic;
16
+ font-weight: 300;
17
+ src: local('Muli Light Italic'), local('Muli-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/Q5N_zd0042xOVES9NXt9Qj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
18
+ }
19
+ @font-face {
20
+ font-family: 'Muli';
21
+ font-style: italic;
22
+ font-weight: 400;
23
+ src: local('Muli Italic'), local('Muli-Italic'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/9pglA9mmygCxuxvISUrc-g.woff) format('woff');
24
+ }
25
+ @font-face {
26
+ font-family: 'Playfair Display';
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url(http://themes.googleusercontent.com/static/fonts/playfairdisplay/v7/2NBgzUtEeyB-Xtpr9bm1CZa6Tn9fxpDPuRSK4Gn5Ybw.woff) format('woff');
30
+ }
31
+ @font-face {
32
+ font-family: 'Playfair Display';
33
+ font-style: italic;
34
+ font-weight: 400;
35
+ src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(http://themes.googleusercontent.com/static/fonts/playfairdisplay/v7/9MkijrV-dEJ0-_NWV7E6N3aqFElqJjV-H5EUExnZgmU.woff) format('woff');
36
+ }
37
+
38
+ .vco-storyjs{font-family:'Muli',sans-serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Muli',sans-serif !important;}
39
+ .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Muli',sans-serif !important;}
40
+ .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Muli',sans-serif !important;}
41
+ .vco-storyjs p,.vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Muli',sans-serif !important;}
42
+ .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Playfair Display',serif;}
43
+ .timeline-tooltip{font-family:'Muli',sans-serif;}
@@ -1,3 +1,16 @@
1
+ @font-face {
2
+ font-family: 'Molengo';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: local('Molengo'), local('Molengo-Regular'), url(http://themes.googleusercontent.com/static/fonts/molengo/v4/z1JWuCBrQt_Ta83eqIo6Dg.woff) format('woff');
6
+ }
7
+ @font-face {
8
+ font-family: 'Poiret One';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ src: local('Poiret One'), local('PoiretOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/poiretone/v1/HrI4ZJpJ3Fh0wa5ofYMK8RsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
12
+ }
13
+
1
14
  .vco-storyjs{font-family:'Poiret One',serif;}.vco-storyjs .twitter,.vco-storyjs .vcard,.vco-storyjs .messege,.vco-storyjs .credit,.vco-storyjs .caption,.vco-storyjs .zoom-in,.vco-storyjs .zoom-out,.vco-storyjs .back-home,.vco-storyjs .time-interval div,.vco-storyjs .time-interval-major div,.vco-storyjs .nav-container{font-family:'Molengo',sans-serif !important;}
2
15
  .vco-storyjs .vco-feature h1.date,.vco-storyjs .vco-feature h2.date,.vco-storyjs .vco-feature h3.date,.vco-storyjs .vco-feature h4.date,.vco-storyjs .vco-feature h5.date,.vco-storyjs .vco-feature h6.date{font-family:'Molengo',sans-serif !important;}
3
16
  .vco-storyjs .timenav h1,.vco-storyjs .flag-content h1,.vco-storyjs .era h1,.vco-storyjs .timenav h2,.vco-storyjs .flag-content h2,.vco-storyjs .era h2,.vco-storyjs .timenav h3,.vco-storyjs .flag-content h3,.vco-storyjs .era h3,.vco-storyjs .timenav h4,.vco-storyjs .flag-content h4,.vco-storyjs .era h4,.vco-storyjs .timenav h5,.vco-storyjs .flag-content h5,.vco-storyjs .era h5,.vco-storyjs .timenav h6,.vco-storyjs .flag-content h6,.vco-storyjs .era h6{font-family:'Molengo',sans-serif !important;}
@@ -5,4 +18,4 @@
5
18
  .vco-storyjs .wikipedia p{font-size:14px !important;line-height:20px !important;}
6
19
  .vco-storyjs blockquote,.vco-storyjs blockquote p,.vco-storyjs .twitter blockquote p{font-family:'Poiret One',serif !important;}
7
20
  .vco-storyjs .vco-feature h1,.vco-storyjs .vco-feature h2,.vco-storyjs .vco-feature h3,.vco-storyjs .vco-feature h4,.vco-storyjs .vco-feature h5,.vco-storyjs .vco-feature h6{font-family:'Poiret One',serif;}
8
- .tooltip{font-family:'Molengo',sans-serif;}
21
+ .timeline-tooltip{font-family:'Molengo',sans-serif;}