jekyll-theme-editorial 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (234) hide show
  1. checksums.yaml +7 -0
  2. data/404.html +6 -0
  3. data/LICENSE.txt +63 -0
  4. data/README.md +1213 -0
  5. data/_config.yml +306 -0
  6. data/_data/categories.yml +38 -0
  7. data/_data/comments/posts/amet-varius-aliquam/20200511110657-jimbob-hexagonpants.yml +8 -0
  8. data/_data/comments/posts/amet-varius-aliquam/20200513010934-isabella-roundtoes.yml +15 -0
  9. data/_data/comments/posts/amet-varius-aliquam/20200514191919-hakira-tusunaba.yaml +8 -0
  10. data/_data/comments/posts/amet-varius-aliquam/20200515235959-jimbob-hexagonpants.yml +8 -0
  11. data/_data/features.yml +15 -0
  12. data/_data/menus.yml +42 -0
  13. data/_data/scripts.yml +13 -0
  14. data/_data/social.yml +140 -0
  15. data/_data/tags.yml +50 -0
  16. data/_data/taxonomy.yml +87 -0
  17. data/_includes/404.html +20 -0
  18. data/_includes/archives_menu.html +61 -0
  19. data/_includes/article.html +47 -0
  20. data/_includes/articles.html +42 -0
  21. data/_includes/author.html +73 -0
  22. data/_includes/authors.html +21 -0
  23. data/_includes/authors_byline.html +63 -0
  24. data/_includes/banner.html +10 -0
  25. data/_includes/categories.html +15 -0
  26. data/_includes/comment.html +43 -0
  27. data/_includes/comment_form.html +43 -0
  28. data/_includes/comments.html +20 -0
  29. data/_includes/contact.html +42 -0
  30. data/_includes/custom_head.html +6 -0
  31. data/_includes/date_modified.html +6 -0
  32. data/_includes/disqus_comments.html +19 -0
  33. data/_includes/feature.html +7 -0
  34. data/_includes/features.html +10 -0
  35. data/_includes/footer.html +4 -0
  36. data/_includes/head.html +20 -0
  37. data/_includes/item_authors.html +27 -0
  38. data/_includes/item_date.html +32 -0
  39. data/_includes/item_image.html +30 -0
  40. data/_includes/list_item.html +12 -0
  41. data/_includes/menu.html +110 -0
  42. data/_includes/mini-posts.html +32 -0
  43. data/_includes/modal.html +12 -0
  44. data/_includes/more_button.html +3 -0
  45. data/_includes/newsletter_signup.html +22 -0
  46. data/_includes/page_header.html +77 -0
  47. data/_includes/pages.html +79 -0
  48. data/_includes/pagination.html +22 -0
  49. data/_includes/post_header.html +52 -0
  50. data/_includes/post_nav.html +14 -0
  51. data/_includes/posts.html +62 -0
  52. data/_includes/projects.html +90 -0
  53. data/_includes/responsive_banner.html +20 -0
  54. data/_includes/scripts.html +22 -0
  55. data/_includes/search.html +11 -0
  56. data/_includes/section_header.html +3 -0
  57. data/_includes/series.html +32 -0
  58. data/_includes/sidebar.html +11 -0
  59. data/_includes/signin_button.html +4 -0
  60. data/_includes/site_header.html +9 -0
  61. data/_includes/social_media.html +14 -0
  62. data/_includes/social_media_list.html +14 -0
  63. data/_includes/submenu.html +25 -0
  64. data/_includes/tags.html +15 -0
  65. data/_layouts/archive.html +32 -0
  66. data/_layouts/author.html +19 -0
  67. data/_layouts/category.html +23 -0
  68. data/_layouts/default.html +29 -0
  69. data/_layouts/home.html +6 -0
  70. data/_layouts/page.html +16 -0
  71. data/_layouts/post.html +35 -0
  72. data/_layouts/project.html +24 -0
  73. data/_layouts/tag.html +23 -0
  74. data/_pages/about.md +37 -0
  75. data/_pages/archives.html +134 -0
  76. data/_pages/categories.html +94 -0
  77. data/_pages/elements.html +403 -0
  78. data/_pages/people.html +26 -0
  79. data/_pages/posts.html +11 -0
  80. data/_pages/privacy.md +52 -0
  81. data/_pages/projects.html +9 -0
  82. data/_pages/signin.md +31 -0
  83. data/_pages/tags.html +133 -0
  84. data/_pages/terms.md +44 -0
  85. data/_people/augustus.md +27 -0
  86. data/_people/aurelius.md +29 -0
  87. data/_people/julia.md +36 -0
  88. data/_people/petunia.md +26 -0
  89. data/_posts/2020-01-01-Interdum-aenean.md +47 -0
  90. data/_posts/2020-01-02-mulla-amet-dolore.md +38 -0
  91. data/_posts/2020-01-03-tempus-ullamcorper.md +122 -0
  92. data/_posts/2020-01-04-feugiat-lorem-aenean.md +35 -0
  93. data/_posts/2020-01-04-sed-etiam-facilis.md +72 -0
  94. data/_posts/2020-02-01-amet-varius-aliquam.md +27 -0
  95. data/_posts/2020-02-03-cranky-polar-bears-play-hooky-from-fishing-school.md +35 -0
  96. data/_posts/2020-02-07-high-septon-or-should-we-all-just-go-marching-along.md +43 -0
  97. data/_posts/2020-02-14-stupid-computers-and-the-games-they-play-with-our-emotions.md +30 -0
  98. data/_posts/2020-02-28-look-at-my-great-tatoos-everybody.md +31 -0
  99. data/_projects/feugiat_valley.md +32 -0
  100. data/_projects/ipsum_flats.md +42 -0
  101. data/_projects/lorem_heights.md +36 -0
  102. data/_projects/tempus_hills.md +37 -0
  103. data/_samples/page-template.md +48 -0
  104. data/_samples/people-template.md +51 -0
  105. data/_samples/post-template.md +38 -0
  106. data/_samples/project-template.md +47 -0
  107. data/_sass/base/_page.scss +42 -0
  108. data/_sass/base/_reset.scss +70 -0
  109. data/_sass/base/_typography.scss +186 -0
  110. data/_sass/components/_actions.scss +57 -0
  111. data/_sass/components/_box.scss +20 -0
  112. data/_sass/components/_button.scss +79 -0
  113. data/_sass/components/_contact.scss +41 -0
  114. data/_sass/components/_features.scss +150 -0
  115. data/_sass/components/_form.scss +173 -0
  116. data/_sass/components/_icon.scss +27 -0
  117. data/_sass/components/_icons.scss +24 -0
  118. data/_sass/components/_image.scss +68 -0
  119. data/_sass/components/_list.scss +50 -0
  120. data/_sass/components/_mini-posts.scss +25 -0
  121. data/_sass/components/_pagination.scss +64 -0
  122. data/_sass/components/_posts.scss +173 -0
  123. data/_sass/components/_row.scss +25 -0
  124. data/_sass/components/_section.scss +39 -0
  125. data/_sass/components/_table.scss +75 -0
  126. data/_sass/layout/_banner.scss +69 -0
  127. data/_sass/layout/_footer.scss +12 -0
  128. data/_sass/layout/_header.scss +54 -0
  129. data/_sass/layout/_main.scss +67 -0
  130. data/_sass/layout/_menu.scss +92 -0
  131. data/_sass/layout/_sidebar.scss +217 -0
  132. data/_sass/layout/_wrapper.scss +7 -0
  133. data/_sass/libs/_breakpoints.scss +223 -0
  134. data/_sass/libs/_functions.scss +90 -0
  135. data/_sass/libs/_html-grid.scss +149 -0
  136. data/_sass/libs/_mixins.scss +78 -0
  137. data/_sass/libs/_vars.scss +44 -0
  138. data/_sass/libs/_vendor.scss +376 -0
  139. data/_sass/main.scss +61 -0
  140. data/assets/css/fontawesome-all.min.css +7 -0
  141. data/assets/css/fonts.css +140 -0
  142. data/assets/css/github.css +61 -0
  143. data/assets/css/main.css +2276 -0
  144. data/assets/css/user.css +640 -0
  145. data/assets/images/logo.png +0 -0
  146. data/assets/images/pic01-thumb.jpg +0 -0
  147. data/assets/images/pic01.jpg +0 -0
  148. data/assets/images/pic02.jpg +0 -0
  149. data/assets/images/pic03-thumb.jpg +0 -0
  150. data/assets/images/pic03.jpg +0 -0
  151. data/assets/images/pic04.jpg +0 -0
  152. data/assets/images/pic05-avatar.jpg +0 -0
  153. data/assets/images/pic05-thumb.jpg +0 -0
  154. data/assets/images/pic05.jpg +0 -0
  155. data/assets/images/pic06.jpg +0 -0
  156. data/assets/images/pic07.jpg +0 -0
  157. data/assets/images/pic08.jpg +0 -0
  158. data/assets/images/pic09.jpg +0 -0
  159. data/assets/images/pic10.jpg +0 -0
  160. data/assets/images/pic11.jpg +0 -0
  161. data/assets/images/placeholder.png +0 -0
  162. data/assets/js/breakpoints.min.js +2 -0
  163. data/assets/js/browser.min.js +2 -0
  164. data/assets/js/comments.js +189 -0
  165. data/assets/js/email-obfuscation.js +54 -0
  166. data/assets/js/jquery.min.js +2 -0
  167. data/assets/js/main.js +263 -0
  168. data/assets/js/util.js +592 -0
  169. data/assets/webfonts/OpenSans-Bold.eot +0 -0
  170. data/assets/webfonts/OpenSans-Bold.svg +21062 -0
  171. data/assets/webfonts/OpenSans-Bold.ttf +0 -0
  172. data/assets/webfonts/OpenSans-Bold.woff +0 -0
  173. data/assets/webfonts/OpenSans-BoldItalic.eot +0 -0
  174. data/assets/webfonts/OpenSans-BoldItalic.svg +21121 -0
  175. data/assets/webfonts/OpenSans-BoldItalic.ttf +0 -0
  176. data/assets/webfonts/OpenSans-BoldItalic.woff +0 -0
  177. data/assets/webfonts/OpenSans-Italic.eot +0 -0
  178. data/assets/webfonts/OpenSans-Italic.svg +21164 -0
  179. data/assets/webfonts/OpenSans-Italic.ttf +0 -0
  180. data/assets/webfonts/OpenSans-Italic.woff +0 -0
  181. data/assets/webfonts/OpenSans-Light.eot +0 -0
  182. data/assets/webfonts/OpenSans-Light.svg +21034 -0
  183. data/assets/webfonts/OpenSans-Light.ttf +0 -0
  184. data/assets/webfonts/OpenSans-Light.woff +0 -0
  185. data/assets/webfonts/OpenSans-LightItalic.eot +0 -0
  186. data/assets/webfonts/OpenSans-LightItalic.svg +21161 -0
  187. data/assets/webfonts/OpenSans-LightItalic.ttf +0 -0
  188. data/assets/webfonts/OpenSans-LightItalic.woff +0 -0
  189. data/assets/webfonts/OpenSans-Regular.eot +0 -0
  190. data/assets/webfonts/OpenSans-Regular.svg +21064 -0
  191. data/assets/webfonts/OpenSans-Regular.ttf +0 -0
  192. data/assets/webfonts/OpenSans-Regular.woff +0 -0
  193. data/assets/webfonts/OpenSans-SemiBold.eot +0 -0
  194. data/assets/webfonts/OpenSans-SemiBold.svg +21055 -0
  195. data/assets/webfonts/OpenSans-SemiBold.ttf +0 -0
  196. data/assets/webfonts/OpenSans-SemiBold.woff +0 -0
  197. data/assets/webfonts/OpenSans-SemiBoldItalic.eot +0 -0
  198. data/assets/webfonts/OpenSans-SemiBoldItalic.svg +21154 -0
  199. data/assets/webfonts/OpenSans-SemiBoldItalic.ttf +0 -0
  200. data/assets/webfonts/OpenSans-SemiBoldItalic.woff +0 -0
  201. data/assets/webfonts/RobotoSlab-Bold.eot +0 -0
  202. data/assets/webfonts/RobotoSlab-Bold.svg +334 -0
  203. data/assets/webfonts/RobotoSlab-Bold.ttf +0 -0
  204. data/assets/webfonts/RobotoSlab-Bold.woff +0 -0
  205. data/assets/webfonts/RobotoSlab-Bold.woff2 +0 -0
  206. data/assets/webfonts/RobotoSlab-Regular +0 -0
  207. data/assets/webfonts/RobotoSlab-Regular.svg +337 -0
  208. data/assets/webfonts/RobotoSlab-Regular.ttf +0 -0
  209. data/assets/webfonts/RobotoSlab-Regular.woff +0 -0
  210. data/assets/webfonts/RobotoSlab-Regular.woff2 +0 -0
  211. data/assets/webfonts/fa-brands-400.eot +0 -0
  212. data/assets/webfonts/fa-brands-400.svg +3633 -0
  213. data/assets/webfonts/fa-brands-400.ttf +0 -0
  214. data/assets/webfonts/fa-brands-400.woff +0 -0
  215. data/assets/webfonts/fa-brands-400.woff2 +0 -0
  216. data/assets/webfonts/fa-regular-400.eot +0 -0
  217. data/assets/webfonts/fa-regular-400.svg +803 -0
  218. data/assets/webfonts/fa-regular-400.ttf +0 -0
  219. data/assets/webfonts/fa-regular-400.woff +0 -0
  220. data/assets/webfonts/fa-regular-400.woff2 +0 -0
  221. data/assets/webfonts/fa-solid-900.eot +0 -0
  222. data/assets/webfonts/fa-solid-900.svg +5000 -0
  223. data/assets/webfonts/fa-solid-900.ttf +0 -0
  224. data/assets/webfonts/fa-solid-900.woff +0 -0
  225. data/assets/webfonts/fa-solid-900.woff2 +0 -0
  226. data/favicon-apple-touch-114.png +0 -0
  227. data/favicon-apple-touch-144.png +0 -0
  228. data/favicon.icns +0 -0
  229. data/favicon.ico +0 -0
  230. data/favicon.png +0 -0
  231. data/index.md +28 -0
  232. data/robots.txt +8 -0
  233. data/staticman.yml +109 -0
  234. metadata +347 -0
@@ -0,0 +1,51 @@
1
+ ---
2
+ # defaults assumed for these jekyll variables: layout, permalink, excerpt
3
+ # name the file the same as the handle (e.g., `julia.md`)
4
+ handle: "" # the short, unique 'slug' name of a person
5
+ name: "" # the written name of the person on site pages
6
+ blurb: "" # like a subtitle, but for a person
7
+ title: "" # optional; used for the HTML page title tag, menus & SEO
8
+ series: "The Partytime Collective" # optional; use `series` group people and show a sidebar of people in the group (limited to 1 for now)
9
+ location: "Los Angeles, CA" # optional; location of the person
10
+ website: https://example.com/ # optional; personal website
11
+ position: "" # optional; job title
12
+ company: "" # optional; name of affiliated company
13
+ company_url: https://example.com/ # optional; affiliated company website
14
+ social: # see `_data/social.yml` for options and to add your own
15
+ twitter: "" # optional; twitter handle (without the @ sign)
16
+ facebook: "" # optional; facebook username
17
+ linkedin: "" # optional; linkedin username
18
+ instagram: "" # optional; instagram handle
19
+ medium: "" # optional; medium handle (without the @ sign)
20
+ image: "" # default image for SEO & jekyll-feed
21
+ images: # all images are optional; placeholder images will be used in some places if not specified
22
+ default: # general-use size, default for other uses if they're not specified
23
+ file: "" # no path, just the filename (e.g., "my great image.png")
24
+ # default images generally use the default image texts, but can be specified here
25
+ banner: # largest, full-page width landscape at top of page
26
+ file: "" # no path, just the filename (e.g., "my great image.png")
27
+ alt_text: "" # describe the image for screen readers
28
+ caption: "" # optional explanatory text, can be used for attributions
29
+ title: "" # optional; usually shown as a tooltip on hover
30
+ thumbnail: # optional; between small & normal, for lists/grids (like index pages)
31
+ file: "" # no path, just the filename (e.g., "my great image.png")
32
+ # thumbnails generally use the default image texts, but can be specified here
33
+ avatar: # smallest, avatars represent the person & isn't necessarily a photo; for attribution, like comments
34
+ file: "" # no path, just the filename (e.g., "my great image.png")
35
+ # avatars generally use the default image texts, but can be specified here
36
+ # these texts are defaults for all images in the images array, if not individually specified:
37
+ alt_text: "" # describe the image for screen readers
38
+ caption: "" # optional explanatory text, can be used for attributions
39
+ title: "" # optional; usually shown as a tooltip on hover
40
+ gallery: [] # FUTURE: array of gallery images, similar in format to above images array but no text defaults
41
+ date: # optional; publication date; overrides the file save date
42
+ last_modified_at: # optional; date to show in addition to/in place of create date
43
+ published: false # authors may choose not to publish their bio page
44
+ roles: [author] # FUTURE: array of roles beyond the 'reader' default
45
+ permissions: [] # FUTURE: array of permissions beyond those assigned by roles
46
+ canonical_url: "" # optional; customize the canonical URL for this page
47
+ lang: "" # optional; language for the page, `en_US` by default
48
+ description: "" # optional; short description of the page's content used for SEO
49
+ comment: "" # FUTURE: here we can put comments that won't be output on any public pages, like candidate tags/categories, that might show up on private pages in the future
50
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter.
51
+ ---
@@ -0,0 +1,38 @@
1
+ ---
2
+ # defaults assumed for these jekyll variables: layout, permalink, published, excerpt
3
+ # name the file similar to title (slugified - replace spaces with underscores & remove punctuation)
4
+ title: "" # used in the page/post header, HTML title, menus & SEO
5
+ subtitle: "" # optional; shown under the page/post header
6
+ author: [] # use the handle of the author, not their name
7
+ editor: [] # FUTURE: add and display editors
8
+ date: 2020-01-01 00:00:00 -0800 # publication date; overrides the file save date
9
+ last_modified_at: # optional; date to show in addition to/in place of create date
10
+ categories: [] # choose one best category, ideally
11
+ tags: [] # choose 3-7 tags, ideally
12
+ series: "Build a blog" # optional; use `series` to group posts and show a sidebar of posts in the series (limited to 1 for now)
13
+ location: "New York, NY" # optional; location where the post was made
14
+ website: https://example.com/ # optional; external, related website, possibly featured
15
+ image: "" # default image for SEO & jekyll-feed
16
+ images: # all images are optional; banner and either default or thumbnail are recommended
17
+ default: # general-use size, default for lists if no thumbnail
18
+ file: "" # no path, just the filename (e.g., "my great image.png")
19
+ # default images generally use the default image texts, but can be specified here
20
+ banner: # largest, full-page width landscape at top of page
21
+ file: "" # no path, just the filename (e.g., "my great image.png")
22
+ alt_text: "" # describe the image for screen readers
23
+ caption: "" # optional explanatory text, can be used for attributions
24
+ title: "" # optional; usually shown as a tooltip on hover
25
+ thumbnail: # smaller image for lists/grids (like index pages)
26
+ file: "" # no path, just the filename (e.g., "my great image.png")
27
+ # thumbnails generally use the default image texts, but can be specified here
28
+ # these texts are defaults for all images in the images array, if not individually specified:
29
+ alt_text: "" # describe the image for screen readers
30
+ caption: "" # optional explanatory text, can be used for attributions
31
+ title: "" # optional; usually shown as a tooltip on hover
32
+ gallery: [] # FUTURE: array of gallery images, similar in format to above images array but no text defaults
33
+ canonical_url: "" # optional; customize the canonical URL for this page
34
+ lang: "" # optional; language for the page, `en_US` by default
35
+ description: "" # optional; short description of the page's content used for SEO
36
+ comment: "" # FUTURE: here we can put comments that won't be output on any public pages, like candidate tags/categories, that might show up on private pages in the future
37
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter.
38
+ ---
@@ -0,0 +1,47 @@
1
+ ---
2
+ # defaults assumed for these jekyll variables: layout, excerpt
3
+ # name the file similar to title (slugified - replace spaces with underscores & remove punctuation)
4
+ title: "" # used in the page header, HTML title, menus & SEO
5
+ subtitle: "" # optional; shown under the page header
6
+ author: [] # use the handle of the author, not their name
7
+ editor: [] # FUTURE: add and display editors
8
+ date: 2020-01-01 00:00:00 -0800 # publication date; overrides the file save date
9
+ last_modified_at: # optional; date to show in addition to/in place of create date
10
+ categories: [] # choose one best project category, ideally
11
+ tags: [] # choose 3-7 tags, ideally
12
+ series: "Grand Developments" # optional; use `series` to group projects and show a sidebar of projects in the series (limited to 1 for now)
13
+ location: "Cupertino, CA" # optional; location of the project
14
+ website: https://example.com/ # optional; external project website
15
+ social: # see `_data/social.yml` for options and to add your own
16
+ twitter: "" # optional; twitter handle (without the @ sign)
17
+ facebook: "" # optional; facebook username
18
+ linkedin: "" # optional; linkedin username
19
+ instagram: "" # optional; instagram handle
20
+ medium: "" # optional; medium handle (without the @ sign)
21
+ image: "" # default image for SEO & jekyll-feed
22
+ images: # all images are optional; banner and either default or thumbnail are recommended
23
+ default: # general-use size, default for lists if no thumbnail
24
+ file: "" # no path, just the filename (e.g., "my great image.png")
25
+ # default images generally use the default image texts, but can be specified here
26
+ banner: # largest, full-page width landscape at top of page
27
+ file: "" # no path, just the filename (e.g., "my great image.png")
28
+ alt_text: "" # describe the image for screen readers
29
+ caption: "" # optional explanatory text, can be used for attributions
30
+ title: "" # optional; usually shown as a tooltip on hover
31
+ thumbnail: # smaller image for lists/grids (like index pages)
32
+ file: "" # no path, just the filename (e.g., "my great image.png")
33
+ # thumbnails generally use the default image texts, but can be specified here
34
+ # these texts are defaults for all images in the images array, if not individually specified:
35
+ alt_text: "" # describe the image for screen readers
36
+ caption: "" # optional explanatory text, can be used for attributions
37
+ title: "" # optional; usually shown as a tooltip on hover
38
+ gallery: [] # FUTURE: array of gallery images, similar in format to above images array but no text defaults
39
+ summary: "" # summaries are used on list (index) pages rather than excerts, so that authors have more control over the lead-in
40
+ author_bio: "" # optional; used for an author who is set to `published=false`
41
+ canonical_url: "" # optional; customize the canonical URL for this page
42
+ published: false
43
+ lang: "" # optional; language for the page, `en_US` by default
44
+ description: "" # optional; short description of the page's content used for SEO
45
+ comment: "" # FUTURE: here we can put comments that won't be output on any public pages, like candidate tags/categories, that might show up on private pages in the future
46
+ # NOTE that the first paaragraph below is the excerpt, if no excerpt is defined here in the front matter. However, projects generally use the summary in place of the excert text.
47
+ ---
@@ -0,0 +1,42 @@
1
+ /* Basic */
2
+
3
+ // MSIE: Required for IEMobile.
4
+ @-ms-viewport {
5
+ width: device-width;
6
+ }
7
+
8
+ // MSIE: Prevents scrollbar from overlapping content.
9
+ body {
10
+ -ms-overflow-style: scrollbar;
11
+ }
12
+
13
+ // Ensures page width is always >=320px.
14
+ @include breakpoint('<=xsmall') {
15
+ html, body {
16
+ min-width: 320px;
17
+ }
18
+ }
19
+
20
+ // Set box model to border-box.
21
+ // Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
22
+ html {
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ *, *:before, *:after {
27
+ box-sizing: inherit;
28
+ }
29
+
30
+ body {
31
+ background: _palette(bg);
32
+
33
+ // Stops initial animations until page loads or stops resizing.
34
+ &.is-preload,
35
+ &.is-resizing {
36
+ *, *:before, *:after {
37
+ @include vendor('animation', 'none !important');
38
+ @include vendor('transition', 'none !important');
39
+ }
40
+ }
41
+
42
+ }
@@ -0,0 +1,70 @@
1
+ // Reset.
2
+ // Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)
3
+
4
+ html, body, div, span, applet, object,
5
+ iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
6
+ pre, a, abbr, acronym, address, big, cite,
7
+ code, del, dfn, em, img, ins, kbd, q, s, samp,
8
+ small, strike, strong, sub, sup, tt, var, b,
9
+ u, i, center, dl, dt, dd, ol, ul, li, fieldset,
10
+ form, label, legend, table, caption, tbody,
11
+ tfoot, thead, tr, th, td, article, aside,
12
+ canvas, details, embed, figure, figcaption,
13
+ footer, header, hgroup, menu, nav, output, ruby,
14
+ section, summary, time, mark, audio, video {
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ font-size: 100%;
19
+ font: inherit;
20
+ vertical-align: baseline;
21
+ }
22
+
23
+ article, aside, details, figcaption, figure,
24
+ footer, header, hgroup, menu, nav, section {
25
+ display: block;
26
+ }
27
+
28
+ body {
29
+ line-height: 1;
30
+ }
31
+
32
+ ol, ul {
33
+ list-style:none;
34
+ }
35
+
36
+ blockquote, q {
37
+ quotes: none;
38
+
39
+ &:before,
40
+ &:after {
41
+ content: '';
42
+ content: none;
43
+ }
44
+ }
45
+
46
+ table {
47
+ border-collapse: collapse;
48
+ border-spacing: 0;
49
+ }
50
+
51
+ body {
52
+ -webkit-text-size-adjust: none;
53
+ }
54
+
55
+ mark {
56
+ background-color: transparent;
57
+ color: inherit;
58
+ }
59
+
60
+ input::-moz-focus-inner {
61
+ border: 0;
62
+ padding: 0;
63
+ }
64
+
65
+ input, select, textarea {
66
+ -moz-appearance: none;
67
+ -webkit-appearance: none;
68
+ -ms-appearance: none;
69
+ appearance: none;
70
+ }
@@ -0,0 +1,186 @@
1
+ /* Type */
2
+
3
+ body, input, select, textarea {
4
+ color: _palette(fg);
5
+ font-family: _font(family);
6
+ font-size: 13pt;
7
+ font-weight: _font(weight);
8
+ line-height: 1.65;
9
+
10
+ @include breakpoint('<=xlarge') {
11
+ font-size: 11pt;
12
+ }
13
+
14
+ @include breakpoint('<=large') {
15
+ font-size: 10pt;
16
+ }
17
+
18
+ @include breakpoint('<=xxsmall') {
19
+ font-size: 9pt;
20
+ }
21
+ }
22
+
23
+ a {
24
+ @include vendor('transition', (
25
+ 'color #{_duration(transition)} ease-in-out',
26
+ 'border-bottom-color #{_duration(transition)} ease-in-out'
27
+ ));
28
+ border-bottom: dotted 1px;
29
+ color: _palette(accent);
30
+ text-decoration: none;
31
+
32
+ &:hover {
33
+ border-bottom-color: _palette(accent);
34
+ color: _palette(accent) !important;
35
+
36
+ strong {
37
+ color: inherit;
38
+ }
39
+ }
40
+ }
41
+
42
+ strong, b {
43
+ color: _palette(fg-bold);
44
+ font-weight: _font(weight-bold);
45
+ }
46
+
47
+ em, i {
48
+ font-style: italic;
49
+ }
50
+
51
+ p {
52
+ margin: 0 0 _size(element-margin) 0;
53
+ }
54
+
55
+ h1, h2, h3, h4, h5, h6 {
56
+ color: _palette(fg-bold);
57
+ font-family: _font(family-heading);
58
+ font-weight: _font(weight-heading);
59
+ line-height: 1.5;
60
+ margin: 0 0 (_size(element-margin) * 0.5) 0;
61
+
62
+ a {
63
+ color: inherit;
64
+ text-decoration: none;
65
+ border-bottom: 0;
66
+ }
67
+ }
68
+
69
+ h1 {
70
+ font-size: 4em;
71
+ margin: 0 0 (_size(element-margin) * 0.25) 0;
72
+ line-height: 1.3;
73
+ }
74
+
75
+ h2 {
76
+ font-size: 1.75em;
77
+ }
78
+
79
+ h3 {
80
+ font-size: 1.25em;
81
+ }
82
+
83
+ h4 {
84
+ font-size: 1.1em;
85
+ }
86
+
87
+ h5 {
88
+ font-size: 0.9em;
89
+ }
90
+
91
+ h6 {
92
+ font-size: 0.7em;
93
+ }
94
+
95
+ @include breakpoint('<=xlarge') {
96
+ h1 {
97
+ font-size: 3.5em;
98
+ }
99
+ }
100
+
101
+ @include breakpoint('<=medium') {
102
+ h1 {
103
+ font-size: 3.25em;
104
+ }
105
+ }
106
+
107
+ @include breakpoint('<=small') {
108
+ h1 {
109
+ font-size: 2em;
110
+ line-height: 1.4;
111
+ }
112
+
113
+ h2 {
114
+ font-size: 1.5em;
115
+ }
116
+ }
117
+
118
+ sub {
119
+ font-size: 0.8em;
120
+ position: relative;
121
+ top: 0.5em;
122
+ }
123
+
124
+ sup {
125
+ font-size: 0.8em;
126
+ position: relative;
127
+ top: -0.5em;
128
+ }
129
+
130
+ blockquote {
131
+ border-left: solid 3px _palette(border);
132
+ font-style: italic;
133
+ margin: 0 0 _size(element-margin) 0;
134
+ padding: (_size(element-margin) / 4) 0 (_size(element-margin) / 4) _size(element-margin);
135
+ }
136
+
137
+ code {
138
+ background: _palette(border-bg);
139
+ border-radius: _size(border-radius);
140
+ border: solid 1px _palette(border);
141
+ font-family: _font(family-fixed);
142
+ font-size: 0.9em;
143
+ margin: 0 0.25em;
144
+ padding: 0.25em 0.65em;
145
+ }
146
+
147
+ pre {
148
+ -webkit-overflow-scrolling: touch;
149
+ font-family: _font(family-fixed);
150
+ font-size: 0.9em;
151
+ margin: 0 0 _size(element-margin) 0;
152
+
153
+ code {
154
+ display: block;
155
+ line-height: 1.75;
156
+ padding: 1em 1.5em;
157
+ overflow-x: auto;
158
+ white-space: pre-wrap;
159
+ }
160
+ }
161
+
162
+ hr {
163
+ border: 0;
164
+ border-bottom: solid 1px _palette(border);
165
+ margin: _size(element-margin) 0;
166
+
167
+ &.major {
168
+ margin: (_size(element-margin) * 1.5) 0;
169
+ }
170
+ }
171
+
172
+ .align-left {
173
+ text-align: left;
174
+ }
175
+
176
+ .align-center {
177
+ text-align: center;
178
+ }
179
+
180
+ .align-right {
181
+ text-align: right;
182
+ }
183
+
184
+ .underline {
185
+ text-decoration: underline;
186
+ }
@@ -0,0 +1,57 @@
1
+ /* Actions */
2
+
3
+ ul.actions {
4
+ @include vendor('display', 'flex');
5
+ cursor: default;
6
+ list-style: none;
7
+ margin-left: (_size(element-margin) * -0.5);
8
+ padding-left: 0;
9
+
10
+ li {
11
+ padding: 0 0 0 (_size(element-margin) * 0.5);
12
+ vertical-align: middle;
13
+ }
14
+
15
+ &.special {
16
+ @include vendor('justify-content', 'center');
17
+ width: 100%;
18
+ margin-left: 0;
19
+
20
+ li {
21
+ &:first-child {
22
+ padding-left: 0;
23
+ }
24
+ }
25
+ }
26
+
27
+ &.stacked {
28
+ @include vendor('flex-direction', 'column');
29
+ margin-left: 0;
30
+
31
+ li {
32
+ padding: (_size(element-margin) * 0.65) 0 0 0;
33
+
34
+ &:first-child {
35
+ padding-top: 0;
36
+ }
37
+ }
38
+ }
39
+
40
+ &.fit {
41
+ width: calc(100% + #{_size(element-margin) * 0.5});
42
+
43
+ li {
44
+ @include vendor('flex-grow', '1');
45
+ @include vendor('flex-shrink', '1');
46
+ width: 100%;
47
+
48
+ > * {
49
+ width: 100%;
50
+ }
51
+ }
52
+
53
+ &.stacked {
54
+ width: 100%;
55
+ }
56
+ }
57
+ }