@nypl/web-reader 4.3.0 → 4.3.2

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 (120) hide show
  1. package/README.md +0 -15
  2. package/dist/{esm/index.css → index.css} +3 -1
  3. package/dist/index.css.map +1 -0
  4. package/dist/index.d.ts +532 -0
  5. package/dist/index.js +9381 -0
  6. package/dist/index.js.map +1 -0
  7. package/dist/index.mjs +9378 -0
  8. package/dist/index.mjs.map +1 -0
  9. package/dist/injectable-html-styles/ReadiumCSS-after.css +488 -2
  10. package/dist/injectable-html-styles/ReadiumCSS-after.css.map +1 -7
  11. package/dist/injectable-html-styles/ReadiumCSS-after.d.ts +2 -0
  12. package/dist/injectable-html-styles/ReadiumCSS-before.css +648 -2
  13. package/dist/injectable-html-styles/ReadiumCSS-before.css.map +1 -7
  14. package/dist/injectable-html-styles/ReadiumCSS-before.d.ts +2 -0
  15. package/dist/injectable-html-styles/ReadiumCSS-default.css +141 -2
  16. package/dist/injectable-html-styles/ReadiumCSS-default.css.map +1 -7
  17. package/dist/injectable-html-styles/ReadiumCSS-default.d.ts +2 -0
  18. package/package.json +9 -24
  19. package/dist/cjs/index.css +0 -2
  20. package/dist/cjs/index.css.map +0 -7
  21. package/dist/cjs/index.js +0 -340
  22. package/dist/cjs/index.js.map +0 -7
  23. package/dist/esm/index.css.map +0 -7
  24. package/dist/esm/index.js +0 -42173
  25. package/dist/esm/index.js.map +0 -7
  26. package/dist/types/HtmlReader/effects.d.ts +0 -22
  27. package/dist/types/HtmlReader/index.d.ts +0 -3
  28. package/dist/types/HtmlReader/lib.d.ts +0 -107
  29. package/dist/types/HtmlReader/reducer.d.ts +0 -8
  30. package/dist/types/HtmlReader/types.d.ts +0 -116
  31. package/dist/types/HtmlReader/useIframeLinkClick.d.ts +0 -4
  32. package/dist/types/HtmlReader/useLocationQuery.d.ts +0 -8
  33. package/dist/types/HtmlReader/useResource.d.ts +0 -14
  34. package/dist/types/HtmlReader/useUpdateCSS.d.ts +0 -6
  35. package/dist/types/HtmlReader/useUpdateScroll.d.ts +0 -6
  36. package/dist/types/HtmlReader/useWindowResize.d.ts +0 -7
  37. package/dist/types/PdfReader/ChakraPage.d.ts +0 -3
  38. package/dist/types/PdfReader/ScrollPage.d.ts +0 -12
  39. package/dist/types/PdfReader/addTocToManifest.d.ts +0 -10
  40. package/dist/types/PdfReader/index.d.ts +0 -12
  41. package/dist/types/PdfReader/lib.d.ts +0 -26
  42. package/dist/types/PdfReader/reducer.d.ts +0 -3
  43. package/dist/types/PdfReader/types.d.ts +0 -61
  44. package/dist/types/PdfReader/useMeasure.d.ts +0 -7
  45. package/dist/types/Readium/Injectable.d.ts +0 -11
  46. package/dist/types/Readium/Locator.d.ts +0 -20
  47. package/dist/types/WebpubManifestTypes/ConformsTo.d.ts +0 -3
  48. package/dist/types/WebpubManifestTypes/Contributor.d.ts +0 -17
  49. package/dist/types/WebpubManifestTypes/EpubExtension.d.ts +0 -47
  50. package/dist/types/WebpubManifestTypes/LanguageMap.d.ts +0 -3
  51. package/dist/types/WebpubManifestTypes/Metadata.d.ts +0 -47
  52. package/dist/types/WebpubManifestTypes/OPDSLink.d.ts +0 -63
  53. package/dist/types/WebpubManifestTypes/PresentationHints.d.ts +0 -53
  54. package/dist/types/WebpubManifestTypes/ReadiumLink.d.ts +0 -58
  55. package/dist/types/WebpubManifestTypes/Subject.d.ts +0 -16
  56. package/dist/types/WebpubManifestTypes/WebpubManifest.d.ts +0 -14
  57. package/dist/types/constants.d.ts +0 -37
  58. package/dist/types/index.d.ts +0 -17
  59. package/dist/types/types.d.ts +0 -123
  60. package/dist/types/ui/Button.d.ts +0 -9
  61. package/dist/types/ui/ErrorBoundary.d.ts +0 -16
  62. package/dist/types/ui/Footer.d.ts +0 -9
  63. package/dist/types/ui/Header.d.ts +0 -9
  64. package/dist/types/ui/HtmlSettings.d.ts +0 -9
  65. package/dist/types/ui/LoadingSkeleton.d.ts +0 -9
  66. package/dist/types/ui/PageButton.d.ts +0 -7
  67. package/dist/types/ui/PdfSettings.d.ts +0 -8
  68. package/dist/types/ui/SettingsButton.d.ts +0 -5
  69. package/dist/types/ui/TableOfContent.d.ts +0 -7
  70. package/dist/types/ui/ToggleButton.d.ts +0 -14
  71. package/dist/types/ui/ToggleGroup.d.ts +0 -8
  72. package/dist/types/ui/hooks/useColorModeValue.d.ts +0 -7
  73. package/dist/types/ui/hooks/useContainerWidth.d.ts +0 -6
  74. package/dist/types/ui/hooks/useEventListener.d.ts +0 -8
  75. package/dist/types/ui/hooks/useFullScreen.d.ts +0 -7
  76. package/dist/types/ui/icons/Continuous.d.ts +0 -4
  77. package/dist/types/ui/icons/Day.d.ts +0 -4
  78. package/dist/types/ui/icons/EnlargeFont.d.ts +0 -4
  79. package/dist/types/ui/icons/Night.d.ts +0 -4
  80. package/dist/types/ui/icons/Paginated.d.ts +0 -4
  81. package/dist/types/ui/icons/Previous.d.ts +0 -4
  82. package/dist/types/ui/icons/ReaderSettings.d.ts +0 -4
  83. package/dist/types/ui/icons/ReduceFont.d.ts +0 -4
  84. package/dist/types/ui/icons/Reset.d.ts +0 -4
  85. package/dist/types/ui/icons/Sepia.d.ts +0 -4
  86. package/dist/types/ui/icons/TableOfContents.d.ts +0 -4
  87. package/dist/types/ui/icons/ToggleFullScreen.d.ts +0 -4
  88. package/dist/types/ui/icons/ToggleFullScreenExit.d.ts +0 -4
  89. package/dist/types/ui/icons/index.d.ts +0 -14
  90. package/dist/types/ui/manager.d.ts +0 -9
  91. package/dist/types/ui/menu/index.d.ts +0 -10
  92. package/dist/types/ui/menu/menu.d.ts +0 -76
  93. package/dist/types/ui/menu/use-menu.d.ts +0 -2510
  94. package/dist/types/ui/nypl-base-theme/components/button.d.ts +0 -94
  95. package/dist/types/ui/nypl-base-theme/components/checkbox.d.ts +0 -41
  96. package/dist/types/ui/nypl-base-theme/components/form-error.d.ts +0 -14
  97. package/dist/types/ui/nypl-base-theme/components/form-label.d.ts +0 -14
  98. package/dist/types/ui/nypl-base-theme/components/form.d.ts +0 -15
  99. package/dist/types/ui/nypl-base-theme/components/input.d.ts +0 -107
  100. package/dist/types/ui/nypl-base-theme/components/text-area.d.ts +0 -34
  101. package/dist/types/ui/nypl-base-theme/foundations/breakpoints.d.ts +0 -8
  102. package/dist/types/ui/nypl-base-theme/foundations/colors.d.ts +0 -3
  103. package/dist/types/ui/nypl-base-theme/foundations/global.d.ts +0 -13
  104. package/dist/types/ui/nypl-base-theme/foundations/radii.d.ts +0 -12
  105. package/dist/types/ui/nypl-base-theme/foundations/spacing.d.ts +0 -49
  106. package/dist/types/ui/nypl-base-theme/foundations/typography.d.ts +0 -10
  107. package/dist/types/ui/nypl-base-theme/index.d.ts +0 -7
  108. package/dist/types/ui/nypl-base-theme/types.d.ts +0 -1
  109. package/dist/types/ui/theme/components/alert.d.ts +0 -24
  110. package/dist/types/ui/theme/components/button.d.ts +0 -93
  111. package/dist/types/ui/theme/components/text.d.ts +0 -20
  112. package/dist/types/ui/theme/foundations/colors.d.ts +0 -3
  113. package/dist/types/ui/theme/foundations/fonts.d.ts +0 -3
  114. package/dist/types/ui/theme/foundations/typography.d.ts +0 -6
  115. package/dist/types/ui/theme/index.d.ts +0 -12
  116. package/dist/types/ui/theme/types.d.ts +0 -1
  117. package/dist/types/useWebReader.d.ts +0 -7
  118. package/dist/types/utils/fetch.d.ts +0 -4
  119. package/dist/types/utils/getColor.d.ts +0 -2
  120. package/dist/types/utils/localstorage.d.ts +0 -17
@@ -1,2 +1,488 @@
1
- @namespace url(http://www.w3.org/1999/xhtml);@namespace epub url(http://www.idpf.org/2007/ops);@namespace m url(http://www.w3.org/1998/Math/MathML/);@namespace svg url(http://www.w3.org/2000/svg);:root{--RS__colWidth: 45em;--RS__colCount: 1;--RS__colGap: 0;--RS__maxLineLength: 40rem;--RS__pageGutter: 20px}@page{margin:0!important}:root{position:relative;-webkit-column-width:var(--RS__colWidth);-moz-column-width:var(--RS__colWidth);column-width:var(--RS__colWidth);-webkit-column-count:var(--RS__colCount);-moz-column-count:var(--RS__colCount);column-count:var(--RS__colCount);-webkit-column-gap:var(--RS__colGap);-moz-column-gap:var(--RS__colGap);column-gap:var(--RS__colGap);-moz-column-fill:auto;column-fill:auto;width:100%;height:100vh;max-width:100%;max-height:100vh;min-width:100%;min-height:100vh;padding:0!important;margin:0!important;font-size:100%!important;-webkit-text-size-adjust:100%;box-sizing:border-box;-webkit-perspective:1;-webkit-touch-callout:none}body{width:100%;max-width:var(--RS__maxLineLength)!important;padding:0 var(--RS__pageGutter)!important;margin:0 auto!important;box-sizing:border-box}@media screen and (min-width: 35em){:root{--RS__pageGutter: 30px}}@media screen and (min-width: 45em){:root{--RS__pageGutter: 40px}}@media screen and (min-width: 75em){:root{--RS__pageGutter: 50px}}@media screen and (min-width: 60em),screen and (min-device-width: 36em) and (max-device-width: 47em) and (orientation: landscape){:root{--RS__colWidth: 20em;--RS__colCount: 2;--RS__maxLineLength: 39.99rem}}:root[style*=readium-scroll-on]{-webkit-columns:auto auto!important;-moz-columns:auto auto!important;columns:auto auto!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;min-width:0!important;min-height:0!important}:root[style*=readium-scroll-on] body{--RS__maxLineLength: 40rem !important}:root[style*=readium-night-on]{--RS__backgroundColor: #000000;--RS__textColor: #fefefe;--RS__linkColor: #63caff;--RS__visitedColor: #0099e5;--RS__selectionBackgroundColor: #b4d8fe;--RS__selectionTextColor: inherit}:root[style*=readium-night-on] *:not(a){color:inherit!important;background-color:transparent!important;border-color:currentColor!important}:root[style*=readium-night-on] svg text{fill:currentColor!important;stroke:none!important}:root[style*=readium-night-on] a:link,:root[style*=readium-night-on] a:link *{color:var(--RS__linkColor)!important}:root[style*=readium-night-on] a:visited,:root[style*=readium-night-on] a:visited *{color:var(--RS__visitedColor)!important}:root[style*=readium-night-on] img[class*=gaiji],:root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,:root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child{-webkit-filter:invert(100%);filter:invert(100%)}:root[style*=readium-night-on][style*=readium-darken-on] img{-webkit-filter:brightness(80%);filter:brightness(80%)}:root[style*=readium-night-on][style*=readium-invert-on] img{-webkit-filter:invert(100%);filter:invert(100%)}:root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img{-webkit-filter:brightness(80%) invert(100%);filter:brightness(80%) invert(100%)}:root[style*=readium-sepia-on]{--RS__backgroundColor: #faf4e8;--RS__textColor: #121212;--RS__linkColor: #0000ee;--RS__visitedColor: #551a8b;--RS__selectionBackgroundColor: #b4d8fe;--RS__selectionTextColor: inherit;--RS__maxLineLength: 40.01rem}:root[style*=readium-sepia-on] *:not(a){color:inherit!important;background-color:transparent!important}:root[style*=readium-sepia-on] a:link,:root[style*=readium-sepia-on] a:link *{color:var(--RS__linkColor)}:root[style*=readium-sepia-on] a:visited,:root[style*=readium-sepia-on] a:visited *{color:var(--RS__visitedColor)}:root[style*=readium-sepia-on] svg,:root[style*=readium-sepia-on] img{background-color:transparent!important;mix-blend-mode:multiply}@media screen and (-ms-high-contrast: active){:root{color:windowText!important;background-color:window!important}:root :not(#\#):not(#\#):not(#\#),:root :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#) :root :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#){color:inherit!important;background-color:inherit!important}.readiumCSS-mo-active-default{color:highlightText!important;background-color:highlight!important}}@media screen and (-ms-high-contrast: white-on-black){:root[style*=readium-night-on] img[class*=gaiji],:root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,:root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child{-webkit-filter:none!important;filter:none!important}:root[style*=readium-night-on][style*=readium-invert-on] img{-webkit-filter:none!important;filter:none!important}:root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img{-webkit-filter:brightness(80%);filter:brightness(80%)}}@media screen and (inverted-colors){:root[style*=readium-night-on] img[class*=gaiji],:root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,:root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child{-webkit-filter:none!important;filter:none!important}:root[style*=readium-night-on][style*=readium-invert-on] img{-webkit-filter:none!important;filter:none!important}:root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img{-webkit-filter:brightness(80%);filter:brightness(80%)}}@media screen and (min-width: 60em),screen and (min-device-width: 36em) and (max-device-width: 47em) and (orientation: landscape){:root[style*="--USER__colCount: 1"],:root[style*="--USER__colCount:1"],:root[style*="--USER__colCount: 2"],:root[style*="--USER__colCount:2"]{-webkit-column-count:var(--USER__colCount);-moz-column-count:var(--USER__colCount);column-count:var(--USER__colCount)}:root[style*="--USER__colCount: 1"],:root[style*="--USER__colCount:1"]{--RS__maxLineLength: 40rem !important;--RS__colWidth: 100vw}:root[style*="--USER__colCount: 2"],:root[style*="--USER__colCount:2"]{--RS__colWidth: auto}}:root[style*=--USER__pageMargins] body{padding:0 calc(var(--RS__pageGutter) * var(--USER__pageMargins))!important}:root[style*=--USER__backgroundColor]{background-color:var(--USER__backgroundColor)!important}:root[style*=--USER__backgroundColor] *{background-color:transparent!important}:root[style*=--USER__textColor]{color:var(--USER__textColor)!important}:root[style*=--USER__textColor] *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre){color:inherit!important}:root[style*=readium-advanced-on][style*=--USER__textAlign]{text-align:var(--USER__textAlign)}:root[style*=readium-advanced-on][style*=--USER__textAlign] body,:root[style*=readium-advanced-on][style*=--USER__textAlign] *:not(blockquote):not(figcaption) p,:root[style*=readium-advanced-on][style*=--USER__textAlign] li{text-align:inherit!important;-moz-text-align-last:auto!important;-epub-text-align-last:auto!important;text-align-last:auto!important}:root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign: left"],:root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign:left"],:root[style*=readium-advanced-on][style*="--USER__textAlign: left"] *[dir=rtl],:root[style*=readium-advanced-on][style*="--USER__textAlign:left"] *[dir=rtl]{text-align:right}:root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign: start"],:root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign:start"]{text-align:right}:root[style*=readium-advanced-on][style*="--USER__textAlign: justify"] body,:root[style*=readium-advanced-on][style*="--USER__textAlign:justify"] body{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-epub-hyphens:auto;hyphens:auto}:root[style*=readium-advanced-on][style*="--USER__textAlign: left"] body,:root[style*=readium-advanced-on][style*="--USER__textAlign:left"] body,:root[style*=readium-advanced-on][style*="--USER__textAlign: right"] body,:root[style*=readium-advanced-on][style*="--USER__textAlign:right"] body{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;-epub-hyphens:none;hyphens:none}:root[style*=readium-advanced-on][style*=--USER__bodyHyphens]{-webkit-hyphens:var(--USER__bodyHyphens)!important;-moz-hyphens:var(--USER__bodyHyphens)!important;-ms-hyphens:var(--USER__bodyHyphens)!important;-epub-hyphens:var(--USER__bodyHyphens)!important;hyphens:var(--USER__bodyHyphens)!important}:root[style*=readium-advanced-on][style*=--USER__bodyHyphens] body,:root[style*=readium-advanced-on][style*=--USER__bodyHyphens] p,:root[style*=readium-advanced-on][style*=--USER__bodyHyphens] li,:root[style*=readium-advanced-on][style*=--USER__bodyHyphens] div,:root[style*=readium-advanced-on][style*=--USER__bodyHyphens] dd{-webkit-hyphens:inherit;-moz-hyphens:inherit;-ms-hyphens:inherit;-epub-hyphens:inherit;hyphens:inherit}:root[style*=readium-font-on][style*=--USER__fontFamily]{font-family:var(--USER__fontFamily)!important}:root[style*=readium-font-on][style*=--USER__fontFamily] body,:root[style*=readium-font-on][style*=--USER__fontFamily] p,:root[style*=readium-font-on][style*=--USER__fontFamily] li,:root[style*=readium-font-on][style*=--USER__fontFamily] div,:root[style*=readium-font-on][style*=--USER__fontFamily] dt,:root[style*=readium-font-on][style*=--USER__fontFamily] dd{font-family:inherit!important}:root[style*=readium-font-on][style*=--USER__fontFamily] i:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] i:not([xml\:lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] em:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] em:not([xml\:lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] cite:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] cite:not([xml\:lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] b:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] b:not([xml\:lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] strong:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] strong:not([xml\:lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] span:not([lang]),:root[style*=readium-font-on][style*=--USER__fontFamily] span:not([xml\:lang]){font-family:inherit!important}:root[style*=readium-font-on][style*=AccessibleDfA]{font-family:AccessibleDfA,Verdana,Tahoma,Trebuchet MS,sans-serif!important;--RS__lineHeightCompensation: 1.167}:root[style*=readium-font-on][style*="IA Writer Duospace"]{font-family:IA Writer Duospace,Menlo,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier,monospace!important;--RS__lineHeightCompensation: 1.167}:root[style*=readium-font-on][style*=readium-a11y-on]{font-family:var(--USER__fontFamily)!important;--RS__lineHeightCompensation: 1.167}:root[style*=readium-font-on][style*=AccessibleDfA],:root[style*=readium-font-on][style*="IA Writer Duospace"],:root[style*=readium-font-on][style*=readium-a11y-on]{font-style:normal!important;font-weight:400!important}:root[style*=readium-font-on][style*=AccessibleDfA] *:not(code):not(var):not(kbd):not(samp),:root[style*=readium-font-on][style*="IA Writer Duospace"] *:not(code):not(var):not(kbd):not(samp),:root[style*=readium-font-on][style*=readium-a11y-on] *:not(code):not(var):not(kbd):not(samp){font-family:inherit!important;font-style:inherit!important;font-weight:inherit!important}:root[style*=readium-font-on][style*=AccessibleDfA] *,:root[style*=readium-font-on][style*="IA Writer Duospace"] *,:root[style*=readium-font-on][style*=readium-a11y-on] *{text-decoration:none!important;font-variant-caps:normal!important;font-variant-numeric:normal!important;font-variant-position:normal!important}:root[style*=readium-font-on][style*=AccessibleDfA] sup,:root[style*=readium-font-on][style*="IA Writer Duospace"] sup,:root[style*=readium-font-on][style*=readium-a11y-on] sup,:root[style*=readium-font-on][style*=AccessibleDfA] sub,:root[style*=readium-font-on][style*="IA Writer Duospace"] sub,:root[style*=readium-font-on][style*=readium-a11y-on] sub{font-size:1rem!important;vertical-align:baseline!important}:root[style*=--USER__fontSize]{font-size:var(--USER__fontSize)!important}:root[style*=readium-advanced-on][style*=--USER__lineHeight]{line-height:var(--USER__lineHeight)!important}:root[style*=readium-advanced-on][style*=--USER__lineHeight] body,:root[style*=readium-advanced-on][style*=--USER__lineHeight] p,:root[style*=readium-advanced-on][style*=--USER__lineHeight] li,:root[style*=readium-advanced-on][style*=--USER__lineHeight] div{line-height:inherit}:root[style*=readium-advanced-on][style*=--USER__paraSpacing] p{margin-top:var(--USER__paraSpacing)!important;margin-bottom:var(--USER__paraSpacing)!important}:root[style*=readium-advanced-on][style*=--USER__paraIndent] p{text-indent:var(--USER__paraIndent)!important}:root[style*=readium-advanced-on][style*=--USER__paraIndent] p *,:root[style*=readium-advanced-on][style*=--USER__paraIndent] p:first-letter{text-indent:0!important}:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h1,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h2,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h3,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h4,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h5,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] h6,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] p,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] li,:root[style*=readium-advanced-on][style*=--USER__wordSpacing] div{word-spacing:var(--USER__wordSpacing)}:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h1,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h2,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h3,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h4,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h5,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] h6,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] p,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] li,:root[style*=readium-advanced-on][style*=--USER__letterSpacing] div{letter-spacing:var(--USER__letterSpacing);font-variant:none}:root[style*=readium-advanced-on]{--USER__typeScale: 1.2}:root[style*=readium-advanced-on] p,:root[style*=readium-advanced-on] li,:root[style*=readium-advanced-on] div,:root[style*=readium-advanced-on] pre,:root[style*=readium-advanced-on] dd{font-size:1rem!important}:root[style*=readium-advanced-on] h1{font-size:1.75rem!important;font-size:calc(((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) * var(--USER__typeScale))!important}:root[style*=readium-advanced-on] h2{font-size:1.5rem!important;font-size:calc((1rem * var(--USER__typeScale)) * var(--USER__typeScale))!important}:root[style*=readium-advanced-on] h3{font-size:1.25rem!important;font-size:calc(1rem * var(--USER__typeScale))!important}:root[style*=readium-advanced-on] h4,:root[style*=readium-advanced-on] h5,:root[style*=readium-advanced-on] h6{font-size:1rem!important}:root[style*=readium-advanced-on] small{font-size:smaller!important}:root[style*=readium-advanced-on] sub,:root[style*=readium-advanced-on] sup{font-size:67.5%!important}:root[style*=readium-advanced-on][style*=--USER__typeScale] h1{font-size:calc(((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) * var(--USER__typeScale))!important}:root[style*=readium-advanced-on][style*=--USER__typeScale] h2{font-size:calc((1rem * var(--USER__typeScale)) * var(--USER__typeScale))!important}:root[style*=readium-advanced-on][style*=--USER__typeScale] h3{font-size:calc(1rem * var(--USER__typeScale))!important}.readiumCSS-yellow-highlight,:root[style*=readium-sepia-on] .readiumCSS-yellow-highlight,:root[style*=readium-night-on] .readiumCSS-yellow-highlight{background-color:#ffff0080!important}.readiumCSS-green-highlight,:root[style*=readium-sepia-on] .readiumCSS-green-highlight,:root[style*=readium-night-on] .readiumCSS-green-highlight{background-color:#00ff0080!important}.readiumCSS-orange-highlight,:root[style*=readium-sepia-on] .readiumCSS-orange-highlight,:root[style*=readium-night-on] .readiumCSS-orange-highlight{background-color:#ffa50080!important}.readiumCSS-pink-highlight,:root[style*=readium-sepia-on] .readiumCSS-pink-highlight,:root[style*=readium-night-on] .readiumCSS-pink-highlight{background-color:#ff69b480!important}.readiumCSS-mo-active-default{color:#000!important;background-color:#ff0!important}
2
- /*# sourceMappingURL=ReadiumCSS-after.css.map */
1
+ /* src/HtmlReader/ReadiumCss/ReadiumCSS-after.css */
2
+ @namespace url(http://www.w3.org/1999/xhtml);
3
+ @namespace epub url(http://www.idpf.org/2007/ops);
4
+ @namespace m url(http://www.w3.org/1998/Math/MathML/);
5
+ @namespace svg url(http://www.w3.org/2000/svg);
6
+ :root {
7
+ --RS__colWidth: 45em;
8
+ --RS__colCount: 1;
9
+ --RS__colGap: 0;
10
+ --RS__maxLineLength: 40rem;
11
+ --RS__pageGutter: 20px;
12
+ }
13
+ @page {
14
+ margin: 0 !important;
15
+ }
16
+ :root {
17
+ position: relative;
18
+ -webkit-column-width: var(--RS__colWidth);
19
+ -moz-column-width: var(--RS__colWidth);
20
+ column-width: var(--RS__colWidth);
21
+ -webkit-column-count: var(--RS__colCount);
22
+ -moz-column-count: var(--RS__colCount);
23
+ column-count: var(--RS__colCount);
24
+ -webkit-column-gap: var(--RS__colGap);
25
+ -moz-column-gap: var(--RS__colGap);
26
+ column-gap: var(--RS__colGap);
27
+ -moz-column-fill: auto;
28
+ column-fill: auto;
29
+ width: 100%;
30
+ height: 100vh;
31
+ max-width: 100%;
32
+ max-height: 100vh;
33
+ min-width: 100%;
34
+ min-height: 100vh;
35
+ padding: 0 !important;
36
+ margin: 0 !important;
37
+ font-size: 100% !important;
38
+ -webkit-text-size-adjust: 100%;
39
+ box-sizing: border-box;
40
+ -webkit-perspective: 1;
41
+ -webkit-touch-callout: none;
42
+ }
43
+ body {
44
+ width: 100%;
45
+ max-width: var(--RS__maxLineLength) !important;
46
+ padding: 0 var(--RS__pageGutter) !important;
47
+ margin: 0 auto !important;
48
+ box-sizing: border-box;
49
+ }
50
+ @media screen and (min-width: 35em) {
51
+ :root {
52
+ --RS__pageGutter: 30px;
53
+ }
54
+ }
55
+ @media screen and (min-width: 45em) {
56
+ :root {
57
+ --RS__pageGutter: 40px;
58
+ }
59
+ }
60
+ @media screen and (min-width: 75em) {
61
+ :root {
62
+ --RS__pageGutter: 50px;
63
+ }
64
+ }
65
+ @media screen and (min-width: 60em), screen and (min-device-width: 36em) and (max-device-width: 47em) and (orientation: landscape) {
66
+ :root {
67
+ --RS__colWidth: 20em;
68
+ --RS__colCount: 2;
69
+ --RS__maxLineLength: 39.99rem;
70
+ }
71
+ }
72
+ :root[style*=readium-scroll-on] {
73
+ -webkit-columns: auto auto !important;
74
+ -moz-columns: auto auto !important;
75
+ columns: auto auto !important;
76
+ width: auto !important;
77
+ height: auto !important;
78
+ max-width: none !important;
79
+ max-height: none !important;
80
+ min-width: 0 !important;
81
+ min-height: 0 !important;
82
+ }
83
+ :root[style*=readium-scroll-on] body {
84
+ --RS__maxLineLength: 40rem !important;
85
+ }
86
+ :root[style*=readium-night-on] {
87
+ --RS__backgroundColor: #000000;
88
+ --RS__textColor: #fefefe;
89
+ --RS__linkColor: #63caff;
90
+ --RS__visitedColor: #0099e5;
91
+ --RS__selectionBackgroundColor: #b4d8fe;
92
+ --RS__selectionTextColor: inherit;
93
+ }
94
+ :root[style*=readium-night-on] *:not(a) {
95
+ color: inherit !important;
96
+ background-color: transparent !important;
97
+ border-color: currentColor !important;
98
+ }
99
+ :root[style*=readium-night-on] svg text {
100
+ fill: currentColor !important;
101
+ stroke: none !important;
102
+ }
103
+ :root[style*=readium-night-on] a:link,
104
+ :root[style*=readium-night-on] a:link * {
105
+ color: var(--RS__linkColor) !important;
106
+ }
107
+ :root[style*=readium-night-on] a:visited,
108
+ :root[style*=readium-night-on] a:visited * {
109
+ color: var(--RS__visitedColor) !important;
110
+ }
111
+ :root[style*=readium-night-on] img[class*=gaiji],
112
+ :root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,
113
+ :root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child {
114
+ -webkit-filter: invert(100%);
115
+ filter: invert(100%);
116
+ }
117
+ :root[style*=readium-night-on][style*=readium-darken-on] img {
118
+ -webkit-filter: brightness(80%);
119
+ filter: brightness(80%);
120
+ }
121
+ :root[style*=readium-night-on][style*=readium-invert-on] img {
122
+ -webkit-filter: invert(100%);
123
+ filter: invert(100%);
124
+ }
125
+ :root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img {
126
+ -webkit-filter: brightness(80%) invert(100%);
127
+ filter: brightness(80%) invert(100%);
128
+ }
129
+ :root[style*=readium-sepia-on] {
130
+ --RS__backgroundColor: #faf4e8;
131
+ --RS__textColor: #121212;
132
+ --RS__linkColor: #0000ee;
133
+ --RS__visitedColor: #551a8b;
134
+ --RS__selectionBackgroundColor: #b4d8fe;
135
+ --RS__selectionTextColor: inherit;
136
+ --RS__maxLineLength: 40.01rem;
137
+ }
138
+ :root[style*=readium-sepia-on] *:not(a) {
139
+ color: inherit !important;
140
+ background-color: transparent !important;
141
+ }
142
+ :root[style*=readium-sepia-on] a:link,
143
+ :root[style*=readium-sepia-on] a:link * {
144
+ color: var(--RS__linkColor);
145
+ }
146
+ :root[style*=readium-sepia-on] a:visited,
147
+ :root[style*=readium-sepia-on] a:visited * {
148
+ color: var(--RS__visitedColor);
149
+ }
150
+ :root[style*=readium-sepia-on] svg,
151
+ :root[style*=readium-sepia-on] img {
152
+ background-color: transparent !important;
153
+ mix-blend-mode: multiply;
154
+ }
155
+ @media screen and (-ms-high-contrast: active) {
156
+ :root {
157
+ color: windowText !important;
158
+ background-color: window !important;
159
+ }
160
+ :root :not(#\#):not(#\#):not(#\#),
161
+ :root :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#) :root :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#) :not(#\#):not(#\#):not(#\#) {
162
+ color: inherit !important;
163
+ background-color: inherit !important;
164
+ }
165
+ .readiumCSS-mo-active-default {
166
+ color: highlightText !important;
167
+ background-color: highlight !important;
168
+ }
169
+ }
170
+ @media screen and (-ms-high-contrast: white-on-black) {
171
+ :root[style*=readium-night-on] img[class*=gaiji],
172
+ :root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,
173
+ :root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child {
174
+ -webkit-filter: none !important;
175
+ filter: none !important;
176
+ }
177
+ :root[style*=readium-night-on][style*=readium-invert-on] img {
178
+ -webkit-filter: none !important;
179
+ filter: none !important;
180
+ }
181
+ :root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img {
182
+ -webkit-filter: brightness(80%);
183
+ filter: brightness(80%);
184
+ }
185
+ }
186
+ @media screen and (inverted-colors) {
187
+ :root[style*=readium-night-on] img[class*=gaiji],
188
+ :root[style*=readium-night-on] *[epub\:type~=titlepage] img:only-child,
189
+ :root[style*=readium-night-on] *[epub|type~=titlepage] img:only-child {
190
+ -webkit-filter: none !important;
191
+ filter: none !important;
192
+ }
193
+ :root[style*=readium-night-on][style*=readium-invert-on] img {
194
+ -webkit-filter: none !important;
195
+ filter: none !important;
196
+ }
197
+ :root[style*=readium-night-on][style*=readium-darken-on][style*=readium-invert-on] img {
198
+ -webkit-filter: brightness(80%);
199
+ filter: brightness(80%);
200
+ }
201
+ }
202
+ @media screen and (monochrome) {
203
+ }
204
+ @media screen and (prefers-reduced-motion) {
205
+ }
206
+ @media screen and (min-width: 60em), screen and (min-device-width: 36em) and (max-device-width: 47em) and (orientation: landscape) {
207
+ :root[style*="--USER__colCount: 1"],
208
+ :root[style*="--USER__colCount:1"],
209
+ :root[style*="--USER__colCount: 2"],
210
+ :root[style*="--USER__colCount:2"] {
211
+ -webkit-column-count: var(--USER__colCount);
212
+ -moz-column-count: var(--USER__colCount);
213
+ column-count: var(--USER__colCount);
214
+ }
215
+ :root[style*="--USER__colCount: 1"],
216
+ :root[style*="--USER__colCount:1"] {
217
+ --RS__maxLineLength: 40rem !important;
218
+ --RS__colWidth: 100vw;
219
+ }
220
+ :root[style*="--USER__colCount: 2"],
221
+ :root[style*="--USER__colCount:2"] {
222
+ --RS__colWidth: auto;
223
+ }
224
+ }
225
+ :root[style*=--USER__pageMargins] body {
226
+ padding: 0 calc(var(--RS__pageGutter) * var(--USER__pageMargins)) !important;
227
+ }
228
+ :root[style*=--USER__backgroundColor] {
229
+ background-color: var(--USER__backgroundColor) !important;
230
+ }
231
+ :root[style*=--USER__backgroundColor] * {
232
+ background-color: transparent !important;
233
+ }
234
+ :root[style*=--USER__textColor] {
235
+ color: var(--USER__textColor) !important;
236
+ }
237
+ :root[style*=--USER__textColor] *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(pre) {
238
+ color: inherit !important;
239
+ }
240
+ :root[style*=readium-advanced-on][style*=--USER__textAlign] {
241
+ text-align: var(--USER__textAlign);
242
+ }
243
+ :root[style*=readium-advanced-on][style*=--USER__textAlign] body,
244
+ :root[style*=readium-advanced-on][style*=--USER__textAlign] *:not(blockquote):not(figcaption) p,
245
+ :root[style*=readium-advanced-on][style*=--USER__textAlign] li {
246
+ text-align: inherit !important;
247
+ -moz-text-align-last: auto !important;
248
+ -epub-text-align-last: auto !important;
249
+ text-align-last: auto !important;
250
+ }
251
+ :root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign: left"],
252
+ :root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign:left"],
253
+ :root[style*=readium-advanced-on][style*="--USER__textAlign: left"] *[dir=rtl],
254
+ :root[style*=readium-advanced-on][style*="--USER__textAlign:left"] *[dir=rtl] {
255
+ text-align: right;
256
+ }
257
+ :root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign: start"],
258
+ :root[style*=readium-advanced-on][dir=rtl][style*="--USER__textAlign:start"] {
259
+ text-align: right;
260
+ }
261
+ :root[style*=readium-advanced-on][style*="--USER__textAlign: justify"] body,
262
+ :root[style*=readium-advanced-on][style*="--USER__textAlign:justify"] body {
263
+ -webkit-hyphens: auto;
264
+ -moz-hyphens: auto;
265
+ -ms-hyphens: auto;
266
+ -epub-hyphens: auto;
267
+ hyphens: auto;
268
+ }
269
+ :root[style*=readium-advanced-on][style*="--USER__textAlign: left"] body,
270
+ :root[style*=readium-advanced-on][style*="--USER__textAlign:left"] body,
271
+ :root[style*=readium-advanced-on][style*="--USER__textAlign: right"] body,
272
+ :root[style*=readium-advanced-on][style*="--USER__textAlign:right"] body {
273
+ -webkit-hyphens: none;
274
+ -moz-hyphens: none;
275
+ -ms-hyphens: none;
276
+ -epub-hyphens: none;
277
+ hyphens: none;
278
+ }
279
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] {
280
+ -webkit-hyphens: var(--USER__bodyHyphens) !important;
281
+ -moz-hyphens: var(--USER__bodyHyphens) !important;
282
+ -ms-hyphens: var(--USER__bodyHyphens) !important;
283
+ -epub-hyphens: var(--USER__bodyHyphens) !important;
284
+ hyphens: var(--USER__bodyHyphens) !important;
285
+ }
286
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] body,
287
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] p,
288
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] li,
289
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] div,
290
+ :root[style*=readium-advanced-on][style*=--USER__bodyHyphens] dd {
291
+ -webkit-hyphens: inherit;
292
+ -moz-hyphens: inherit;
293
+ -ms-hyphens: inherit;
294
+ -epub-hyphens: inherit;
295
+ hyphens: inherit;
296
+ }
297
+ :root[style*=readium-font-on][style*=--USER__fontFamily] {
298
+ font-family: var(--USER__fontFamily) !important;
299
+ }
300
+ :root[style*=readium-font-on][style*=--USER__fontFamily] body,
301
+ :root[style*=readium-font-on][style*=--USER__fontFamily] p,
302
+ :root[style*=readium-font-on][style*=--USER__fontFamily] li,
303
+ :root[style*=readium-font-on][style*=--USER__fontFamily] div,
304
+ :root[style*=readium-font-on][style*=--USER__fontFamily] dt,
305
+ :root[style*=readium-font-on][style*=--USER__fontFamily] dd {
306
+ font-family: inherit !important;
307
+ }
308
+ :root[style*=readium-font-on][style*=--USER__fontFamily] i:not([lang]),
309
+ :root[style*=readium-font-on][style*=--USER__fontFamily] i:not([xml\:lang]),
310
+ :root[style*=readium-font-on][style*=--USER__fontFamily] em:not([lang]),
311
+ :root[style*=readium-font-on][style*=--USER__fontFamily] em:not([xml\:lang]),
312
+ :root[style*=readium-font-on][style*=--USER__fontFamily] cite:not([lang]),
313
+ :root[style*=readium-font-on][style*=--USER__fontFamily] cite:not([xml\:lang]),
314
+ :root[style*=readium-font-on][style*=--USER__fontFamily] b:not([lang]),
315
+ :root[style*=readium-font-on][style*=--USER__fontFamily] b:not([xml\:lang]),
316
+ :root[style*=readium-font-on][style*=--USER__fontFamily] strong:not([lang]),
317
+ :root[style*=readium-font-on][style*=--USER__fontFamily] strong:not([xml\:lang]),
318
+ :root[style*=readium-font-on][style*=--USER__fontFamily] span:not([lang]),
319
+ :root[style*=readium-font-on][style*=--USER__fontFamily] span:not([xml\:lang]) {
320
+ font-family: inherit !important;
321
+ }
322
+ :root[style*=readium-font-on][style*=AccessibleDfA] {
323
+ font-family:
324
+ AccessibleDfA,
325
+ Verdana,
326
+ Tahoma,
327
+ "Trebuchet MS",
328
+ sans-serif !important;
329
+ --RS__lineHeightCompensation: 1.167;
330
+ }
331
+ :root[style*=readium-font-on][style*="IA Writer Duospace"] {
332
+ font-family:
333
+ "IA Writer Duospace",
334
+ Menlo,
335
+ "DejaVu Sans Mono",
336
+ "Bitstream Vera Sans Mono",
337
+ Courier,
338
+ monospace !important;
339
+ --RS__lineHeightCompensation: 1.167;
340
+ }
341
+ :root[style*=readium-font-on][style*=readium-a11y-on] {
342
+ font-family: var(--USER__fontFamily) !important;
343
+ --RS__lineHeightCompensation: 1.167;
344
+ }
345
+ :root[style*=readium-font-on][style*=AccessibleDfA],
346
+ :root[style*=readium-font-on][style*="IA Writer Duospace"],
347
+ :root[style*=readium-font-on][style*=readium-a11y-on] {
348
+ font-style: normal !important;
349
+ font-weight: normal !important;
350
+ }
351
+ :root[style*=readium-font-on][style*=AccessibleDfA] *:not(code):not(var):not(kbd):not(samp),
352
+ :root[style*=readium-font-on][style*="IA Writer Duospace"] *:not(code):not(var):not(kbd):not(samp),
353
+ :root[style*=readium-font-on][style*=readium-a11y-on] *:not(code):not(var):not(kbd):not(samp) {
354
+ font-family: inherit !important;
355
+ font-style: inherit !important;
356
+ font-weight: inherit !important;
357
+ }
358
+ :root[style*=readium-font-on][style*=AccessibleDfA] *,
359
+ :root[style*=readium-font-on][style*="IA Writer Duospace"] *,
360
+ :root[style*=readium-font-on][style*=readium-a11y-on] * {
361
+ text-decoration: none !important;
362
+ font-variant-caps: normal !important;
363
+ font-variant-numeric: normal !important;
364
+ font-variant-position: normal !important;
365
+ }
366
+ :root[style*=readium-font-on][style*=AccessibleDfA] sup,
367
+ :root[style*=readium-font-on][style*="IA Writer Duospace"] sup,
368
+ :root[style*=readium-font-on][style*=readium-a11y-on] sup,
369
+ :root[style*=readium-font-on][style*=AccessibleDfA] sub,
370
+ :root[style*=readium-font-on][style*="IA Writer Duospace"] sub,
371
+ :root[style*=readium-font-on][style*=readium-a11y-on] sub {
372
+ font-size: 1rem !important;
373
+ vertical-align: baseline !important;
374
+ }
375
+ :root[style*=--USER__fontSize] {
376
+ font-size: var(--USER__fontSize) !important;
377
+ }
378
+ :root[style*=readium-advanced-on][style*=--USER__lineHeight] {
379
+ line-height: var(--USER__lineHeight) !important;
380
+ }
381
+ :root[style*=readium-advanced-on][style*=--USER__lineHeight] body,
382
+ :root[style*=readium-advanced-on][style*=--USER__lineHeight] p,
383
+ :root[style*=readium-advanced-on][style*=--USER__lineHeight] li,
384
+ :root[style*=readium-advanced-on][style*=--USER__lineHeight] div {
385
+ line-height: inherit;
386
+ }
387
+ :root[style*=readium-advanced-on][style*=--USER__paraSpacing] p {
388
+ margin-top: var(--USER__paraSpacing) !important;
389
+ margin-bottom: var(--USER__paraSpacing) !important;
390
+ }
391
+ :root[style*=readium-advanced-on][style*=--USER__paraIndent] p {
392
+ text-indent: var(--USER__paraIndent) !important;
393
+ }
394
+ :root[style*=readium-advanced-on][style*=--USER__paraIndent] p *,
395
+ :root[style*=readium-advanced-on][style*=--USER__paraIndent] p:first-letter {
396
+ text-indent: 0 !important;
397
+ }
398
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h1,
399
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h2,
400
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h3,
401
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h4,
402
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h5,
403
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] h6,
404
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] p,
405
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] li,
406
+ :root[style*=readium-advanced-on][style*=--USER__wordSpacing] div {
407
+ word-spacing: var(--USER__wordSpacing);
408
+ }
409
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h1,
410
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h2,
411
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h3,
412
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h4,
413
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h5,
414
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] h6,
415
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] p,
416
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] li,
417
+ :root[style*=readium-advanced-on][style*=--USER__letterSpacing] div {
418
+ letter-spacing: var(--USER__letterSpacing);
419
+ font-variant: none;
420
+ }
421
+ :root[style*=readium-advanced-on] {
422
+ --USER__typeScale: 1.2;
423
+ }
424
+ :root[style*=readium-advanced-on] p,
425
+ :root[style*=readium-advanced-on] li,
426
+ :root[style*=readium-advanced-on] div,
427
+ :root[style*=readium-advanced-on] pre,
428
+ :root[style*=readium-advanced-on] dd {
429
+ font-size: 1rem !important;
430
+ }
431
+ :root[style*=readium-advanced-on] h1 {
432
+ font-size: 1.75rem !important;
433
+ font-size: calc(((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) * var(--USER__typeScale)) !important;
434
+ }
435
+ :root[style*=readium-advanced-on] h2 {
436
+ font-size: 1.5rem !important;
437
+ font-size: calc((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) !important;
438
+ }
439
+ :root[style*=readium-advanced-on] h3 {
440
+ font-size: 1.25rem !important;
441
+ font-size: calc(1rem * var(--USER__typeScale)) !important;
442
+ }
443
+ :root[style*=readium-advanced-on] h4,
444
+ :root[style*=readium-advanced-on] h5,
445
+ :root[style*=readium-advanced-on] h6 {
446
+ font-size: 1rem !important;
447
+ }
448
+ :root[style*=readium-advanced-on] small {
449
+ font-size: smaller !important;
450
+ }
451
+ :root[style*=readium-advanced-on] sub,
452
+ :root[style*=readium-advanced-on] sup {
453
+ font-size: 67.5% !important;
454
+ }
455
+ :root[style*=readium-advanced-on][style*=--USER__typeScale] h1 {
456
+ font-size: calc(((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) * var(--USER__typeScale)) !important;
457
+ }
458
+ :root[style*=readium-advanced-on][style*=--USER__typeScale] h2 {
459
+ font-size: calc((1rem * var(--USER__typeScale)) * var(--USER__typeScale)) !important;
460
+ }
461
+ :root[style*=readium-advanced-on][style*=--USER__typeScale] h3 {
462
+ font-size: calc(1rem * var(--USER__typeScale)) !important;
463
+ }
464
+ .readiumCSS-yellow-highlight,
465
+ :root[style*=readium-sepia-on] .readiumCSS-yellow-highlight,
466
+ :root[style*=readium-night-on] .readiumCSS-yellow-highlight {
467
+ background-color: rgba(255, 255, 0, 0.5) !important;
468
+ }
469
+ .readiumCSS-green-highlight,
470
+ :root[style*=readium-sepia-on] .readiumCSS-green-highlight,
471
+ :root[style*=readium-night-on] .readiumCSS-green-highlight {
472
+ background-color: rgba(0, 255, 0, 0.5) !important;
473
+ }
474
+ .readiumCSS-orange-highlight,
475
+ :root[style*=readium-sepia-on] .readiumCSS-orange-highlight,
476
+ :root[style*=readium-night-on] .readiumCSS-orange-highlight {
477
+ background-color: rgba(255, 165, 0, 0.5) !important;
478
+ }
479
+ .readiumCSS-pink-highlight,
480
+ :root[style*=readium-sepia-on] .readiumCSS-pink-highlight,
481
+ :root[style*=readium-night-on] .readiumCSS-pink-highlight {
482
+ background-color: rgba(255, 105, 180, 0.5) !important;
483
+ }
484
+ .readiumCSS-mo-active-default {
485
+ color: black !important;
486
+ background-color: yellow !important;
487
+ }
488
+ /*# sourceMappingURL=ReadiumCSS-after.css.map */