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,640 @@
1
+ /*
2
+ Middle Bear modifications to Editorial by HTML5 UP
3
+ middlebear.org | github.com/middlebear
4
+ Free for personal and commercial use under the CCA 3.0 license (/license.txt
5
+ and http://creativecommons.org/licenses/by/3.0/)
6
+
7
+ Use this file to make edits to the base styles of Editorial found in main.css
8
+ To do so, copy this file to your /assets/css directory and edit as you wish
9
+ This encapsulates your changes and makes it easier to upgrade the base styles
10
+ if any improvements are released in the future (doubtful, but we can dream!)
11
+ */
12
+
13
+ /* Add main to reset list in main.scss */
14
+ main {
15
+ margin: 0;
16
+ padding: 0;
17
+ border: 0;
18
+ font-size: 100%;
19
+ font: inherit;
20
+ vertical-align: baseline; }
21
+
22
+
23
+ /********************
24
+ * Type
25
+ ********************/
26
+
27
+ /*body, input, select, textarea {
28
+ color: #999;
29
+ font-size: 14pt;
30
+ line-height: 1.5; }
31
+ @media screen and (max-width: 1680px) {
32
+ body, input, select, textarea {
33
+ font-size: 12pt; } }
34
+ @media screen and (max-width: 1280px) {
35
+ body, input, select, textarea {
36
+ font-size: 11pt; } }
37
+ @media screen and (max-width: 360px) {
38
+ body, input, select, textarea {
39
+ font-size: 10pt; } }
40
+ */
41
+ p { margin: 0 0 1.5em 0; }
42
+ pre code { white-space: pre-wrap; } /* fixes code blocks breaking layout */
43
+ /*h1 { font-size: 3.0em; }
44
+ h2 { font-size: 1.75em; }
45
+ h3 { font-size: 1.25em; }
46
+ h4 { font-size: 1.1em; }
47
+ h5 { font-size: 0.9em; }
48
+ h6 { font-size: 0.7em; }
49
+ */
50
+
51
+
52
+ /* Adds the external link icon to headers when linked to an external site */
53
+ h1 > a[rel*='external']:not(.icon):not([href^='#']):not([href^='/'])::after {
54
+ font: normal normal normal 1rem/1 FontAwesome;
55
+ vertical-align: super;
56
+ content: " \f08e";
57
+ }
58
+
59
+ /* Adds compact and sigil options to horizontal rules */
60
+ hr.compact { margin: 1em; }
61
+ hr.sigil {
62
+ margin: 3em 5em 4em;
63
+ text-align: center;
64
+ }
65
+ hr.sigil::after {
66
+ font: normal normal normal 2em/1 FontAwesome;
67
+ position: relative;
68
+ top: 0.5em;
69
+ display: inline-block;
70
+ padding: 0 2em;
71
+ content: '\f12';
72
+ /*content: '\f0c4\f04\f12';*/
73
+ color: #333;
74
+ background: #fff;
75
+ }
76
+
77
+ /* utility style classes */
78
+ .float-right { float: right; }
79
+ .underline { text-decoration: underline; }
80
+ .red { color: red; }
81
+
82
+ /* deemphasize linked handles in page headers */
83
+ .handle > a {
84
+ color: #7f888f;
85
+ border-bottom: none;
86
+ }
87
+
88
+
89
+ /********************
90
+ * Section/Article
91
+ ********************/
92
+
93
+ /* adjust headers for less space and to incorporate more info */
94
+ header p { margin-top: -2em; }
95
+ header.main { margin-bottom: 2em; }
96
+
97
+ /* give heaader divs the same basic treatment as header paragraphs */
98
+ header div {
99
+ font-family: "Roboto Slab", serif;
100
+ font-weight: 400;
101
+ letter-spacing: 0.075em;
102
+ text-transform: uppercase; }
103
+
104
+ header p.tight, header.main p.tight {
105
+ font-family: "Open Sans", sans-serif;
106
+ font-size: 1em;
107
+ font-weight: 400;
108
+ letter-spacing: 0.075em;
109
+ margin: -2em 0 2em 0;
110
+ text-transform: none; }
111
+
112
+ /* give subtitles some extra size */
113
+ header.tight + h2.subheader { font-size: 1.1em; margin: 0; }
114
+ header.main .subtitle { font-size: 1.1em; }
115
+ /*header p.tight, header.main p.tight {
116
+ margin: -2em 0 2em 0; }*/
117
+
118
+ @media screen and (max-width: 736px) {
119
+ header p { margin-top: -1em; }
120
+ header p.tight, header.main p.tight {
121
+ margin: -1em 0 1em 0; }
122
+ figure + .tight, figure + .snug { margin-top: -2em; }
123
+ }
124
+
125
+ header .byline {
126
+ font-family: "Open Sans", sans-serif;
127
+ letter-spacing: 0.075em;
128
+ text-transform: none;
129
+ }
130
+ header.main .byline a {
131
+ color: inherit; }
132
+
133
+ header.tight h1, header.tight h2, header.tight h3, header.tight p, header.tight div {
134
+ margin: 0; }
135
+
136
+ header.major > :last-child {
137
+ border-bottom: solid 3px #f56a6a;
138
+ display: inline-block;
139
+ margin: 0 0 2em 0;
140
+ padding: 0 0.75em 0.5em 0; }
141
+
142
+ header.main > h1:last-child {
143
+ margin-bottom: inherit; }
144
+ /*header.main > :last-child:not[h1] {
145
+ margin: 0 0 1em 0; }*/
146
+
147
+ /* adjustments for authors sections after page content */
148
+ .post-nav + section.authors, .inline.tags + hr.compact + section.authors { margin-top: 3em; }
149
+ header.section-header > h3 {
150
+ border-bottom: solid 1px rgba(210, 215, 217, 0.75); }
151
+
152
+ /* utility style classes */
153
+ .blurb { font-size: larger; margin: -1em 0 1em 0; }
154
+ .snug { margin-top: 0; margin-bottom: 1em; padding-top: 0; }
155
+ .tight { margin: 0; padding: 0; }
156
+ .small-caps { font-variant: small-caps; }
157
+ .smaller { font-size: smaller; }
158
+
159
+ /* reduce visual spread between figure and a .snug element right beneath it */
160
+ figure + .snug { margin: -2em 0 2em 0; }
161
+ /*figure + .tight, figure + .snug { margin-top: -2em; }*/
162
+
163
+ /* styling for subheader headers and p-location text elements */
164
+ .subheader, .p-location { font-variant: small-caps; }
165
+
166
+ /* *-cards are small articles */
167
+ :is(.post-card, .project-card, .page-card).row header.tight {
168
+ margin-bottom: 1em; }
169
+ :is(.post-card, .project-card, .page-card).row figure {
170
+ padding-right: 0.5em; }
171
+ .post > header .header-aside,
172
+ .post-card header .header-aside, :is(.post-card, .project-card, .page-card).row header .header-aside {
173
+ float: right;
174
+ text-align: right; }
175
+ @media screen and (max-width: 480px) {
176
+ .dayname { display: none; }
177
+ }
178
+
179
+ /* h-cards for authors use flexbox for layout */
180
+ article.h-card[itemprop='author'] {
181
+ display: flex;
182
+ flex-flow: row wrap; }
183
+ @media screen and (max-width: 640px) {
184
+ article.h-card[itemprop='author'] {
185
+ flex-flow: column wrap; } }
186
+ article.h-card[itemprop='author'] :first-child {
187
+ flex: 2; }
188
+ article.h-card[itemprop='author'] :last-child {
189
+ flex: 7; }
190
+
191
+ /* custom header elements for *-cards */
192
+ .header-subtitle {
193
+ margin: -1em 0 1em 0; }
194
+ .header-aside {
195
+ color: gray;
196
+ font-weight: 400; }
197
+
198
+
199
+ /********************
200
+ * Aside Column
201
+ ********************/
202
+
203
+ .row aside.column {
204
+ border-left: solid 1px rgba(210, 215, 217, 0.75);
205
+ margin-top: 1.5em;
206
+ padding-top: 0;
207
+ }
208
+
209
+
210
+ /********************
211
+ * Pullquote
212
+ via: https://miekd.com/articles/pull-quotes-with-html5-and-css/
213
+ using svg: https://css-tricks.com/using-svg/
214
+ ********************/
215
+
216
+ aside.pullquote, :not(aside).pullquote:before {
217
+ font: italic normal 700 1.5rem/1.5 "Roboto Slab", serif;
218
+ color: #3d4449;
219
+ content: attr(data-pullquote);
220
+ float: right;
221
+ clear: right;
222
+ position: relative;
223
+ width: 35vw;
224
+ max-width: 15em;
225
+ margin: 0 0 0 1rem;
226
+ padding: 1rem 1rem 1rem 3rem;
227
+ border-left: solid 3px rgba(210, 215, 217, 0.5);
228
+ background: top left /3em no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxNjcgMTI1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGlkPSJwYXRoMTg3MyIgZD0iTTEwMS4yMzEsMTExLjkzMmMtMjEuMjI5LC0yMy44MjcgLTYuNjA1LC02NS4zMDUgMTEuMDY4LC04MS4zMzljMTUuMDYyLC0xMy42NjUgNDAuMDIxLC0yNC44MzcgNDIuMzc0LC0yMC45MzNjMy43NCw2LjIwNiAtMTAuOTgyLDEwLjYxMiAtMjIuMDUxLDIwLjU3M2MtMTMuODE4LDE0Ljk0MiAtMTguNDU4LDIxLjY2IDAuNjYyLDMwLjA4OWMyMC40OTQsOS4yNDkgMjAuODg3LDE4LjI5NiAyMS41NDYsMjkuODA1YzEuNjU4LDI4Ljk3NCAtMzIuODc1LDQyLjUyOSAtNTMuNTk5LDIxLjgwNVoiIHN0eWxlPSJmaWxsOiNkYWRhZGE7ZmlsbC1ydWxlOm5vbnplcm87Ii8+PHBhdGggaWQ9InBhdGgxODc1IiBkPSJNMjEuMzQ2LDExMS41MTljLTIxLjIyOCwtMjMuODI3IC02LjYwNSwtNjUuMzA1IDExLjA2OSwtODEuMzM5YzE1LjA2MiwtMTMuNjY1IDQwLjAyLC0yNC44MzggNDIuMzczLC0yMC45MzRjMy43NDEsNi4yMDYgLTEwLjk4MiwxMC42MTIgLTIyLjA1MSwyMC41NzNjLTEzLjgxNywxNC45NDMgLTE4LjQ1NywyMS42NiAwLjY2MiwzMC4wOWMyMC40OTQsOS4yNDkgMjAuODg4LDE4LjI5NiAyMS41NDYsMjkuODA1YzEuNjU4LDI4Ljk3NCAtMzIuODc1LDQyLjUyOSAtNTMuNTk5LDIxLjgwNVoiIHN0eWxlPSJmaWxsOiNkYWRhZGE7ZmlsbC1ydWxlOm5vbnplcm87Ii8+PC9zdmc+"),
229
+ bottom right/3em no-repeat url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxNjcgMTI1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGlkPSJwYXRoMTg3MyIgZD0iTTY0Ljg2LDE4LjQ1NGMyMS4yMjksMjMuODI4IDYuNjA2LDY1LjMwNSAtMTEuMDY4LDgxLjMzOWMtMTUuMDYyLDEzLjY2NSAtNDAuMDIsMjQuODM4IC00Mi4zNzMsMjAuOTM0Yy0zLjc0MSwtNi4yMDYgMTAuOTgyLC0xMC42MTIgMjIuMDUsLTIwLjU3M2MxMy44MTgsLTE0Ljk0MyAxOC40NTgsLTIxLjY2IC0wLjY2MSwtMzAuMDg5Yy0yMC40OTQsLTkuMjQ5IC0yMC44ODgsLTE4LjI5NiAtMjEuNTQ3LC0yOS44MDVjLTEuNjU3LC0yOC45NzUgMzIuODc2LC00Mi41MjkgNTMuNTk5LC0yMS44MDZaIiBzdHlsZT0iZmlsbDojZGFkYWRhO2ZpbGwtcnVsZTpub256ZXJvOyIvPjxwYXRoIGlkPSJwYXRoMTg3NSIgZD0iTTE0NC43NDUsMTguODY4YzIxLjIyOCwyMy44MjcgNi42MDUsNjUuMzA1IC0xMS4wNjgsODEuMzM5Yy0xNS4wNjMsMTMuNjY1IC00MC4wMjEsMjQuODM3IC00Mi4zNzQsMjAuOTM0Yy0zLjc0MSwtNi4yMDcgMTAuOTgyLC0xMC42MTMgMjIuMDUxLC0yMC41NzRjMTMuODE4LC0xNC45NDIgMTguNDU4LC0yMS42NTkgLTAuNjYyLC0zMC4wODljLTIwLjQ5NCwtOS4yNDkgLTIwLjg4OCwtMTguMjk2IC0yMS41NDYsLTI5LjgwNWMtMS42NTgsLTI4Ljk3NCAzMi44NzUsLTQyLjUyOSA1My41OTksLTIxLjgwNVoiIHN0eWxlPSJmaWxsOiNkYWRhZGE7ZmlsbC1ydWxlOm5vbnplcm87Ii8+PC9zdmc+");
230
+ }
231
+
232
+ @media screen and (max-width: 640px) {
233
+ aside.pullquote, :not(aside).pullquote:before {
234
+ font-size: 1.2rem;
235
+ width: 40vw;
236
+ margin: 0.5rem 0 0.5rem 1rem;
237
+ padding: 1rem 0 1rem 2rem;
238
+ }
239
+ }
240
+
241
+ aside.pullquote > p {
242
+ margin-bottom: 0;
243
+ }
244
+
245
+
246
+ /********************
247
+ * List
248
+ ********************/
249
+
250
+ /* like icons, allow inline lists, along with comma-separated values */
251
+ ul.inline {
252
+ list-style: none;
253
+ padding-left: 0;
254
+ margin: 0; }
255
+ ul.inline.csv {
256
+ display: inline; }
257
+ ul.inline li {
258
+ padding-left: 0.2em;
259
+ display: inline-block; }
260
+ ul.inline.csv li {
261
+ padding-left: 0; }
262
+ ul.inline.csv li:not(:last-child):after {
263
+ content: ", \200C"; }
264
+
265
+ div.categories { margin-bottom: 0.5em; }
266
+ figure + div.snug.categories ul.categories::before {
267
+ font: normal normal 900 1rem/1 "Font Awesome 5 Free";
268
+ vertical-align: text-bottom;
269
+ content: "\f105\00a0";
270
+ }
271
+
272
+ /* ul.categories are inline lists placed above the page title */
273
+ ul.categories {
274
+ margin-bottom: 0.25em;
275
+ letter-spacing: 0.05em;
276
+ text-transform: uppercase; }
277
+ ul.categories a {
278
+ color: inherit; }
279
+
280
+ ul.compact { margin-bottom: 1em; }
281
+ ul.plain { list-style: none; }
282
+
283
+ /* safari accessibility fix for `list-style: none` lists */
284
+ ul.inline li::before, ul.plain li::before {
285
+ content: "\200B"; }
286
+
287
+
288
+ /********************
289
+ * Series
290
+ * via https://riaanhanekom.com/2018/03/01/setting-up-jekyll-related-posts-and-series
291
+ ********************/
292
+
293
+ aside.series {
294
+ float: right;
295
+ position: relative;
296
+ border: solid 1px #babdb6;
297
+ width: 40vw;
298
+ max-width: 23em;
299
+ margin: 0 0 1rem 1.5rem;
300
+ padding: 1rem 1rem 1rem 1.5rem;
301
+ }
302
+
303
+ aside.series header h3, .snug.series {
304
+ text-transform: capitalize; }
305
+ aside.series header h3 .header-aside {
306
+ text-transform: lowercase; }
307
+
308
+ .snug.series::before {
309
+ font: normal normal normal 1em/1 "Font Awesome 5 Free";
310
+ content: "\f022";
311
+ margin-right: 0.75em;
312
+ }
313
+
314
+ .series .active {
315
+ font-weight: bolder; }
316
+
317
+ .series .active::marker {
318
+ font: normal normal 900 1em/1 "Font Awesome 5 Free";
319
+ content: "\f105\00a0" counter(list-item) ".\200a\00a0";
320
+ }
321
+
322
+
323
+ /********************
324
+ * Image
325
+ ********************/
326
+
327
+ /* make figcaptions overlap their respective image */
328
+ figcaption {
329
+ background-color: #0009;
330
+ color: #fcfcfc;
331
+ padding: 0.5em;
332
+ text-align: center;
333
+ position: absolute;
334
+ bottom: 0;
335
+ width: 100%;
336
+ }
337
+ figcaption p { margin-bottom: 0.5em; }
338
+ figcaption a { color: inherit; }
339
+
340
+ /* don't let long words like image paths break out of the missing image box */
341
+ .image.fit > .box { overflow-wrap: anywhere; }
342
+
343
+
344
+ /********************
345
+ * Icons
346
+ ********************/
347
+
348
+ /* make span of .icons work like a list of ul.icons - for when the list is
349
+ enclosed in a <p> tag, as <ul> & <ol> lists break out of <p> tags */
350
+ .icons {
351
+ cursor: default;
352
+ padding-left: 0; }
353
+ .icons a {
354
+ color: #7f888f;
355
+ display: inline-block;
356
+ padding: 0 1em 0 0; }
357
+ .icons a:last-child {
358
+ padding-right: 0; }
359
+ .icons a .icon {
360
+ color: inherit; }
361
+ .icons a .icon:before {
362
+ font-size: 1.25em; }
363
+
364
+ /* float .icons to the right on .h-cards */
365
+ .h-card .icons {
366
+ float: right; }
367
+
368
+ /* .post-card .authors need repositioning to the correct spot */
369
+ .post-card .authors {
370
+ position: inherit;
371
+ top: -1.25em;
372
+ }
373
+
374
+ /* fix incorrect padding for 270-degree rotated font icon */
375
+ .h-card .icons a.fa-rotate-270 {
376
+ padding: 0 0 1em 1em; }
377
+
378
+ /* use font icons as markers for mixed items in tag lists */
379
+ /* NOTE: only supported by firefox for now - falls back to regular marker */
380
+ li.post::marker {
381
+ font: normal normal normal 1em/1 "Font Awesome 5 Free";
382
+ color: #777;
383
+ content: "\f249\00a0"; }
384
+ li.project::marker {
385
+ font: normal normal 900 0.85em/1 "Font Awesome 5 Free";
386
+ color: #777;
387
+ content: "\f542\00a0"; }
388
+ li.page::marker {
389
+ font: normal normal normal 1em/1 "Font Awesome 5 Free";
390
+ color: #777;
391
+ content: "\f15c\00a0"; }
392
+
393
+
394
+ /********************
395
+ * Pagination
396
+ ********************/
397
+ div.pager {
398
+ text-align: center; }
399
+
400
+
401
+ /********************
402
+ * Contact
403
+ ********************/
404
+
405
+ /* don't let long words like urls break out of the contacts sidebar */
406
+ ul.contact li { overflow-wrap: break-word; }
407
+
408
+
409
+ /********************
410
+ * Comments
411
+ ********************/
412
+
413
+ /* custom comment styles for staticman-based comment system */
414
+ form.comment-form.row.gtr-uniform { margin: 1.5em -1.5em auto; }
415
+ section.comments .add-comment-message {
416
+ font-size: 1.333em;
417
+ font-weight: bold;
418
+ text-align: center;
419
+ margin: 3em auto; }
420
+ section.comments article.p-comment {
421
+ margin: 1.5em 0 1em 0; }
422
+ section.comments article.p-comment header h3 {
423
+ margin-bottom: 0.25em; }
424
+ section.comments article.p-comment p {
425
+ margin-bottom: 0.75em; }
426
+ section.comments article.p-comment[data-parent-id] {
427
+ padding: 0.25em 0 0.25em 2em;
428
+ border-left: solid 3px rgba(210, 215, 217, 0.5); }
429
+ section.comments #comment-url { border-color: white; } /* comment-url is for spambots only */
430
+ section.comments #comment-url::placeholder { color: white !important; }
431
+ section.comments #comment-url:active::placeholder, section.comments #comment-url:focus::placeholder { color: #9fa3a6 !important; }
432
+
433
+
434
+ /********************
435
+ * Message
436
+ adapted from https://semantic-ui.com/
437
+ ********************/
438
+ .info.message {
439
+ min-height: 1em;
440
+ line-height: 1.4285em;
441
+ color: #276f86;
442
+ background-color: #f8ffff;
443
+ border-radius: 0.28571429rem;
444
+ transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease, -webkit-box-shadow .1s ease;
445
+ }
446
+
447
+ .info.message:not(.modal) {
448
+ position: relative;
449
+ margin: 1em 0;
450
+ padding: 1em 1.5em;
451
+ font-size: 1em;
452
+ box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
453
+ }
454
+
455
+ .info.message .header {
456
+ color: #0e566c;
457
+ margin-bottom: 0.25em;
458
+ }
459
+
460
+ .info.message .close {
461
+ display: inline-block;
462
+ cursor: pointer;
463
+ position: absolute;
464
+ font-size: 1.2em;
465
+ margin: 0;
466
+ top: 0.75em;
467
+ right: 0.75em;
468
+ opacity: 0.6;
469
+ transition: opacity .1s ease;
470
+ }
471
+ .info.message .close:hover {
472
+ opacity: 1; }
473
+
474
+ /********************
475
+ * Modal
476
+ via https://spinningnumbers.org/a/staticman-heroku.html
477
+ and https://travisdowns.github.io/blog/2020/02/05/now-with-comments.html
478
+ ********************/
479
+ .show-modal {
480
+ overflow: hidden;
481
+ position: relative;
482
+ }
483
+
484
+ .show-modal:before {
485
+ position: absolute;
486
+ content: '';
487
+ top: 0;
488
+ left: 0;
489
+ width: 100%;
490
+ height: 100%;
491
+ z-index: 999;
492
+ background-color: rgba(255, 255, 255, 0.85);
493
+ }
494
+ .show-modal .modal {
495
+ display: block;
496
+ }
497
+ .modal {
498
+ display: none;
499
+ position: fixed;
500
+ width: 330px;
501
+ top: 50%;
502
+ left: 50%;
503
+ margin-left: -165px;
504
+ margin-top: -100px;
505
+ min-height: 0;
506
+ z-index: 9999;
507
+ box-shadow: 0 2px 2px 2px rgba(0,0,0,.14);
508
+ padding: 1em;
509
+ border-radius: 2px;
510
+ background: white;
511
+ }
512
+ .disabled {
513
+ pointer-events: none;
514
+ cursor: not-allowed;
515
+ filter: alpha(opacity=65);
516
+ box-shadow: none;
517
+ opacity: 0.65;
518
+ }
519
+
520
+ /********************
521
+ * Button
522
+ ********************/
523
+
524
+ div.tags { margin: 1em 0 2em 0; }
525
+ /* pill buttons are used for tags */
526
+ /* TODO: need some design help here! */
527
+ .pill.button {
528
+ font-family: "Open Sans", sans-serif;
529
+ /*color: #e16161 !important;
530
+ border: 1px solid #f56a6a;*/
531
+ color: #fff !important;
532
+ background-color: #f56a6a;
533
+ padding: 0.25em 0.75em 0.4em;
534
+ border-radius: 10rem;
535
+ font-weight: 500;
536
+ font-size: 90%;
537
+ line-height: 1;
538
+ vertical-align: baseline;
539
+ box-shadow: none;
540
+ height: auto;
541
+ text-transform: none;
542
+ transition: none;
543
+ }
544
+ a.pill.button:hover {
545
+ /*color: #fff !important;*/
546
+ /*background-color: #f67878;*/
547
+ opacity: 0.85;
548
+ }
549
+ span.pill.button, li.pill.button {
550
+ /*background-color: #fff;
551
+ color: #777 !important;
552
+ border: 1px solid #999;*/
553
+ cursor: default;
554
+ }
555
+ :is(span,li).pill.button:hover {
556
+ /*background-color: white;*/
557
+ }
558
+
559
+ /********************
560
+ * Header
561
+ ********************/
562
+
563
+ /* tweaks to the main site header (not the page headers) */
564
+ #header .dateline {
565
+ /*margin: 0.75em 0 -2.4em 0;*/
566
+ }
567
+ #header + .post-nav {
568
+ margin: 0.5em 0;
569
+ min-height: 3.25em;
570
+ }
571
+
572
+
573
+ /********************
574
+ * Banner
575
+ ********************/
576
+
577
+ #banner .content header p {
578
+ margin: 0 0 2em 0; }
579
+
580
+
581
+ /********************
582
+ * Menus
583
+ ********************/
584
+ #menu ul .active {
585
+ font-weight: bolder; }
586
+ #menu ul .active::marker {
587
+ font: normal normal 900 1em/1 "Font Awesome 5 Free";
588
+ color: #777;
589
+ content: "\f105\00a0"; }
590
+
591
+
592
+ /********************
593
+ * Posts
594
+ ********************/
595
+
596
+ /* add flexbox to these elements */
597
+ .post-nav, .post-meta, .page-meta {
598
+ display: -moz-flex;
599
+ display: -webkit-flex;
600
+ display: -ms-flex;
601
+ display: flex;
602
+ justify-content: space-between;
603
+ }
604
+ .post-nav > * { flex: 25; }
605
+ .post-nav > .align-center { flex: 17; }
606
+ .post-meta > *, .page-meta > * { flex: 1; }
607
+ /* are these minor adjustments needed?
608
+ .post-meta > .categories, .page-meta > .categories { flex: 4; }
609
+ .post-meta > .dateline, .page-meta > .dateline { flex: 3; }
610
+ */
611
+
612
+ /* special styling for the .dateline */
613
+ .dateline, .modified-dateline { font-variant: all-small-caps; }
614
+ .modified-dateline { margin: -1.333em 0 -0.333em 0; text-align: right; }
615
+ time.modified-dateline { display: block; }
616
+ .comments .dt-published { font-size: smaller; font-variant: all-small-caps; }
617
+
618
+
619
+ /********************
620
+ * Main
621
+ ********************/
622
+
623
+ /* padding adjustments */
624
+ #main > .inner > section { padding: 6em 0; }
625
+ #main > .inner > .post-nav + section { padding: 1.5em 0; }
626
+ @media screen and (max-width: 1680px) {
627
+ #main > .inner { padding: 0 5em 0.1em 5em; }
628
+ #main > .inner > section { padding: 4em 0; }
629
+ #main > .inner > .post-nav + section { padding: 1em 0; }
630
+ }
631
+ @media screen and (max-width: 1280px) {
632
+ #main > .inner { padding: 0 4em 0.1em 4em; }
633
+ #main > .inner > section { padding: 3em 0; }
634
+ #main > .inner > .post-nav + section { padding: 0.5em 0; }
635
+ }
636
+ @media screen and (max-width: 736px) {
637
+ #main > .inner { padding: 0 2em 0.1em 2em; }
638
+ #main > .inner > section { padding: 2em 0; }
639
+ #main > .inner > .post-nav + section { padding: 0.5em 0; }
640
+ }