@thegetty/quire-cli 0.20.2 → 0.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (369) hide show
  1. package/index.js +20 -0
  2. package/package.json +1 -1
  3. package/CHANGELOG.md +0 -46
  4. package/bin/.DS_Store +0 -0
  5. package/bin/go-iiif/.DS_Store +0 -0
  6. package/bin/index.js +0 -2
  7. package/bin/starters/README.md +0 -0
  8. package/bin/starters/default/.circleci/config.yml +0 -98
  9. package/bin/starters/default/.gitignore +0 -14
  10. package/bin/starters/default/.nojekyll +0 -0
  11. package/bin/starters/default/CHANGELOG.md +0 -38
  12. package/bin/starters/default/README.md +0 -25
  13. package/bin/starters/default/bin/deploy.sh +0 -25
  14. package/bin/starters/default/config/_default/config.yml +0 -53
  15. package/bin/starters/default/config/development/config.yml +0 -14
  16. package/bin/starters/default/config/environments/dev.yml +0 -14
  17. package/bin/starters/default/config/environments/github.yml +0 -15
  18. package/bin/starters/default/config/environments/netlify.yml +0 -18
  19. package/bin/starters/default/config/epub.yml +0 -15
  20. package/bin/starters/default/config/pdf.yml +0 -16
  21. package/bin/starters/default/config/site.yml +0 -13
  22. package/bin/starters/default/config.yml +0 -53
  23. package/bin/starters/default/content/about.md +0 -20
  24. package/bin/starters/default/content/bibliography.md +0 -7
  25. package/bin/starters/default/content/catalogue/1.md +0 -28
  26. package/bin/starters/default/content/catalogue/2.md +0 -29
  27. package/bin/starters/default/content/catalogue/3.md +0 -20
  28. package/bin/starters/default/content/catalogue/4.md +0 -22
  29. package/bin/starters/default/content/catalogue/catalogue-index.md +0 -8
  30. package/bin/starters/default/content/contents.md +0 -7
  31. package/bin/starters/default/content/contributors.md +0 -7
  32. package/bin/starters/default/content/cover.md +0 -11
  33. package/bin/starters/default/content/essay.md +0 -80
  34. package/bin/starters/default/content/intro.md +0 -21
  35. package/bin/starters/default/content/search-index.md +0 -8
  36. package/bin/starters/default/data/figures.yml +0 -90
  37. package/bin/starters/default/data/objects.yml +0 -49
  38. package/bin/starters/default/data/publication.yml +0 -149
  39. package/bin/starters/default/data/references.yml +0 -11
  40. package/bin/starters/default/static/css/custom.css +0 -0
  41. package/bin/starters/default/static/data/sample-geojson.json +0 -16
  42. package/bin/starters/default/static/downloads/.gitkeep +0 -0
  43. package/bin/starters/default/static/downloads/output.epub +0 -0
  44. package/bin/starters/default/static/downloads/output.mobi +0 -0
  45. package/bin/starters/default/static/downloads/output.pdf +0 -0
  46. package/bin/starters/default/static/img/contributors/judith-keller.jpg +0 -0
  47. package/bin/starters/default/static/img/cover.png +0 -0
  48. package/bin/starters/default/static/img/figures/duo.jpg +0 -0
  49. package/bin/starters/default/static/img/figures/evans-burroughs.jpg +0 -0
  50. package/bin/starters/default/static/img/figures/evans-child.jpg +0 -0
  51. package/bin/starters/default/static/img/figures/evans-graveyard.jpg +0 -0
  52. package/bin/starters/default/static/img/figures/evans-hymns.jpg +0 -0
  53. package/bin/starters/default/static/img/figures/evans-legionnaire.jpg +0 -0
  54. package/bin/starters/default/static/img/figures/evans-refugee.jpg +0 -0
  55. package/bin/starters/default/static/img/figures/evans-sons.jpg +0 -0
  56. package/bin/starters/default/static/img/figures/evans-video-still.jpg +0 -0
  57. package/bin/starters/default/static/img/figures/evans-washroom.jpg +0 -0
  58. package/bin/starters/default/static/img/figures/evans.jpg +0 -0
  59. package/bin/starters/default/static/img/figures/family.jpg +0 -0
  60. package/bin/starters/default/static/img/figures/lange-house.jpg +0 -0
  61. package/bin/starters/default/static/img/figures/lange.jpg +0 -0
  62. package/bin/starters/default/static/img/figures/mother-b.jpg +0 -0
  63. package/bin/starters/default/static/img/figures/mother-c.jpg +0 -0
  64. package/bin/starters/default/static/img/figures/mother.jpg +0 -0
  65. package/bin/starters/default/static/img/figures/pickers.jpg +0 -0
  66. package/bin/starters/default/static/img/logo-getty.png +0 -0
  67. package/bin/starters/default/static/img/pattern-spiral-overlay.png +0 -0
  68. package/bin/starters/default/static/js/custom.js +0 -4
  69. package/bin/themes/README.md +0 -0
  70. package/bin/themes/default/.circleci/config.yml +0 -62
  71. package/bin/themes/default/.eslintrc.js +0 -16
  72. package/bin/themes/default/.gitignore +0 -13
  73. package/bin/themes/default/.scss-lint.yml +0 -239
  74. package/bin/themes/default/CHANGELOG.md +0 -73
  75. package/bin/themes/default/LICENSE.md +0 -20
  76. package/bin/themes/default/README.md +0 -112
  77. package/bin/themes/default/archetypes/default.md +0 -2
  78. package/bin/themes/default/cypress.json +0 -7
  79. package/bin/themes/default/layouts/404.html +0 -0
  80. package/bin/themes/default/layouts/_default/baseof.html +0 -43
  81. package/bin/themes/default/layouts/_default/single.html +0 -26
  82. package/bin/themes/default/layouts/contents/single.html +0 -37
  83. package/bin/themes/default/layouts/cover/single.html +0 -128
  84. package/bin/themes/default/layouts/data/search-index.html +0 -65
  85. package/bin/themes/default/layouts/entry/single.html +0 -372
  86. package/bin/themes/default/layouts/essay/single.html +0 -24
  87. package/bin/themes/default/layouts/partials/analytics.html +0 -29
  88. package/bin/themes/default/layouts/partials/cite-this.html +0 -348
  89. package/bin/themes/default/layouts/partials/contents-list/card-image.html +0 -13
  90. package/bin/themes/default/layouts/partials/contents-list/closing-tags.html +0 -59
  91. package/bin/themes/default/layouts/partials/contents-list/contents-list.html +0 -179
  92. package/bin/themes/default/layouts/partials/contents-list/file-dir.html +0 -7
  93. package/bin/themes/default/layouts/partials/contents-list/file-path.html +0 -10
  94. package/bin/themes/default/layouts/partials/contents-list/list-item-type.html +0 -9
  95. package/bin/themes/default/layouts/partials/contents-list/list-item-types/abstract.html +0 -17
  96. package/bin/themes/default/layouts/partials/contents-list/list-item-types/brief.html +0 -7
  97. package/bin/themes/default/layouts/partials/contents-list/list-item-types/default.html +0 -9
  98. package/bin/themes/default/layouts/partials/contents-list/list-item-types/grid.html +0 -30
  99. package/bin/themes/default/layouts/partials/contents-list/section-heading.html +0 -5
  100. package/bin/themes/default/layouts/partials/contents-list.html +0 -207
  101. package/bin/themes/default/layouts/partials/contributor-info.html +0 -78
  102. package/bin/themes/default/layouts/partials/contributor-list.html +0 -102
  103. package/bin/themes/default/layouts/partials/copyright.html +0 -155
  104. package/bin/themes/default/layouts/partials/debug-contents.html +0 -8
  105. package/bin/themes/default/layouts/partials/dublin-core.html +0 -21
  106. package/bin/themes/default/layouts/partials/error-message.html +0 -19
  107. package/bin/themes/default/layouts/partials/figure-caption.html +0 -1
  108. package/bin/themes/default/layouts/partials/figure-fallback.html +0 -31
  109. package/bin/themes/default/layouts/partials/figure-image.html +0 -44
  110. package/bin/themes/default/layouts/partials/figure-label.html +0 -15
  111. package/bin/themes/default/layouts/partials/figure-soundcloud.html +0 -25
  112. package/bin/themes/default/layouts/partials/figure-table.html +0 -44
  113. package/bin/themes/default/layouts/partials/figure-vimeo.html +0 -24
  114. package/bin/themes/default/layouts/partials/figure-website.html +0 -21
  115. package/bin/themes/default/layouts/partials/figure-youtube.html +0 -23
  116. package/bin/themes/default/layouts/partials/figures/caption.html +0 -44
  117. package/bin/themes/default/layouts/partials/figures/label.html +0 -35
  118. package/bin/themes/default/layouts/partials/figures/media-types/fallback.html +0 -32
  119. package/bin/themes/default/layouts/partials/figures/media-types/image.html +0 -54
  120. package/bin/themes/default/layouts/partials/figures/media-types/soundcloud.html +0 -35
  121. package/bin/themes/default/layouts/partials/figures/media-types/table.html +0 -53
  122. package/bin/themes/default/layouts/partials/figures/media-types/vimeo.html +0 -32
  123. package/bin/themes/default/layouts/partials/figures/media-types/website.html +0 -24
  124. package/bin/themes/default/layouts/partials/figures/media-types/youtube.html +0 -29
  125. package/bin/themes/default/layouts/partials/footer-buttons.html +0 -29
  126. package/bin/themes/default/layouts/partials/head.html +0 -46
  127. package/bin/themes/default/layouts/partials/icon.html +0 -20
  128. package/bin/themes/default/layouts/partials/icons-cc.html +0 -86
  129. package/bin/themes/default/layouts/partials/icons.html +0 -54
  130. package/bin/themes/default/layouts/partials/json-ld.html +0 -117
  131. package/bin/themes/default/layouts/partials/link-list-arrow.html +0 -16
  132. package/bin/themes/default/layouts/partials/link-list.html +0 -11
  133. package/bin/themes/default/layouts/partials/menu-header.html +0 -25
  134. package/bin/themes/default/layouts/partials/menu.html +0 -69
  135. package/bin/themes/default/layouts/partials/metadata.html +0 -27
  136. package/bin/themes/default/layouts/partials/navbar.html +0 -173
  137. package/bin/themes/default/layouts/partials/open-graph.html +0 -43
  138. package/bin/themes/default/layouts/partials/page-abstract.html +0 -7
  139. package/bin/themes/default/layouts/partials/page-bibliography.html +0 -59
  140. package/bin/themes/default/layouts/partials/page-class.html +0 -9
  141. package/bin/themes/default/layouts/partials/page-contributor.html +0 -48
  142. package/bin/themes/default/layouts/partials/page-header.html +0 -22
  143. package/bin/themes/default/layouts/partials/page-title.html +0 -9
  144. package/bin/themes/default/layouts/partials/page-tombstone.html +0 -36
  145. package/bin/themes/default/layouts/partials/pdf-info.html +0 -20
  146. package/bin/themes/default/layouts/partials/pdf-title-pages.html +0 -39
  147. package/bin/themes/default/layouts/partials/scripts.html +0 -5
  148. package/bin/themes/default/layouts/partials/search.html +0 -52
  149. package/bin/themes/default/layouts/partials/site-title.html +0 -9
  150. package/bin/themes/default/layouts/partials/tests/check-node-modules.html +0 -9
  151. package/bin/themes/default/layouts/partials/tests/check-page-one-class.html +0 -21
  152. package/bin/themes/default/layouts/partials/tests/check-page-weights.html +0 -49
  153. package/bin/themes/default/layouts/partials/tests/run.html +0 -13
  154. package/bin/themes/default/layouts/partials/twitter-card.html +0 -23
  155. package/bin/themes/default/layouts/shortcodes/q-bibliography.html +0 -61
  156. package/bin/themes/default/layouts/shortcodes/q-cite.html +0 -79
  157. package/bin/themes/default/layouts/shortcodes/q-class.html +0 -3
  158. package/bin/themes/default/layouts/shortcodes/q-contributor.html +0 -327
  159. package/bin/themes/default/layouts/shortcodes/q-contributors.html +0 -11
  160. package/bin/themes/default/layouts/shortcodes/q-figure-group.html +0 -457
  161. package/bin/themes/default/layouts/shortcodes/q-figure-new.html +0 -70
  162. package/bin/themes/default/layouts/shortcodes/q-figure-zoom.html +0 -408
  163. package/bin/themes/default/layouts/shortcodes/q-figure.html +0 -86
  164. package/bin/themes/default/layouts/sitemap.xml +0 -24
  165. package/bin/themes/default/layouts/splash/single.html +0 -67
  166. package/bin/themes/default/package-lock.json +0 -13198
  167. package/bin/themes/default/package.json +0 -96
  168. package/bin/themes/default/source/css/application.scss +0 -30
  169. package/bin/themes/default/source/css/bulma-components.scss +0 -21
  170. package/bin/themes/default/source/css/colors.scss +0 -16
  171. package/bin/themes/default/source/css/components/_all.scss +0 -15
  172. package/bin/themes/default/source/css/components/container.sass +0 -35
  173. package/bin/themes/default/source/css/components/quire-buttons.scss +0 -95
  174. package/bin/themes/default/source/css/components/quire-citation.scss +0 -77
  175. package/bin/themes/default/source/css/components/quire-contents-list.scss +0 -329
  176. package/bin/themes/default/source/css/components/quire-contributors.scss +0 -131
  177. package/bin/themes/default/source/css/components/quire-copyright.scss +0 -28
  178. package/bin/themes/default/source/css/components/quire-cover.scss +0 -216
  179. package/bin/themes/default/source/css/components/quire-deepzoom.scss +0 -181
  180. package/bin/themes/default/source/css/components/quire-entry.scss +0 -651
  181. package/bin/themes/default/source/css/components/quire-figure.scss +0 -589
  182. package/bin/themes/default/source/css/components/quire-map.scss +0 -17
  183. package/bin/themes/default/source/css/components/quire-menu.scss +0 -209
  184. package/bin/themes/default/source/css/components/quire-navbar.scss +0 -366
  185. package/bin/themes/default/source/css/components/quire-page.scss +0 -920
  186. package/bin/themes/default/source/css/components/quire-popup.scss +0 -233
  187. package/bin/themes/default/source/css/components/quire-search.scss +0 -121
  188. package/bin/themes/default/source/css/epub.scss +0 -549
  189. package/bin/themes/default/source/css/fonts.scss +0 -159
  190. package/bin/themes/default/source/css/layout.scss +0 -186
  191. package/bin/themes/default/source/css/print.scss +0 -613
  192. package/bin/themes/default/source/css/utilities.scss +0 -345
  193. package/bin/themes/default/source/css/variables.scss +0 -144
  194. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.eot +0 -0
  195. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff +0 -0
  196. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bold.woff2 +0 -0
  197. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.eot +0 -0
  198. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff +0 -0
  199. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  200. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.eot +0 -0
  201. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff +0 -0
  202. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-italic.woff2 +0 -0
  203. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.eot +0 -0
  204. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff +0 -0
  205. package/bin/themes/default/source/fonts/ibm-plex-sans-condensed/ibmplexsanscondensed-regular.woff2 +0 -0
  206. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.eot +0 -0
  207. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff +0 -0
  208. package/bin/themes/default/source/fonts/noto-sans/notosans-bold.woff2 +0 -0
  209. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.eot +0 -0
  210. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff +0 -0
  211. package/bin/themes/default/source/fonts/noto-sans/notosans-bolditalic.woff2 +0 -0
  212. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.eot +0 -0
  213. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff +0 -0
  214. package/bin/themes/default/source/fonts/noto-sans/notosans-italic.woff2 +0 -0
  215. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.eot +0 -0
  216. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff +0 -0
  217. package/bin/themes/default/source/fonts/noto-sans/notosans-regular.woff2 +0 -0
  218. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.eot +0 -0
  219. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff +0 -0
  220. package/bin/themes/default/source/fonts/noto-serif/notoserif-bold.woff2 +0 -0
  221. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.eot +0 -0
  222. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff +0 -0
  223. package/bin/themes/default/source/fonts/noto-serif/notoserif-bolditalic.woff2 +0 -0
  224. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.eot +0 -0
  225. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff +0 -0
  226. package/bin/themes/default/source/fonts/noto-serif/notoserif-italic.woff2 +0 -0
  227. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.eot +0 -0
  228. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff +0 -0
  229. package/bin/themes/default/source/fonts/noto-serif/notoserif-regular.woff2 +0 -0
  230. package/bin/themes/default/source/img/cover.png +0 -0
  231. package/bin/themes/default/source/img/fullscreen.png +0 -0
  232. package/bin/themes/default/source/img/icons/arrow_forward.png +0 -0
  233. package/bin/themes/default/source/img/icons/baseline-headset-24px.png +0 -0
  234. package/bin/themes/default/source/img/icons/baseline-videocam-24px.png +0 -0
  235. package/bin/themes/default/source/img/icons/baseline-website-24px.png +0 -0
  236. package/bin/themes/default/source/img/icons/cc-by-nc-nd.png +0 -0
  237. package/bin/themes/default/source/img/icons/cc-by-nc-sa.png +0 -0
  238. package/bin/themes/default/source/img/icons/cc-by-nc.png +0 -0
  239. package/bin/themes/default/source/img/icons/cc-by-nd.png +0 -0
  240. package/bin/themes/default/source/img/icons/cc-by-sa.png +0 -0
  241. package/bin/themes/default/source/img/icons/cc-by.png +0 -0
  242. package/bin/themes/default/source/img/icons/cc-zero.png +0 -0
  243. package/bin/themes/default/source/img/icons/close.png +0 -0
  244. package/bin/themes/default/source/img/icons/down-arrow.png +0 -0
  245. package/bin/themes/default/source/img/icons/download.png +0 -0
  246. package/bin/themes/default/source/img/icons/favicon.ico +0 -0
  247. package/bin/themes/default/source/img/icons/home.png +0 -0
  248. package/bin/themes/default/source/img/icons/left-arrow.png +0 -0
  249. package/bin/themes/default/source/img/icons/link.png +0 -0
  250. package/bin/themes/default/source/img/icons/nav.png +0 -0
  251. package/bin/themes/default/source/img/icons/right-arrow.png +0 -0
  252. package/bin/themes/default/source/img/icons/search.png +0 -0
  253. package/bin/themes/default/source/img/icons/start.png +0 -0
  254. package/bin/themes/default/source/img/layers-2x.png +0 -0
  255. package/bin/themes/default/source/img/layers.png +0 -0
  256. package/bin/themes/default/source/img/marker-icon.png +0 -0
  257. package/bin/themes/default/source/img/pattern-spiral-overlay.png +0 -0
  258. package/bin/themes/default/source/img/promo-screenshots/classic-catalogue.png +0 -0
  259. package/bin/themes/default/source/img/promo-screenshots/classic-entry.png +0 -0
  260. package/bin/themes/default/source/img/promo-screenshots/classic-essay.png +0 -0
  261. package/bin/themes/default/source/img/promo-screenshots/modern-contents.png +0 -0
  262. package/bin/themes/default/source/img/promo-screenshots/modern-cover.png +0 -0
  263. package/bin/themes/default/source/img/promo-screenshots/modern-essay.png +0 -0
  264. package/bin/themes/default/source/js/application.js +0 -604
  265. package/bin/themes/default/source/js/deepzoom.js +0 -186
  266. package/bin/themes/default/source/js/epub.js +0 -9
  267. package/bin/themes/default/source/js/fullscreen.js +0 -190
  268. package/bin/themes/default/source/js/helper.js +0 -197
  269. package/bin/themes/default/source/js/map.js +0 -94
  270. package/bin/themes/default/source/js/navigation.js +0 -59
  271. package/bin/themes/default/source/js/popup.js +0 -307
  272. package/bin/themes/default/source/js/search.js +0 -35
  273. package/bin/themes/default/source/js/soundcloud-api.js +0 -1
  274. package/bin/themes/default/static/css/epub.css +0 -401
  275. package/bin/themes/default/static/fonts/MaterialIcons-Regular.eot +0 -0
  276. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff +0 -0
  277. package/bin/themes/default/static/fonts/MaterialIcons-Regular.woff2 +0 -0
  278. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.eot +0 -0
  279. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff +0 -0
  280. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bold.woff2 +0 -0
  281. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.eot +0 -0
  282. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff +0 -0
  283. package/bin/themes/default/static/fonts/ibmplexsanscondensed-bolditalic.woff2 +0 -0
  284. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.eot +0 -0
  285. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff +0 -0
  286. package/bin/themes/default/static/fonts/ibmplexsanscondensed-italic.woff2 +0 -0
  287. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.eot +0 -0
  288. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff +0 -0
  289. package/bin/themes/default/static/fonts/ibmplexsanscondensed-regular.woff2 +0 -0
  290. package/bin/themes/default/static/fonts/notosans-bold.eot +0 -0
  291. package/bin/themes/default/static/fonts/notosans-bold.woff +0 -0
  292. package/bin/themes/default/static/fonts/notosans-bold.woff2 +0 -0
  293. package/bin/themes/default/static/fonts/notosans-bolditalic.eot +0 -0
  294. package/bin/themes/default/static/fonts/notosans-bolditalic.woff +0 -0
  295. package/bin/themes/default/static/fonts/notosans-bolditalic.woff2 +0 -0
  296. package/bin/themes/default/static/fonts/notosans-italic.eot +0 -0
  297. package/bin/themes/default/static/fonts/notosans-italic.woff +0 -0
  298. package/bin/themes/default/static/fonts/notosans-italic.woff2 +0 -0
  299. package/bin/themes/default/static/fonts/notosans-regular.eot +0 -0
  300. package/bin/themes/default/static/fonts/notosans-regular.woff +0 -0
  301. package/bin/themes/default/static/fonts/notosans-regular.woff2 +0 -0
  302. package/bin/themes/default/static/fonts/notoserif-bold.eot +0 -0
  303. package/bin/themes/default/static/fonts/notoserif-bold.woff +0 -0
  304. package/bin/themes/default/static/fonts/notoserif-bold.woff2 +0 -0
  305. package/bin/themes/default/static/fonts/notoserif-bolditalic.eot +0 -0
  306. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff +0 -0
  307. package/bin/themes/default/static/fonts/notoserif-bolditalic.woff2 +0 -0
  308. package/bin/themes/default/static/fonts/notoserif-italic.eot +0 -0
  309. package/bin/themes/default/static/fonts/notoserif-italic.woff +0 -0
  310. package/bin/themes/default/static/fonts/notoserif-italic.woff2 +0 -0
  311. package/bin/themes/default/static/fonts/notoserif-regular.eot +0 -0
  312. package/bin/themes/default/static/fonts/notoserif-regular.woff +0 -0
  313. package/bin/themes/default/static/fonts/notoserif-regular.woff2 +0 -0
  314. package/bin/themes/default/static/img/baseline-website-24px.png +0 -0
  315. package/bin/themes/default/static/img/cover.png +0 -0
  316. package/bin/themes/default/static/img/fullscreen.png +0 -0
  317. package/bin/themes/default/static/img/fullscreen@2x.png +0 -0
  318. package/bin/themes/default/static/img/icons/arrow_forward.png +0 -0
  319. package/bin/themes/default/static/img/icons/baseline-headset-24px.png +0 -0
  320. package/bin/themes/default/static/img/icons/baseline-videocam-24px.png +0 -0
  321. package/bin/themes/default/static/img/icons/baseline-website-24px.png +0 -0
  322. package/bin/themes/default/static/img/icons/cc-by-nc-nd.png +0 -0
  323. package/bin/themes/default/static/img/icons/cc-by-nc-sa.png +0 -0
  324. package/bin/themes/default/static/img/icons/cc-by-nc.png +0 -0
  325. package/bin/themes/default/static/img/icons/cc-by-nd.png +0 -0
  326. package/bin/themes/default/static/img/icons/cc-by-sa.png +0 -0
  327. package/bin/themes/default/static/img/icons/cc-by.png +0 -0
  328. package/bin/themes/default/static/img/icons/cc-zero.png +0 -0
  329. package/bin/themes/default/static/img/icons/close.png +0 -0
  330. package/bin/themes/default/static/img/icons/down-arrow.png +0 -0
  331. package/bin/themes/default/static/img/icons/download.png +0 -0
  332. package/bin/themes/default/static/img/icons/favicon.ico +0 -0
  333. package/bin/themes/default/static/img/icons/home.png +0 -0
  334. package/bin/themes/default/static/img/icons/left-arrow.png +0 -0
  335. package/bin/themes/default/static/img/icons/link.png +0 -0
  336. package/bin/themes/default/static/img/icons/nav.png +0 -0
  337. package/bin/themes/default/static/img/icons/right-arrow.png +0 -0
  338. package/bin/themes/default/static/img/icons/search.png +0 -0
  339. package/bin/themes/default/static/img/icons/soundcloud.png +0 -0
  340. package/bin/themes/default/static/img/icons/start.png +0 -0
  341. package/bin/themes/default/static/img/icons/vimeo.png +0 -0
  342. package/bin/themes/default/static/img/icons/website.png +0 -0
  343. package/bin/themes/default/static/img/icons/youtube.png +0 -0
  344. package/bin/themes/default/static/img/layers-2x.png +0 -0
  345. package/bin/themes/default/static/img/layers.png +0 -0
  346. package/bin/themes/default/static/img/marker-icon.png +0 -0
  347. package/bin/themes/default/static/img/pattern-spiral-overlay.png +0 -0
  348. package/bin/themes/default/tests/.gitkeep +0 -0
  349. package/bin/themes/default/tests/e2e/.eslintrc.js +0 -9
  350. package/bin/themes/default/tests/e2e/fixtures/blns.json +0 -483
  351. package/bin/themes/default/tests/e2e/plugins/index.js +0 -22
  352. package/bin/themes/default/tests/e2e/specs/quire-contents.spec.js +0 -52
  353. package/bin/themes/default/tests/e2e/specs/quire-contributors.spec.js +0 -66
  354. package/bin/themes/default/tests/e2e/specs/quire-entry.spec.js +0 -104
  355. package/bin/themes/default/tests/e2e/specs/quire-essay.spec.js +0 -105
  356. package/bin/themes/default/tests/e2e/specs/quire-menu.spec.js +0 -38
  357. package/bin/themes/default/tests/e2e/specs/quire-modal.spec.js +0 -69
  358. package/bin/themes/default/tests/e2e/specs/quire-next-back-buttons.spec.js +0 -27
  359. package/bin/themes/default/tests/e2e/specs/quire-page.spec.js +0 -28
  360. package/bin/themes/default/tests/e2e/specs/quire-search.spec.js +0 -48
  361. package/bin/themes/default/tests/e2e/specs/quire-splash.spec.js +0 -38
  362. package/bin/themes/default/tests/e2e/support/commands.js +0 -25
  363. package/bin/themes/default/tests/e2e/support/index.js +0 -20
  364. package/bin/themes/default/theme.toml +0 -22
  365. package/bin/themes/default/tsconfig.json +0 -5
  366. package/bin/themes/default/webpack/webpack.config.dev.js +0 -128
  367. package/bin/themes/default/webpack/webpack.config.epub.js +0 -140
  368. package/bin/themes/default/webpack/webpack.config.pdf.js +0 -135
  369. package/bin/themes/default/webpack/webpack.config.prod.js +0 -133
@@ -1,920 +0,0 @@
1
- // =============================================================================
2
- // Quire-page.scss
3
- // -----------------------------------------------------------------------------
4
- //
5
- // Page container component
6
- // - .quire-page__header: Styled with Bulma hero classes by default, but the
7
- // top-level <section> elemement has this class for overrides.
8
- // - .quire-page__content: Uses Bulma's section & container elements for layout;
9
- // most styles here relate only to typography.
10
- //
11
- // This stylesheet also controls some of the fundamentals of print layout since
12
- // it governs the body text. It is possible to keep body copy columns mostly
13
- // aligned to a baseline grid but care must be taken to ensure that font-size,
14
- // margins, and line-height add up to mulitples of the body text line-height.
15
-
16
- // html
17
- // -----------------------------------------------------------------------------
18
- html {
19
- font-size: $quire-base-font-size;
20
- @media print {
21
- font-size: $print-base-font-size;
22
- }
23
-
24
- @media print {
25
- // otherwise shows white areas on splash pages in the princexml output
26
- background-color: transparent;
27
- }
28
-
29
- p,
30
- div {
31
- -webkit-touch-callout: text; /* iOS Safari */
32
- -webkit-user-select: text; /* Safari */
33
- -khtml-user-select: text; /* Konqueror HTML */
34
- -moz-user-select: text; /* Firefox */
35
- -ms-user-select: text; /* Internet Explorer/Edge */
36
- user-select: text; /* Non-prefixed version, currently
37
- supported by Chrome and Opera */
38
- }
39
- overflow-y: visible;
40
- }
41
-
42
- // .quire-page
43
- // -----------------------------------------------------------------------------
44
- .quire-page {
45
- min-height: calc(100vh - #{$navbar-height} - #{$quire-progress-bar-height});
46
-
47
- h1,
48
- h2,
49
- h3,
50
- h4,
51
- h5,
52
- h6 {
53
- margin-bottom: 1rem;
54
- color: background-color-text($secondary-background-color);
55
- @media print {
56
- color: $print-text-color;
57
- }
58
-
59
- &:not(:first-child) {
60
- margin-top: 1rem;
61
- }
62
- }
63
-
64
- h1,
65
- &__header__title {
66
- font-size: 3em;
67
- font-weight: 700;
68
- line-height: 1.15;
69
- margin: 1rem 0;
70
-
71
- @media print {
72
- margin-top: 0.75in;
73
- }
74
- @media screen and (max-width: $tablet) {
75
- font-size: 2.5em;
76
- }
77
- }
78
-
79
- h2 {
80
- text-transform: uppercase;
81
- font-size: 1.75rem;
82
- line-height: 1.15;
83
- }
84
-
85
- h3 {
86
- font-style: italic;
87
- font-size: 1.5rem;
88
- line-height: 1.25;
89
- }
90
-
91
- &__header__contributor {
92
- font-family: $quire-primary-font;
93
- font-weight: 400;
94
- font-style: italic;
95
- margin-top: 3rem;
96
- opacity: 0.75;
97
- font-size: 1em;
98
- em {
99
- font-style: normal;
100
- }
101
-
102
- @media print {
103
- margin: 0.375in 0.5in 0;
104
- }
105
- }
106
-
107
- h4 {
108
- font-size: 1.375rem;
109
- line-height: 1.3;
110
- }
111
-
112
- h5 {
113
- font-size: 1.25rem;
114
- font-weight: 400;
115
- font-style: italic;
116
- line-height: 1.4;
117
- }
118
-
119
- h6 {
120
- font-size: 1.1875rem;
121
- font-weight: 400;
122
- line-height: 1.4;
123
- }
124
-
125
- &__content {
126
- // TEMPORARY TO TEST PDF LAYOUT
127
- // @media print {
128
- // border: 1px solid Lime;
129
- // .content {
130
- // border: 1px solid Blue;
131
- // }
132
- // }
133
-
134
- font-family: $quire-primary-font;
135
- font-size: 1em;
136
- line-height: 1.78;
137
- font-weight: 400;
138
- padding-top: 0;
139
- padding-bottom: 0;
140
- position: relative;
141
- animation: 0.5s ease 0s 1 slideFromRight;
142
- color: background-color-text-classic($content-background-color);
143
- @media print {
144
- color: $print-text-color;
145
- }
146
- font-size: 1em;
147
- font-weight: 400;
148
- line-height: 1.6;
149
-
150
- table {
151
- font-size: 0.875em;
152
- }
153
-
154
- .container {
155
- @media screen and (max-width: $tablet) {
156
- margin-left: 0;
157
- margin-right: 0;
158
- }
159
- @media print {
160
- margin: 0;
161
- }
162
-
163
- .content {
164
- margin-top: 45px;
165
- padding: 2.5rem 2.5rem;
166
- background-color: $content-background-color;
167
-
168
- @media screen and (max-width: $tablet) {
169
- padding: 1.5rem 1.25rem;
170
- }
171
-
172
- @media print {
173
- padding: 0;
174
- margin: 0 auto;
175
- background-color: transparent;
176
- }
177
-
178
- // eliminates a blank space that can otherwise show up between
179
- // abstract/tombstone and the main content
180
- > *:first-child {
181
- margin-top: 0;
182
- }
183
-
184
- hr {
185
- background-color: transparent;
186
- overflow: visible;
187
- text-align: center;
188
-
189
- &:after {
190
- @if $theme == classic {
191
- content: "✦\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0✦\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0✦";
192
- font-size: 1em;
193
- } @else {
194
- content: "◆\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0◆\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0◆";
195
- }
196
- font-size: 0.875rem;
197
- position: relative;
198
- top: -0.875rem;
199
- }
200
- }
201
-
202
- li {
203
- margin: 0 0 1em 0;
204
- }
205
-
206
- table {
207
- margin: 2em 0;
208
- td,
209
- th {
210
- color: background-color-text($content-background-color);
211
- @media print {
212
- color: $print-text-color;
213
- }
214
- border-width: 0 0 1px;
215
- }
216
- }
217
-
218
- ul {
219
- list-style: none;
220
- li {
221
- margin-left: 1em;
222
- &:before {
223
- @if $theme == classic {
224
- content: "✦";
225
- } @else {
226
- content: "◆";
227
- }
228
- font-size: 0.875rem;
229
- display: block;
230
- float: left;
231
- width: 1em;
232
- margin-left: -1.3em;
233
- box-sizing: border-box;
234
- vertical-align: text-top;
235
- }
236
- }
237
- }
238
-
239
- dl {
240
- dt {
241
- font-weight: 700;
242
- }
243
- dd {
244
- margin-left: 0;
245
- margin-bottom: 1em;
246
- }
247
- }
248
-
249
- p {
250
- line-height: 2;
251
- @media print {
252
- line-height: 1.5;
253
- }
254
- }
255
-
256
- blockquote {
257
- border-left: none;
258
- position: relative;
259
- p,
260
- ul,
261
- ol,
262
- dl,
263
- h1,
264
- h2,
265
- h3,
266
- h4,
267
- h5,
268
- h6 {
269
- position: relative;
270
- @media screen {
271
- &:first-child:before {
272
- @if (lightness($content-background-color) < 50) {
273
- color: background-color-text($content-background-color);
274
- } @else if (lightness($secondary-background-color) > 50) {
275
- color: darken($secondary-background-color, 15%);
276
- } @else {
277
- color: darken($content-background-color, 15%);
278
- }
279
- font-size: 5em;
280
- line-height: 0.1em;
281
- margin-right: 0.25em;
282
- content: "“";
283
- position: absolute;
284
- top: 0.35em;
285
- left: -0.55em;
286
- @if $theme == classic {
287
- font-family: $quire-headings-font;
288
- font-style: normal;
289
- font-weight: bold;
290
- font-size: 4em;
291
- color: background-color-text($content-background-color);
292
- top: 0.45em;
293
- left: -0.7em;
294
- font-size: 3.125em;
295
- }
296
- }
297
- }
298
- }
299
- ul,
300
- dl {
301
- margin-left: 0;
302
- }
303
- ol {
304
- margin-left: 1em;
305
- &:first-child:before {
306
- @if $theme == classic {
307
- left: -1em;
308
- } @else {
309
- left: -0.75em;
310
- }
311
- }
312
- }
313
- }
314
-
315
- .backmatter {
316
- font-family: $quire-footnotes-font;
317
- font-size: 0.875rem;
318
- line-height: 1.6;
319
- padding-top: 0;
320
-
321
- h2,
322
- h3,
323
- h4 {
324
- font-family: $quire-headings-font;
325
- @if $theme == classic {
326
- letter-spacing: 0.5px;
327
- } @else {
328
- letter-spacing: 0.25px;
329
- }
330
- color: background-color-text-classic($content-background-color);
331
- @media print {
332
- color: $print-text-color;
333
- }
334
- font-size: 1em;
335
- line-height: 1.28em;
336
- text-transform: uppercase;
337
- margin-top: 20px;
338
- padding-bottom: 6px;
339
- border-bottom: 1px solid
340
- background-color-text-classic($content-background-color);
341
- @media print {
342
- border-color: $print-text-color;
343
- }
344
- }
345
- h3,
346
- h4 {
347
- font-weight: bold;
348
- font-style: normal;
349
- border-bottom-width: 0;
350
- padding-bottom: 0;
351
- }
352
- h4 {
353
- font-weight: normal;
354
- }
355
- h5,
356
- h6 {
357
- font-size: 1.0625em;
358
- letter-spacing: 0;
359
- }
360
- .title {
361
- color: background-color-text($content-background-color);
362
- @media print {
363
- color: $print-text-color;
364
- }
365
- }
366
-
367
- p {
368
- // font-size: 0.875em;
369
- line-height: 1.6em !important;
370
- }
371
- dl {
372
- }
373
-
374
- .media {
375
- display: flex;
376
- }
377
- }
378
-
379
- .footnotes {
380
- font-size: 0.875em;
381
- font-family: $quire-footnotes-font;
382
- hr {
383
- display: none;
384
- }
385
- * {
386
- line-height: 1.6em;
387
- }
388
- @if $theme == classic {
389
- ul {
390
- li {
391
- &:before {
392
- content: "✦";
393
- font-size: 1em;
394
- display: inline-block;
395
- width: 1em;
396
- margin-left: -0.75em;
397
- box-sizing: border-box;
398
- vertical-align: text-bottom;
399
- }
400
- }
401
- }
402
- }
403
- }
404
- }
405
- &.is-fullhd {
406
- padding: 0 2em;
407
- }
408
- }
409
- }
410
-
411
- &__abstract {
412
- // TEMPORARY TO TEST PDF LAYOUT
413
- // @media print {
414
- // border: 1px solid DarkViolet;
415
- // }
416
-
417
- font-style: italic;
418
- padding-bottom: 0;
419
- padding-top: 1em;
420
- margin-bottom: -3.5em;
421
- font-size: 0.875em;
422
- line-height: 1.7em;
423
-
424
- @media screen and (max-width: $tablet) {
425
- margin-bottom: -3.25em;
426
- }
427
- @media print {
428
- padding: 0;
429
- color: $print-text-color;
430
- }
431
-
432
- em {
433
- font-style: normal;
434
- }
435
-
436
- h2 {
437
- font-weight: 400;
438
- font-size: 1.625em;
439
- font-family: $quire-headings-font;
440
- }
441
-
442
- .container {
443
- background-color: $content-background-color;
444
- padding: 2em 2.75em 0em;
445
- margin: 0 auto;
446
- max-width: $desktop + (1.25 * $gap);
447
- width: $desktop + (1.25 * $gap);
448
- @media print {
449
- background-color: transparent;
450
- max-width: initial;
451
- width: initial;
452
- padding: 0;
453
- }
454
- @media screen and (max-width: $desktop) {
455
- width: 100%;
456
- max-width: 100%;
457
- }
458
-
459
- &:after {
460
- display: block;
461
- text-align: center;
462
- @if $theme == classic {
463
- content: "✦\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0✦\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0✦";
464
- font-size: 1em;
465
- } @else {
466
- content: "◆\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0◆\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0◆";
467
- }
468
- margin: 0 auto;
469
- background-color: transparent;
470
- font-style: normal;
471
- margin-top: 1em;
472
-
473
- @media print {
474
- margin-top: 0;
475
- }
476
- }
477
-
478
- .content {
479
- margin: 0;
480
- padding: 0 0 1em;
481
- line-height: 1.714em;
482
-
483
- @media print {
484
- max-width: 100%;
485
- }
486
- }
487
- }
488
- }
489
-
490
- &--frontmatter {
491
- @media print {
492
- background-color: transparent;
493
- }
494
- }
495
- }
496
-
497
- // .quire-page-header
498
- // -----------------------------------------------------------------------------
499
- .quire-page__header {
500
- // TEMPORARY TO TEST PDF LAYOUT
501
- // @media print {
502
- // border: 1px solid OrangeRed;
503
- // }
504
-
505
- background-color: $secondary-background-color;
506
- color: background-color-text($secondary-background-color);
507
- background-size: cover;
508
- background-repeat: no-repeat;
509
- background-position: cover;
510
- text-align: center;
511
- -webkit-animation: fadeIn 2s;
512
- /* Safari, Chrome and Opera > 12.1 */
513
- -moz-animation: fadeIn 2s;
514
- /* Firefox < 16 */
515
- -ms-animation: fadeIn 2s;
516
- /* Internet Explorer */
517
- -o-animation: fadeIn 2s;
518
- /* Opera < 12.1 */
519
- animation: fadeIn 2s;
520
-
521
- @media print {
522
- background-color: transparent;
523
- color: $print-text-color;
524
- margin: 0 0.5in 1in;
525
- @if $print-width <= 7 {
526
- margin: 0 0 1in;
527
- }
528
- }
529
-
530
- &.hero__image {
531
- height: 80vh;
532
- .quire-page__header {
533
- &__title,
534
- &__subtitle {
535
- color: $content-background-color;
536
- }
537
- }
538
- }
539
-
540
- .hero-body {
541
- @media screen and (max-width: $tablet) {
542
- padding: 1.25em;
543
- }
544
-
545
- .label {
546
- line-height: 1.3;
547
- display: table;
548
- width: fit-content;
549
- @if $theme == classic {
550
- font-size: 1.4rem;
551
- font-weight: normal;
552
- @if (lightness($secondary-background-color) > 50) {
553
- background-color: darken($secondary-background-color, 35%);
554
- } @else {
555
- background-color: $white;
556
- }
557
- color: $secondary-background-color;
558
- padding: 0.35rem 0.45rem;
559
- margin: 0 auto 1.7em;
560
- min-width: 2.6rem;
561
- @media print {
562
- min-width: 0.3125in;
563
- }
564
- } @else {
565
- font-size: 1.2rem;
566
- color: background-color-text($secondary-background-color);
567
- @media print {
568
- color: $print-text-color;
569
- }
570
- border-top: 2px solid $accent-color;
571
- border-bottom: 2px solid $accent-color;
572
- padding: 0.2rem 0.3rem;
573
- letter-spacing: 0;
574
- margin: 0 auto 1.9em;
575
- }
576
- }
577
-
578
- @media screen and (min-width: $desktop) {
579
- margin: 0 5rem;
580
- }
581
- }
582
- }
583
-
584
- .quire-splash {
585
- .quire-page__header {
586
- &.hero-image {
587
- background-color: transparent;
588
- height: 50vh;
589
- max-height: 500px;
590
- background-position: center;
591
- @media print {
592
- $splash-page-width: $print-width + $print-bleed + $print-bleed;
593
- $splash-page-height: $print-height + $print-bleed + $print-bleed;
594
-
595
- background-color: $print-splash-color;
596
- color: $white;
597
- width: $splash-page-width;
598
- height: $splash-page-height;
599
- max-height: $splash-page-height;
600
- margin: -$print-bleed;
601
- }
602
- .hero-body {
603
- .label,
604
- .quire-page__header__title,
605
- .quire-page__header__contributor {
606
- color: $white;
607
- }
608
- .quire-page__header__contributor {
609
- font-weight: 700;
610
- }
611
- }
612
- // add some space above the start of the content
613
- + .quire-page__content p:first-child,
614
- + .quire-page__content figure:first-child {
615
- @media print {
616
- padding-top: 1.375in;
617
- }
618
- }
619
- }
620
- &--full-height {
621
- height: calc(100vh - #{$navbar-height} - #{$quire-progress-bar-height});
622
- &.hero-image {
623
- height: calc(100vh - #{$navbar-height} - #{$quire-progress-bar-height});
624
- max-height: initial;
625
- .hero-body {
626
- @media print {
627
- margin-top: 0;
628
- }
629
- }
630
- }
631
- .hero-body {
632
- display: flex;
633
- justify-content: center;
634
- align-items: center;
635
- flex-grow: .7;
636
- }
637
- }
638
- background-color: transparent;
639
- .hero-body {
640
- .quire-page__header__title {
641
- color: background-color-text($secondary-background-color);
642
- @media print {
643
- color: background-color-text($print-splash-color);
644
- }
645
- }
646
- .label {
647
- color: background-color-text($secondary-background-color);
648
- @media print {
649
- color: background-color-text($print-splash-color);
650
- }
651
- }
652
- }
653
- }
654
-
655
- .quire-page__content {
656
- .container .content {
657
- background-color: $secondary-background-color;
658
- @media print {
659
- background-color: transparent;
660
- }
661
- }
662
- p {
663
- &:first-child {
664
- &:first-letter {
665
- font-size: 9em;
666
- float: left;
667
- margin-top: 0;
668
- margin-left: -0.09em;
669
- padding-right: 0.025em;
670
- line-height: 0.85em;
671
- }
672
- }
673
- }
674
- }
675
- }
676
-
677
- @supports (-moz-appearance: none) {
678
- .quire-splash {
679
- .quire-page__content {
680
- p {
681
- &:first-child {
682
- &:first-letter {
683
- font-size: 9em;
684
- float: left;
685
- margin-top: 0.1em !important;
686
- margin-left: -0.09em;
687
- padding-right: 0.025em;
688
- line-height: 0.85em;
689
- }
690
- }
691
- }
692
- }
693
- }
694
- }
695
-
696
- .quire-page__content {
697
- // Overrides to Bulma's .content styles where needed.
698
- padding-bottom: 0;
699
- .content {
700
- a {
701
- @media print {
702
- color: $print-text-color;
703
- border-bottom-width: 0;
704
- }
705
- line-height: 1.6;
706
- @if $theme == classic {
707
- color: background-color-text-classic($content-background-color);
708
- border-bottom: 1px
709
- dotted
710
- background-color-text-classic($content-background-color);
711
- } @else {
712
- color: $accent-color;
713
- border-bottom: 1px dotted $accent-color;
714
- }
715
-
716
- &:hover {
717
- color: link-hover-color($content-background-color) !important;
718
- border-bottom: 1px solid link-hover-color($content-background-color) !important;
719
- }
720
-
721
- &:focus {
722
- background-color: $quire-hover-color;
723
- color: background-color-text($quire-hover-color) !important;
724
- }
725
- }
726
-
727
- figure > a {
728
- &:hover {
729
- border-bottom-width: 0 !important;
730
- }
731
- }
732
-
733
- .footnote-ref a,
734
- a.footnote-return,
735
- a.footnote-backref,
736
- a.footnote-ref {
737
- border-bottom-width: 0;
738
- font-weight: bold;
739
- @media print {
740
- font-weight: normal;
741
- font-size: inherit;
742
- }
743
- font-size: 0.925rem;
744
- line-height: 0;
745
- margin-left: 0.1em;
746
- &:hover {
747
- color: link-hover-color($content-background-color) !important;
748
- border-bottom-width: 0 !important;
749
- }
750
- }
751
-
752
- .quire-page__content__references {
753
- dl {
754
- margin-left: 0;
755
- }
756
- ul {
757
- list-style-type: none;
758
- margin-left: 0;
759
- li {
760
- margin-left: 0;
761
- &:before {
762
- content: none;
763
- }
764
- }
765
- }
766
- }
767
-
768
- tbody {
769
- tr {
770
- &:hover {
771
- background-color: $quire-hover-color;
772
- color: background-color-text($quire-hover-color) !important;
773
- }
774
- }
775
- }
776
-
777
- ol,
778
- dl {
779
- margin-left: 3em;
780
- }
781
-
782
- hr {
783
- height: 1px;
784
- }
785
-
786
- blockquote {
787
- padding: 0 0 0 1.5em;
788
- margin: 1em 0 1em 0;
789
-
790
- @media screen and (min-width: $tablet) {
791
- padding: 0 0 0 1.5em;
792
- margin: 1.5em 0 1.5em 1.5em;
793
- }
794
-
795
- background-color: transparent;
796
- font-style: italic;
797
-
798
- em {
799
- font-style: normal;
800
- }
801
-
802
- // footnote numbers in blockquotes should be roman
803
- sup.footnote-ref {
804
- font-style: normal;
805
- }
806
-
807
- @media print {
808
- border-left-width: 0;
809
- }
810
- }
811
-
812
- .footnotes {
813
- margin-top: -0.35em;
814
-
815
- hr {
816
- background-color: $off-black;
817
- height: 1px;
818
- }
819
-
820
- ol {
821
- margin-left: 1em;
822
- @media print {
823
- margin-left: 1.5em;
824
- }
825
-
826
- li {
827
- margin-bottom: 1em;
828
- }
829
- }
830
-
831
- blockquote {
832
- margin: 1em 0 1em 0;
833
- p,
834
- ul,
835
- ol,
836
- dl,
837
- h1,
838
- h2,
839
- h3,
840
- h4,
841
- h5,
842
- h6 {
843
- position: relative;
844
- @media screen {
845
- &:first-child:before {
846
- content: "";
847
- }
848
- }
849
- }
850
- }
851
- }
852
-
853
- .leaflet-control {
854
- a {
855
- color: $off-black;
856
- }
857
- }
858
-
859
- @if $quire-page-paragraph-style== "indent" {
860
- p {
861
- margin-bottom: 0;
862
- text-indent: 1.5em;
863
- }
864
-
865
- > p:first-child,
866
- blockquote > p:first-child,
867
- .quire-contributor__details > p:first-of-type,
868
- hr + p,
869
- h1 + p,
870
- h2 + p,
871
- h3 + p,
872
- h4 + p,
873
- h5 + p,
874
- h6 + p {
875
- text-indent: 0;
876
- }
877
-
878
- .footnotes {
879
- p {
880
- margin-bottom: 0;
881
- text-indent: 1.5em;
882
- }
883
- li > p:first-child {
884
- text-indent: 0;
885
- }
886
- }
887
- }
888
-
889
- @media print {
890
- h2 {
891
- margin-bottom: 0.5em;
892
- margin-top: 1.5em;
893
-
894
- + h3 {
895
- margin-bottom: 0.5em;
896
- margin-top: 0;
897
- }
898
- }
899
-
900
- h3 {
901
- margin-bottom: 1em;
902
- margin-top: 1em;
903
- }
904
-
905
- ul {
906
- margin-bottom: 0;
907
- margin-top: 0;
908
- }
909
- @if $quire-page-paragraph-style== "indent" {
910
- ul {
911
- margin-top: 1em;
912
- }
913
- }
914
-
915
- li + li {
916
- margin-top: 0;
917
- }
918
- }
919
- }
920
- }