@knight-lab/timelinejs 3.8.15 → 3.8.19
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.
- package/API.md +1 -2
- package/{CHANGELOG → CHANGELOG.md} +70 -8
- package/DEPLOYING.md +4 -0
- package/README.md +21 -19
- package/RELEASING.md +4 -4
- package/dist/css/fonts/font.abril-droidsans.css +143 -0
- package/dist/css/fonts/font.amatic-andika.css +143 -0
- package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
- package/dist/css/fonts/font.bitter-raleway.css +149 -0
- package/dist/css/fonts/font.clicker-garamond.css +141 -0
- package/dist/css/fonts/font.dancing-ledger.css +143 -0
- package/dist/css/fonts/font.default.css +155 -0
- package/dist/css/fonts/font.fjalla-average.css +141 -0
- package/dist/css/fonts/font.georgia-helvetica.css +123 -0
- package/dist/css/fonts/font.knightlab.css +125 -0
- package/dist/css/fonts/font.lustria-lato.css +147 -0
- package/dist/css/fonts/font.medula-lato.css +149 -0
- package/dist/css/fonts/font.oldstandard.css +135 -0
- package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
- package/dist/css/fonts/font.playfair-faunaone.css +156 -0
- package/dist/css/fonts/font.playfair.css +143 -0
- package/dist/css/fonts/font.pt.css +153 -0
- package/dist/css/fonts/font.roboto-megrim.css +143 -0
- package/dist/css/fonts/font.rufina-sintony.css +149 -0
- package/dist/css/fonts/font.ubuntu.css +145 -0
- package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
- package/dist/css/icons/tl-icons.eot +0 -0
- package/dist/css/icons/tl-icons.svg +63 -0
- package/dist/css/icons/tl-icons.ttf +0 -0
- package/dist/css/icons/tl-icons.woff +0 -0
- package/dist/css/icons/tl-icons.woff2 +0 -0
- package/dist/css/themes/timeline.theme.contrast.css +3125 -0
- package/dist/css/themes/timeline.theme.dark.css +3125 -0
- package/dist/css/timeline.css +3128 -0
- package/dist/css/timeline.css.map +1 -0
- package/dist/embed/compare.html +91 -0
- package/dist/embed/index.html +170 -0
- package/dist/embed/old-index.html +170 -0
- package/dist/embed/popular_timelines.json +1 -0
- package/dist/js/locale/af.json +75 -0
- package/dist/js/locale/ar.json +76 -0
- package/dist/js/locale/be.json +75 -0
- package/dist/js/locale/bg.json +75 -0
- package/dist/js/locale/ca.json +75 -0
- package/dist/js/locale/cz.json +108 -0
- package/dist/js/locale/da.json +75 -0
- package/dist/js/locale/de.json +76 -0
- package/dist/js/locale/el.json +75 -0
- package/dist/js/locale/en-24hr.json +75 -0
- package/dist/js/locale/en-week.json +75 -0
- package/dist/js/locale/en.json +152 -0
- package/dist/js/locale/eo.json +75 -0
- package/dist/js/locale/es.json +76 -0
- package/dist/js/locale/et.json +75 -0
- package/dist/js/locale/eu.json +75 -0
- package/dist/js/locale/fa.json +74 -0
- package/dist/js/locale/fi.json +95 -0
- package/dist/js/locale/fo.json +75 -0
- package/dist/js/locale/fr.json +119 -0
- package/dist/js/locale/fy.json +75 -0
- package/dist/js/locale/ga.json +75 -0
- package/dist/js/locale/gl.json +75 -0
- package/dist/js/locale/he.json +76 -0
- package/dist/js/locale/hi.json +76 -0
- package/dist/js/locale/hr.json +75 -0
- package/dist/js/locale/hu.json +114 -0
- package/dist/js/locale/hy.json +75 -0
- package/dist/js/locale/id.json +75 -0
- package/dist/js/locale/is.json +75 -0
- package/dist/js/locale/it.json +92 -0
- package/dist/js/locale/iw.json +76 -0
- package/dist/js/locale/ja.json +75 -0
- package/dist/js/locale/ka.json +75 -0
- package/dist/js/locale/ko.json +75 -0
- package/dist/js/locale/lb.json +75 -0
- package/dist/js/locale/lt.json +75 -0
- package/dist/js/locale/lv.json +75 -0
- package/dist/js/locale/ms.json +75 -0
- package/dist/js/locale/my.json +124 -0
- package/dist/js/locale/ne.json +75 -0
- package/dist/js/locale/nl.json +75 -0
- package/dist/js/locale/no.json +76 -0
- package/dist/js/locale/pl.json +75 -0
- package/dist/js/locale/pt-br.json +78 -0
- package/dist/js/locale/pt.json +78 -0
- package/dist/js/locale/rm.json +75 -0
- package/dist/js/locale/ro.json +75 -0
- package/dist/js/locale/ru.json +75 -0
- package/dist/js/locale/si.json +74 -0
- package/dist/js/locale/sk.json +75 -0
- package/dist/js/locale/sl.json +75 -0
- package/dist/js/locale/sr-cy.json +75 -0
- package/dist/js/locale/sr.json +75 -0
- package/dist/js/locale/sv.json +86 -0
- package/dist/js/locale/ta.json +75 -0
- package/dist/js/locale/te.json +74 -0
- package/dist/js/locale/th.json +108 -0
- package/dist/js/locale/tl.json +75 -0
- package/dist/js/locale/tr.json +75 -0
- package/dist/js/locale/uk.json +75 -0
- package/dist/js/locale/ur.json +123 -0
- package/dist/js/locale/vi.json +74 -0
- package/dist/js/locale/zh-cn.json +76 -0
- package/dist/js/locale/zh-tw.json +75 -0
- package/dist/js/timeline-min.js +12 -0
- package/dist/js/timeline.js +12 -0
- package/dist/js/timeline.js.map +1 -0
- package/dist/timeline3.zip +0 -0
- package/index.js +1 -0
- package/package.json +5 -5
- package/src/embed/old-index.html +128 -18
- package/src/js/core/Browser.js +19 -19
- package/src/js/index.js +1 -1
- package/src/js/language/locale/zh-cn.json +1 -1
- package/src/js/media/MediaType.js +1 -1
- package/src/js/media/types/Audio.js +9 -0
- package/src/js/media/types/Video.js +11 -0
- package/src/js/timeline/Timeline.js +25 -20
- package/src/less/fonts/font.knightlab.less +2 -2
- package/src/template/all-media-types.json +61 -24
- package/src/template/index.html +39 -19
- package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
- package/contrib/README.md +0 -13
- package/contrib/csv_to_json.py +0 -106
- package/contrib/docs/ImageHosting.md +0 -120
- package/contrib/examples/autoload.html +0 -44
- package/contrib/examples/iBooksAuthor/README.md +0 -37
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
- package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
- package/contrib/examples/react.html +0 -40
- package/contrib/examples/vue.html +0 -29
- package/contrib/fedorbeets/README.md +0 -3
- package/contrib/fedorbeets/timeline.py.txt +0 -56
- package/contrib/iamamoose/README.md +0 -3
- package/contrib/iamamoose/timeline.py.txt +0 -53
- package/contrib/women_in_computing.json +0 -263
- package/fabfile.py +0 -64
- package/requirements.txt +0 -29
- package/util/convert_json.py +0 -96
- package/website/__init__.py +0 -0
- package/website/app.py +0 -101
- package/website/core/__init__.py +0 -0
- package/website/core/settings/__init__.py +0 -0
- package/website/core/settings/base.py +0 -6
- package/website/core/settings/loc.py +0 -16
- package/website/examples.json +0 -114
- package/website/faq.json +0 -81
- package/website/static/css/desert.css +0 -34
- package/website/static/css/site.css +0 -74
- package/website/static/img/TimelineJSTags.jpg +0 -0
- package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
- package/website/static/img/examples/houston/family.jpg +0 -0
- package/website/static/img/examples/houston/family.png +0 -0
- package/website/static/img/examples/houston/wh1.jpg +0 -0
- package/website/static/img/examples/houston/wh2.jpg +0 -0
- package/website/static/img/examples/houston/wh3.jpg +0 -0
- package/website/static/img/examples/houston/whChild.jpg +0 -0
- package/website/static/img/examples/houston/whlead.jpg +0 -0
- package/website/static/img/examples/houston/young.jpg +0 -0
- package/website/static/img/examples/logos/Northwestern University.png +0 -0
- package/website/static/img/examples/logos/Social-Logos.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
- package/website/static/img/examples/logos/knightlab-logo.png +0 -0
- package/website/static/img/examples/logos/less-small.png +0 -0
- package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
- package/website/static/img/examples/logos/logo_arte.png +0 -0
- package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
- package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
- package/website/static/img/examples/logos/logo_cnn.png +0 -0
- package/website/static/img/examples/logos/logo_denverpost.png +0 -0
- package/website/static/img/examples/logos/logo_engadget.png +0 -0
- package/website/static/img/examples/logos/logo_gigaom.png +0 -0
- package/website/static/img/examples/logos/logo_ibt.png +0 -0
- package/website/static/img/examples/logos/logo_knightlab.png +0 -0
- package/website/static/img/examples/logos/logo_ksat.png +0 -0
- package/website/static/img/examples/logos/logo_lemonde.png +0 -0
- package/website/static/img/examples/logos/logo_maneater.png +0 -0
- package/website/static/img/examples/logos/logo_mashable.png +0 -0
- package/website/static/img/examples/logos/logo_radiolab.png +0 -0
- package/website/static/img/examples/logos/logo_time.png +0 -0
- package/website/static/img/examples/logos/logo_vh1.png +0 -0
- package/website/static/img/examples/logos/logo_vinepair.png +0 -0
- package/website/static/img/examples/logos/logo_wbur.png +0 -0
- package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
- package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
- package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
- package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
- package/website/static/img/examples/user-interface/4s.jpg +0 -0
- package/website/static/img/examples/user-interface/apple.jpg +0 -0
- package/website/static/img/examples/user-interface/input.png +0 -0
- package/website/static/img/examples/user-interface/palm.png +0 -0
- package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
- package/website/static/img/examples/user-interface/univac.JPG +0 -0
- package/website/static/img/font-options.png +0 -0
- package/website/static/img/kl-og.png +0 -0
- package/website/static/img/knightlab_logo.png +0 -0
- package/website/static/img/loading.gif +0 -0
- package/website/static/img/make/abril-droidsans.png +0 -0
- package/website/static/img/make/amatic-andika.png +0 -0
- package/website/static/img/make/bevan-pontanosans.png +0 -0
- package/website/static/img/make/bitter-raleway.png +0 -0
- package/website/static/img/make/clicker-garamond.png +0 -0
- package/website/static/img/make/dancing-ledger.png +0 -0
- package/website/static/img/make/default.png +0 -0
- package/website/static/img/make/fakedropdown.svg +0 -1
- package/website/static/img/make/fjalla-average.png +0 -0
- package/website/static/img/make/font-options.png +0 -0
- package/website/static/img/make/georgia-helvetica.png +0 -0
- package/website/static/img/make/lustria-lato.png +0 -0
- package/website/static/img/make/medula-lato.png +0 -0
- package/website/static/img/make/oldstandard.png +0 -0
- package/website/static/img/make/opensans-gentiumbook.png +0 -0
- package/website/static/img/make/playfair-faunaone.png +0 -0
- package/website/static/img/make/playfair.png +0 -0
- package/website/static/img/make/pt.png +0 -0
- package/website/static/img/make/publish_to_web_browser_url.png +0 -0
- package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
- package/website/static/img/make/publish_to_web_button_small.png +0 -0
- package/website/static/img/make/publish_to_web_small.png +0 -0
- package/website/static/img/make/publish_to_web_url_small.png +0 -0
- package/website/static/img/make/roboto-megrim.png +0 -0
- package/website/static/img/make/rufina-sintony.png +0 -0
- package/website/static/img/make/unicaone-vollkorn.png +0 -0
- package/website/static/img/make/v4_step_1.png +0 -0
- package/website/static/img/make/v4_step_2.png +0 -0
- package/website/static/img/timeline.png +0 -0
- package/website/static/img/timeline3_intro_image.png +0 -0
- package/website/static/js/faq-generator.js +0 -20
- package/website/static/js/main.js +0 -240
- package/website/static/welcome/step3.png +0 -0
- package/website/static/welcome/welcome.json +0 -266
- package/website/templates/_about.html +0 -23
- package/website/templates/_analytics.html +0 -10
- package/website/templates/_banner.html +0 -26
- package/website/templates/_demo.html +0 -5
- package/website/templates/_developers.html +0 -19
- package/website/templates/_examples.html +0 -156
- package/website/templates/_faq.html +0 -117
- package/website/templates/_footer.html +0 -54
- package/website/templates/_head.html +0 -38
- package/website/templates/_header.html +0 -18
- package/website/templates/_help.html +0 -50
- package/website/templates/_make.html +0 -291
- package/website/templates/_nav.html +0 -24
- package/website/templates/_overview.html +0 -32
- package/website/templates/_roadmap.html +0 -27
- package/website/templates/_storytelling_tools.html +0 -35
- package/website/templates/base.html +0 -37
- package/website/templates/docs/faq.html +0 -223
- package/website/templates/docs/index.html +0 -57
- package/website/templates/docs/instantiate-a-timeline.html +0 -207
- package/website/templates/docs/json-format.html +0 -477
- package/website/templates/docs/license.html +0 -29
- package/website/templates/docs/media-types.html +0 -82
- package/website/templates/docs/options.html +0 -472
- package/website/templates/docs/overriding-styles.html +0 -357
- package/website/templates/docs/using-spreadsheets.html +0 -94
- package/website/templates/error.html +0 -28
- package/website/templates/examples/_common_example_embed.html +0 -27
- package/website/templates/examples/embed-test/index.html +0 -41
- package/website/templates/examples/example.json +0 -328
- package/website/templates/examples/houston/index.html +0 -40
- package/website/templates/examples/houston/timeline2.json +0 -218
- package/website/templates/examples/houston/timeline3.json +0 -271
- package/website/templates/examples/mediatypes/index.html +0 -61
- package/website/templates/examples/mediatypes/timeline3.json +0 -421
- package/website/templates/examples/republican/index.html +0 -49
- package/website/templates/examples/republican/timeline2.json +0 -0
- package/website/templates/examples/republican/timeline3.json +0 -238
- package/website/templates/examples/shit-people-say/index.html +0 -39
- package/website/templates/examples/shit-people-say/timeline2.json +0 -243
- package/website/templates/examples/shit-people-say/timeline3.json +0 -336
- package/website/templates/examples/soundcite/index.html +0 -42
- package/website/templates/examples/soundcite/timeline3.json +0 -271
- package/website/templates/examples/timeline3.json +0 -271
- package/website/templates/examples/twain/index.html +0 -85
- package/website/templates/examples/twain/marktwain.json +0 -502
- package/website/templates/examples/user-interface/index.html +0 -40
- package/website/templates/examples/user-interface/timeline2.json +0 -260
- package/website/templates/examples/user-interface/timeline3.json +0 -327
- package/website/templates/index.html +0 -17
- package/website/templates/mediatype-tests.html +0 -121
- package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
- package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
- package/website/templates/test/maps.html +0 -4
- package/website/templates/unit-tests.html +0 -775
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/* Font Bevan & Pontano+Sans
|
|
2
|
+
|
|
3
|
+
https://www.google.com/fonts/specimen/Bevan
|
|
4
|
+
https://www.google.com/fonts/specimen/Pontano+Sans
|
|
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: 'Bevan';
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
src: url(https://fonts.gstatic.com/s/bevan/v18/4iCj6KZ0a9NXjG8dWC4.ttf) format('truetype');
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Pontano Sans';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
src: url(https://fonts.gstatic.com/s/pontanosans/v8/qFdD35GdgYR8EzR6oBLDHa3axT8I.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
/* Font Base
|
|
36
|
+
----------------------------------------------------- */
|
|
37
|
+
.tl-timeline {
|
|
38
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-size: 17px;
|
|
41
|
+
line-height: 1.3em;
|
|
42
|
+
}
|
|
43
|
+
.tl-timeline h1,
|
|
44
|
+
.tl-timeline h2,
|
|
45
|
+
.tl-timeline h3,
|
|
46
|
+
.tl-timeline h4,
|
|
47
|
+
.tl-timeline h5,
|
|
48
|
+
.tl-timeline h6 {
|
|
49
|
+
font-family: 'Bevan', cursive;
|
|
50
|
+
text-transform: none;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
font-size: 38px;
|
|
53
|
+
line-height: 38px;
|
|
54
|
+
}
|
|
55
|
+
.tl-timeline h2.tl-headline-title {
|
|
56
|
+
font-size: 58px;
|
|
57
|
+
line-height: 58px;
|
|
58
|
+
}
|
|
59
|
+
.tl-timeline p {
|
|
60
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
61
|
+
font-size: 17px;
|
|
62
|
+
line-height: 1.3em;
|
|
63
|
+
}
|
|
64
|
+
.tl-timeline ul {
|
|
65
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
66
|
+
}
|
|
67
|
+
.tl-timeline .tl-media .tl-media-wikipedia h4 a,
|
|
68
|
+
.tl-timeline .tl-media h4,
|
|
69
|
+
.tl-timeline .tl-media h4 a {
|
|
70
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
font-size: 24px;
|
|
73
|
+
line-height: 24px;
|
|
74
|
+
}
|
|
75
|
+
.tl-timeline .tl-caption,
|
|
76
|
+
.tl-timeline .tl-credit {
|
|
77
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
78
|
+
}
|
|
79
|
+
.tl-timeline .vcard {
|
|
80
|
+
font-family: 'Pontano Sans', sans-serif !important;
|
|
81
|
+
font-weight: normal !important;
|
|
82
|
+
}
|
|
83
|
+
.tl-timeline .tl-slidenav-next,
|
|
84
|
+
.tl-timeline .tl-slidenav-previous,
|
|
85
|
+
.tl-timeline .tl-message,
|
|
86
|
+
.tl-timeline .tl-timegroup-message {
|
|
87
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
text-transform: none;
|
|
90
|
+
}
|
|
91
|
+
.tl-timeline .tl-slidenav-next .tl-slidenav-title,
|
|
92
|
+
.tl-timeline .tl-slidenav-previous .tl-slidenav-title,
|
|
93
|
+
.tl-timeline .tl-message .tl-slidenav-title,
|
|
94
|
+
.tl-timeline .tl-timegroup-message .tl-slidenav-title {
|
|
95
|
+
line-height: 1.3em !important;
|
|
96
|
+
}
|
|
97
|
+
.tl-timeline .tl-headline-date,
|
|
98
|
+
.tl-timeline h3.tl-headline-date {
|
|
99
|
+
font-family: 'Pontano Sans', sans-serif !important;
|
|
100
|
+
font-weight: normal !important;
|
|
101
|
+
text-transform: none !important;
|
|
102
|
+
}
|
|
103
|
+
.tl-timeline .tl-headline-date small,
|
|
104
|
+
.tl-timeline h3.tl-headline-date small {
|
|
105
|
+
font-weight: normal !important;
|
|
106
|
+
}
|
|
107
|
+
.tl-timeline .tl-timenav-slider {
|
|
108
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
109
|
+
font-weight: 400;
|
|
110
|
+
}
|
|
111
|
+
.tl-timeline .tl-timenav-slider h2.tl-headline {
|
|
112
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
113
|
+
font-weight: 400;
|
|
114
|
+
text-transform: none;
|
|
115
|
+
}
|
|
116
|
+
.tl-timeline .tl-timenav-slider .tl-timeaxis {
|
|
117
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
118
|
+
font-weight: 400;
|
|
119
|
+
text-transform: none;
|
|
120
|
+
}
|
|
121
|
+
.tl-timeline .tl-menubar {
|
|
122
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
123
|
+
}
|
|
124
|
+
.tl-timeline blockquote,
|
|
125
|
+
.tl-timeline blockquote p {
|
|
126
|
+
font-family: 'Pontano Sans', sans-serif;
|
|
127
|
+
font-style: italic;
|
|
128
|
+
font-weight: 400;
|
|
129
|
+
line-height: 1.3;
|
|
130
|
+
}
|
|
131
|
+
input[type="text"].editor-headline {
|
|
132
|
+
font-family: 'Bevan', cursive;
|
|
133
|
+
text-transform: none;
|
|
134
|
+
font-weight: 400;
|
|
135
|
+
font-size: 38px;
|
|
136
|
+
line-height: 38px;
|
|
137
|
+
}
|
|
138
|
+
.tl-timeline .tl-headline-date,
|
|
139
|
+
.tl-timeline h3.tl-headline-date {
|
|
140
|
+
margin-bottom: 10px !important;
|
|
141
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/* Font Bitter & Raleway
|
|
2
|
+
|
|
3
|
+
https://www.google.com/fonts/specimen/Bitter
|
|
4
|
+
https://www.google.com/fonts/specimen/Raleway
|
|
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: 'Bitter';
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: 700;
|
|
27
|
+
src: url(https://fonts.gstatic.com/s/bitter/v19/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYOLjOWA.ttf) format('truetype');
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Raleway';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 200;
|
|
33
|
+
src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrQ.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Raleway';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 300;
|
|
39
|
+
src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrQ.ttf) format('truetype');
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: 'Raleway';
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-weight: 700;
|
|
45
|
+
src: url(https://fonts.gstatic.com/s/raleway/v22/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
|
|
46
|
+
}
|
|
47
|
+
/* Font Base
|
|
48
|
+
----------------------------------------------------- */
|
|
49
|
+
.tl-timeline {
|
|
50
|
+
font-family: 'Raleway', sans-serif;
|
|
51
|
+
font-weight: 300;
|
|
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: 'Bitter', serif;
|
|
62
|
+
text-transform: none;
|
|
63
|
+
font-weight: 700;
|
|
64
|
+
font-size: 46px;
|
|
65
|
+
line-height: 46px;
|
|
66
|
+
}
|
|
67
|
+
.tl-timeline h2.tl-headline-title {
|
|
68
|
+
font-size: 58px;
|
|
69
|
+
line-height: 58px;
|
|
70
|
+
}
|
|
71
|
+
.tl-timeline p {
|
|
72
|
+
font-family: 'Raleway', sans-serif;
|
|
73
|
+
font-size: 16px;
|
|
74
|
+
line-height: 1.3em;
|
|
75
|
+
}
|
|
76
|
+
.tl-timeline ul {
|
|
77
|
+
font-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', sans-serif;
|
|
90
|
+
}
|
|
91
|
+
.tl-timeline .vcard {
|
|
92
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", 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: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", 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: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", 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: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
|
|
121
|
+
font-weight: 700;
|
|
122
|
+
}
|
|
123
|
+
.tl-timeline .tl-timenav-slider h2.tl-headline {
|
|
124
|
+
font-family: 'Bitter', serif;
|
|
125
|
+
font-weight: 700;
|
|
126
|
+
text-transform: none;
|
|
127
|
+
}
|
|
128
|
+
.tl-timeline .tl-timenav-slider .tl-timeaxis {
|
|
129
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
|
|
130
|
+
font-weight: 700;
|
|
131
|
+
text-transform: none;
|
|
132
|
+
}
|
|
133
|
+
.tl-timeline .tl-menubar {
|
|
134
|
+
font-family: 'Helvetica Neue', Helvetica, Arial, "MS Trebuchet", sans-serif;
|
|
135
|
+
}
|
|
136
|
+
.tl-timeline blockquote,
|
|
137
|
+
.tl-timeline blockquote p {
|
|
138
|
+
font-family: 'Raleway', sans-serif;
|
|
139
|
+
font-style: italic;
|
|
140
|
+
font-weight: 200;
|
|
141
|
+
line-height: 1.3;
|
|
142
|
+
}
|
|
143
|
+
input[type="text"].editor-headline {
|
|
144
|
+
font-family: 'Bitter', serif;
|
|
145
|
+
text-transform: none;
|
|
146
|
+
font-weight: 700;
|
|
147
|
+
font-size: 46px;
|
|
148
|
+
line-height: 46px;
|
|
149
|
+
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/* Font Clicker & Garamond
|
|
2
|
+
|
|
3
|
+
https://www.google.com/fonts/specimen/Clicker+Script
|
|
4
|
+
https://www.google.com/fonts/specimen/EB+Garamond
|
|
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: 'Clicker Script';
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
src: url(https://fonts.gstatic.com/s/clickerscript/v8/raxkHiKPvt8CMH6ZWP8PdlEq71rf0T4.ttf) format('truetype');
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'EB Garamond';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 400;
|
|
33
|
+
src: url(https://fonts.gstatic.com/s/ebgaramond/v19/~ChoKC0VCIEdhcmFtb25kOgsI9NCduwcVAADIQxAHIAA=.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
/* Font Base
|
|
36
|
+
----------------------------------------------------- */
|
|
37
|
+
.tl-timeline {
|
|
38
|
+
font-family: 'EB Garamond', serif;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
font-size: 18px;
|
|
41
|
+
line-height: 1.3em;
|
|
42
|
+
}
|
|
43
|
+
.tl-timeline h1,
|
|
44
|
+
.tl-timeline h2,
|
|
45
|
+
.tl-timeline h3,
|
|
46
|
+
.tl-timeline h4,
|
|
47
|
+
.tl-timeline h5,
|
|
48
|
+
.tl-timeline h6 {
|
|
49
|
+
font-family: 'Clicker Script', cursive;
|
|
50
|
+
text-transform: none;
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
font-size: 58px;
|
|
53
|
+
line-height: 58px;
|
|
54
|
+
}
|
|
55
|
+
.tl-timeline h2.tl-headline-title {
|
|
56
|
+
font-size: 64px;
|
|
57
|
+
line-height: 64px;
|
|
58
|
+
}
|
|
59
|
+
.tl-timeline p {
|
|
60
|
+
font-family: 'EB Garamond', serif;
|
|
61
|
+
font-size: 18px;
|
|
62
|
+
line-height: 1.3em;
|
|
63
|
+
}
|
|
64
|
+
.tl-timeline ul {
|
|
65
|
+
font-family: 'EB Garamond', serif;
|
|
66
|
+
}
|
|
67
|
+
.tl-timeline .tl-media .tl-media-wikipedia h4 a,
|
|
68
|
+
.tl-timeline .tl-media h4,
|
|
69
|
+
.tl-timeline .tl-media h4 a {
|
|
70
|
+
font-family: 'EB Garamond', serif;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
font-size: 24px;
|
|
73
|
+
line-height: 24px;
|
|
74
|
+
}
|
|
75
|
+
.tl-timeline .tl-caption,
|
|
76
|
+
.tl-timeline .tl-credit {
|
|
77
|
+
font-family: 'EB Garamond', serif;
|
|
78
|
+
}
|
|
79
|
+
.tl-timeline .vcard {
|
|
80
|
+
font-family: 'EB Garamond', serif !important;
|
|
81
|
+
font-weight: normal !important;
|
|
82
|
+
}
|
|
83
|
+
.tl-timeline .tl-slidenav-next,
|
|
84
|
+
.tl-timeline .tl-slidenav-previous,
|
|
85
|
+
.tl-timeline .tl-message,
|
|
86
|
+
.tl-timeline .tl-timegroup-message {
|
|
87
|
+
font-family: 'EB Garamond', serif;
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
text-transform: none;
|
|
90
|
+
}
|
|
91
|
+
.tl-timeline .tl-slidenav-next .tl-slidenav-title,
|
|
92
|
+
.tl-timeline .tl-slidenav-previous .tl-slidenav-title,
|
|
93
|
+
.tl-timeline .tl-message .tl-slidenav-title,
|
|
94
|
+
.tl-timeline .tl-timegroup-message .tl-slidenav-title {
|
|
95
|
+
line-height: 1.3em !important;
|
|
96
|
+
}
|
|
97
|
+
.tl-timeline .tl-headline-date,
|
|
98
|
+
.tl-timeline h3.tl-headline-date {
|
|
99
|
+
font-family: 'EB Garamond', serif !important;
|
|
100
|
+
font-weight: normal !important;
|
|
101
|
+
text-transform: none !important;
|
|
102
|
+
}
|
|
103
|
+
.tl-timeline .tl-headline-date small,
|
|
104
|
+
.tl-timeline h3.tl-headline-date small {
|
|
105
|
+
font-weight: normal !important;
|
|
106
|
+
}
|
|
107
|
+
.tl-timeline .tl-timenav-slider {
|
|
108
|
+
font-family: 'EB Garamond', serif;
|
|
109
|
+
font-weight: 400;
|
|
110
|
+
}
|
|
111
|
+
.tl-timeline .tl-timenav-slider h2.tl-headline {
|
|
112
|
+
font-family: 'EB Garamond', serif;
|
|
113
|
+
font-weight: 400;
|
|
114
|
+
text-transform: none;
|
|
115
|
+
}
|
|
116
|
+
.tl-timeline .tl-timenav-slider .tl-timeaxis {
|
|
117
|
+
font-family: 'EB Garamond', serif;
|
|
118
|
+
font-weight: 400;
|
|
119
|
+
text-transform: none;
|
|
120
|
+
}
|
|
121
|
+
.tl-timeline .tl-menubar {
|
|
122
|
+
font-family: 'EB Garamond', serif;
|
|
123
|
+
}
|
|
124
|
+
.tl-timeline blockquote,
|
|
125
|
+
.tl-timeline blockquote p {
|
|
126
|
+
font-family: 'EB Garamond', serif;
|
|
127
|
+
font-style: italic;
|
|
128
|
+
font-weight: 400;
|
|
129
|
+
line-height: 1.3;
|
|
130
|
+
}
|
|
131
|
+
input[type="text"].editor-headline {
|
|
132
|
+
font-family: 'Clicker Script', cursive;
|
|
133
|
+
text-transform: none;
|
|
134
|
+
font-weight: 400;
|
|
135
|
+
font-size: 58px;
|
|
136
|
+
line-height: 58px;
|
|
137
|
+
}
|
|
138
|
+
.tl-timeline .tl-headline-date,
|
|
139
|
+
.tl-timeline h3.tl-headline-date {
|
|
140
|
+
margin-bottom: 10px !important;
|
|
141
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/* Font Dancing & Ledger
|
|
2
|
+
|
|
3
|
+
https://www.google.com/fonts/specimen/Dancing+Script
|
|
4
|
+
https://www.google.com/fonts/specimen/Ledger
|
|
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: 'Dancing Script';
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v19/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
|
|
28
|
+
}
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Dancing Script';
|
|
31
|
+
font-style: normal;
|
|
32
|
+
font-weight: 700;
|
|
33
|
+
src: url(https://fonts.gstatic.com/s/dancingscript/v19/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup5.ttf) format('truetype');
|
|
34
|
+
}
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: 'Ledger';
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 400;
|
|
39
|
+
src: url(https://fonts.gstatic.com/s/ledger/v11/j8_q6-HK1L3if_sBnMr0.ttf) format('truetype');
|
|
40
|
+
}
|
|
41
|
+
/* Font Base
|
|
42
|
+
----------------------------------------------------- */
|
|
43
|
+
.tl-timeline {
|
|
44
|
+
font-family: 'Ledger', serif;
|
|
45
|
+
font-weight: 400;
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
line-height: 1.3em;
|
|
48
|
+
}
|
|
49
|
+
.tl-timeline h1,
|
|
50
|
+
.tl-timeline h2,
|
|
51
|
+
.tl-timeline h3,
|
|
52
|
+
.tl-timeline h4,
|
|
53
|
+
.tl-timeline h5,
|
|
54
|
+
.tl-timeline h6 {
|
|
55
|
+
font-family: 'Dancing Script', cursive;
|
|
56
|
+
text-transform: none;
|
|
57
|
+
font-weight: 700;
|
|
58
|
+
font-size: 58px;
|
|
59
|
+
line-height: 58px;
|
|
60
|
+
}
|
|
61
|
+
.tl-timeline h2.tl-headline-title {
|
|
62
|
+
font-size: 68px;
|
|
63
|
+
line-height: 68px;
|
|
64
|
+
}
|
|
65
|
+
.tl-timeline p {
|
|
66
|
+
font-family: 'Ledger', serif;
|
|
67
|
+
font-size: 16px;
|
|
68
|
+
line-height: 1.3em;
|
|
69
|
+
}
|
|
70
|
+
.tl-timeline ul {
|
|
71
|
+
font-family: 'Ledger', serif;
|
|
72
|
+
}
|
|
73
|
+
.tl-timeline .tl-media .tl-media-wikipedia h4 a,
|
|
74
|
+
.tl-timeline .tl-media h4,
|
|
75
|
+
.tl-timeline .tl-media h4 a {
|
|
76
|
+
font-family: 'Ledger', serif;
|
|
77
|
+
font-weight: 700;
|
|
78
|
+
font-size: 24px;
|
|
79
|
+
line-height: 24px;
|
|
80
|
+
}
|
|
81
|
+
.tl-timeline .tl-caption,
|
|
82
|
+
.tl-timeline .tl-credit {
|
|
83
|
+
font-family: 'Ledger', serif;
|
|
84
|
+
}
|
|
85
|
+
.tl-timeline .vcard {
|
|
86
|
+
font-family: 'Ledger', serif !important;
|
|
87
|
+
font-weight: normal !important;
|
|
88
|
+
}
|
|
89
|
+
.tl-timeline .tl-slidenav-next,
|
|
90
|
+
.tl-timeline .tl-slidenav-previous,
|
|
91
|
+
.tl-timeline .tl-message,
|
|
92
|
+
.tl-timeline .tl-timegroup-message {
|
|
93
|
+
font-family: 'Ledger', serif;
|
|
94
|
+
font-weight: 700;
|
|
95
|
+
text-transform: none;
|
|
96
|
+
}
|
|
97
|
+
.tl-timeline .tl-slidenav-next .tl-slidenav-title,
|
|
98
|
+
.tl-timeline .tl-slidenav-previous .tl-slidenav-title,
|
|
99
|
+
.tl-timeline .tl-message .tl-slidenav-title,
|
|
100
|
+
.tl-timeline .tl-timegroup-message .tl-slidenav-title {
|
|
101
|
+
line-height: 1.3em !important;
|
|
102
|
+
}
|
|
103
|
+
.tl-timeline .tl-headline-date,
|
|
104
|
+
.tl-timeline h3.tl-headline-date {
|
|
105
|
+
font-family: 'Ledger', serif !important;
|
|
106
|
+
font-weight: normal !important;
|
|
107
|
+
text-transform: none !important;
|
|
108
|
+
}
|
|
109
|
+
.tl-timeline .tl-headline-date small,
|
|
110
|
+
.tl-timeline h3.tl-headline-date small {
|
|
111
|
+
font-weight: normal !important;
|
|
112
|
+
}
|
|
113
|
+
.tl-timeline .tl-timenav-slider {
|
|
114
|
+
font-family: 'Ledger', serif;
|
|
115
|
+
font-weight: 700;
|
|
116
|
+
}
|
|
117
|
+
.tl-timeline .tl-timenav-slider h2.tl-headline {
|
|
118
|
+
font-family: 'Dancing Script', cursive;
|
|
119
|
+
font-weight: 700;
|
|
120
|
+
text-transform: none;
|
|
121
|
+
}
|
|
122
|
+
.tl-timeline .tl-timenav-slider .tl-timeaxis {
|
|
123
|
+
font-family: 'Ledger', serif;
|
|
124
|
+
font-weight: 700;
|
|
125
|
+
text-transform: none;
|
|
126
|
+
}
|
|
127
|
+
.tl-timeline .tl-menubar {
|
|
128
|
+
font-family: 'Ledger', serif;
|
|
129
|
+
}
|
|
130
|
+
.tl-timeline blockquote,
|
|
131
|
+
.tl-timeline blockquote p {
|
|
132
|
+
font-family: 'Ledger', serif;
|
|
133
|
+
font-style: normal;
|
|
134
|
+
font-weight: 400;
|
|
135
|
+
line-height: 1.3;
|
|
136
|
+
}
|
|
137
|
+
input[type="text"].editor-headline {
|
|
138
|
+
font-family: 'Dancing Script', cursive;
|
|
139
|
+
text-transform: none;
|
|
140
|
+
font-weight: 700;
|
|
141
|
+
font-size: 58px;
|
|
142
|
+
line-height: 58px;
|
|
143
|
+
}
|