@knight-lab/timelinejs 3.8.16 → 3.8.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/{CHANGELOG → CHANGELOG.md} +71 -8
  2. package/README.md +21 -19
  3. package/RELEASING.md +4 -4
  4. package/dist/css/fonts/font.abril-droidsans.css +143 -0
  5. package/dist/css/fonts/font.amatic-andika.css +143 -0
  6. package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
  7. package/dist/css/fonts/font.bitter-raleway.css +149 -0
  8. package/dist/css/fonts/font.clicker-garamond.css +141 -0
  9. package/dist/css/fonts/font.dancing-ledger.css +143 -0
  10. package/dist/css/fonts/font.default.css +155 -0
  11. package/dist/css/fonts/font.fjalla-average.css +141 -0
  12. package/dist/css/fonts/font.georgia-helvetica.css +123 -0
  13. package/dist/css/fonts/font.knightlab.css +125 -0
  14. package/dist/css/fonts/font.lustria-lato.css +147 -0
  15. package/dist/css/fonts/font.medula-lato.css +149 -0
  16. package/dist/css/fonts/font.oldstandard.css +135 -0
  17. package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
  18. package/dist/css/fonts/font.playfair-faunaone.css +156 -0
  19. package/dist/css/fonts/font.playfair.css +143 -0
  20. package/dist/css/fonts/font.pt.css +153 -0
  21. package/dist/css/fonts/font.roboto-megrim.css +143 -0
  22. package/dist/css/fonts/font.rufina-sintony.css +149 -0
  23. package/dist/css/fonts/font.ubuntu.css +145 -0
  24. package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
  25. package/dist/css/icons/tl-icons.eot +0 -0
  26. package/dist/css/icons/tl-icons.svg +63 -0
  27. package/dist/css/icons/tl-icons.ttf +0 -0
  28. package/dist/css/icons/tl-icons.woff +0 -0
  29. package/dist/css/icons/tl-icons.woff2 +0 -0
  30. package/dist/css/themes/timeline.theme.contrast.css +3125 -0
  31. package/dist/css/themes/timeline.theme.dark.css +3125 -0
  32. package/dist/css/timeline.css +3128 -0
  33. package/dist/css/timeline.css.map +1 -0
  34. package/dist/embed/compare.html +91 -0
  35. package/dist/embed/index.html +170 -0
  36. package/dist/embed/old-index.html +170 -0
  37. package/dist/embed/popular_timelines.json +1 -0
  38. package/dist/js/locale/af.json +75 -0
  39. package/dist/js/locale/ar.json +76 -0
  40. package/dist/js/locale/be.json +75 -0
  41. package/dist/js/locale/bg.json +75 -0
  42. package/dist/js/locale/ca.json +75 -0
  43. package/dist/js/locale/cz.json +108 -0
  44. package/dist/js/locale/da.json +75 -0
  45. package/dist/js/locale/de.json +76 -0
  46. package/dist/js/locale/el.json +75 -0
  47. package/dist/js/locale/en-24hr.json +75 -0
  48. package/dist/js/locale/en-week.json +75 -0
  49. package/dist/js/locale/en.json +152 -0
  50. package/dist/js/locale/eo.json +75 -0
  51. package/dist/js/locale/es.json +76 -0
  52. package/dist/js/locale/et.json +75 -0
  53. package/dist/js/locale/eu.json +75 -0
  54. package/dist/js/locale/fa.json +74 -0
  55. package/dist/js/locale/fi.json +95 -0
  56. package/dist/js/locale/fo.json +75 -0
  57. package/dist/js/locale/fr.json +119 -0
  58. package/dist/js/locale/fy.json +75 -0
  59. package/dist/js/locale/ga.json +75 -0
  60. package/dist/js/locale/gl.json +75 -0
  61. package/dist/js/locale/he.json +76 -0
  62. package/dist/js/locale/hi.json +76 -0
  63. package/dist/js/locale/hr.json +75 -0
  64. package/dist/js/locale/hu.json +114 -0
  65. package/dist/js/locale/hy.json +75 -0
  66. package/dist/js/locale/id.json +75 -0
  67. package/dist/js/locale/is.json +75 -0
  68. package/dist/js/locale/it.json +92 -0
  69. package/dist/js/locale/iw.json +76 -0
  70. package/dist/js/locale/ja.json +75 -0
  71. package/dist/js/locale/ka.json +75 -0
  72. package/dist/js/locale/ko.json +75 -0
  73. package/dist/js/locale/lb.json +75 -0
  74. package/dist/js/locale/lt.json +75 -0
  75. package/dist/js/locale/lv.json +75 -0
  76. package/dist/js/locale/ms.json +75 -0
  77. package/dist/js/locale/my.json +124 -0
  78. package/dist/js/locale/ne.json +75 -0
  79. package/dist/js/locale/nl.json +75 -0
  80. package/dist/js/locale/no.json +76 -0
  81. package/dist/js/locale/pl.json +75 -0
  82. package/dist/js/locale/pt-br.json +78 -0
  83. package/dist/js/locale/pt.json +78 -0
  84. package/dist/js/locale/rm.json +75 -0
  85. package/dist/js/locale/ro.json +75 -0
  86. package/dist/js/locale/ru.json +75 -0
  87. package/dist/js/locale/si.json +74 -0
  88. package/dist/js/locale/sk.json +75 -0
  89. package/dist/js/locale/sl.json +75 -0
  90. package/dist/js/locale/sr-cy.json +75 -0
  91. package/dist/js/locale/sr.json +75 -0
  92. package/dist/js/locale/sv.json +86 -0
  93. package/dist/js/locale/ta.json +75 -0
  94. package/dist/js/locale/te.json +74 -0
  95. package/dist/js/locale/th.json +108 -0
  96. package/dist/js/locale/tl.json +75 -0
  97. package/dist/js/locale/tr.json +75 -0
  98. package/dist/js/locale/uk.json +75 -0
  99. package/dist/js/locale/ur.json +123 -0
  100. package/dist/js/locale/vi.json +74 -0
  101. package/dist/js/locale/zh-cn.json +76 -0
  102. package/dist/js/locale/zh-tw.json +75 -0
  103. package/dist/js/timeline-min.js +12 -0
  104. package/dist/js/timeline.js +12 -0
  105. package/dist/js/timeline.js.map +1 -0
  106. package/dist/timeline3.zip +0 -0
  107. package/index.js +1 -0
  108. package/package.json +4 -4
  109. package/src/embed/old-index.html +128 -18
  110. package/src/js/__tests__/Timeline.test.js +18 -3
  111. package/src/js/core/Util.js +1 -1
  112. package/src/js/index.js +1 -1
  113. package/src/js/language/locale/zh-cn.json +1 -1
  114. package/src/js/media/MediaType.js +1 -1
  115. package/src/js/media/types/Audio.js +15 -1
  116. package/src/js/media/types/Image.js +2 -2
  117. package/src/js/media/types/PDF.js +2 -2
  118. package/src/js/media/types/Video.js +17 -1
  119. package/src/js/timeline/Timeline.js +7 -12
  120. package/src/less/fonts/font.georgia-helvetica.less +2 -2
  121. package/src/less/fonts/font.roboto-megrim.less +2 -2
  122. package/src/template/all-media-types.json +61 -24
  123. package/src/template/index.html +39 -19
  124. package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
  125. package/contrib/README.md +0 -13
  126. package/contrib/csv_to_json.py +0 -106
  127. package/contrib/docs/ImageHosting.md +0 -120
  128. package/contrib/examples/autoload.html +0 -44
  129. package/contrib/examples/iBooksAuthor/README.md +0 -37
  130. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
  131. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
  132. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
  133. package/contrib/examples/react.html +0 -40
  134. package/contrib/examples/vue.html +0 -29
  135. package/contrib/fedorbeets/README.md +0 -3
  136. package/contrib/fedorbeets/timeline.py.txt +0 -56
  137. package/contrib/iamamoose/README.md +0 -3
  138. package/contrib/iamamoose/timeline.py.txt +0 -53
  139. package/contrib/women_in_computing.json +0 -263
  140. package/fabfile.py +0 -64
  141. package/requirements.txt +0 -29
  142. package/util/convert_json.py +0 -96
  143. package/website/__init__.py +0 -0
  144. package/website/app.py +0 -101
  145. package/website/core/__init__.py +0 -0
  146. package/website/core/settings/__init__.py +0 -0
  147. package/website/core/settings/base.py +0 -6
  148. package/website/core/settings/loc.py +0 -16
  149. package/website/examples.json +0 -114
  150. package/website/faq.json +0 -81
  151. package/website/static/css/desert.css +0 -34
  152. package/website/static/css/site.css +0 -74
  153. package/website/static/img/TimelineJSTags.jpg +0 -0
  154. package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
  155. package/website/static/img/examples/houston/family.jpg +0 -0
  156. package/website/static/img/examples/houston/family.png +0 -0
  157. package/website/static/img/examples/houston/wh1.jpg +0 -0
  158. package/website/static/img/examples/houston/wh2.jpg +0 -0
  159. package/website/static/img/examples/houston/wh3.jpg +0 -0
  160. package/website/static/img/examples/houston/whChild.jpg +0 -0
  161. package/website/static/img/examples/houston/whlead.jpg +0 -0
  162. package/website/static/img/examples/houston/young.jpg +0 -0
  163. package/website/static/img/examples/logos/Northwestern University.png +0 -0
  164. package/website/static/img/examples/logos/Social-Logos.png +0 -0
  165. package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
  166. package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
  167. package/website/static/img/examples/logos/knightlab-logo.png +0 -0
  168. package/website/static/img/examples/logos/less-small.png +0 -0
  169. package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
  170. package/website/static/img/examples/logos/logo_arte.png +0 -0
  171. package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
  172. package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
  173. package/website/static/img/examples/logos/logo_cnn.png +0 -0
  174. package/website/static/img/examples/logos/logo_denverpost.png +0 -0
  175. package/website/static/img/examples/logos/logo_engadget.png +0 -0
  176. package/website/static/img/examples/logos/logo_gigaom.png +0 -0
  177. package/website/static/img/examples/logos/logo_ibt.png +0 -0
  178. package/website/static/img/examples/logos/logo_knightlab.png +0 -0
  179. package/website/static/img/examples/logos/logo_ksat.png +0 -0
  180. package/website/static/img/examples/logos/logo_lemonde.png +0 -0
  181. package/website/static/img/examples/logos/logo_maneater.png +0 -0
  182. package/website/static/img/examples/logos/logo_mashable.png +0 -0
  183. package/website/static/img/examples/logos/logo_radiolab.png +0 -0
  184. package/website/static/img/examples/logos/logo_time.png +0 -0
  185. package/website/static/img/examples/logos/logo_vh1.png +0 -0
  186. package/website/static/img/examples/logos/logo_vinepair.png +0 -0
  187. package/website/static/img/examples/logos/logo_wbur.png +0 -0
  188. package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
  189. package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
  190. package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
  191. package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
  192. package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
  193. package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
  194. package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
  195. package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
  196. package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
  197. package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
  198. package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
  199. package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
  200. package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
  201. package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
  202. package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
  203. package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
  204. package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
  205. package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
  206. package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
  207. package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
  208. package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
  209. package/website/static/img/examples/user-interface/4s.jpg +0 -0
  210. package/website/static/img/examples/user-interface/apple.jpg +0 -0
  211. package/website/static/img/examples/user-interface/input.png +0 -0
  212. package/website/static/img/examples/user-interface/palm.png +0 -0
  213. package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
  214. package/website/static/img/examples/user-interface/univac.JPG +0 -0
  215. package/website/static/img/font-options.png +0 -0
  216. package/website/static/img/kl-og.png +0 -0
  217. package/website/static/img/knightlab_logo.png +0 -0
  218. package/website/static/img/loading.gif +0 -0
  219. package/website/static/img/make/abril-droidsans.png +0 -0
  220. package/website/static/img/make/amatic-andika.png +0 -0
  221. package/website/static/img/make/bevan-pontanosans.png +0 -0
  222. package/website/static/img/make/bitter-raleway.png +0 -0
  223. package/website/static/img/make/clicker-garamond.png +0 -0
  224. package/website/static/img/make/dancing-ledger.png +0 -0
  225. package/website/static/img/make/default.png +0 -0
  226. package/website/static/img/make/fakedropdown.svg +0 -1
  227. package/website/static/img/make/fjalla-average.png +0 -0
  228. package/website/static/img/make/font-options.png +0 -0
  229. package/website/static/img/make/georgia-helvetica.png +0 -0
  230. package/website/static/img/make/lustria-lato.png +0 -0
  231. package/website/static/img/make/medula-lato.png +0 -0
  232. package/website/static/img/make/oldstandard.png +0 -0
  233. package/website/static/img/make/opensans-gentiumbook.png +0 -0
  234. package/website/static/img/make/playfair-faunaone.png +0 -0
  235. package/website/static/img/make/playfair.png +0 -0
  236. package/website/static/img/make/pt.png +0 -0
  237. package/website/static/img/make/publish_to_web_browser_url.png +0 -0
  238. package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
  239. package/website/static/img/make/publish_to_web_button_small.png +0 -0
  240. package/website/static/img/make/publish_to_web_small.png +0 -0
  241. package/website/static/img/make/publish_to_web_url_small.png +0 -0
  242. package/website/static/img/make/roboto-megrim.png +0 -0
  243. package/website/static/img/make/rufina-sintony.png +0 -0
  244. package/website/static/img/make/unicaone-vollkorn.png +0 -0
  245. package/website/static/img/make/v4_step_1.png +0 -0
  246. package/website/static/img/make/v4_step_2.png +0 -0
  247. package/website/static/img/timeline.png +0 -0
  248. package/website/static/img/timeline3_intro_image.png +0 -0
  249. package/website/static/js/faq-generator.js +0 -20
  250. package/website/static/js/main.js +0 -240
  251. package/website/static/welcome/step3.png +0 -0
  252. package/website/static/welcome/welcome.json +0 -266
  253. package/website/templates/_about.html +0 -23
  254. package/website/templates/_analytics.html +0 -10
  255. package/website/templates/_banner.html +0 -26
  256. package/website/templates/_demo.html +0 -5
  257. package/website/templates/_developers.html +0 -19
  258. package/website/templates/_examples.html +0 -156
  259. package/website/templates/_faq.html +0 -117
  260. package/website/templates/_footer.html +0 -54
  261. package/website/templates/_head.html +0 -38
  262. package/website/templates/_header.html +0 -18
  263. package/website/templates/_help.html +0 -50
  264. package/website/templates/_make.html +0 -291
  265. package/website/templates/_nav.html +0 -24
  266. package/website/templates/_overview.html +0 -32
  267. package/website/templates/_roadmap.html +0 -27
  268. package/website/templates/_storytelling_tools.html +0 -35
  269. package/website/templates/base.html +0 -37
  270. package/website/templates/docs/faq.html +0 -223
  271. package/website/templates/docs/index.html +0 -57
  272. package/website/templates/docs/instantiate-a-timeline.html +0 -207
  273. package/website/templates/docs/json-format.html +0 -477
  274. package/website/templates/docs/license.html +0 -29
  275. package/website/templates/docs/media-types.html +0 -82
  276. package/website/templates/docs/options.html +0 -503
  277. package/website/templates/docs/overriding-styles.html +0 -357
  278. package/website/templates/docs/using-spreadsheets.html +0 -94
  279. package/website/templates/error.html +0 -28
  280. package/website/templates/examples/_common_example_embed.html +0 -27
  281. package/website/templates/examples/embed-test/index.html +0 -41
  282. package/website/templates/examples/example.json +0 -328
  283. package/website/templates/examples/houston/index.html +0 -40
  284. package/website/templates/examples/houston/timeline2.json +0 -218
  285. package/website/templates/examples/houston/timeline3.json +0 -271
  286. package/website/templates/examples/mediatypes/index.html +0 -61
  287. package/website/templates/examples/mediatypes/timeline3.json +0 -421
  288. package/website/templates/examples/republican/index.html +0 -49
  289. package/website/templates/examples/republican/timeline2.json +0 -0
  290. package/website/templates/examples/republican/timeline3.json +0 -238
  291. package/website/templates/examples/shit-people-say/index.html +0 -39
  292. package/website/templates/examples/shit-people-say/timeline2.json +0 -243
  293. package/website/templates/examples/shit-people-say/timeline3.json +0 -336
  294. package/website/templates/examples/soundcite/index.html +0 -42
  295. package/website/templates/examples/soundcite/timeline3.json +0 -271
  296. package/website/templates/examples/timeline3.json +0 -271
  297. package/website/templates/examples/twain/index.html +0 -85
  298. package/website/templates/examples/twain/marktwain.json +0 -502
  299. package/website/templates/examples/user-interface/index.html +0 -40
  300. package/website/templates/examples/user-interface/timeline2.json +0 -260
  301. package/website/templates/examples/user-interface/timeline3.json +0 -327
  302. package/website/templates/index.html +0 -17
  303. package/website/templates/mediatype-tests.html +0 -121
  304. package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
  305. package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
  306. package/website/templates/test/maps.html +0 -4
  307. package/website/templates/unit-tests.html +0 -775
@@ -0,0 +1,149 @@
1
+ /* Font Medula One & Lato
2
+
3
+ https://www.google.com/fonts/specimen/Medula+One
4
+ https://www.google.com/fonts/specimen/Lato
5
+ ----------------------------------------------------- */
6
+ /* VARIABLES
7
+ BASE
8
+ ----------------------------------------------------- */
9
+ /* ICON PATH
10
+ ================================================== */
11
+ /* TYPEFACE
12
+ ================================================== */
13
+ /* COLOR SCHEME
14
+ ================================================== */
15
+ /* UI COLOR
16
+ ================================================== */
17
+ /* UI
18
+ ================================================== */
19
+ /* Animation
20
+ ================================================== */
21
+ /* GFX
22
+ ================================================== */
23
+ @font-face {
24
+ font-family: 'Lato';
25
+ font-style: italic;
26
+ font-weight: 300;
27
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf) format('truetype');
28
+ }
29
+ @font-face {
30
+ font-family: 'Lato';
31
+ font-style: normal;
32
+ font-weight: 400;
33
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
34
+ }
35
+ @font-face {
36
+ font-family: 'Lato';
37
+ font-style: normal;
38
+ font-weight: 700;
39
+ src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
40
+ }
41
+ @font-face {
42
+ font-family: 'Medula One';
43
+ font-style: normal;
44
+ font-weight: 400;
45
+ src: url(https://fonts.gstatic.com/s/medulaone/v17/YA9Wr0qb5kjJM6l2V0yuoiYgtw.ttf) format('truetype');
46
+ }
47
+ /* Font Base
48
+ ----------------------------------------------------- */
49
+ .tl-timeline {
50
+ font-family: 'Lato', sans-serif;
51
+ font-weight: 400;
52
+ font-size: 16px;
53
+ line-height: 1.3em;
54
+ }
55
+ .tl-timeline h1,
56
+ .tl-timeline h2,
57
+ .tl-timeline h3,
58
+ .tl-timeline h4,
59
+ .tl-timeline h5,
60
+ .tl-timeline h6 {
61
+ font-family: 'Medula One', cursive;
62
+ text-transform: none;
63
+ font-weight: 700;
64
+ font-size: 58px;
65
+ line-height: 58px;
66
+ }
67
+ .tl-timeline h2.tl-headline-title {
68
+ font-size: 72px;
69
+ line-height: 72px;
70
+ }
71
+ .tl-timeline p {
72
+ font-family: 'Lato', sans-serif;
73
+ font-size: 16px;
74
+ line-height: 1.3em;
75
+ }
76
+ .tl-timeline ul {
77
+ font-family: 'Lato', sans-serif;
78
+ }
79
+ .tl-timeline .tl-media .tl-media-wikipedia h4 a,
80
+ .tl-timeline .tl-media h4,
81
+ .tl-timeline .tl-media h4 a {
82
+ font-family: 'Lato', sans-serif;
83
+ font-weight: 700;
84
+ font-size: 24px;
85
+ line-height: 24px;
86
+ }
87
+ .tl-timeline .tl-caption,
88
+ .tl-timeline .tl-credit {
89
+ font-family: 'Lato', sans-serif;
90
+ }
91
+ .tl-timeline .vcard {
92
+ font-family: 'Lato', sans-serif !important;
93
+ font-weight: normal !important;
94
+ }
95
+ .tl-timeline .tl-slidenav-next,
96
+ .tl-timeline .tl-slidenav-previous,
97
+ .tl-timeline .tl-message,
98
+ .tl-timeline .tl-timegroup-message {
99
+ font-family: 'Lato', sans-serif;
100
+ font-weight: 700;
101
+ text-transform: none;
102
+ }
103
+ .tl-timeline .tl-slidenav-next .tl-slidenav-title,
104
+ .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
105
+ .tl-timeline .tl-message .tl-slidenav-title,
106
+ .tl-timeline .tl-timegroup-message .tl-slidenav-title {
107
+ line-height: 1.3em !important;
108
+ }
109
+ .tl-timeline .tl-headline-date,
110
+ .tl-timeline h3.tl-headline-date {
111
+ font-family: 'Lato', sans-serif !important;
112
+ font-weight: normal !important;
113
+ text-transform: none !important;
114
+ }
115
+ .tl-timeline .tl-headline-date small,
116
+ .tl-timeline h3.tl-headline-date small {
117
+ font-weight: normal !important;
118
+ }
119
+ .tl-timeline .tl-timenav-slider {
120
+ font-family: 'Lato', sans-serif;
121
+ font-weight: 700;
122
+ }
123
+ .tl-timeline .tl-timenav-slider h2.tl-headline {
124
+ font-family: 'Lato', sans-serif;
125
+ font-weight: 700;
126
+ text-transform: none;
127
+ }
128
+ .tl-timeline .tl-timenav-slider .tl-timeaxis {
129
+ font-family: 'Lato', sans-serif;
130
+ font-weight: 700;
131
+ text-transform: none;
132
+ }
133
+ .tl-timeline .tl-menubar {
134
+ font-family: 'Lato', sans-serif;
135
+ }
136
+ .tl-timeline blockquote,
137
+ .tl-timeline blockquote p {
138
+ font-family: 'Lato', sans-serif;
139
+ font-style: italic;
140
+ font-weight: 300;
141
+ line-height: 1.3;
142
+ }
143
+ input[type="text"].editor-headline {
144
+ font-family: 'Medula One', cursive;
145
+ text-transform: none;
146
+ font-weight: 700;
147
+ font-size: 58px;
148
+ line-height: 58px;
149
+ }
@@ -0,0 +1,135 @@
1
+ /* Font Old Standard
2
+ https://www.google.com/fonts/specimen/Old+Standard+TT
3
+ ----------------------------------------------------- */
4
+ /* VARIABLES
5
+ BASE
6
+ ----------------------------------------------------- */
7
+ /* ICON PATH
8
+ ================================================== */
9
+ /* TYPEFACE
10
+ ================================================== */
11
+ /* COLOR SCHEME
12
+ ================================================== */
13
+ /* UI COLOR
14
+ ================================================== */
15
+ /* UI
16
+ ================================================== */
17
+ /* Animation
18
+ ================================================== */
19
+ /* GFX
20
+ ================================================== */
21
+ @font-face {
22
+ font-family: 'Old Standard TT';
23
+ font-style: italic;
24
+ font-weight: 400;
25
+ src: url(https://fonts.gstatic.com/s/oldstandardtt/v17/MwQsbh3o1vLImiwAVvYawgcf2eVer2q6bHY.ttf) format('truetype');
26
+ }
27
+ @font-face {
28
+ font-family: 'Old Standard TT';
29
+ font-style: normal;
30
+ font-weight: 400;
31
+ src: url(https://fonts.gstatic.com/s/oldstandardtt/v17/MwQubh3o1vLImiwAVvYawgcf2eVeqlq9.ttf) format('truetype');
32
+ }
33
+ /* Font Base
34
+ ----------------------------------------------------- */
35
+ .tl-timeline {
36
+ font-family: 'Old Standard TT', serif;
37
+ font-weight: 400;
38
+ font-size: 16px;
39
+ line-height: 1.3em;
40
+ }
41
+ .tl-timeline h1,
42
+ .tl-timeline h2,
43
+ .tl-timeline h3,
44
+ .tl-timeline h4,
45
+ .tl-timeline h5,
46
+ .tl-timeline h6 {
47
+ font-family: 'Old Standard TT', serif;
48
+ text-transform: uppercase;
49
+ font-weight: 400;
50
+ font-size: 46px;
51
+ line-height: 46px;
52
+ }
53
+ .tl-timeline h2.tl-headline-title {
54
+ font-size: 52px;
55
+ line-height: 52px;
56
+ }
57
+ .tl-timeline p {
58
+ font-family: 'Old Standard TT', serif;
59
+ font-size: 16px;
60
+ line-height: 1.3em;
61
+ }
62
+ .tl-timeline ul {
63
+ font-family: 'Old Standard TT', serif;
64
+ }
65
+ .tl-timeline .tl-media .tl-media-wikipedia h4 a,
66
+ .tl-timeline .tl-media h4,
67
+ .tl-timeline .tl-media h4 a {
68
+ font-family: 'Old Standard TT', serif;
69
+ font-weight: 400;
70
+ font-size: 24px;
71
+ line-height: 24px;
72
+ }
73
+ .tl-timeline .tl-caption,
74
+ .tl-timeline .tl-credit {
75
+ font-family: 'Old Standard TT', serif;
76
+ }
77
+ .tl-timeline .vcard {
78
+ font-family: 'Old Standard TT', serif !important;
79
+ font-weight: normal !important;
80
+ }
81
+ .tl-timeline .tl-slidenav-next,
82
+ .tl-timeline .tl-slidenav-previous,
83
+ .tl-timeline .tl-message,
84
+ .tl-timeline .tl-timegroup-message {
85
+ font-family: 'Old Standard TT', serif;
86
+ font-weight: 400;
87
+ text-transform: uppercase;
88
+ }
89
+ .tl-timeline .tl-slidenav-next .tl-slidenav-title,
90
+ .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
91
+ .tl-timeline .tl-message .tl-slidenav-title,
92
+ .tl-timeline .tl-timegroup-message .tl-slidenav-title {
93
+ line-height: 1.3em !important;
94
+ }
95
+ .tl-timeline .tl-headline-date,
96
+ .tl-timeline h3.tl-headline-date {
97
+ font-family: 'Old Standard TT', serif !important;
98
+ font-weight: normal !important;
99
+ text-transform: uppercase !important;
100
+ }
101
+ .tl-timeline .tl-headline-date small,
102
+ .tl-timeline h3.tl-headline-date small {
103
+ font-weight: normal !important;
104
+ }
105
+ .tl-timeline .tl-timenav-slider {
106
+ font-family: 'Old Standard TT', serif;
107
+ font-weight: 400;
108
+ }
109
+ .tl-timeline .tl-timenav-slider h2.tl-headline {
110
+ font-family: 'Old Standard TT', serif;
111
+ font-weight: 400;
112
+ text-transform: uppercase;
113
+ }
114
+ .tl-timeline .tl-timenav-slider .tl-timeaxis {
115
+ font-family: 'Old Standard TT', serif;
116
+ font-weight: 400;
117
+ text-transform: uppercase;
118
+ }
119
+ .tl-timeline .tl-menubar {
120
+ font-family: 'Old Standard TT', serif;
121
+ }
122
+ .tl-timeline blockquote,
123
+ .tl-timeline blockquote p {
124
+ font-family: 'Old Standard TT', serif;
125
+ font-style: italic;
126
+ font-weight: 400;
127
+ line-height: 1.3;
128
+ }
129
+ input[type="text"].editor-headline {
130
+ font-family: 'Old Standard TT', serif;
131
+ text-transform: uppercase;
132
+ font-weight: 400;
133
+ font-size: 46px;
134
+ line-height: 46px;
135
+ }
@@ -0,0 +1,155 @@
1
+ /* Font Open Sans & Gentium Book Basic
2
+
3
+ http://www.google.com/webfonts/specimen/Open+Sans
4
+ http://www.google.com/webfonts/specimen/Gentium+Book+Basic
5
+ ----------------------------------------------------- */
6
+ /* VARIABLES
7
+ BASE
8
+ ----------------------------------------------------- */
9
+ /* ICON PATH
10
+ ================================================== */
11
+ /* TYPEFACE
12
+ ================================================== */
13
+ /* COLOR SCHEME
14
+ ================================================== */
15
+ /* UI COLOR
16
+ ================================================== */
17
+ /* UI
18
+ ================================================== */
19
+ /* Animation
20
+ ================================================== */
21
+ /* GFX
22
+ ================================================== */
23
+ @font-face {
24
+ font-family: 'Gentium Book Basic';
25
+ font-style: italic;
26
+ font-weight: 400;
27
+ src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v14/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VYF466c.ttf) format('truetype');
28
+ }
29
+ @font-face {
30
+ font-family: 'Gentium Book Basic';
31
+ font-style: normal;
32
+ font-weight: 400;
33
+ src: url(https://fonts.gstatic.com/s/gentiumbookbasic/v14/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjc4ULF_.ttf) format('truetype');
34
+ }
35
+ @font-face {
36
+ font-family: 'Open Sans';
37
+ font-style: normal;
38
+ font-weight: 400;
39
+ font-stretch: normal;
40
+ src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
41
+ }
42
+ @font-face {
43
+ font-family: 'Open Sans';
44
+ font-style: normal;
45
+ font-weight: 800;
46
+ font-stretch: normal;
47
+ src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype');
48
+ }
49
+ /* Font Base
50
+ ----------------------------------------------------- */
51
+ .tl-timeline {
52
+ font-family: 'Gentium Book Basic', serif;
53
+ font-weight: 400;
54
+ font-size: 17px;
55
+ line-height: 1.3em;
56
+ }
57
+ .tl-timeline h1,
58
+ .tl-timeline h2,
59
+ .tl-timeline h3,
60
+ .tl-timeline h4,
61
+ .tl-timeline h5,
62
+ .tl-timeline h6 {
63
+ font-family: 'Open Sans', sans-serif;
64
+ text-transform: none;
65
+ font-weight: 800;
66
+ font-size: 40px;
67
+ line-height: 40px;
68
+ }
69
+ .tl-timeline h2.tl-headline-title {
70
+ font-size: 58px;
71
+ line-height: 58px;
72
+ }
73
+ .tl-timeline p {
74
+ font-family: 'Gentium Book Basic', serif;
75
+ font-size: 17px;
76
+ line-height: 1.3em;
77
+ }
78
+ .tl-timeline ul {
79
+ font-family: 'Gentium Book Basic', serif;
80
+ }
81
+ .tl-timeline .tl-media .tl-media-wikipedia h4 a,
82
+ .tl-timeline .tl-media h4,
83
+ .tl-timeline .tl-media h4 a {
84
+ font-family: 'Gentium Book Basic', serif;
85
+ font-weight: 800;
86
+ font-size: 24px;
87
+ line-height: 24px;
88
+ }
89
+ .tl-timeline .tl-caption,
90
+ .tl-timeline .tl-credit {
91
+ font-family: 'Gentium Book Basic', serif;
92
+ }
93
+ .tl-timeline .vcard {
94
+ font-family: 'Open Sans', sans-serif !important;
95
+ font-weight: normal !important;
96
+ }
97
+ .tl-timeline .tl-slidenav-next,
98
+ .tl-timeline .tl-slidenav-previous,
99
+ .tl-timeline .tl-message,
100
+ .tl-timeline .tl-timegroup-message {
101
+ font-family: 'Open Sans', sans-serif;
102
+ font-weight: 800;
103
+ text-transform: none;
104
+ }
105
+ .tl-timeline .tl-slidenav-next .tl-slidenav-title,
106
+ .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
107
+ .tl-timeline .tl-message .tl-slidenav-title,
108
+ .tl-timeline .tl-timegroup-message .tl-slidenav-title {
109
+ line-height: 1.3em !important;
110
+ }
111
+ .tl-timeline .tl-headline-date,
112
+ .tl-timeline h3.tl-headline-date {
113
+ font-family: 'Open Sans', sans-serif !important;
114
+ font-weight: normal !important;
115
+ text-transform: none !important;
116
+ }
117
+ .tl-timeline .tl-headline-date small,
118
+ .tl-timeline h3.tl-headline-date small {
119
+ font-weight: normal !important;
120
+ }
121
+ .tl-timeline .tl-timenav-slider {
122
+ font-family: 'Open Sans', sans-serif;
123
+ font-weight: 800;
124
+ }
125
+ .tl-timeline .tl-timenav-slider h2.tl-headline {
126
+ font-family: 'Open Sans', sans-serif;
127
+ font-weight: 800;
128
+ text-transform: none;
129
+ }
130
+ .tl-timeline .tl-timenav-slider .tl-timeaxis {
131
+ font-family: 'Open Sans', sans-serif;
132
+ font-weight: 800;
133
+ text-transform: none;
134
+ }
135
+ .tl-timeline .tl-menubar {
136
+ font-family: 'Open Sans', sans-serif;
137
+ }
138
+ .tl-timeline blockquote,
139
+ .tl-timeline blockquote p {
140
+ font-family: 'Gentium Book Basic', serif;
141
+ font-style: italic;
142
+ font-weight: 400;
143
+ line-height: 1.3;
144
+ }
145
+ input[type="text"].editor-headline {
146
+ font-family: 'Open Sans', sans-serif;
147
+ text-transform: none;
148
+ font-weight: 800;
149
+ font-size: 40px;
150
+ line-height: 40px;
151
+ }
152
+ .tl-timeline .tl-headline-date,
153
+ .tl-timeline h3.tl-headline-date {
154
+ margin-bottom: 5px !important;
155
+ }
@@ -0,0 +1,156 @@
1
+ /* Font Playfair & Fauna One & Unica One
2
+
3
+ https://www.google.com/fonts/specimen/Playfair+Display
4
+ https://www.google.com/fonts/specimen/Fauna+One
5
+ https://www.google.com/fonts/specimen/Unica+One
6
+ ----------------------------------------------------- */
7
+ /* VARIABLES
8
+ BASE
9
+ ----------------------------------------------------- */
10
+ /* ICON PATH
11
+ ================================================== */
12
+ /* TYPEFACE
13
+ ================================================== */
14
+ /* COLOR SCHEME
15
+ ================================================== */
16
+ /* UI COLOR
17
+ ================================================== */
18
+ /* UI
19
+ ================================================== */
20
+ /* Animation
21
+ ================================================== */
22
+ /* GFX
23
+ ================================================== */
24
+ @font-face {
25
+ font-family: 'Playfair Display';
26
+ font-style: normal;
27
+ font-weight: 400;
28
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype');
29
+ }
30
+ @font-face {
31
+ font-family: 'Playfair Display';
32
+ font-style: normal;
33
+ font-weight: 700;
34
+ src: url(https://fonts.gstatic.com/s/playfairdisplay/v28/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype');
35
+ }
36
+ @font-face {
37
+ font-family: 'Playfair Display SC';
38
+ font-style: normal;
39
+ font-weight: 400;
40
+ src: url(https://fonts.gstatic.com/s/playfairdisplaysc/v14/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbkMFQ.ttf) format('truetype');
41
+ }
42
+ @font-face {
43
+ font-family: 'Fauna One';
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ src: url(https://fonts.gstatic.com/s/faunaone/v11/wlpzgwTPBVpjpCuwkuEB3kZP.ttf) format('truetype');
47
+ }
48
+ @font-face {
49
+ font-family: 'Unica One';
50
+ font-style: normal;
51
+ font-weight: 400;
52
+ src: url(https://fonts.gstatic.com/s/unicaone/v11/DPEuYwWHyAYGVTSmalsRcd3b.ttf) format('truetype');
53
+ }
54
+ /* Font Base
55
+ ----------------------------------------------------- */
56
+ .tl-timeline {
57
+ font-family: 'Fauna One', serif;
58
+ font-weight: 400;
59
+ font-size: 17px;
60
+ line-height: 1.3em;
61
+ }
62
+ .tl-timeline h1,
63
+ .tl-timeline h2,
64
+ .tl-timeline h3,
65
+ .tl-timeline h4,
66
+ .tl-timeline h5,
67
+ .tl-timeline h6 {
68
+ font-family: 'Playfair Display', Georgia, serif;
69
+ text-transform: uppercase;
70
+ font-weight: 400;
71
+ font-size: 46px;
72
+ line-height: 46px;
73
+ }
74
+ .tl-timeline h2.tl-headline-title {
75
+ font-size: 58px;
76
+ line-height: 58px;
77
+ }
78
+ .tl-timeline p {
79
+ font-family: 'Fauna One', serif;
80
+ font-size: 17px;
81
+ line-height: 1.3em;
82
+ }
83
+ .tl-timeline ul {
84
+ font-family: 'Fauna One', serif;
85
+ }
86
+ .tl-timeline .tl-media .tl-media-wikipedia h4 a,
87
+ .tl-timeline .tl-media h4,
88
+ .tl-timeline .tl-media h4 a {
89
+ font-family: 'Fauna One', serif;
90
+ font-weight: 400;
91
+ font-size: 24px;
92
+ line-height: 24px;
93
+ }
94
+ .tl-timeline .tl-caption,
95
+ .tl-timeline .tl-credit {
96
+ font-family: 'Fauna One', serif;
97
+ }
98
+ .tl-timeline .vcard {
99
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif !important;
100
+ font-weight: normal !important;
101
+ }
102
+ .tl-timeline .tl-slidenav-next,
103
+ .tl-timeline .tl-slidenav-previous,
104
+ .tl-timeline .tl-message,
105
+ .tl-timeline .tl-timegroup-message {
106
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
107
+ font-weight: 400;
108
+ text-transform: uppercase;
109
+ }
110
+ .tl-timeline .tl-slidenav-next .tl-slidenav-title,
111
+ .tl-timeline .tl-slidenav-previous .tl-slidenav-title,
112
+ .tl-timeline .tl-message .tl-slidenav-title,
113
+ .tl-timeline .tl-timegroup-message .tl-slidenav-title {
114
+ line-height: 1.3em !important;
115
+ }
116
+ .tl-timeline .tl-headline-date,
117
+ .tl-timeline h3.tl-headline-date {
118
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif !important;
119
+ font-weight: normal !important;
120
+ text-transform: uppercase !important;
121
+ }
122
+ .tl-timeline .tl-headline-date small,
123
+ .tl-timeline h3.tl-headline-date small {
124
+ font-weight: normal !important;
125
+ }
126
+ .tl-timeline .tl-timenav-slider {
127
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
128
+ font-weight: 400;
129
+ }
130
+ .tl-timeline .tl-timenav-slider h2.tl-headline {
131
+ font-family: 'Playfair Display', Georgia, serif;
132
+ font-weight: 400;
133
+ text-transform: none;
134
+ }
135
+ .tl-timeline .tl-timenav-slider .tl-timeaxis {
136
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
137
+ font-weight: 400;
138
+ text-transform: uppercase;
139
+ }
140
+ .tl-timeline .tl-menubar {
141
+ font-family: 'Unica One', 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
142
+ }
143
+ .tl-timeline blockquote,
144
+ .tl-timeline blockquote p {
145
+ font-family: 'Fauna One', serif;
146
+ font-style: italic;
147
+ font-weight: 400;
148
+ line-height: 1.3;
149
+ }
150
+ input[type="text"].editor-headline {
151
+ font-family: 'Playfair Display', Georgia, serif;
152
+ text-transform: uppercase;
153
+ font-weight: 400;
154
+ font-size: 46px;
155
+ line-height: 46px;
156
+ }