@nypl/web-reader 0.3.3 → 1.1.0-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/ServiceWorker/sw.js +1 -1
- package/dist/cjs/ServiceWorker/sw.js.map +2 -2
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +3 -3
- package/dist/cjs/index.js +26 -160
- package/dist/cjs/index.js.map +3 -3
- package/dist/esm/ServiceWorker/sw.js +14 -21
- package/dist/esm/ServiceWorker/sw.js.map +2 -2
- package/dist/esm/index.css +0 -1124
- package/dist/esm/index.css.map +3 -3
- package/dist/esm/index.js +2658 -60852
- package/dist/esm/index.js.map +3 -3
- package/dist/injectable-html-styles.css +1 -1
- package/dist/injectable-html-styles.css.map +3 -3
- package/dist/types/HtmlReader/effects.d.ts +17 -0
- package/dist/types/HtmlReader/index.d.ts +16 -30
- package/dist/types/HtmlReader/lib.d.ts +112 -0
- package/dist/types/HtmlReader/reducer.d.ts +8 -0
- package/dist/types/HtmlReader/types.d.ts +109 -0
- package/dist/types/HtmlReader/useIframeLinkClick.d.ts +3 -0
- package/dist/types/HtmlReader/useLocationQuery.d.ts +8 -0
- package/dist/types/HtmlReader/useResource.d.ts +13 -0
- package/dist/types/HtmlReader/useUpdateCSS.d.ts +7 -0
- package/dist/types/HtmlReader/useUpdateScroll.d.ts +6 -0
- package/dist/types/HtmlReader/useWindowResize.d.ts +6 -0
- package/dist/types/Readium/Injectable.d.ts +11 -0
- package/dist/types/Readium/Locator.d.ts +20 -0
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/types.d.ts +21 -1
- package/dist/types/ui/LoadingSkeleton.d.ts +4 -0
- package/package.json +8 -7
- package/dist/types/HtmlReader/HtmlReaderContent.d.ts +0 -7
package/dist/cjs/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-color:#0036ff21;border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}:root{-webkit-text-size-adjust:100%;zoom:reset}body{margin:0 auto}ul li,ol li{list-style:none}button{background:#fff;border:0;color:#5b5852;padding:.35rem .35rem .2rem;margin:0;-webkit-appearance:none}a{color:#5b5852;text-decoration:none}.inactive{opacity:0;z-index:-3000}.active{opacity:1;z-index:3000}#viewer{padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left);box-sizing:border-box}#reader-info-bottom-flex{bottom:0px;position:fixed;width:100%;display:flex}#reader-info-bottom{bottom:0px;position:fixed;width:100%}.info{color:#5b5852;margin:0;padding:0 1.5rem;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.info.top{line-height:3;padding-top:env(safe-area-inset-top);min-height:3.6rem}.info.bottom{line-height:2;padding-bottom:env(safe-area-inset-bottom)}.info .chapter-position,.info .chapter-title,.info .remaining-positions{font-size:.85rem;font-variant-numeric:lining-nums tabular-nums}#iframe-wrapper iframe{border:none;overflow:overlay;opacity:0}[data-viewer-theme=day]{background-color:#fff}[data-viewer-theme=sepia]{background-color:#faf4e8}[data-viewer-theme=sepia] button{background:#faf4e8;color:#5b5852}[data-viewer-theme=sepia] a{color:#5b5852}[data-viewer-theme=sepia] .info{color:#5b5852}[data-viewer-theme=night]{background-color:#000;color:#fff}[data-viewer-theme=night] button{background:#000000;color:#dadada}[data-viewer-theme=night] a{color:#dadada}[data-viewer-theme=night] .info{color:#dadada}@-webkit-keyframes load{0%{transform:translate(-2.5rem,-2.5rem) rotate(0)}to{transform:translate(-2.5rem,-2.5rem) rotate(360deg)}}@keyframes load{0%{transform:translate(-2.5rem,-2.5rem) rotate(0)}to{transform:translate(-2.5rem,-2.5rem) rotate(360deg)}}.loading.is-loading .icon{animation:load 1s ease-in-out infinite}.loading{position:fixed;width:100%;height:100vh;top:0;z-index:10;background-color:#ffffffe6;color:#5b5852;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.loading .icon{display:block;position:absolute;top:50%;left:50%;width:3rem;height:3rem;transform:translate(-50%,-50%);fill:#9e9e9e}[data-viewer-theme=sepia] .loading{background-color:#faf4e8e6}[data-viewer-theme=night] .loading{background-color:#1a1a1a;color:#dadada}[data-viewer-theme=night] .loading .icon{fill:#dadada}.error{z-index:20;background-color:#ffffffdf;color:#d0343a;height:100%;top:0;padding-top:40vh;position:fixed;text-align:center;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.error .reader-icon{display:block;width:3rem;height:3rem;fill:#d0343a;margin:0 auto}.error span{display:block;margin-bottom:.75rem;font-size:1.2rem}.error button{color:#d0343a;border:1px solid #d0343a;border-radius:5px;font-size:1rem;font-weight:700;padding:.75rem 1rem}.error button+button{margin-left:1rem}[data-viewer-theme=sepia] .error{background-color:#faf4e8df}[data-viewer-theme=sepia] .error button{background-color:#fff;color:#d0343a;border:1px solid #d0343a}[data-viewer-theme=night] .error{background-color:#000000df}[data-viewer-theme=night] .error button{background-color:#1a1a1a;color:#d0343a;border:1px solid #d0343a}.sidenav-toc .chapter-link{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidenav-toc .chapter-title{padding:0 16px;font-size:14px;color:#d3d3d3}.contents-view,.pageList-view,.landmarks-view{background-color:#fff;overflow:scroll;top:3.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contents-view ol li,.contents-view ul li,.pageList-view ol li,.pageList-view ul li,.landmarks-view ol li,.landmarks-view ul li{margin-top:0}.contents-view ol li a,.contents-view ul li a,.pageList-view ol li a,.pageList-view ul li a,.landmarks-view ol li a,.landmarks-view ul li a{color:#5b5852;border-bottom:1px solid #cccccc;display:block;padding:1rem;text-decoration:none;width:100%}@media screen and (min-width: 60rem){.contents-view ol li a:hover,.contents-view ul li a:hover,.pageList-view ol li a:hover,.pageList-view ul li a:hover,.landmarks-view ol li a:hover,.landmarks-view ul li a:hover{background:#5B5852;color:#111}}.contents-view ol li a.active,.contents-view ul li a.active,.pageList-view ol li a.active,.pageList-view ul li a.active,.landmarks-view ol li a.active,.landmarks-view ul li a.active{background:#DADADA;color:#111}.contents-view ol li a.active:hover,.contents-view ul li a.active:hover,.pageList-view ol li a.active:hover,.pageList-view ul li a.active:hover,.landmarks-view ol li a.active:hover,.landmarks-view ul li a.active:hover{background:#111;color:#dadada}.contents-view ol li span,.contents-view ul li span,.pageList-view ol li span,.pageList-view ul li span,.landmarks-view ol li span,.landmarks-view ul li span{color:#5b5852;border-bottom:1px solid #cccccc;display:block;padding:1rem;text-decoration:none;width:100%}[data-viewer-theme=sepia] .contents-view,[data-viewer-theme=sepia] .pageList-view,[data-viewer-theme=sepia] .landmarks-view{background-color:#faf4e8}[data-viewer-theme=sepia] .contents-view ol li a,[data-viewer-theme=sepia] .contents-view ul li a,[data-viewer-theme=sepia] .pageList-view ol li a,[data-viewer-theme=sepia] .pageList-view ul li a,[data-viewer-theme=sepia] .landmarks-view ol li a,[data-viewer-theme=sepia] .landmarks-view ul li a{color:#5b5852;border-bottom:1px solid #e8cc94}@media screen and (min-width: 60rem){[data-viewer-theme=sepia] .contents-view ol li a:hover,[data-viewer-theme=sepia] .contents-view ul li a:hover,[data-viewer-theme=sepia] .pageList-view ol li a:hover,[data-viewer-theme=sepia] .pageList-view ul li a:hover,[data-viewer-theme=sepia] .landmarks-view ol li a:hover,[data-viewer-theme=sepia] .landmarks-view ul li a:hover{background:#5B5852;color:#faf4e8}}[data-viewer-theme=sepia] .contents-view ol li a.active,[data-viewer-theme=sepia] .contents-view ul li a.active,[data-viewer-theme=sepia] .pageList-view ol li a.active,[data-viewer-theme=sepia] .pageList-view ul li a.active,[data-viewer-theme=sepia] .landmarks-view ol li a.active,[data-viewer-theme=sepia] .landmarks-view ul li a.active{background:#DADADA;color:#111}[data-viewer-theme=sepia] .contents-view ol li a.active:hover,[data-viewer-theme=sepia] .contents-view ul li a.active:hover,[data-viewer-theme=sepia] .pageList-view ol li a.active:hover,[data-viewer-theme=sepia] .pageList-view ul li a.active:hover,[data-viewer-theme=sepia] .landmarks-view ol li a.active:hover,[data-viewer-theme=sepia] .landmarks-view ul li a.active:hover{background:#111;color:#dadada}[data-viewer-theme=sepia] .contents-view ol li span,[data-viewer-theme=sepia] .contents-view ul li span,[data-viewer-theme=sepia] .pageList-view ol li span,[data-viewer-theme=sepia] .pageList-view ul li span,[data-viewer-theme=sepia] .landmarks-view ol li span,[data-viewer-theme=sepia] .landmarks-view ul li span{color:#5b5852;border-bottom:1px solid #e8cc94}[data-viewer-theme=night] .contents-view,[data-viewer-theme=night] .pageList-view,[data-viewer-theme=night] .landmarks-view{background-color:#000}[data-viewer-theme=night] .contents-view ol li a,[data-viewer-theme=night] .contents-view ul li a,[data-viewer-theme=night] .pageList-view ol li a,[data-viewer-theme=night] .pageList-view ul li a,[data-viewer-theme=night] .landmarks-view ol li a,[data-viewer-theme=night] .landmarks-view ul li a{color:#5b5852;border-bottom:1px solid #cccccc}@media screen and (min-width: 60rem){[data-viewer-theme=night] .contents-view ol li a:hover,[data-viewer-theme=night] .contents-view ul li a:hover,[data-viewer-theme=night] .pageList-view ol li a:hover,[data-viewer-theme=night] .pageList-view ul li a:hover,[data-viewer-theme=night] .landmarks-view ol li a:hover,[data-viewer-theme=night] .landmarks-view ul li a:hover{background:#5B5852;color:#fff}}[data-viewer-theme=night] .contents-view ol li a.active,[data-viewer-theme=night] .contents-view ul li a.active,[data-viewer-theme=night] .pageList-view ol li a.active,[data-viewer-theme=night] .pageList-view ul li a.active,[data-viewer-theme=night] .landmarks-view ol li a.active,[data-viewer-theme=night] .landmarks-view ul li a.active{background:#DADADA;color:#000}[data-viewer-theme=night] .contents-view ol li a.active:hover,[data-viewer-theme=night] .contents-view ul li a.active:hover,[data-viewer-theme=night] .pageList-view ol li a.active:hover,[data-viewer-theme=night] .pageList-view ul li a.active:hover,[data-viewer-theme=night] .landmarks-view ol li a.active:hover,[data-viewer-theme=night] .landmarks-view ul li a.active:hover{background:#000000;color:#dadada}[data-viewer-theme=night] .contents-view ol li span,[data-viewer-theme=night] .contents-view ul li span,[data-viewer-theme=night] .pageList-view ol li span,[data-viewer-theme=night] .pageList-view ul li span,[data-viewer-theme=night] .landmarks-view ol li span,[data-viewer-theme=night] .landmarks-view ul li span{color:#dadada;border-bottom:1px solid #333333}.settings-view>.settings-menu{outline:none}.settings-view>.settings-menu button{background-color:#fff;border:.0625rem solid #DADADA;font-size:.75rem;letter-spacing:.07rem;padding:.5rem 1.5rem;text-transform:uppercase;margin:0;position:relative}.settings-view>.settings-menu button svg.checkedIcon{color:#fff;display:none;fill:#fff;height:.9rem;width:.9rem}.settings-view>.settings-menu button.active{color:#fff;background-color:#9e9e9e}.settings-view>.settings-menu button.active svg.checkedIcon{display:inline-block;margin:0;position:absolute;top:50%;transform:translateY(-55%);right:.35rem;vertical-align:text-bottom}.settings-view>.settings-menu>li{border:0;background-color:#fff;color:#5b5852;display:block;margin:.5rem 0;padding:0;text-align:center}.settings-view>.settings-menu .settings-options{padding-left:0;display:flex}.settings-view>.settings-menu .settings-options li{border:0;display:flex;margin:0;width:auto;flex:1 1 auto}.settings-view>.settings-menu .settings-options li button{width:100%;text-overflow:ellipsis}.settings-view>.settings-menu .settings-options button.publisher-font{border-top-right-radius:0;border-bottom-right-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options button.serif-font{border-radius:0}.settings-view>.settings-menu .settings-options button.sans-font{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options button.decrease{border-top-right-radius:0;border-bottom-right-radius:0;border-left:0}.settings-view>.settings-menu .settings-options button.increase{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options button.day-theme{background-color:#fff;border-top-right-radius:0;border-bottom-right-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options button.day-theme.active{color:#111}.settings-view>.settings-menu .settings-options button.day-theme.active svg.checkedIcon{fill:#111}.settings-view>.settings-menu .settings-options button.sepia-theme{background-color:#faf4e8;border-radius:0}.settings-view>.settings-menu .settings-options button.sepia-theme.active{color:#111}.settings-view>.settings-menu .settings-options button.sepia-theme.active svg.checkedIcon{fill:#111}.settings-view>.settings-menu .settings-options button.night-theme{background-color:#111;color:#fff;border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options button.night-theme.active{color:#fff}.settings-view>.settings-menu .settings-options button.night-theme.active svg.checkedIcon{fill:#fff}.settings-view>.settings-menu .settings-options button.columns-paginated-view{border-top-right-radius:0;border-bottom-right-radius:0;border-left:0}.settings-view>.settings-menu .settings-options button.scrolling-book-view{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0;border-right:0}.settings-view>.settings-menu .settings-options .icon{color:#5b5852;fill:#5b5852;height:1.75rem;width:1.75rem}@media (min-width: 30rem){.settings-view>.settings-menu .settings-options .icon{height:1.5rem;width:1.5rem}}[data-viewer-theme=night] .settings-view>.settings-menu{outline:none}[data-viewer-theme=night] .settings-view>.settings-menu button{color:#5b5852}[data-viewer-theme=night] .settings-view>.settings-menu button svg.checkedIcon{color:#000;fill:#000}[data-viewer-theme=night] .settings-view>.settings-menu button.active{color:#fff;background-color:#9e9e9e}[data-viewer-theme=night] .settings-view>.settings-menu button.day-theme{background-color:#fff}[data-viewer-theme=night] .settings-view>.settings-menu button.sepia-theme{background-color:#faf4e8}[data-viewer-theme=night] .settings-view>.settings-menu button.night-theme{background-color:#111;color:#fff}[data-viewer-theme=night] .settings-view>.settings-menu>li{border:0;background-color:#1a1a1a;color:#111}[data-viewer-theme=sepia] .settings-view>.settings-menu{outline:none}[data-viewer-theme=sepia] .settings-view>.settings-menu button{color:#5b5852}[data-viewer-theme=sepia] .settings-view>.settings-menu button svg.checkedIcon{color:#faf4e8;fill:#faf4e8}[data-viewer-theme=sepia] .settings-view>.settings-menu button.active{color:#fff;background-color:#9e9e9e}[data-viewer-theme=sepia] .settings-view>.settings-menu button.day-theme{background-color:#fff}[data-viewer-theme=sepia] .settings-view>.settings-menu button.sepia-theme{background-color:#faf4e8}[data-viewer-theme=sepia] .settings-view>.settings-menu button.night-theme{background-color:#111;color:#fff}[data-viewer-theme=sepia] .settings-view>.settings-menu>li{border:0;background-color:#fff;color:#111}.bookmarks-view,.highlights-view{background-color:#fff;overflow:scroll;top:3.5rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bookmarks-view ol li,.bookmarks-view ul li,.highlights-view ol li,.highlights-view ul li{margin-top:0}.bookmarks-view ol li a,.bookmarks-view ul li a,.highlights-view ol li a,.highlights-view ul li a{color:#5b5852;border-bottom:1px solid #cccccc;display:block;padding:1rem;text-decoration:none;width:100%}@media screen and (min-width: 60rem){.bookmarks-view ol li a:hover,.bookmarks-view ul li a:hover,.highlights-view ol li a:hover,.highlights-view ul li a:hover{background:#5B5852;color:#111}}.bookmarks-view ol li a.active,.bookmarks-view ul li a.active,.highlights-view ol li a.active,.highlights-view ul li a.active{background:#DADADA;color:#111}.bookmarks-view ol li a.active:hover,.bookmarks-view ul li a.active:hover,.highlights-view ol li a.active:hover,.highlights-view ul li a.active:hover{background:#111;color:#dadada}[data-viewer-theme=sepia] .bookmarks-view,[data-viewer-theme=sepia] .highlights-view{background-color:#faf4e8}[data-viewer-theme=sepia] .bookmarks-view ol li a,[data-viewer-theme=sepia] .bookmarks-view ul li a,[data-viewer-theme=sepia] .highlights-view ol li a,[data-viewer-theme=sepia] .highlights-view ul li a{color:#5b5852;border-bottom:1px solid #e8cc94}@media screen and (min-width: 60rem){[data-viewer-theme=sepia] .bookmarks-view ol li a:hover,[data-viewer-theme=sepia] .bookmarks-view ul li a:hover,[data-viewer-theme=sepia] .highlights-view ol li a:hover,[data-viewer-theme=sepia] .highlights-view ul li a:hover{background:#5B5852;color:#faf4e8}}[data-viewer-theme=sepia] .bookmarks-view ol li a.active,[data-viewer-theme=sepia] .bookmarks-view ul li a.active,[data-viewer-theme=sepia] .highlights-view ol li a.active,[data-viewer-theme=sepia] .highlights-view ul li a.active{background:#DADADA;color:#111}[data-viewer-theme=sepia] .bookmarks-view ol li a.active:hover,[data-viewer-theme=sepia] .bookmarks-view ul li a.active:hover,[data-viewer-theme=sepia] .highlights-view ol li a.active:hover,[data-viewer-theme=sepia] .highlights-view ul li a.active:hover{background:#111;color:#dadada}[data-viewer-theme=sepia] .bookmarks-view ol li span,[data-viewer-theme=sepia] .bookmarks-view ul li span,[data-viewer-theme=sepia] .highlights-view ol li span,[data-viewer-theme=sepia] .highlights-view ul li span{color:#5b5852;border-bottom:1px solid #e8cc94}[data-viewer-theme=night] .bookmarks-view,[data-viewer-theme=night] .highlights-view{background-color:#000}[data-viewer-theme=night] .bookmarks-view ol li a,[data-viewer-theme=night] .bookmarks-view ul li a,[data-viewer-theme=night] .highlights-view ol li a,[data-viewer-theme=night] .highlights-view ul li a{color:#5b5852;border-bottom:1px solid #cccccc}@media screen and (min-width: 60rem){[data-viewer-theme=night] .bookmarks-view ol li a:hover,[data-viewer-theme=night] .bookmarks-view ul li a:hover,[data-viewer-theme=night] .highlights-view ol li a:hover,[data-viewer-theme=night] .highlights-view ul li a:hover{background:#5B5852;color:#fff}}[data-viewer-theme=night] .bookmarks-view ol li a.active,[data-viewer-theme=night] .bookmarks-view ul li a.active,[data-viewer-theme=night] .highlights-view ol li a.active,[data-viewer-theme=night] .highlights-view ul li a.active{background:#DADADA;color:#000}[data-viewer-theme=night] .bookmarks-view ol li a.active:hover,[data-viewer-theme=night] .bookmarks-view ul li a.active:hover,[data-viewer-theme=night] .highlights-view ol li a.active:hover,[data-viewer-theme=night] .highlights-view ul li a.active:hover{background:#000000;color:#dadada}[data-viewer-theme=night] .bookmarks-view ol li span,[data-viewer-theme=night] .bookmarks-view ul li span,[data-viewer-theme=night] .highlights-view ol li span,[data-viewer-theme=night] .highlights-view ul li span{color:#dadada;border-bottom:1px solid #333333}:root{--RS__highlightColor: rgba(255, 255, 0, .5)}.sidenav-annotations .chapter-link{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidenav-annotations .chapter-title{padding:0 16px;font-size:14px;color:#d3d3d3}.sidenav-annotations ol{padding-left:24px}.sidenav-annotations li{position:relative}.sidenav-annotations li .delete{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.sidenav-annotations li .bookmark-link,.sidenav-annotations li .highlight-link{display:block;position:relative;padding-top:8px!important;padding-bottom:8px!important;line-height:1.25}.sidenav-annotations li .bookmark-link svg,.sidenav-annotations li .bookmark-link i,.sidenav-annotations li .highlight-link svg,.sidenav-annotations li .highlight-link i{left:4px;top:8px;position:absolute}.sidenav-annotations li .bookmark-link .title,.sidenav-annotations li .highlight-link .title{display:block}.sidenav-annotations li .bookmark-link .subtitle,.sidenav-annotations li .highlight-link .subtitle{display:block;line-height:20px;font-size:10px}.sidenav-annotations li .bookmark-link .timestamp,.sidenav-annotations li .highlight-link .timestamp{display:block;line-height:20px;font-size:8px}.highlight-toolbox{transform:translate(-50%,-100%);animation:toolsAnimateIn .1s ease-out both;transform-origin:bottom;z-index:999;position:relative;background:gainsboro;display:none;width:fit-content}.highlight-toolbox:before{content:"";position:absolute;width:.4rem;height:.4rem;bottom:-.2rem;left:calc(50% - .2rem);background-color:inherit;transform:rotate(45deg)}.highlight-toolbox>div>button{display:inline-block}.color-option span{display:inline-block;border-radius:50%;width:24px;height:24px;background:grey}@keyframes toolsAnimateIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}}.thumb{border-radius:50% 50% 50% 0!important;height:30px!important;width:30px!important;margin-left:-15px!important;top:-20px!important;left:50%}input[type=range]+.thumb .value{margin-top:-20px;font-size:10px;right:22px;position:absolute}input[type=checkbox] label{display:flex;flex-direction:row;align-items:center}input[type=checkbox]{position:relative!important;appearance:none;box-sizing:content-box;overflow:hidden}input[type=checkbox]:before{content:"";display:block;box-sizing:content-box;width:16px;height:16px;border:2px solid #ccc;transition:.2s border-color ease}input[type=checkbox]:checked:before{border-color:#101010;transition:.5s border-color ease}input[type=checkbox]:disabled:before{border-color:#ccc;background-color:#ccc}input[type=checkbox]:after{content:"";display:block;position:absolute;box-sizing:content-box;top:50%;left:50%;transform-origin:50% 50%;background-color:#101010;width:16px;height:16px;border-radius:100vh;transform:translate(-50%,-50%) scale(0)}input[type=checkbox][type=radio]:before{border-radius:100vh}input[type=checkbox][type=radio]:after{width:16px;height:16px;border-radius:100vh;transform:translate(-50%,-50%) scale(0)}input[type=checkbox][type=radio]:checked:after{animation:toggleOnRadio .2s ease forwards}input[type=checkbox][type=checkbox]:before{border-radius:4px}input[type=checkbox][type=checkbox]:after{width:9.6px;height:16px;border-radius:0;transform:translate(-50%,-85%) scale(0) rotate(45deg);background-color:transparent;box-shadow:4px 4px #101010}input[type=checkbox][type=checkbox]:checked:after{animation:toggleOnCheckbox .2s ease forwards}input[type=checkbox][type=checkbox].filled:before{border-radius:4px;transition:.2s border-color ease,.2s background-color ease}input[type=checkbox][type=checkbox].filled:checked:not(:disabled):before{background-color:#101010}input[type=checkbox][type=checkbox].filled:not(:disabled):after{box-shadow:4px 4px #fff}@keyframes toggleOnCheckbox{0%{opacity:0;transform:translate(-50%,-85%) scale(0) rotate(45deg)}70%{opacity:1;transform:translate(-50%,-85%) scale(.9) rotate(45deg)}to{transform:translate(-50%,-85%) scale(.8) rotate(45deg)}}@keyframes toggleOnRadio{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}70%{opacity:1;transform:translate(-50%,-50%) scale(.9)}to{transform:translate(-50%,-50%) scale(.8)}}.range-slider{width:100%}.range-slider__range{-webkit-appearance:none;width:calc(100% - (73px));height:10px;border-radius:5px;background:#d7dcdf;outline:none;padding:0;margin:0}.range-slider__range::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#2c3e50;cursor:pointer;transition:.15s ease-in-out}.range-slider__range::-webkit-slider-thumb:hover{background:#1abc9c}.range-slider__range:active::-webkit-slider-thumb{background:#1abc9c}.range-slider__range::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:#2c3e50;cursor:pointer;transition:.15s ease-in-out}.range-slider__range::-moz-range-thumb:hover{background:#1abc9c}.range-slider__range:active::-moz-range-thumb{background:#1abc9c}.range-slider__range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #fff,0 0 0 6px #1abc9c}.range-slider__range_settings{-webkit-appearance:none;width:100%;height:10px;border-radius:5px;background:#d7dcdf;outline:none;padding:0;margin:0}.range-slider__range_settings::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#2c3e50;cursor:pointer;transition:.15s ease-in-out}.range-slider__range_settings::-webkit-slider-thumb:hover{background:#1abc9c}.range-slider__range_settings:active::-webkit-slider-thumb{background:#1abc9c}.range-slider__range_settings::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:#2c3e50;cursor:pointer;transition:.15s ease-in-out}.range-slider__range_settings::-moz-range-thumb:hover{background:#1abc9c}.range-slider__range_settings:active::-moz-range-thumb{background:#1abc9c}.range-slider__range_settings:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #fff,0 0 0 6px #1abc9c}.range-slider__value{display:inline-block;position:relative;width:60px;color:#fff;line-height:20px;text-align:center;border-radius:3px;background:#2c3e50;padding:5px 10px;margin-left:8px}.range-slider__value:after{position:absolute;top:8px;left:-7px;width:0;height:0;border-top:7px solid transparent;border-right:7px solid #2c3e50;border-bottom:7px solid transparent;content:""}::-moz-range-track{background:#d7dcdf;border:0}input::-moz-focus-inner,input::-moz-focus-outer{border:0}@media only screen and (max-width: 600px){.timeline,.scrubber>input{display:none}}.scrubber{flex-grow:1;padding-right:20px;padding-left:20px}.timeline{position:fixed;top:1.5rem;left:2.5rem;bottom:1.5rem;width:1.25rem;display:flex;flex-direction:column}.timeline .chapter{border-left:6px solid transparent;transition:border-color .3s ease-out;background:#DADADA;border:1px solid #fff;border-radius:5px;position:relative}.timeline .chapter:hover{background-color:#dadada}.timeline .chapter:hover .chapter-tooltip{display:block}.timeline .chapter.active{background-color:#9e9e9e}.timeline .chapter-tooltip{display:none;position:absolute;left:2rem;top:50%;transform:translateY(-50%);background:#DADADA;padding:.25rem .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:22rem}
|
|
1
|
+
.annotationLayer section{position:absolute}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-color:#0036ff21;border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:1px solid transparent;cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:1px solid transparent}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:115%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}
|
|
2
2
|
/*# sourceMappingURL=index.css.map */
|
package/dist/cjs/index.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css"
|
|
4
|
-
"sourcesContent": ["/* Copyright 2014 Mozilla Foundation\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n.annotationLayer section {\n position: absolute;\n}\n\n.annotationLayer .linkAnnotation > a,\n.annotationLayer .buttonWidgetAnnotation.pushButton > a {\n position: absolute;\n font-size: 1em;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.annotationLayer .linkAnnotation > a:hover,\n.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {\n opacity: 0.2;\n background: #ff0;\n box-shadow: 0px 2px 10px #ff0;\n}\n\n.annotationLayer .textAnnotation img {\n position: absolute;\n cursor: pointer;\n}\n\n.annotationLayer .textWidgetAnnotation input,\n.annotationLayer .textWidgetAnnotation textarea,\n.annotationLayer .choiceWidgetAnnotation select,\n.annotationLayer .buttonWidgetAnnotation.checkBox input,\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n background-color: rgba(0, 54, 255, 0.13);\n border: 1px solid transparent;\n box-sizing: border-box;\n font-size: 9px;\n height: 100%;\n margin: 0;\n padding: 0 3px;\n vertical-align: top;\n width: 100%;\n}\n\n.annotationLayer .choiceWidgetAnnotation select option {\n padding: 0;\n}\n\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n border-radius: 50%;\n}\n\n.annotationLayer .textWidgetAnnotation textarea {\n font: message-box;\n font-size: 9px;\n resize: none;\n}\n\n.annotationLayer .textWidgetAnnotation input[disabled],\n.annotationLayer .textWidgetAnnotation textarea[disabled],\n.annotationLayer .choiceWidgetAnnotation select[disabled],\n.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],\n.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {\n background: none;\n border: 1px solid transparent;\n cursor: not-allowed;\n}\n\n.annotationLayer .textWidgetAnnotation input:hover,\n.annotationLayer .textWidgetAnnotation textarea:hover,\n.annotationLayer .choiceWidgetAnnotation select:hover,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,\n.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {\n border: 1px solid #000;\n}\n\n.annotationLayer .textWidgetAnnotation input:focus,\n.annotationLayer .textWidgetAnnotation textarea:focus,\n.annotationLayer .choiceWidgetAnnotation select:focus {\n background: none;\n border: 1px solid transparent;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,\n.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {\n background-color: #000;\n content: '';\n display: block;\n position: absolute;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {\n height: 80%;\n left: 45%;\n width: 1px;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {\n transform: rotate(45deg);\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {\n transform: rotate(-45deg);\n}\n\n.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {\n border-radius: 50%;\n height: 50%;\n left: 30%;\n top: 20%;\n width: 50%;\n}\n\n.annotationLayer .textWidgetAnnotation input.comb {\n font-family: monospace;\n padding-left: 2px;\n padding-right: 0;\n}\n\n.annotationLayer .textWidgetAnnotation input.comb:focus {\n /*\n * Letter spacing is placed on the right side of each character. Hence, the\n * letter spacing of the last character may be placed outside the visible\n * area, causing horizontal scrolling. We avoid this by extending the width\n * when the element has focus and revert this when it loses focus.\n */\n width: 115%;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input,\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n appearance: none;\n padding: 0;\n}\n\n.annotationLayer .popupWrapper {\n position: absolute;\n width: 20em;\n}\n\n.annotationLayer .popup {\n position: absolute;\n z-index: 200;\n max-width: 20em;\n background-color: #FFFF99;\n box-shadow: 0px 2px 5px #888;\n border-radius: 2px;\n padding: 6px;\n margin-left: 5px;\n cursor: pointer;\n font: message-box;\n font-size: 9px;\n word-wrap: break-word;\n}\n\n.annotationLayer .popup > * {\n font-size: 9px;\n}\n\n.annotationLayer .popup h1 {\n display: inline-block;\n}\n\n.annotationLayer .popup span {\n display: inline-block;\n margin-left: 5px;\n}\n\n.annotationLayer .popup p {\n border-top: 1px solid #333;\n margin-top: 2px;\n padding-top: 2px;\n}\n\n.annotationLayer .highlightAnnotation,\n.annotationLayer .underlineAnnotation,\n.annotationLayer .squigglyAnnotation,\n.annotationLayer .strikeoutAnnotation,\n.annotationLayer .freeTextAnnotation,\n.annotationLayer .lineAnnotation svg line,\n.annotationLayer .squareAnnotation svg rect,\n.annotationLayer .circleAnnotation svg ellipse,\n.annotationLayer .polylineAnnotation svg polyline,\n.annotationLayer .polygonAnnotation svg polygon,\n.annotationLayer .caretAnnotation,\n.annotationLayer .inkAnnotation svg polyline,\n.annotationLayer .stampAnnotation,\n.annotationLayer .fileAttachmentAnnotation {\n cursor: pointer;\n}\n", "/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n:root {\n -webkit-text-size-adjust: 100%;\n zoom: reset; }\n\nbody {\n margin: 0 auto; }\n\nul li,\nol li {\n list-style: none; }\n\nbutton {\n background: #fff;\n border: 0;\n color: #5B5852;\n padding: 0.35rem 0.35rem 0.2rem;\n margin: 0;\n -webkit-appearance: none; }\n\na {\n color: #5B5852;\n text-decoration: none; }\n\n.inactive {\n opacity: 0;\n z-index: -3000; }\n\n.active {\n opacity: 1;\n z-index: 3000; }\n\n#viewer {\n padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);\n box-sizing: border-box; }\n\n#reader-info-bottom-flex {\n bottom: 0px;\n position: fixed;\n width: 100%;\n display: flex; }\n\n#reader-info-bottom {\n bottom: 0px;\n position: fixed;\n width: 100%; }\n\n.info {\n color: #5B5852;\n margin: 0;\n padding: 0 1.5rem;\n overflow: hidden;\n text-align: center;\n text-overflow: ellipsis;\n white-space: nowrap;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: default; }\n .info.top {\n line-height: 3;\n padding-top: env(safe-area-inset-top);\n min-height: 3.6rem; }\n .info.bottom {\n line-height: 2;\n padding-bottom: env(safe-area-inset-bottom); }\n .info .chapter-position,\n .info .chapter-title,\n .info .remaining-positions {\n font-size: 0.85rem;\n font-variant-numeric: lining-nums tabular-nums; }\n\n#iframe-wrapper iframe {\n border: none;\n overflow: overlay;\n opacity: 0; }\n\n[data-viewer-theme=\"day\"] {\n background-color: #fff; }\n\n[data-viewer-theme=\"sepia\"] {\n background-color: #faf4e8; }\n [data-viewer-theme=\"sepia\"] button {\n background: #faf4e8;\n color: #5B5852; }\n [data-viewer-theme=\"sepia\"] a {\n color: #5B5852; }\n [data-viewer-theme=\"sepia\"] .info {\n color: #5B5852; }\n\n[data-viewer-theme=\"night\"] {\n background-color: #000000;\n color: #fff; }\n [data-viewer-theme=\"night\"] button {\n background: #000000;\n color: #DADADA; }\n [data-viewer-theme=\"night\"] a {\n color: #DADADA; }\n [data-viewer-theme=\"night\"] .info {\n color: #DADADA; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n@-webkit-keyframes load {\n 0% {\n transform: translate(-2.5rem, -2.5rem) rotate(0deg); }\n 100% {\n transform: translate(-2.5rem, -2.5rem) rotate(360deg); } }\n\n@keyframes load {\n 0% {\n transform: translate(-2.5rem, -2.5rem) rotate(0deg); }\n 100% {\n transform: translate(-2.5rem, -2.5rem) rotate(360deg); } }\n\n.loading.is-loading .icon {\n animation: load 1s ease-in-out infinite; }\n\n.loading {\n position: fixed;\n width: 100%;\n height: 100vh;\n top: 0;\n z-index: 10;\n background-color: rgba(255, 255, 255, 0.9);\n color: #5B5852;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: default; }\n .loading .icon {\n display: block;\n position: absolute;\n top: 50%;\n left: 50%;\n width: 3rem;\n height: 3rem;\n transform: translate(-50%, -50%);\n fill: #9e9e9e; }\n\n[data-viewer-theme=\"sepia\"] .loading {\n background-color: rgba(250, 244, 232, 0.9); }\n\n[data-viewer-theme=\"night\"] .loading {\n background-color: #1a1a1a;\n color: #DADADA; }\n [data-viewer-theme=\"night\"] .loading .icon {\n fill: #DADADA; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n.error {\n z-index: 20;\n background-color: rgba(255, 255, 255, 0.875);\n color: #d0343a;\n height: 100%;\n top: 0;\n padding-top: 40vh;\n position: fixed;\n text-align: center;\n width: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: default; }\n .error .reader-icon {\n display: block;\n width: 3rem;\n height: 3rem;\n fill: #d0343a;\n margin: 0 auto; }\n .error span {\n display: block;\n margin-bottom: 0.75rem;\n font-size: 1.2rem; }\n .error button {\n color: #d0343a;\n border: 1px solid #d0343a;\n border-radius: 5px;\n font-size: 1rem;\n font-weight: 700;\n padding: 0.75rem 1rem; }\n .error button + button {\n margin-left: 1rem; }\n\n[data-viewer-theme=\"sepia\"] .error {\n background-color: rgba(250, 244, 232, 0.875); }\n [data-viewer-theme=\"sepia\"] .error button {\n background-color: #fff;\n color: #d0343a;\n border: 1px solid #d0343a; }\n\n[data-viewer-theme=\"night\"] .error {\n background-color: rgba(0, 0, 0, 0.875); }\n [data-viewer-theme=\"night\"] .error button {\n background-color: #1a1a1a;\n color: #d0343a;\n border: 1px solid #d0343a; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n.sidenav-toc .chapter-link {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis; }\n\n.sidenav-toc .chapter-title {\n padding: 0 16px;\n font-size: 14px;\n color: lightgray; }\n\n.contents-view, .pageList-view, .landmarks-view {\n background-color: #fff;\n overflow: scroll;\n top: 3.5rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .contents-view ol li,\n .contents-view ul li, .pageList-view ol li,\n .pageList-view ul li, .landmarks-view ol li,\n .landmarks-view ul li {\n margin-top: 0; }\n .contents-view ol li a,\n .contents-view ul li a, .pageList-view ol li a,\n .pageList-view ul li a, .landmarks-view ol li a,\n .landmarks-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #cccccc;\n display: block;\n padding: 1rem;\n text-decoration: none;\n width: 100%; }\n @media screen and (min-width: 60rem) {\n .contents-view ol li a:hover,\n .contents-view ul li a:hover, .pageList-view ol li a:hover,\n .pageList-view ul li a:hover, .landmarks-view ol li a:hover,\n .landmarks-view ul li a:hover {\n background: #5B5852;\n color: #111; } }\n .contents-view ol li a.active,\n .contents-view ul li a.active, .pageList-view ol li a.active,\n .pageList-view ul li a.active, .landmarks-view ol li a.active,\n .landmarks-view ul li a.active {\n background: #DADADA;\n color: #111; }\n .contents-view ol li a.active:hover,\n .contents-view ul li a.active:hover, .pageList-view ol li a.active:hover,\n .pageList-view ul li a.active:hover, .landmarks-view ol li a.active:hover,\n .landmarks-view ul li a.active:hover {\n background: #111;\n color: #DADADA; }\n .contents-view ol li span,\n .contents-view ul li span, .pageList-view ol li span,\n .pageList-view ul li span, .landmarks-view ol li span,\n .landmarks-view ul li span {\n color: #5B5852;\n border-bottom: 1px solid #cccccc;\n display: block;\n padding: 1rem;\n text-decoration: none;\n width: 100%; }\n\n[data-viewer-theme=\"sepia\"] .contents-view, [data-viewer-theme=\"sepia\"] .pageList-view, [data-viewer-theme=\"sepia\"] .landmarks-view {\n background-color: #faf4e8; }\n [data-viewer-theme=\"sepia\"] .contents-view ol li a,\n [data-viewer-theme=\"sepia\"] .contents-view ul li a, [data-viewer-theme=\"sepia\"] .pageList-view ol li a,\n [data-viewer-theme=\"sepia\"] .pageList-view ul li a, [data-viewer-theme=\"sepia\"] .landmarks-view ol li a,\n [data-viewer-theme=\"sepia\"] .landmarks-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #e8cc94; }\n @media screen and (min-width: 60rem) {\n [data-viewer-theme=\"sepia\"] .contents-view ol li a:hover,\n [data-viewer-theme=\"sepia\"] .contents-view ul li a:hover, [data-viewer-theme=\"sepia\"] .pageList-view ol li a:hover,\n [data-viewer-theme=\"sepia\"] .pageList-view ul li a:hover, [data-viewer-theme=\"sepia\"] .landmarks-view ol li a:hover,\n [data-viewer-theme=\"sepia\"] .landmarks-view ul li a:hover {\n background: #5B5852;\n color: #faf4e8; } }\n [data-viewer-theme=\"sepia\"] .contents-view ol li a.active,\n [data-viewer-theme=\"sepia\"] .contents-view ul li a.active, [data-viewer-theme=\"sepia\"] .pageList-view ol li a.active,\n [data-viewer-theme=\"sepia\"] .pageList-view ul li a.active, [data-viewer-theme=\"sepia\"] .landmarks-view ol li a.active,\n [data-viewer-theme=\"sepia\"] .landmarks-view ul li a.active {\n background: #DADADA;\n color: #111; }\n [data-viewer-theme=\"sepia\"] .contents-view ol li a.active:hover,\n [data-viewer-theme=\"sepia\"] .contents-view ul li a.active:hover, [data-viewer-theme=\"sepia\"] .pageList-view ol li a.active:hover,\n [data-viewer-theme=\"sepia\"] .pageList-view ul li a.active:hover, [data-viewer-theme=\"sepia\"] .landmarks-view ol li a.active:hover,\n [data-viewer-theme=\"sepia\"] .landmarks-view ul li a.active:hover {\n background: #111;\n color: #DADADA; }\n [data-viewer-theme=\"sepia\"] .contents-view ol li span,\n [data-viewer-theme=\"sepia\"] .contents-view ul li span, [data-viewer-theme=\"sepia\"] .pageList-view ol li span,\n [data-viewer-theme=\"sepia\"] .pageList-view ul li span, [data-viewer-theme=\"sepia\"] .landmarks-view ol li span,\n [data-viewer-theme=\"sepia\"] .landmarks-view ul li span {\n color: #5B5852;\n border-bottom: 1px solid #e8cc94; }\n\n[data-viewer-theme=\"night\"] .contents-view, [data-viewer-theme=\"night\"] .pageList-view, [data-viewer-theme=\"night\"] .landmarks-view {\n background-color: #000000; }\n [data-viewer-theme=\"night\"] .contents-view ol li a,\n [data-viewer-theme=\"night\"] .contents-view ul li a, [data-viewer-theme=\"night\"] .pageList-view ol li a,\n [data-viewer-theme=\"night\"] .pageList-view ul li a, [data-viewer-theme=\"night\"] .landmarks-view ol li a,\n [data-viewer-theme=\"night\"] .landmarks-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #cccccc; }\n @media screen and (min-width: 60rem) {\n [data-viewer-theme=\"night\"] .contents-view ol li a:hover,\n [data-viewer-theme=\"night\"] .contents-view ul li a:hover, [data-viewer-theme=\"night\"] .pageList-view ol li a:hover,\n [data-viewer-theme=\"night\"] .pageList-view ul li a:hover, [data-viewer-theme=\"night\"] .landmarks-view ol li a:hover,\n [data-viewer-theme=\"night\"] .landmarks-view ul li a:hover {\n background: #5B5852;\n color: #fff; } }\n [data-viewer-theme=\"night\"] .contents-view ol li a.active,\n [data-viewer-theme=\"night\"] .contents-view ul li a.active, [data-viewer-theme=\"night\"] .pageList-view ol li a.active,\n [data-viewer-theme=\"night\"] .pageList-view ul li a.active, [data-viewer-theme=\"night\"] .landmarks-view ol li a.active,\n [data-viewer-theme=\"night\"] .landmarks-view ul li a.active {\n background: #DADADA;\n color: #000000; }\n [data-viewer-theme=\"night\"] .contents-view ol li a.active:hover,\n [data-viewer-theme=\"night\"] .contents-view ul li a.active:hover, [data-viewer-theme=\"night\"] .pageList-view ol li a.active:hover,\n [data-viewer-theme=\"night\"] .pageList-view ul li a.active:hover, [data-viewer-theme=\"night\"] .landmarks-view ol li a.active:hover,\n [data-viewer-theme=\"night\"] .landmarks-view ul li a.active:hover {\n background: #000000;\n color: #DADADA; }\n [data-viewer-theme=\"night\"] .contents-view ol li span,\n [data-viewer-theme=\"night\"] .contents-view ul li span, [data-viewer-theme=\"night\"] .pageList-view ol li span,\n [data-viewer-theme=\"night\"] .pageList-view ul li span, [data-viewer-theme=\"night\"] .landmarks-view ol li span,\n [data-viewer-theme=\"night\"] .landmarks-view ul li span {\n color: #DADADA;\n border-bottom: 1px solid #333333; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n.settings-view > .settings-menu {\n outline: none; }\n .settings-view > .settings-menu button {\n background-color: #fff;\n border: 0.0625rem solid #DADADA;\n font-size: 0.75rem;\n letter-spacing: 0.07rem;\n padding: 0.5rem 1.5rem;\n text-transform: uppercase;\n margin: 0;\n position: relative; }\n .settings-view > .settings-menu button svg.checkedIcon {\n color: #fff;\n display: none;\n fill: #fff;\n height: 0.9rem;\n width: 0.9rem; }\n .settings-view > .settings-menu button.active {\n color: #fff;\n background-color: #9e9e9e; }\n .settings-view > .settings-menu button.active svg.checkedIcon {\n display: inline-block;\n margin: 0;\n position: absolute;\n top: 50%;\n transform: translateY(-55%);\n right: 0.35rem;\n vertical-align: text-bottom; }\n .settings-view > .settings-menu > li {\n border: 0;\n background-color: #fff;\n color: #5B5852;\n display: block;\n margin: 0.5rem 0;\n padding: 0;\n text-align: center; }\n .settings-view > .settings-menu .settings-options {\n padding-left: 0;\n display: flex; }\n .settings-view > .settings-menu .settings-options li {\n border: 0;\n display: flex;\n margin: 0;\n width: auto;\n flex: 1 1 auto; }\n .settings-view > .settings-menu .settings-options li button {\n width: 100%;\n text-overflow: ellipsis; }\n .settings-view > .settings-menu .settings-options button.publisher-font {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options button.serif-font {\n border-radius: 0; }\n .settings-view > .settings-menu .settings-options button.sans-font {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options button.decrease {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-left: 0; }\n .settings-view > .settings-menu .settings-options button.increase {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options button.day-theme {\n background-color: #fff;\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options button.day-theme.active {\n color: #111; }\n .settings-view > .settings-menu .settings-options button.day-theme.active svg.checkedIcon {\n fill: #111; }\n .settings-view > .settings-menu .settings-options button.sepia-theme {\n background-color: #faf4e8;\n border-radius: 0; }\n .settings-view > .settings-menu .settings-options button.sepia-theme.active {\n color: #111; }\n .settings-view > .settings-menu .settings-options button.sepia-theme.active svg.checkedIcon {\n fill: #111; }\n .settings-view > .settings-menu .settings-options button.night-theme {\n background-color: #111;\n color: #fff;\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options button.night-theme.active {\n color: #fff; }\n .settings-view > .settings-menu .settings-options button.night-theme.active svg.checkedIcon {\n fill: #fff; }\n .settings-view > .settings-menu .settings-options button.columns-paginated-view {\n border-top-right-radius: 0;\n border-bottom-right-radius: 0;\n border-left: 0; }\n .settings-view > .settings-menu .settings-options button.scrolling-book-view {\n border-top-left-radius: 0;\n border-bottom-left-radius: 0;\n border-left: 0;\n border-right: 0; }\n .settings-view > .settings-menu .settings-options .icon {\n color: #5B5852;\n fill: #5B5852;\n height: 1.75rem;\n width: 1.75rem; }\n @media (min-width: 30rem) {\n .settings-view > .settings-menu .settings-options .icon {\n height: 1.5rem;\n width: 1.5rem; } }\n\n[data-viewer-theme=\"night\"] .settings-view > .settings-menu {\n outline: none; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button {\n color: #5B5852; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button svg.checkedIcon {\n color: #000000;\n fill: #000000; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button.active {\n color: #fff;\n background-color: #9e9e9e; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button.day-theme {\n background-color: #fff; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button.sepia-theme {\n background-color: #faf4e8; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu button.night-theme {\n background-color: #111;\n color: #fff; }\n [data-viewer-theme=\"night\"] .settings-view > .settings-menu > li {\n border: 0;\n background-color: #1a1a1a;\n color: #111; }\n\n[data-viewer-theme=\"sepia\"] .settings-view > .settings-menu {\n outline: none; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button {\n color: #5B5852; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button svg.checkedIcon {\n color: #faf4e8;\n fill: #faf4e8; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button.active {\n color: #fff;\n background-color: #9e9e9e; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button.day-theme {\n background-color: #fff; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button.sepia-theme {\n background-color: #faf4e8; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu button.night-theme {\n background-color: #111;\n color: #fff; }\n [data-viewer-theme=\"sepia\"] .settings-view > .settings-menu > li {\n border: 0;\n background-color: white;\n color: #111; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n.bookmarks-view, .highlights-view {\n background-color: #fff;\n overflow: scroll;\n top: 3.5rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none; }\n .bookmarks-view ol li,\n .bookmarks-view ul li, .highlights-view ol li,\n .highlights-view ul li {\n margin-top: 0; }\n .bookmarks-view ol li a,\n .bookmarks-view ul li a, .highlights-view ol li a,\n .highlights-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #cccccc;\n display: block;\n padding: 1rem;\n text-decoration: none;\n width: 100%; }\n @media screen and (min-width: 60rem) {\n .bookmarks-view ol li a:hover,\n .bookmarks-view ul li a:hover, .highlights-view ol li a:hover,\n .highlights-view ul li a:hover {\n background: #5B5852;\n color: #111; } }\n .bookmarks-view ol li a.active,\n .bookmarks-view ul li a.active, .highlights-view ol li a.active,\n .highlights-view ul li a.active {\n background: #DADADA;\n color: #111; }\n .bookmarks-view ol li a.active:hover,\n .bookmarks-view ul li a.active:hover, .highlights-view ol li a.active:hover,\n .highlights-view ul li a.active:hover {\n background: #111;\n color: #DADADA; }\n\n[data-viewer-theme=\"sepia\"] .bookmarks-view, [data-viewer-theme=\"sepia\"] .highlights-view {\n background-color: #faf4e8; }\n [data-viewer-theme=\"sepia\"] .bookmarks-view ol li a,\n [data-viewer-theme=\"sepia\"] .bookmarks-view ul li a, [data-viewer-theme=\"sepia\"] .highlights-view ol li a,\n [data-viewer-theme=\"sepia\"] .highlights-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #e8cc94; }\n @media screen and (min-width: 60rem) {\n [data-viewer-theme=\"sepia\"] .bookmarks-view ol li a:hover,\n [data-viewer-theme=\"sepia\"] .bookmarks-view ul li a:hover, [data-viewer-theme=\"sepia\"] .highlights-view ol li a:hover,\n [data-viewer-theme=\"sepia\"] .highlights-view ul li a:hover {\n background: #5B5852;\n color: #faf4e8; } }\n [data-viewer-theme=\"sepia\"] .bookmarks-view ol li a.active,\n [data-viewer-theme=\"sepia\"] .bookmarks-view ul li a.active, [data-viewer-theme=\"sepia\"] .highlights-view ol li a.active,\n [data-viewer-theme=\"sepia\"] .highlights-view ul li a.active {\n background: #DADADA;\n color: #111; }\n [data-viewer-theme=\"sepia\"] .bookmarks-view ol li a.active:hover,\n [data-viewer-theme=\"sepia\"] .bookmarks-view ul li a.active:hover, [data-viewer-theme=\"sepia\"] .highlights-view ol li a.active:hover,\n [data-viewer-theme=\"sepia\"] .highlights-view ul li a.active:hover {\n background: #111;\n color: #DADADA; }\n [data-viewer-theme=\"sepia\"] .bookmarks-view ol li span,\n [data-viewer-theme=\"sepia\"] .bookmarks-view ul li span, [data-viewer-theme=\"sepia\"] .highlights-view ol li span,\n [data-viewer-theme=\"sepia\"] .highlights-view ul li span {\n color: #5B5852;\n border-bottom: 1px solid #e8cc94; }\n\n[data-viewer-theme=\"night\"] .bookmarks-view, [data-viewer-theme=\"night\"] .highlights-view {\n background-color: #000000; }\n [data-viewer-theme=\"night\"] .bookmarks-view ol li a,\n [data-viewer-theme=\"night\"] .bookmarks-view ul li a, [data-viewer-theme=\"night\"] .highlights-view ol li a,\n [data-viewer-theme=\"night\"] .highlights-view ul li a {\n color: #5B5852;\n border-bottom: 1px solid #cccccc; }\n @media screen and (min-width: 60rem) {\n [data-viewer-theme=\"night\"] .bookmarks-view ol li a:hover,\n [data-viewer-theme=\"night\"] .bookmarks-view ul li a:hover, [data-viewer-theme=\"night\"] .highlights-view ol li a:hover,\n [data-viewer-theme=\"night\"] .highlights-view ul li a:hover {\n background: #5B5852;\n color: #fff; } }\n [data-viewer-theme=\"night\"] .bookmarks-view ol li a.active,\n [data-viewer-theme=\"night\"] .bookmarks-view ul li a.active, [data-viewer-theme=\"night\"] .highlights-view ol li a.active,\n [data-viewer-theme=\"night\"] .highlights-view ul li a.active {\n background: #DADADA;\n color: #000000; }\n [data-viewer-theme=\"night\"] .bookmarks-view ol li a.active:hover,\n [data-viewer-theme=\"night\"] .bookmarks-view ul li a.active:hover, [data-viewer-theme=\"night\"] .highlights-view ol li a.active:hover,\n [data-viewer-theme=\"night\"] .highlights-view ul li a.active:hover {\n background: #000000;\n color: #DADADA; }\n [data-viewer-theme=\"night\"] .bookmarks-view ol li span,\n [data-viewer-theme=\"night\"] .bookmarks-view ul li span, [data-viewer-theme=\"night\"] .highlights-view ol li span,\n [data-viewer-theme=\"night\"] .highlights-view ul li span {\n color: #DADADA;\n border-bottom: 1px solid #333333; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n:root {\n --RS__highlightColor: rgba(255, 255, 0, 0.5); }\n\n.sidenav-annotations .chapter-link {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis; }\n\n.sidenav-annotations .chapter-title {\n padding: 0 16px;\n font-size: 14px;\n color: lightgray; }\n\n.sidenav-annotations ol {\n padding-left: 24px; }\n\n.sidenav-annotations li {\n position: relative; }\n .sidenav-annotations li .delete {\n position: absolute;\n right: 10px;\n top: 50%;\n transform: translate(0, -50%); }\n .sidenav-annotations li .bookmark-link, .sidenav-annotations li .highlight-link {\n display: block;\n position: relative;\n padding-top: 8px !important;\n padding-bottom: 8px !important;\n line-height: 1.25; }\n .sidenav-annotations li .bookmark-link svg, .sidenav-annotations li .bookmark-link i, .sidenav-annotations li .highlight-link svg, .sidenav-annotations li .highlight-link i {\n left: 4px;\n top: 8px;\n position: absolute; }\n .sidenav-annotations li .bookmark-link .title, .sidenav-annotations li .highlight-link .title {\n display: block; }\n .sidenav-annotations li .bookmark-link .subtitle, .sidenav-annotations li .highlight-link .subtitle {\n display: block;\n line-height: 20px;\n font-size: 10px; }\n .sidenav-annotations li .bookmark-link .timestamp, .sidenav-annotations li .highlight-link .timestamp {\n display: block;\n line-height: 20px;\n font-size: 8px; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: Bokbasen AS (https://www.bokbasen.no), CAST (http://www.cast.org)\n * Licensed to: Bokbasen AS and CAST under one or more contributor license agreements.\n */\n.highlight-toolbox {\n transform: translate(-50%, -100%);\n animation: toolsAnimateIn 100ms ease-out both;\n transform-origin: bottom;\n z-index: 999;\n position: relative;\n background: gainsboro;\n display: none;\n width: fit-content; }\n .highlight-toolbox:before {\n content: '';\n position: absolute;\n width: 0.4rem;\n height: 0.4rem;\n bottom: -0.2rem;\n left: calc(50% - 0.2rem);\n background-color: inherit;\n transform: rotate(45deg); }\n .highlight-toolbox > div > button {\n display: inline-block; }\n\n.color-option span {\n display: inline-block;\n border-radius: 50%;\n width: 24px;\n height: 24px;\n background: grey; }\n\n@keyframes toolsAnimateIn {\n from {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.5); } }\n\n.thumb {\n border-radius: 50% 50% 50% 0 !important;\n height: 30px !important;\n width: 30px !important;\n margin-left: -15px !important;\n top: -20px !important;\n left: 50%; }\n\ninput[type=range] + .thumb .value {\n margin-top: -20px;\n font-size: 10px;\n right: 22px;\n position: absolute; }\n\ninput[type=checkbox] label {\n display: flex;\n flex-direction: row;\n align-items: center; }\n\ninput[type=checkbox] {\n position: relative !important;\n appearance: none;\n box-sizing: content-box;\n overflow: hidden; }\n input[type=checkbox]:before {\n content: '';\n display: block;\n box-sizing: content-box;\n width: 16px;\n height: 16px;\n border: 2px solid #ccc;\n transition: 0.2s border-color ease; }\n input[type=checkbox]:checked:before {\n border-color: #101010;\n transition: 0.5s border-color ease; }\n input[type=checkbox]:disabled:before {\n border-color: #ccc;\n background-color: #ccc; }\n input[type=checkbox]:after {\n content: '';\n display: block;\n position: absolute;\n box-sizing: content-box;\n top: 50%;\n left: 50%;\n transform-origin: 50% 50%;\n background-color: #101010;\n width: 16px;\n height: 16px;\n border-radius: 100vh;\n transform: translate(-50%, -50%) scale(0); }\n input[type=checkbox][type=\"radio\"]:before {\n border-radius: 100vh; }\n input[type=checkbox][type=\"radio\"]:after {\n width: 16px;\n height: 16px;\n border-radius: 100vh;\n transform: translate(-50%, -50%) scale(0); }\n input[type=checkbox][type=\"radio\"]:checked:after {\n animation: toggleOnRadio 0.2s ease forwards; }\n input[type=checkbox][type=\"checkbox\"]:before {\n border-radius: 4px; }\n input[type=checkbox][type=\"checkbox\"]:after {\n width: 9.6px;\n height: 16px;\n border-radius: 0;\n transform: translate(-50%, -85%) scale(0) rotate(45deg);\n background-color: transparent;\n box-shadow: 4px 4px 0px 0px #101010; }\n input[type=checkbox][type=\"checkbox\"]:checked:after {\n animation: toggleOnCheckbox 0.2s ease forwards; }\n input[type=checkbox][type=\"checkbox\"].filled:before {\n border-radius: 4px;\n transition: 0.2s border-color ease, 0.2s background-color ease; }\n input[type=checkbox][type=\"checkbox\"].filled:checked:not(:disabled):before {\n background-color: #101010; }\n input[type=checkbox][type=\"checkbox\"].filled:not(:disabled):after {\n box-shadow: 4px 4px 0px 0px white; }\n\n@keyframes toggleOnCheckbox {\n 0% {\n opacity: 0;\n transform: translate(-50%, -85%) scale(0) rotate(45deg); }\n 70% {\n opacity: 1;\n transform: translate(-50%, -85%) scale(0.9) rotate(45deg); }\n 100% {\n transform: translate(-50%, -85%) scale(0.8) rotate(45deg); } }\n\n@keyframes toggleOnRadio {\n 0% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0); }\n 70% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(0.9); }\n 100% {\n transform: translate(-50%, -50%) scale(0.8); } }\n\n.range-slider {\n width: 100%; }\n\n.range-slider__range {\n -webkit-appearance: none;\n width: calc(100% - (73px));\n height: 10px;\n border-radius: 5px;\n background: #d7dcdf;\n outline: none;\n padding: 0;\n margin: 0; }\n .range-slider__range::-webkit-slider-thumb {\n appearance: none;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n background: #2c3e50;\n cursor: pointer;\n transition: .15s ease-in-out; }\n .range-slider__range::-webkit-slider-thumb:hover {\n background: #1abc9c; }\n .range-slider__range:active::-webkit-slider-thumb {\n background: #1abc9c; }\n .range-slider__range::-moz-range-thumb {\n width: 20px;\n height: 20px;\n border: 0;\n border-radius: 50%;\n background: #2c3e50;\n cursor: pointer;\n transition: .15s ease-in-out; }\n .range-slider__range::-moz-range-thumb:hover {\n background: #1abc9c; }\n .range-slider__range:active::-moz-range-thumb {\n background: #1abc9c; }\n .range-slider__range:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c; }\n\n.range-slider__range_settings {\n -webkit-appearance: none;\n width: 100%;\n height: 10px;\n border-radius: 5px;\n background: #d7dcdf;\n outline: none;\n padding: 0;\n margin: 0; }\n .range-slider__range_settings::-webkit-slider-thumb {\n appearance: none;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n background: #2c3e50;\n cursor: pointer;\n transition: .15s ease-in-out; }\n .range-slider__range_settings::-webkit-slider-thumb:hover {\n background: #1abc9c; }\n .range-slider__range_settings:active::-webkit-slider-thumb {\n background: #1abc9c; }\n .range-slider__range_settings::-moz-range-thumb {\n width: 20px;\n height: 20px;\n border: 0;\n border-radius: 50%;\n background: #2c3e50;\n cursor: pointer;\n transition: .15s ease-in-out; }\n .range-slider__range_settings::-moz-range-thumb:hover {\n background: #1abc9c; }\n .range-slider__range_settings:active::-moz-range-thumb {\n background: #1abc9c; }\n .range-slider__range_settings:focus::-webkit-slider-thumb {\n box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c; }\n\n.range-slider__value {\n display: inline-block;\n position: relative;\n width: 60px;\n color: #fff;\n line-height: 20px;\n text-align: center;\n border-radius: 3px;\n background: #2c3e50;\n padding: 5px 10px;\n margin-left: 8px; }\n .range-slider__value:after {\n position: absolute;\n top: 8px;\n left: -7px;\n width: 0;\n height: 0;\n border-top: 7px solid transparent;\n border-right: 7px solid #2c3e50;\n border-bottom: 7px solid transparent;\n content: ''; }\n\n::-moz-range-track {\n background: #d7dcdf;\n border: 0; }\n\ninput::-moz-focus-inner,\ninput::-moz-focus-outer {\n border: 0; }\n\n/*\n * Copyright 2018-2020 DITA (AM Consulting LLC)\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n *\n * Developed on behalf of: DITA\n * Licensed to: Bibliotheca LLC, Bokbasen AS and CAST under one or more contributor license agreements.\n */\n@media only screen and (max-width: 600px) {\n .timeline, .scrubber > input {\n display: none; } }\n\n.scrubber {\n flex-grow: 1;\n padding-right: 20px;\n padding-left: 20px; }\n\n.timeline {\n position: fixed;\n top: 1.5rem;\n left: 2.5rem;\n bottom: 1.5rem;\n width: 1.25rem;\n display: flex;\n flex-direction: column; }\n .timeline .chapter {\n border-left: 6px solid transparent;\n transition: border-color 300ms ease-out;\n background: #DADADA;\n border: 1px solid #fff;\n border-radius: 5px;\n position: relative; }\n .timeline .chapter:hover {\n background-color: #DADADA; }\n .timeline .chapter:hover .chapter-tooltip {\n display: block; }\n .timeline .chapter.active {\n background-color: #9e9e9e; }\n .timeline .chapter-tooltip {\n display: none;\n position: absolute;\n left: 2rem;\n top: 50%;\n transform: translate(0, -50%);\n background: #DADADA;\n padding: 0.25rem 0.5rem;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n max-width: 22rem; }\n\n/*# sourceMappingURL=reader.css.map */"],
|
|
5
|
-
"mappings": "AAeA,yBACE,kBAGF,yFAEE,kBACA,cACA,MACA,OACA,WACA,YAGF,qGAEE,WACA,gBACA,2BAGF,qCACE,kBACA,eAGF,gQAKE,2BACA,6BACA,sBACA,cACA,YAlDF,uBAqDE,mBACA,WAGF,uDAzDA,UA6DA,2DA7DA,kBAiEA,gDACE,iBACA,cACA,YAGF,kTAKE,gBACA,6BACA,mBAGF,8RAKE,sBAGF,+JAGE,gBACA,6BAGF,uNAGE,sBACA,WACA,cACA,kBAGF,6IAEE,WACA,SACA,UAGF,uEACE,wBAGF,sEACE,yBAGF,0EAxHA,kBA0HE,WACA,SACA,QACA,UAGF,kDACE,sBACA,iBACA,gBAGF,wDAOE,WAGF,mHAEE,gBAlJF,UAsJA,+BACE,kBACA,WAGF,wBACE,kBACA,YACA,eACA,sBACA,0BAhKF,8BAmKE,gBACA,eACA,iBACA,cACA,qBAGF,0BACE,cAGF,2BACE,qBAGF,6BACE,qBACA,gBAGF,0BACE,0BACA,eACA,gBAGF,+jBAcE
|
|
3
|
+
"sources": ["../../node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css"],
|
|
4
|
+
"sourcesContent": ["/* Copyright 2014 Mozilla Foundation\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n.annotationLayer section {\n position: absolute;\n}\n\n.annotationLayer .linkAnnotation > a,\n.annotationLayer .buttonWidgetAnnotation.pushButton > a {\n position: absolute;\n font-size: 1em;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.annotationLayer .linkAnnotation > a:hover,\n.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {\n opacity: 0.2;\n background: #ff0;\n box-shadow: 0px 2px 10px #ff0;\n}\n\n.annotationLayer .textAnnotation img {\n position: absolute;\n cursor: pointer;\n}\n\n.annotationLayer .textWidgetAnnotation input,\n.annotationLayer .textWidgetAnnotation textarea,\n.annotationLayer .choiceWidgetAnnotation select,\n.annotationLayer .buttonWidgetAnnotation.checkBox input,\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n background-color: rgba(0, 54, 255, 0.13);\n border: 1px solid transparent;\n box-sizing: border-box;\n font-size: 9px;\n height: 100%;\n margin: 0;\n padding: 0 3px;\n vertical-align: top;\n width: 100%;\n}\n\n.annotationLayer .choiceWidgetAnnotation select option {\n padding: 0;\n}\n\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n border-radius: 50%;\n}\n\n.annotationLayer .textWidgetAnnotation textarea {\n font: message-box;\n font-size: 9px;\n resize: none;\n}\n\n.annotationLayer .textWidgetAnnotation input[disabled],\n.annotationLayer .textWidgetAnnotation textarea[disabled],\n.annotationLayer .choiceWidgetAnnotation select[disabled],\n.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],\n.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {\n background: none;\n border: 1px solid transparent;\n cursor: not-allowed;\n}\n\n.annotationLayer .textWidgetAnnotation input:hover,\n.annotationLayer .textWidgetAnnotation textarea:hover,\n.annotationLayer .choiceWidgetAnnotation select:hover,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,\n.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {\n border: 1px solid #000;\n}\n\n.annotationLayer .textWidgetAnnotation input:focus,\n.annotationLayer .textWidgetAnnotation textarea:focus,\n.annotationLayer .choiceWidgetAnnotation select:focus {\n background: none;\n border: 1px solid transparent;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,\n.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {\n background-color: #000;\n content: '';\n display: block;\n position: absolute;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {\n height: 80%;\n left: 45%;\n width: 1px;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {\n transform: rotate(45deg);\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {\n transform: rotate(-45deg);\n}\n\n.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {\n border-radius: 50%;\n height: 50%;\n left: 30%;\n top: 20%;\n width: 50%;\n}\n\n.annotationLayer .textWidgetAnnotation input.comb {\n font-family: monospace;\n padding-left: 2px;\n padding-right: 0;\n}\n\n.annotationLayer .textWidgetAnnotation input.comb:focus {\n /*\n * Letter spacing is placed on the right side of each character. Hence, the\n * letter spacing of the last character may be placed outside the visible\n * area, causing horizontal scrolling. We avoid this by extending the width\n * when the element has focus and revert this when it loses focus.\n */\n width: 115%;\n}\n\n.annotationLayer .buttonWidgetAnnotation.checkBox input,\n.annotationLayer .buttonWidgetAnnotation.radioButton input {\n appearance: none;\n padding: 0;\n}\n\n.annotationLayer .popupWrapper {\n position: absolute;\n width: 20em;\n}\n\n.annotationLayer .popup {\n position: absolute;\n z-index: 200;\n max-width: 20em;\n background-color: #FFFF99;\n box-shadow: 0px 2px 5px #888;\n border-radius: 2px;\n padding: 6px;\n margin-left: 5px;\n cursor: pointer;\n font: message-box;\n font-size: 9px;\n word-wrap: break-word;\n}\n\n.annotationLayer .popup > * {\n font-size: 9px;\n}\n\n.annotationLayer .popup h1 {\n display: inline-block;\n}\n\n.annotationLayer .popup span {\n display: inline-block;\n margin-left: 5px;\n}\n\n.annotationLayer .popup p {\n border-top: 1px solid #333;\n margin-top: 2px;\n padding-top: 2px;\n}\n\n.annotationLayer .highlightAnnotation,\n.annotationLayer .underlineAnnotation,\n.annotationLayer .squigglyAnnotation,\n.annotationLayer .strikeoutAnnotation,\n.annotationLayer .freeTextAnnotation,\n.annotationLayer .lineAnnotation svg line,\n.annotationLayer .squareAnnotation svg rect,\n.annotationLayer .circleAnnotation svg ellipse,\n.annotationLayer .polylineAnnotation svg polyline,\n.annotationLayer .polygonAnnotation svg polygon,\n.annotationLayer .caretAnnotation,\n.annotationLayer .inkAnnotation svg polyline,\n.annotationLayer .stampAnnotation,\n.annotationLayer .fileAttachmentAnnotation {\n cursor: pointer;\n}\n"],
|
|
5
|
+
"mappings": "AAeA,yBACE,kBAGF,yFAEE,kBACA,cACA,MACA,OACA,WACA,YAGF,qGAEE,WACA,gBACA,2BAGF,qCACE,kBACA,eAGF,gQAKE,2BACA,6BACA,sBACA,cACA,YAlDF,uBAqDE,mBACA,WAGF,uDAzDA,UA6DA,2DA7DA,kBAiEA,gDACE,iBACA,cACA,YAGF,kTAKE,gBACA,6BACA,mBAGF,8RAKE,sBAGF,+JAGE,gBACA,6BAGF,uNAGE,sBACA,WACA,cACA,kBAGF,6IAEE,WACA,SACA,UAGF,uEACE,wBAGF,sEACE,yBAGF,0EAxHA,kBA0HE,WACA,SACA,QACA,UAGF,kDACE,sBACA,iBACA,gBAGF,wDAOE,WAGF,mHAEE,gBAlJF,UAsJA,+BACE,kBACA,WAGF,wBACE,kBACA,YACA,eACA,sBACA,0BAhKF,8BAmKE,gBACA,eACA,iBACA,cACA,qBAGF,0BACE,cAGF,2BACE,qBAGF,6BACE,qBACA,gBAGF,0BACE,0BACA,eACA,gBAGF,+jBAcE",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|