@eo-sdk/client 9.0.0-rc.7 → 9.0.0-rc.9

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 (419) hide show
  1. package/app/eo-client/settings/settings.component.d.ts +2 -1
  2. package/app/eo-framework/accordion/simple-accordion/simple-accordion.component.d.ts +5 -9
  3. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +4 -2
  4. package/app/eo-framework/media/media.component.d.ts +3 -12
  5. package/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.d.ts +3 -2
  6. package/app/eo-framework/ui/overlay/overlay.component.d.ts +3 -0
  7. package/app/eo-framework/util/directive/trap-focus.directive.d.ts +2 -0
  8. package/assets/_default/i18n/de.json +2 -0
  9. package/assets/_default/i18n/en.json +7 -5
  10. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +5 -0
  11. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  12. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
  13. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  14. package/bundles/eo-sdk-client.umd.js +137 -134
  15. package/bundles/eo-sdk-client.umd.js.map +1 -1
  16. package/bundles/eo-sdk-client.umd.min.js +1 -1
  17. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  18. package/eo-sdk-client.metadata.json +1 -1
  19. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  20. package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -2
  21. package/esm2015/app/eo-client/settings/settings.component.js +7 -4
  22. package/esm2015/app/eo-framework/accordion/simple-accordion/simple-accordion.component.js +18 -23
  23. package/esm2015/app/eo-framework/actions/actions/copy-action/copy-action.js +2 -2
  24. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +3 -2
  25. package/esm2015/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.js +1 -1
  26. package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +12 -5
  27. package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +13 -1
  28. package/esm2015/app/eo-framework/form-elements/datetime/datetime.component.js +2 -2
  29. package/esm2015/app/eo-framework/form-elements/form-input/form-input.component.js +1 -1
  30. package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +1 -1
  31. package/esm2015/app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component.js +4 -4
  32. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +1 -1
  33. package/esm2015/app/eo-framework/form-elements/string/string.component.js +3 -3
  34. package/esm2015/app/eo-framework/grid/filters/datetime-filter.component.js +2 -2
  35. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +1 -1
  36. package/esm2015/app/eo-framework/media/media.component.js +31 -77
  37. package/esm2015/app/eo-framework/object-details/object-details.component.js +2 -2
  38. package/esm2015/app/eo-framework/settings/change-password/change-password-form/change-password-form.component.js +3 -3
  39. package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +9 -4
  40. package/esm2015/app/eo-framework/ui/clipboard/clipboard.component.js +2 -2
  41. package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +4 -4
  42. package/esm2015/app/eo-framework/ui/overlay/overlay.component.js +10 -4
  43. package/esm2015/app/eo-framework/util/directive/trap-focus.directive.js +22 -4
  44. package/esm2015/projects/eo-sdk/core/lib/model/dms-object.model.js +4 -1
  45. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +2 -1
  46. package/esm2015/projects/eo-sdk/core/lib/service/search/search.service.js +2 -1
  47. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +5 -0
  48. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  49. package/fesm2015/eo-sdk-client.js +134 -132
  50. package/fesm2015/eo-sdk-client.js.map +1 -1
  51. package/package.json +2 -2
  52. package/projects/eo-sdk/core/lib/model/dms-object.model.d.ts +4 -0
  53. package/projects/eo-sdk/core/package.json +1 -1
  54. package/scss/_form.scss +3 -0
  55. package/styles.css +2 -0
  56. package/assets/_default/api/pdf/LICENSE +0 -177
  57. package/assets/_default/api/pdf/build/pdf.js +0 -2
  58. package/assets/_default/api/pdf/build/pdf.js.LICENSE.txt +0 -21
  59. package/assets/_default/api/pdf/build/pdf.js.map +0 -1
  60. package/assets/_default/api/pdf/build/pdf.sandbox.js +0 -2
  61. package/assets/_default/api/pdf/build/pdf.sandbox.js.LICENSE.txt +0 -21
  62. package/assets/_default/api/pdf/build/pdf.sandbox.js.map +0 -1
  63. package/assets/_default/api/pdf/build/pdf.worker.js +0 -2
  64. package/assets/_default/api/pdf/build/pdf.worker.js.LICENSE.txt +0 -21
  65. package/assets/_default/api/pdf/build/pdf.worker.js.map +0 -1
  66. package/assets/_default/api/pdf/web/cmaps/78-EUC-H.bcmap +0 -0
  67. package/assets/_default/api/pdf/web/cmaps/78-EUC-V.bcmap +0 -0
  68. package/assets/_default/api/pdf/web/cmaps/78-H.bcmap +0 -0
  69. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-H.bcmap +0 -0
  70. package/assets/_default/api/pdf/web/cmaps/78-RKSJ-V.bcmap +0 -0
  71. package/assets/_default/api/pdf/web/cmaps/78-V.bcmap +0 -0
  72. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-H.bcmap +0 -0
  73. package/assets/_default/api/pdf/web/cmaps/78ms-RKSJ-V.bcmap +0 -0
  74. package/assets/_default/api/pdf/web/cmaps/83pv-RKSJ-H.bcmap +0 -0
  75. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-H.bcmap +0 -0
  76. package/assets/_default/api/pdf/web/cmaps/90ms-RKSJ-V.bcmap +0 -0
  77. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-H.bcmap +0 -0
  78. package/assets/_default/api/pdf/web/cmaps/90msp-RKSJ-V.bcmap +0 -0
  79. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-H.bcmap +0 -0
  80. package/assets/_default/api/pdf/web/cmaps/90pv-RKSJ-V.bcmap +0 -0
  81. package/assets/_default/api/pdf/web/cmaps/Add-H.bcmap +0 -0
  82. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-H.bcmap +0 -0
  83. package/assets/_default/api/pdf/web/cmaps/Add-RKSJ-V.bcmap +0 -0
  84. package/assets/_default/api/pdf/web/cmaps/Add-V.bcmap +0 -0
  85. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-0.bcmap +0 -0
  86. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-1.bcmap +0 -0
  87. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-2.bcmap +0 -0
  88. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-3.bcmap +0 -0
  89. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-4.bcmap +0 -0
  90. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-5.bcmap +0 -0
  91. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-6.bcmap +0 -0
  92. package/assets/_default/api/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  93. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-0.bcmap +0 -0
  94. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-1.bcmap +0 -0
  95. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-2.bcmap +0 -0
  96. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-3.bcmap +0 -0
  97. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-4.bcmap +0 -0
  98. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-5.bcmap +0 -0
  99. package/assets/_default/api/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  100. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-0.bcmap +0 -0
  101. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-1.bcmap +0 -0
  102. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-2.bcmap +0 -0
  103. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-3.bcmap +0 -0
  104. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-4.bcmap +0 -0
  105. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-5.bcmap +0 -0
  106. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-6.bcmap +0 -0
  107. package/assets/_default/api/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  108. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-0.bcmap +0 -0
  109. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-1.bcmap +0 -0
  110. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-2.bcmap +0 -0
  111. package/assets/_default/api/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  112. package/assets/_default/api/pdf/web/cmaps/B5-H.bcmap +0 -0
  113. package/assets/_default/api/pdf/web/cmaps/B5-V.bcmap +0 -0
  114. package/assets/_default/api/pdf/web/cmaps/B5pc-H.bcmap +0 -0
  115. package/assets/_default/api/pdf/web/cmaps/B5pc-V.bcmap +0 -0
  116. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-H.bcmap +0 -0
  117. package/assets/_default/api/pdf/web/cmaps/CNS-EUC-V.bcmap +0 -0
  118. package/assets/_default/api/pdf/web/cmaps/CNS1-H.bcmap +0 -0
  119. package/assets/_default/api/pdf/web/cmaps/CNS1-V.bcmap +0 -0
  120. package/assets/_default/api/pdf/web/cmaps/CNS2-H.bcmap +0 -0
  121. package/assets/_default/api/pdf/web/cmaps/CNS2-V.bcmap +0 -3
  122. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-H.bcmap +0 -0
  123. package/assets/_default/api/pdf/web/cmaps/ETHK-B5-V.bcmap +0 -0
  124. package/assets/_default/api/pdf/web/cmaps/ETen-B5-H.bcmap +0 -0
  125. package/assets/_default/api/pdf/web/cmaps/ETen-B5-V.bcmap +0 -0
  126. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-H.bcmap +0 -3
  127. package/assets/_default/api/pdf/web/cmaps/ETenms-B5-V.bcmap +0 -0
  128. package/assets/_default/api/pdf/web/cmaps/EUC-H.bcmap +0 -0
  129. package/assets/_default/api/pdf/web/cmaps/EUC-V.bcmap +0 -0
  130. package/assets/_default/api/pdf/web/cmaps/Ext-H.bcmap +0 -0
  131. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-H.bcmap +0 -0
  132. package/assets/_default/api/pdf/web/cmaps/Ext-RKSJ-V.bcmap +0 -0
  133. package/assets/_default/api/pdf/web/cmaps/Ext-V.bcmap +0 -0
  134. package/assets/_default/api/pdf/web/cmaps/GB-EUC-H.bcmap +0 -0
  135. package/assets/_default/api/pdf/web/cmaps/GB-EUC-V.bcmap +0 -0
  136. package/assets/_default/api/pdf/web/cmaps/GB-H.bcmap +0 -4
  137. package/assets/_default/api/pdf/web/cmaps/GB-V.bcmap +0 -0
  138. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-H.bcmap +0 -0
  139. package/assets/_default/api/pdf/web/cmaps/GBK-EUC-V.bcmap +0 -0
  140. package/assets/_default/api/pdf/web/cmaps/GBK2K-H.bcmap +0 -0
  141. package/assets/_default/api/pdf/web/cmaps/GBK2K-V.bcmap +0 -0
  142. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-H.bcmap +0 -0
  143. package/assets/_default/api/pdf/web/cmaps/GBKp-EUC-V.bcmap +0 -0
  144. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-H.bcmap +0 -0
  145. package/assets/_default/api/pdf/web/cmaps/GBT-EUC-V.bcmap +0 -0
  146. package/assets/_default/api/pdf/web/cmaps/GBT-H.bcmap +0 -0
  147. package/assets/_default/api/pdf/web/cmaps/GBT-V.bcmap +0 -0
  148. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-H.bcmap +0 -0
  149. package/assets/_default/api/pdf/web/cmaps/GBTpc-EUC-V.bcmap +0 -0
  150. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-H.bcmap +0 -0
  151. package/assets/_default/api/pdf/web/cmaps/GBpc-EUC-V.bcmap +0 -0
  152. package/assets/_default/api/pdf/web/cmaps/H.bcmap +0 -0
  153. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-H.bcmap +0 -0
  154. package/assets/_default/api/pdf/web/cmaps/HKdla-B5-V.bcmap +0 -0
  155. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-H.bcmap +0 -0
  156. package/assets/_default/api/pdf/web/cmaps/HKdlb-B5-V.bcmap +0 -0
  157. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-H.bcmap +0 -0
  158. package/assets/_default/api/pdf/web/cmaps/HKgccs-B5-V.bcmap +0 -0
  159. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-H.bcmap +0 -0
  160. package/assets/_default/api/pdf/web/cmaps/HKm314-B5-V.bcmap +0 -0
  161. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-H.bcmap +0 -0
  162. package/assets/_default/api/pdf/web/cmaps/HKm471-B5-V.bcmap +0 -0
  163. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-H.bcmap +0 -0
  164. package/assets/_default/api/pdf/web/cmaps/HKscs-B5-V.bcmap +0 -0
  165. package/assets/_default/api/pdf/web/cmaps/Hankaku.bcmap +0 -0
  166. package/assets/_default/api/pdf/web/cmaps/Hiragana.bcmap +0 -0
  167. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-H.bcmap +0 -0
  168. package/assets/_default/api/pdf/web/cmaps/KSC-EUC-V.bcmap +0 -0
  169. package/assets/_default/api/pdf/web/cmaps/KSC-H.bcmap +0 -0
  170. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-H.bcmap +0 -0
  171. package/assets/_default/api/pdf/web/cmaps/KSC-Johab-V.bcmap +0 -0
  172. package/assets/_default/api/pdf/web/cmaps/KSC-V.bcmap +0 -0
  173. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-H.bcmap +0 -0
  174. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  175. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  176. package/assets/_default/api/pdf/web/cmaps/KSCms-UHC-V.bcmap +0 -0
  177. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-H.bcmap +0 -0
  178. package/assets/_default/api/pdf/web/cmaps/KSCpc-EUC-V.bcmap +0 -0
  179. package/assets/_default/api/pdf/web/cmaps/Katakana.bcmap +0 -0
  180. package/assets/_default/api/pdf/web/cmaps/LICENSE +0 -36
  181. package/assets/_default/api/pdf/web/cmaps/NWP-H.bcmap +0 -0
  182. package/assets/_default/api/pdf/web/cmaps/NWP-V.bcmap +0 -0
  183. package/assets/_default/api/pdf/web/cmaps/RKSJ-H.bcmap +0 -0
  184. package/assets/_default/api/pdf/web/cmaps/RKSJ-V.bcmap +0 -0
  185. package/assets/_default/api/pdf/web/cmaps/Roman.bcmap +0 -0
  186. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  187. package/assets/_default/api/pdf/web/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  188. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  189. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  190. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  191. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  192. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  193. package/assets/_default/api/pdf/web/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  194. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-H.bcmap +0 -0
  195. package/assets/_default/api/pdf/web/cmaps/UniGB-UCS2-V.bcmap +0 -0
  196. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-H.bcmap +0 -0
  197. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF16-V.bcmap +0 -0
  198. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-H.bcmap +0 -0
  199. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF32-V.bcmap +0 -0
  200. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-H.bcmap +0 -0
  201. package/assets/_default/api/pdf/web/cmaps/UniGB-UTF8-V.bcmap +0 -0
  202. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  203. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  204. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  205. package/assets/_default/api/pdf/web/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  206. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  207. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  208. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  209. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  210. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  211. package/assets/_default/api/pdf/web/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  212. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  213. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  214. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  215. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  216. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  217. package/assets/_default/api/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  218. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  219. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  220. package/assets/_default/api/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  221. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  222. package/assets/_default/api/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  223. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  224. package/assets/_default/api/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  225. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-H.bcmap +0 -0
  226. package/assets/_default/api/pdf/web/cmaps/UniKS-UCS2-V.bcmap +0 -0
  227. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-H.bcmap +0 -0
  228. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF16-V.bcmap +0 -0
  229. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-H.bcmap +0 -0
  230. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF32-V.bcmap +0 -0
  231. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-H.bcmap +0 -0
  232. package/assets/_default/api/pdf/web/cmaps/UniKS-UTF8-V.bcmap +0 -0
  233. package/assets/_default/api/pdf/web/cmaps/V.bcmap +0 -0
  234. package/assets/_default/api/pdf/web/cmaps/WP-Symbol.bcmap +0 -0
  235. package/assets/_default/api/pdf/web/compressed.tracemonkey-pldi-09.pdf +0 -0
  236. package/assets/_default/api/pdf/web/debugger.js +0 -1
  237. package/assets/_default/api/pdf/web/images/annotation-check.svg +0 -11
  238. package/assets/_default/api/pdf/web/images/annotation-comment.svg +0 -16
  239. package/assets/_default/api/pdf/web/images/annotation-help.svg +0 -26
  240. package/assets/_default/api/pdf/web/images/annotation-insert.svg +0 -10
  241. package/assets/_default/api/pdf/web/images/annotation-key.svg +0 -11
  242. package/assets/_default/api/pdf/web/images/annotation-newparagraph.svg +0 -11
  243. package/assets/_default/api/pdf/web/images/annotation-noicon.svg +0 -7
  244. package/assets/_default/api/pdf/web/images/annotation-note.svg +0 -42
  245. package/assets/_default/api/pdf/web/images/annotation-paragraph.svg +0 -16
  246. package/assets/_default/api/pdf/web/images/findbarButton-next.svg +0 -4
  247. package/assets/_default/api/pdf/web/images/findbarButton-previous.svg +0 -4
  248. package/assets/_default/api/pdf/web/images/grab.cur +0 -0
  249. package/assets/_default/api/pdf/web/images/grabbing.cur +0 -0
  250. package/assets/_default/api/pdf/web/images/loading-dark.svg +0 -24
  251. package/assets/_default/api/pdf/web/images/loading-icon.gif +0 -0
  252. package/assets/_default/api/pdf/web/images/loading.svg +0 -1
  253. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-documentProperties.svg +0 -15
  254. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-firstPage.svg +0 -1
  255. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-handTool.svg +0 -1
  256. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-lastPage.svg +0 -1
  257. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCcw.svg +0 -1
  258. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-rotateCw.svg +0 -4
  259. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollHorizontal.svg +0 -1
  260. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollVertical.svg +0 -1
  261. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-scrollWrapped.svg +0 -1
  262. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-selectTool.svg +0 -4
  263. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadEven.svg +0 -1
  264. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadNone.svg +0 -1
  265. package/assets/_default/api/pdf/web/images/secondaryToolbarButton-spreadOdd.svg +0 -1
  266. package/assets/_default/api/pdf/web/images/shadow.png +0 -0
  267. package/assets/_default/api/pdf/web/images/toolbarButton-bookmark.svg +0 -1
  268. package/assets/_default/api/pdf/web/images/toolbarButton-currentOutlineItem.svg +0 -1
  269. package/assets/_default/api/pdf/web/images/toolbarButton-download.svg +0 -4
  270. package/assets/_default/api/pdf/web/images/toolbarButton-menuArrow.svg +0 -1
  271. package/assets/_default/api/pdf/web/images/toolbarButton-openFile.svg +0 -4
  272. package/assets/_default/api/pdf/web/images/toolbarButton-pageDown.svg +0 -7
  273. package/assets/_default/api/pdf/web/images/toolbarButton-pageUp.svg +0 -12
  274. package/assets/_default/api/pdf/web/images/toolbarButton-presentationMode.svg +0 -1
  275. package/assets/_default/api/pdf/web/images/toolbarButton-print.svg +0 -4
  276. package/assets/_default/api/pdf/web/images/toolbarButton-search.svg +0 -4
  277. package/assets/_default/api/pdf/web/images/toolbarButton-secondaryToolbarToggle.svg +0 -4
  278. package/assets/_default/api/pdf/web/images/toolbarButton-sidebarToggle.svg +0 -4
  279. package/assets/_default/api/pdf/web/images/toolbarButton-viewAttachments.svg +0 -1
  280. package/assets/_default/api/pdf/web/images/toolbarButton-viewLayers.svg +0 -1
  281. package/assets/_default/api/pdf/web/images/toolbarButton-viewOutline.svg +0 -1
  282. package/assets/_default/api/pdf/web/images/toolbarButton-viewThumbnail.svg +0 -4
  283. package/assets/_default/api/pdf/web/images/toolbarButton-zoomIn.svg +0 -4
  284. package/assets/_default/api/pdf/web/images/toolbarButton-zoomOut.svg +0 -4
  285. package/assets/_default/api/pdf/web/images/treeitem-collapsed.svg +0 -1
  286. package/assets/_default/api/pdf/web/images/treeitem-expanded.svg +0 -1
  287. package/assets/_default/api/pdf/web/locale/ach/viewer.properties +0 -199
  288. package/assets/_default/api/pdf/web/locale/af/viewer.properties +0 -176
  289. package/assets/_default/api/pdf/web/locale/an/viewer.properties +0 -242
  290. package/assets/_default/api/pdf/web/locale/ar/viewer.properties +0 -246
  291. package/assets/_default/api/pdf/web/locale/ast/viewer.properties +0 -207
  292. package/assets/_default/api/pdf/web/locale/az/viewer.properties +0 -242
  293. package/assets/_default/api/pdf/web/locale/be/viewer.properties +0 -248
  294. package/assets/_default/api/pdf/web/locale/bg/viewer.properties +0 -234
  295. package/assets/_default/api/pdf/web/locale/bn/viewer.properties +0 -236
  296. package/assets/_default/api/pdf/web/locale/bo/viewer.properties +0 -237
  297. package/assets/_default/api/pdf/web/locale/br/viewer.properties +0 -246
  298. package/assets/_default/api/pdf/web/locale/brx/viewer.properties +0 -204
  299. package/assets/_default/api/pdf/web/locale/bs/viewer.properties +0 -193
  300. package/assets/_default/api/pdf/web/locale/ca/viewer.properties +0 -250
  301. package/assets/_default/api/pdf/web/locale/cak/viewer.properties +0 -248
  302. package/assets/_default/api/pdf/web/locale/ckb/viewer.properties +0 -233
  303. package/assets/_default/api/pdf/web/locale/cs/viewer.properties +0 -248
  304. package/assets/_default/api/pdf/web/locale/cy/viewer.properties +0 -248
  305. package/assets/_default/api/pdf/web/locale/da/viewer.properties +0 -248
  306. package/assets/_default/api/pdf/web/locale/de/viewer.properties +0 -248
  307. package/assets/_default/api/pdf/web/locale/dsb/viewer.properties +0 -248
  308. package/assets/_default/api/pdf/web/locale/el/viewer.properties +0 -248
  309. package/assets/_default/api/pdf/web/locale/en-CA/viewer.properties +0 -248
  310. package/assets/_default/api/pdf/web/locale/en-GB/viewer.properties +0 -248
  311. package/assets/_default/api/pdf/web/locale/en-US/viewer.properties +0 -248
  312. package/assets/_default/api/pdf/web/locale/eo/viewer.properties +0 -248
  313. package/assets/_default/api/pdf/web/locale/es-AR/viewer.properties +0 -248
  314. package/assets/_default/api/pdf/web/locale/es-CL/viewer.properties +0 -248
  315. package/assets/_default/api/pdf/web/locale/es-ES/viewer.properties +0 -248
  316. package/assets/_default/api/pdf/web/locale/es-MX/viewer.properties +0 -248
  317. package/assets/_default/api/pdf/web/locale/et/viewer.properties +0 -238
  318. package/assets/_default/api/pdf/web/locale/eu/viewer.properties +0 -248
  319. package/assets/_default/api/pdf/web/locale/fa/viewer.properties +0 -215
  320. package/assets/_default/api/pdf/web/locale/ff/viewer.properties +0 -234
  321. package/assets/_default/api/pdf/web/locale/fi/viewer.properties +0 -248
  322. package/assets/_default/api/pdf/web/locale/fr/viewer.properties +0 -248
  323. package/assets/_default/api/pdf/web/locale/fy-NL/viewer.properties +0 -248
  324. package/assets/_default/api/pdf/web/locale/ga-IE/viewer.properties +0 -176
  325. package/assets/_default/api/pdf/web/locale/gd/viewer.properties +0 -248
  326. package/assets/_default/api/pdf/web/locale/gl/viewer.properties +0 -248
  327. package/assets/_default/api/pdf/web/locale/gn/viewer.properties +0 -248
  328. package/assets/_default/api/pdf/web/locale/gu-IN/viewer.properties +0 -234
  329. package/assets/_default/api/pdf/web/locale/he/viewer.properties +0 -248
  330. package/assets/_default/api/pdf/web/locale/hi-IN/viewer.properties +0 -234
  331. package/assets/_default/api/pdf/web/locale/hr/viewer.properties +0 -248
  332. package/assets/_default/api/pdf/web/locale/hsb/viewer.properties +0 -248
  333. package/assets/_default/api/pdf/web/locale/hu/viewer.properties +0 -248
  334. package/assets/_default/api/pdf/web/locale/hy-AM/viewer.properties +0 -238
  335. package/assets/_default/api/pdf/web/locale/hye/viewer.properties +0 -244
  336. package/assets/_default/api/pdf/web/locale/ia/viewer.properties +0 -248
  337. package/assets/_default/api/pdf/web/locale/id/viewer.properties +0 -248
  338. package/assets/_default/api/pdf/web/locale/is/viewer.properties +0 -231
  339. package/assets/_default/api/pdf/web/locale/it/viewer.properties +0 -190
  340. package/assets/_default/api/pdf/web/locale/ja/viewer.properties +0 -259
  341. package/assets/_default/api/pdf/web/locale/ka/viewer.properties +0 -248
  342. package/assets/_default/api/pdf/web/locale/kab/viewer.properties +0 -248
  343. package/assets/_default/api/pdf/web/locale/kk/viewer.properties +0 -248
  344. package/assets/_default/api/pdf/web/locale/km/viewer.properties +0 -209
  345. package/assets/_default/api/pdf/web/locale/kn/viewer.properties +0 -186
  346. package/assets/_default/api/pdf/web/locale/ko/viewer.properties +0 -248
  347. package/assets/_default/api/pdf/web/locale/lij/viewer.properties +0 -234
  348. package/assets/_default/api/pdf/web/locale/lo/viewer.properties +0 -145
  349. package/assets/_default/api/pdf/web/locale/locale.properties +0 -321
  350. package/assets/_default/api/pdf/web/locale/lt/viewer.properties +0 -248
  351. package/assets/_default/api/pdf/web/locale/ltg/viewer.properties +0 -212
  352. package/assets/_default/api/pdf/web/locale/lv/viewer.properties +0 -234
  353. package/assets/_default/api/pdf/web/locale/meh/viewer.properties +0 -111
  354. package/assets/_default/api/pdf/web/locale/mk/viewer.properties +0 -138
  355. package/assets/_default/api/pdf/web/locale/mr/viewer.properties +0 -230
  356. package/assets/_default/api/pdf/web/locale/ms/viewer.properties +0 -234
  357. package/assets/_default/api/pdf/web/locale/my/viewer.properties +0 -190
  358. package/assets/_default/api/pdf/web/locale/nb-NO/viewer.properties +0 -248
  359. package/assets/_default/api/pdf/web/locale/ne-NP/viewer.properties +0 -176
  360. package/assets/_default/api/pdf/web/locale/nl/viewer.properties +0 -248
  361. package/assets/_default/api/pdf/web/locale/nn-NO/viewer.properties +0 -248
  362. package/assets/_default/api/pdf/web/locale/oc/viewer.properties +0 -248
  363. package/assets/_default/api/pdf/web/locale/pa-IN/viewer.properties +0 -248
  364. package/assets/_default/api/pdf/web/locale/pl/viewer.properties +0 -248
  365. package/assets/_default/api/pdf/web/locale/pt-BR/viewer.properties +0 -248
  366. package/assets/_default/api/pdf/web/locale/pt-PT/viewer.properties +0 -248
  367. package/assets/_default/api/pdf/web/locale/rm/viewer.properties +0 -248
  368. package/assets/_default/api/pdf/web/locale/ro/viewer.properties +0 -240
  369. package/assets/_default/api/pdf/web/locale/ru/viewer.properties +0 -248
  370. package/assets/_default/api/pdf/web/locale/scn/viewer.properties +0 -101
  371. package/assets/_default/api/pdf/web/locale/sco/viewer.properties +0 -248
  372. package/assets/_default/api/pdf/web/locale/si/viewer.properties +0 -201
  373. package/assets/_default/api/pdf/web/locale/sk/viewer.properties +0 -248
  374. package/assets/_default/api/pdf/web/locale/sl/viewer.properties +0 -248
  375. package/assets/_default/api/pdf/web/locale/son/viewer.properties +0 -172
  376. package/assets/_default/api/pdf/web/locale/sq/viewer.properties +0 -235
  377. package/assets/_default/api/pdf/web/locale/sr/viewer.properties +0 -250
  378. package/assets/_default/api/pdf/web/locale/sv-SE/viewer.properties +0 -248
  379. package/assets/_default/api/pdf/web/locale/szl/viewer.properties +0 -246
  380. package/assets/_default/api/pdf/web/locale/ta/viewer.properties +0 -193
  381. package/assets/_default/api/pdf/web/locale/te/viewer.properties +0 -217
  382. package/assets/_default/api/pdf/web/locale/tg/viewer.properties +0 -142
  383. package/assets/_default/api/pdf/web/locale/th/viewer.properties +0 -248
  384. package/assets/_default/api/pdf/web/locale/tl/viewer.properties +0 -242
  385. package/assets/_default/api/pdf/web/locale/tr/viewer.properties +0 -248
  386. package/assets/_default/api/pdf/web/locale/trs/viewer.properties +0 -206
  387. package/assets/_default/api/pdf/web/locale/uk/viewer.properties +0 -248
  388. package/assets/_default/api/pdf/web/locale/ur/viewer.properties +0 -238
  389. package/assets/_default/api/pdf/web/locale/uz/viewer.properties +0 -162
  390. package/assets/_default/api/pdf/web/locale/vi/viewer.properties +0 -248
  391. package/assets/_default/api/pdf/web/locale/wo/viewer.properties +0 -122
  392. package/assets/_default/api/pdf/web/locale/xh/viewer.properties +0 -176
  393. package/assets/_default/api/pdf/web/locale/zh-CN/viewer.properties +0 -248
  394. package/assets/_default/api/pdf/web/locale/zh-TW/viewer.properties +0 -248
  395. package/assets/_default/api/pdf/web/standard_fonts/FoxitDingbats.pfb +0 -0
  396. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixed.pfb +0 -0
  397. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBold.pfb +0 -0
  398. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedBoldItalic.pfb +0 -0
  399. package/assets/_default/api/pdf/web/standard_fonts/FoxitFixedItalic.pfb +0 -0
  400. package/assets/_default/api/pdf/web/standard_fonts/FoxitSans.pfb +0 -0
  401. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBold.pfb +0 -0
  402. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansBoldItalic.pfb +0 -0
  403. package/assets/_default/api/pdf/web/standard_fonts/FoxitSansItalic.pfb +0 -0
  404. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerif.pfb +0 -0
  405. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBold.pfb +0 -0
  406. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifBoldItalic.pfb +0 -0
  407. package/assets/_default/api/pdf/web/standard_fonts/FoxitSerifItalic.pfb +0 -0
  408. package/assets/_default/api/pdf/web/standard_fonts/FoxitSymbol.pfb +0 -0
  409. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_FOXIT +0 -27
  410. package/assets/_default/api/pdf/web/standard_fonts/LICENSE_LIBERATION +0 -102
  411. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Bold.ttf +0 -0
  412. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-BoldItalic.ttf +0 -0
  413. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Italic.ttf +0 -0
  414. package/assets/_default/api/pdf/web/standard_fonts/LiberationSans-Regular.ttf +0 -0
  415. package/assets/_default/api/pdf/web/viewer.css +0 -2746
  416. package/assets/_default/api/pdf/web/viewer.html +0 -398
  417. package/assets/_default/api/pdf/web/viewer.js +0 -2
  418. package/assets/_default/api/pdf/web/viewer.js.LICENSE.txt +0 -21
  419. package/assets/_default/api/pdf/web/viewer.js.map +0 -1
@@ -1,2746 +0,0 @@
1
- /* Copyright 2014 Mozilla Foundation
2
- *
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
-
16
- .textLayer {
17
- position: absolute;
18
- text-align: initial;
19
- left: 0;
20
- top: 0;
21
- right: 0;
22
- bottom: 0;
23
- overflow: hidden;
24
- opacity: 0.2;
25
- line-height: 1;
26
- }
27
-
28
- .textLayer span,
29
- .textLayer br {
30
- color: transparent;
31
- position: absolute;
32
- white-space: pre;
33
- cursor: text;
34
- transform-origin: 0% 0%;
35
- }
36
-
37
- .textLayer .highlight {
38
- margin: -1px;
39
- padding: 1px;
40
- background-color: rgba(180, 0, 170, 1);
41
- border-radius: 4px;
42
- }
43
-
44
- .textLayer .highlight.appended {
45
- position: initial;
46
- }
47
-
48
- .textLayer .highlight.begin {
49
- border-radius: 4px 0 0 4px;
50
- }
51
-
52
- .textLayer .highlight.end {
53
- border-radius: 0 4px 4px 0;
54
- }
55
-
56
- .textLayer .highlight.middle {
57
- border-radius: 0;
58
- }
59
-
60
- .textLayer .highlight.selected {
61
- background-color: rgba(0, 100, 0, 1);
62
- }
63
-
64
- .textLayer ::-moz-selection {
65
- background: rgba(0, 0, 255, 1);
66
- }
67
-
68
- .textLayer ::selection {
69
- background: rgba(0, 0, 255, 1);
70
- }
71
-
72
- /* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
73
- .textLayer br::-moz-selection {
74
- background: transparent;
75
- }
76
- .textLayer br::selection {
77
- background: transparent;
78
- }
79
-
80
- .textLayer .endOfContent {
81
- display: block;
82
- position: absolute;
83
- left: 0;
84
- top: 100%;
85
- right: 0;
86
- bottom: 0;
87
- z-index: -1;
88
- cursor: default;
89
- -webkit-user-select: none;
90
- -moz-user-select: none;
91
- user-select: none;
92
- }
93
-
94
- .textLayer .endOfContent.active {
95
- top: 0;
96
- }
97
-
98
-
99
- :root {
100
- --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
101
- }
102
-
103
- .annotationLayer section {
104
- position: absolute;
105
- text-align: initial;
106
- }
107
-
108
- .annotationLayer .linkAnnotation > a,
109
- .annotationLayer .buttonWidgetAnnotation.pushButton > a {
110
- position: absolute;
111
- font-size: 1em;
112
- top: 0;
113
- left: 0;
114
- width: 100%;
115
- height: 100%;
116
- }
117
-
118
- .annotationLayer .linkAnnotation > a:hover,
119
- .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
120
- opacity: 0.2;
121
- background: rgba(255, 255, 0, 1);
122
- box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
123
- }
124
-
125
- .annotationLayer .textAnnotation img {
126
- position: absolute;
127
- cursor: pointer;
128
- }
129
-
130
- .annotationLayer .textWidgetAnnotation input,
131
- .annotationLayer .textWidgetAnnotation textarea,
132
- .annotationLayer .choiceWidgetAnnotation select,
133
- .annotationLayer .buttonWidgetAnnotation.checkBox input,
134
- .annotationLayer .buttonWidgetAnnotation.radioButton input {
135
- background-image: var(--annotation-unfocused-field-background);
136
- border: 1px solid transparent;
137
- box-sizing: border-box;
138
- font-size: 9px;
139
- height: 100%;
140
- margin: 0;
141
- padding: 0 3px;
142
- vertical-align: top;
143
- width: 100%;
144
- }
145
-
146
- .annotationLayer .choiceWidgetAnnotation select option {
147
- padding: 0;
148
- }
149
-
150
- .annotationLayer .buttonWidgetAnnotation.radioButton input {
151
- border-radius: 50%;
152
- }
153
-
154
- .annotationLayer .textWidgetAnnotation textarea {
155
- font: message-box;
156
- font-size: 9px;
157
- resize: none;
158
- }
159
-
160
- .annotationLayer .textWidgetAnnotation input[disabled],
161
- .annotationLayer .textWidgetAnnotation textarea[disabled],
162
- .annotationLayer .choiceWidgetAnnotation select[disabled],
163
- .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
164
- .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
165
- background: none;
166
- border: 1px solid transparent;
167
- cursor: not-allowed;
168
- }
169
-
170
- .annotationLayer .textWidgetAnnotation input:hover,
171
- .annotationLayer .textWidgetAnnotation textarea:hover,
172
- .annotationLayer .choiceWidgetAnnotation select:hover,
173
- .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
174
- .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
175
- border: 1px solid rgba(0, 0, 0, 1);
176
- }
177
-
178
- .annotationLayer .textWidgetAnnotation input:focus,
179
- .annotationLayer .textWidgetAnnotation textarea:focus,
180
- .annotationLayer .choiceWidgetAnnotation select:focus {
181
- background: none;
182
- border: 1px solid transparent;
183
- }
184
-
185
- .annotationLayer .textWidgetAnnotation input :focus,
186
- .annotationLayer .textWidgetAnnotation textarea :focus,
187
- .annotationLayer .choiceWidgetAnnotation select :focus,
188
- .annotationLayer .buttonWidgetAnnotation.checkBox :focus,
189
- .annotationLayer .buttonWidgetAnnotation.radioButton :focus {
190
- background-image: none;
191
- background-color: transparent;
192
- outline: auto;
193
- }
194
-
195
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
196
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
197
- .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
198
- background-color: rgba(0, 0, 0, 1);
199
- content: "";
200
- display: block;
201
- position: absolute;
202
- }
203
-
204
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
205
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
206
- height: 80%;
207
- left: 45%;
208
- width: 1px;
209
- }
210
-
211
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
212
- transform: rotate(45deg);
213
- }
214
-
215
- .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
216
- transform: rotate(-45deg);
217
- }
218
-
219
- .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
220
- border-radius: 50%;
221
- height: 50%;
222
- left: 30%;
223
- top: 20%;
224
- width: 50%;
225
- }
226
-
227
- .annotationLayer .textWidgetAnnotation input.comb {
228
- font-family: monospace;
229
- padding-left: 2px;
230
- padding-right: 0;
231
- }
232
-
233
- .annotationLayer .buttonWidgetAnnotation.checkBox input,
234
- .annotationLayer .buttonWidgetAnnotation.radioButton input {
235
- -webkit-appearance: none;
236
- -moz-appearance: none;
237
- appearance: none;
238
- padding: 0;
239
- }
240
-
241
- .annotationLayer .popupWrapper {
242
- position: absolute;
243
- width: 20em;
244
- }
245
-
246
- .annotationLayer .popup {
247
- position: absolute;
248
- z-index: 200;
249
- max-width: 20em;
250
- background-color: rgba(255, 255, 153, 1);
251
- box-shadow: 0 2px 5px rgba(136, 136, 136, 1);
252
- border-radius: 2px;
253
- padding: 6px;
254
- margin-left: 5px;
255
- cursor: pointer;
256
- font: message-box;
257
- font-size: 9px;
258
- white-space: normal;
259
- word-wrap: break-word;
260
- }
261
-
262
- .annotationLayer .popup > * {
263
- font-size: 9px;
264
- }
265
-
266
- .annotationLayer .popup h1 {
267
- display: inline-block;
268
- }
269
-
270
- .annotationLayer .popup span {
271
- display: inline-block;
272
- margin-left: 5px;
273
- }
274
-
275
- .annotationLayer .popup p {
276
- border-top: 1px solid rgba(51, 51, 51, 1);
277
- margin-top: 2px;
278
- padding-top: 2px;
279
- }
280
-
281
- .annotationLayer .highlightAnnotation,
282
- .annotationLayer .underlineAnnotation,
283
- .annotationLayer .squigglyAnnotation,
284
- .annotationLayer .strikeoutAnnotation,
285
- .annotationLayer .freeTextAnnotation,
286
- .annotationLayer .lineAnnotation svg line,
287
- .annotationLayer .squareAnnotation svg rect,
288
- .annotationLayer .circleAnnotation svg ellipse,
289
- .annotationLayer .polylineAnnotation svg polyline,
290
- .annotationLayer .polygonAnnotation svg polygon,
291
- .annotationLayer .caretAnnotation,
292
- .annotationLayer .inkAnnotation svg polyline,
293
- .annotationLayer .stampAnnotation,
294
- .annotationLayer .fileAttachmentAnnotation {
295
- cursor: pointer;
296
- }
297
-
298
-
299
- :root {
300
- --xfa-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
301
- }
302
-
303
- .xfaLayer .highlight {
304
- margin: -1px;
305
- padding: 1px;
306
- background-color: rgba(239, 203, 237, 1);
307
- border-radius: 4px;
308
- }
309
-
310
- .xfaLayer .highlight.appended {
311
- position: initial;
312
- }
313
-
314
- .xfaLayer .highlight.begin {
315
- border-radius: 4px 0 0 4px;
316
- }
317
-
318
- .xfaLayer .highlight.end {
319
- border-radius: 0 4px 4px 0;
320
- }
321
-
322
- .xfaLayer .highlight.middle {
323
- border-radius: 0;
324
- }
325
-
326
- .xfaLayer .highlight.selected {
327
- background-color: rgba(203, 223, 203, 1);
328
- }
329
-
330
- .xfaLayer ::-moz-selection {
331
- background: rgba(0, 0, 255, 1);
332
- }
333
-
334
- .xfaLayer ::selection {
335
- background: rgba(0, 0, 255, 1);
336
- }
337
-
338
- .xfaPage {
339
- overflow: hidden;
340
- position: relative;
341
- }
342
-
343
- .xfaContentarea {
344
- position: absolute;
345
- }
346
-
347
- .xfaPrintOnly {
348
- display: none;
349
- }
350
-
351
- .xfaLayer {
352
- position: absolute;
353
- text-align: initial;
354
- top: 0;
355
- left: 0;
356
- transform-origin: 0 0;
357
- line-height: 1.2;
358
- }
359
-
360
- .xfaLayer * {
361
- color: inherit;
362
- font: inherit;
363
- font-style: inherit;
364
- font-weight: inherit;
365
- font-kerning: inherit;
366
- letter-spacing: -0.01px;
367
- text-align: inherit;
368
- text-decoration: inherit;
369
- box-sizing: border-box;
370
- background-color: transparent;
371
- padding: 0;
372
- margin: 0;
373
- pointer-events: auto;
374
- line-height: inherit;
375
- }
376
-
377
- .xfaLayer div {
378
- pointer-events: none;
379
- }
380
-
381
- .xfaLayer svg {
382
- pointer-events: none;
383
- }
384
-
385
- .xfaLayer svg * {
386
- pointer-events: none;
387
- }
388
-
389
- .xfaLayer a {
390
- color: blue;
391
- }
392
-
393
- .xfaRich li {
394
- margin-left: 3em;
395
- }
396
-
397
- .xfaFont {
398
- color: black;
399
- font-weight: normal;
400
- font-kerning: none;
401
- font-size: 10px;
402
- font-style: normal;
403
- letter-spacing: 0;
404
- text-decoration: none;
405
- vertical-align: 0;
406
- }
407
-
408
- .xfaCaption {
409
- overflow: hidden;
410
- flex: 0 0 auto;
411
- }
412
-
413
- .xfaCaptionForCheckButton {
414
- overflow: hidden;
415
- flex: 1 1 auto;
416
- }
417
-
418
- .xfaLabel {
419
- height: 100%;
420
- width: 100%;
421
- }
422
-
423
- .xfaLeft {
424
- display: flex;
425
- flex-direction: row;
426
- align-items: center;
427
- }
428
-
429
- .xfaRight {
430
- display: flex;
431
- flex-direction: row-reverse;
432
- align-items: center;
433
- }
434
-
435
- .xfaLeft > .xfaCaption,
436
- .xfaLeft > .xfaCaptionForCheckButton,
437
- .xfaRight > .xfaCaption,
438
- .xfaRight > .xfaCaptionForCheckButton {
439
- max-height: 100%;
440
- }
441
-
442
- .xfaTop {
443
- display: flex;
444
- flex-direction: column;
445
- align-items: flex-start;
446
- }
447
-
448
- .xfaBottom {
449
- display: flex;
450
- flex-direction: column-reverse;
451
- align-items: flex-start;
452
- }
453
-
454
- .xfaTop > .xfaCaption,
455
- .xfaTop > .xfaCaptionForCheckButton,
456
- .xfaBottom > .xfaCaption,
457
- .xfaBottom > .xfaCaptionForCheckButton {
458
- width: 100%;
459
- }
460
-
461
- .xfaBorder {
462
- background-color: transparent;
463
- position: absolute;
464
- pointer-events: none;
465
- }
466
-
467
- .xfaWrapped {
468
- width: 100%;
469
- height: 100%;
470
- }
471
-
472
- .xfaTextfield:focus,
473
- .xfaSelect:focus {
474
- background-image: none;
475
- background-color: transparent;
476
- outline: auto;
477
- outline-offset: -1px;
478
- }
479
-
480
- .xfaCheckbox:focus,
481
- .xfaRadio:focus {
482
- outline: auto;
483
- }
484
-
485
- .xfaTextfield,
486
- .xfaSelect {
487
- height: 100%;
488
- width: 100%;
489
- flex: 1 1 auto;
490
- border: none;
491
- resize: none;
492
- background-image: var(--xfa-unfocused-field-background);
493
- }
494
-
495
- .xfaTop > .xfaTextfield,
496
- .xfaTop > .xfaSelect,
497
- .xfaBottom > .xfaTextfield,
498
- .xfaBottom > .xfaSelect {
499
- flex: 0 1 auto;
500
- }
501
-
502
- .xfaButton {
503
- cursor: pointer;
504
- width: 100%;
505
- height: 100%;
506
- border: none;
507
- text-align: center;
508
- }
509
-
510
- .xfaLink {
511
- width: 100%;
512
- height: 100%;
513
- }
514
-
515
- .xfaCheckbox,
516
- .xfaRadio {
517
- width: 100%;
518
- height: 100%;
519
- flex: 0 0 auto;
520
- border: none;
521
- }
522
-
523
- .xfaRich {
524
- white-space: pre-wrap;
525
- width: 100%;
526
- height: 100%;
527
- }
528
-
529
- .xfaImage {
530
- -o-object-position: left top;
531
- object-position: left top;
532
- -o-object-fit: contain;
533
- object-fit: contain;
534
- width: 100%;
535
- height: 100%;
536
- }
537
-
538
- .xfaLrTb,
539
- .xfaRlTb,
540
- .xfaTb {
541
- display: flex;
542
- flex-direction: column;
543
- align-items: stretch;
544
- }
545
-
546
- .xfaLr {
547
- display: flex;
548
- flex-direction: row;
549
- align-items: stretch;
550
- }
551
-
552
- .xfaRl {
553
- display: flex;
554
- flex-direction: row-reverse;
555
- align-items: stretch;
556
- }
557
-
558
- .xfaTb > div {
559
- justify-content: left;
560
- }
561
-
562
- .xfaPosition {
563
- position: relative;
564
- }
565
-
566
- .xfaArea {
567
- position: relative;
568
- }
569
-
570
- .xfaValignMiddle {
571
- display: flex;
572
- align-items: center;
573
- }
574
-
575
- .xfaTable {
576
- display: flex;
577
- flex-direction: column;
578
- align-items: stretch;
579
- }
580
-
581
- .xfaTable .xfaRow {
582
- display: flex;
583
- flex-direction: row;
584
- align-items: stretch;
585
- }
586
-
587
- .xfaTable .xfaRlRow {
588
- display: flex;
589
- flex-direction: row-reverse;
590
- align-items: stretch;
591
- flex: 1;
592
- }
593
-
594
- .xfaTable .xfaRlRow > div {
595
- flex: 1;
596
- }
597
-
598
- .xfaNonInteractive input,
599
- .xfaNonInteractive textarea,
600
- .xfaDisabled input,
601
- .xfaDisabled textarea,
602
- .xfaReadOnly input,
603
- .xfaReadOnly textarea {
604
- background: initial;
605
- }
606
-
607
- @media print {
608
- .xfaTextfield,
609
- .xfaSelect {
610
- background: transparent;
611
- }
612
-
613
- .xfaSelect {
614
- -webkit-appearance: none;
615
- -moz-appearance: none;
616
- appearance: none;
617
- text-indent: 1px;
618
- text-overflow: "";
619
- }
620
- }
621
-
622
- :root {
623
- --pdfViewer-padding-bottom: none;
624
- --page-margin: 1px auto -8px;
625
- --page-border: 9px solid transparent;
626
- --spreadHorizontalWrapped-margin-LR: -3.5px;
627
- --zoom-factor: 1;
628
- }
629
-
630
- @media screen and (forced-colors: active) {
631
- :root {
632
- --pdfViewer-padding-bottom: 9px;
633
- --page-margin: 9px auto 0;
634
- --page-border: none;
635
- --spreadHorizontalWrapped-margin-LR: 4.5px;
636
- }
637
- }
638
-
639
- .pdfViewer {
640
- padding-bottom: var(--pdfViewer-padding-bottom);
641
- }
642
-
643
- .pdfViewer .canvasWrapper {
644
- overflow: hidden;
645
- }
646
-
647
- .pdfViewer .page {
648
- direction: ltr;
649
- width: 816px;
650
- height: 1056px;
651
- margin: var(--page-margin);
652
- position: relative;
653
- overflow: visible;
654
- border: var(--page-border);
655
- background-clip: content-box;
656
- -o-border-image: url(images/shadow.png) 9 9 repeat;
657
- border-image: url(images/shadow.png) 9 9 repeat;
658
- background-color: rgba(255, 255, 255, 1);
659
- }
660
-
661
- .pdfViewer.removePageBorders .page {
662
- margin: 0 auto 10px;
663
- border: none;
664
- }
665
-
666
- .pdfViewer.singlePageView {
667
- display: inline-block;
668
- }
669
-
670
- .pdfViewer.singlePageView .page {
671
- margin: 0;
672
- border: none;
673
- }
674
-
675
- .pdfViewer.scrollHorizontal,
676
- .pdfViewer.scrollWrapped,
677
- .spread {
678
- margin-left: 3.5px;
679
- margin-right: 3.5px;
680
- text-align: center;
681
- }
682
-
683
- .pdfViewer.scrollHorizontal,
684
- .spread {
685
- white-space: nowrap;
686
- }
687
-
688
- .pdfViewer.removePageBorders,
689
- .pdfViewer.scrollHorizontal .spread,
690
- .pdfViewer.scrollWrapped .spread {
691
- margin-left: 0;
692
- margin-right: 0;
693
- }
694
-
695
- .spread .page,
696
- .pdfViewer.scrollHorizontal .page,
697
- .pdfViewer.scrollWrapped .page,
698
- .pdfViewer.scrollHorizontal .spread,
699
- .pdfViewer.scrollWrapped .spread {
700
- display: inline-block;
701
- vertical-align: middle;
702
- }
703
-
704
- .spread .page,
705
- .pdfViewer.scrollHorizontal .page,
706
- .pdfViewer.scrollWrapped .page {
707
- margin-left: var(--spreadHorizontalWrapped-margin-LR);
708
- margin-right: var(--spreadHorizontalWrapped-margin-LR);
709
- }
710
-
711
- .pdfViewer.removePageBorders .spread .page,
712
- .pdfViewer.removePageBorders.scrollHorizontal .page,
713
- .pdfViewer.removePageBorders.scrollWrapped .page {
714
- margin-left: 5px;
715
- margin-right: 5px;
716
- }
717
-
718
- .pdfViewer .page canvas {
719
- margin: 0;
720
- display: block;
721
- }
722
-
723
- .pdfViewer .page canvas[hidden] {
724
- display: none;
725
- }
726
-
727
- .pdfViewer .page .loadingIcon {
728
- position: absolute;
729
- display: block;
730
- left: 0;
731
- top: 0;
732
- right: 0;
733
- bottom: 0;
734
- background: url("images/loading-icon.gif") center no-repeat;
735
- }
736
-
737
- .pdfPresentationMode .pdfViewer {
738
- margin-left: 0;
739
- margin-right: 0;
740
- }
741
-
742
- .pdfPresentationMode .pdfViewer .page,
743
- .pdfPresentationMode .pdfViewer .spread {
744
- display: block;
745
- }
746
-
747
- .pdfPresentationMode .pdfViewer .page,
748
- .pdfPresentationMode .pdfViewer.removePageBorders .page {
749
- margin-left: auto;
750
- margin-right: auto;
751
- }
752
-
753
- .pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
754
- margin-bottom: 100%;
755
- border: 0;
756
- }
757
-
758
- .pdfPresentationMode:fullscreen .pdfViewer .page {
759
- margin-bottom: 100%;
760
- border: 0;
761
- }
762
-
763
- :root {
764
- --sidebar-width: 200px;
765
- --sidebar-transition-duration: 200ms;
766
- --sidebar-transition-timing-function: ease;
767
- --scale-select-container-width: 140px;
768
- --scale-select-overflow: 22px;
769
- --loadingBar-end-offset: 0;
770
-
771
- --toolbar-icon-opacity: 0.7;
772
- --doorhanger-icon-opacity: 0.9;
773
-
774
- --main-color: rgba(12, 12, 13, 1);
775
- --body-bg-color: rgba(237, 237, 240, 1);
776
- --errorWrapper-bg-color: rgba(255, 110, 110, 1);
777
- --progressBar-color: rgba(10, 132, 255, 1);
778
- --progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1);
779
- --progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1);
780
- --scrollbar-color: auto;
781
- --scrollbar-bg-color: auto;
782
- --toolbar-icon-bg-color: rgba(0, 0, 0, 1);
783
- --toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
784
-
785
- --sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9);
786
- --sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
787
- --toolbar-bg-color: rgba(249, 249, 250, 1);
788
- --toolbar-border-color: rgba(204, 204, 204, 1);
789
- --button-hover-color: rgba(221, 222, 223, 1);
790
- --toggled-btn-color: rgba(0, 0, 0, 1);
791
- --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
792
- --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
793
- --dropdown-btn-bg-color: rgba(215, 215, 219, 1);
794
- --separator-color: rgba(0, 0, 0, 0.3);
795
- --field-color: rgba(6, 6, 6, 1);
796
- --field-bg-color: rgba(255, 255, 255, 1);
797
- --field-border-color: rgba(187, 187, 188, 1);
798
- --findbar-nextprevious-btn-bg-color: rgba(227, 228, 230, 1);
799
- --treeitem-color: rgba(0, 0, 0, 0.8);
800
- --treeitem-hover-color: rgba(0, 0, 0, 0.9);
801
- --treeitem-selected-color: rgba(0, 0, 0, 0.9);
802
- --treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
803
- --sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
804
- --doorhanger-bg-color: rgba(255, 255, 255, 1);
805
- --doorhanger-border-color: rgba(12, 12, 13, 0.2);
806
- --doorhanger-hover-color: rgba(12, 12, 13, 1);
807
- --doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
808
- --doorhanger-separator-color: rgba(222, 222, 222, 1);
809
- --overlay-button-border: 0 none;
810
- --overlay-button-bg-color: rgba(12, 12, 13, 0.1);
811
- --overlay-button-hover-bg-color: rgba(12, 12, 13, 0.3);
812
-
813
- --loading-icon: url(images/loading.svg);
814
- --treeitem-expanded-icon: url(images/treeitem-expanded.svg);
815
- --treeitem-collapsed-icon: url(images/treeitem-collapsed.svg);
816
- --toolbarButton-menuArrow-icon: url(images/toolbarButton-menuArrow.svg);
817
- --toolbarButton-sidebarToggle-icon: url(images/toolbarButton-sidebarToggle.svg);
818
- --toolbarButton-secondaryToolbarToggle-icon: url(images/toolbarButton-secondaryToolbarToggle.svg);
819
- --toolbarButton-pageUp-icon: url(images/toolbarButton-pageUp.svg);
820
- --toolbarButton-pageDown-icon: url(images/toolbarButton-pageDown.svg);
821
- --toolbarButton-zoomOut-icon: url(images/toolbarButton-zoomOut.svg);
822
- --toolbarButton-zoomIn-icon: url(images/toolbarButton-zoomIn.svg);
823
- --toolbarButton-presentationMode-icon: url(images/toolbarButton-presentationMode.svg);
824
- --toolbarButton-print-icon: url(images/toolbarButton-print.svg);
825
- --toolbarButton-openFile-icon: url(images/toolbarButton-openFile.svg);
826
- --toolbarButton-download-icon: url(images/toolbarButton-download.svg);
827
- --toolbarButton-bookmark-icon: url(images/toolbarButton-bookmark.svg);
828
- --toolbarButton-viewThumbnail-icon: url(images/toolbarButton-viewThumbnail.svg);
829
- --toolbarButton-viewOutline-icon: url(images/toolbarButton-viewOutline.svg);
830
- --toolbarButton-viewAttachments-icon: url(images/toolbarButton-viewAttachments.svg);
831
- --toolbarButton-viewLayers-icon: url(images/toolbarButton-viewLayers.svg);
832
- --toolbarButton-currentOutlineItem-icon: url(images/toolbarButton-currentOutlineItem.svg);
833
- --toolbarButton-search-icon: url(images/toolbarButton-search.svg);
834
- --findbarButton-previous-icon: url(images/findbarButton-previous.svg);
835
- --findbarButton-next-icon: url(images/findbarButton-next.svg);
836
- --secondaryToolbarButton-firstPage-icon: url(images/secondaryToolbarButton-firstPage.svg);
837
- --secondaryToolbarButton-lastPage-icon: url(images/secondaryToolbarButton-lastPage.svg);
838
- --secondaryToolbarButton-rotateCcw-icon: url(images/secondaryToolbarButton-rotateCcw.svg);
839
- --secondaryToolbarButton-rotateCw-icon: url(images/secondaryToolbarButton-rotateCw.svg);
840
- --secondaryToolbarButton-selectTool-icon: url(images/secondaryToolbarButton-selectTool.svg);
841
- --secondaryToolbarButton-handTool-icon: url(images/secondaryToolbarButton-handTool.svg);
842
- --secondaryToolbarButton-scrollVertical-icon: url(images/secondaryToolbarButton-scrollVertical.svg);
843
- --secondaryToolbarButton-scrollHorizontal-icon: url(images/secondaryToolbarButton-scrollHorizontal.svg);
844
- --secondaryToolbarButton-scrollWrapped-icon: url(images/secondaryToolbarButton-scrollWrapped.svg);
845
- --secondaryToolbarButton-spreadNone-icon: url(images/secondaryToolbarButton-spreadNone.svg);
846
- --secondaryToolbarButton-spreadOdd-icon: url(images/secondaryToolbarButton-spreadOdd.svg);
847
- --secondaryToolbarButton-spreadEven-icon: url(images/secondaryToolbarButton-spreadEven.svg);
848
- --secondaryToolbarButton-documentProperties-icon: url(images/secondaryToolbarButton-documentProperties.svg);
849
- }
850
-
851
- @media (prefers-color-scheme: dark) {
852
- :root {
853
- --main-color: rgba(249, 249, 250, 1);
854
- --body-bg-color: rgba(42, 42, 46, 1);
855
- --errorWrapper-bg-color: rgba(169, 14, 14, 1);
856
- --progressBar-color: rgba(0, 96, 223, 1);
857
- --progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
858
- --progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
859
- --scrollbar-color: rgba(121, 121, 123, 1);
860
- --scrollbar-bg-color: rgba(35, 35, 39, 1);
861
- --toolbar-icon-bg-color: rgba(255, 255, 255, 1);
862
- --toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
863
-
864
- --sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
865
- --sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
866
- --toolbar-bg-color: rgba(56, 56, 61, 1);
867
- --toolbar-border-color: rgba(12, 12, 13, 1);
868
- --button-hover-color: rgba(102, 102, 103, 1);
869
- --toggled-btn-color: rgba(255, 255, 255, 1);
870
- --toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
871
- --toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
872
- --dropdown-btn-bg-color: rgba(74, 74, 79, 1);
873
- --separator-color: rgba(0, 0, 0, 0.3);
874
- --field-color: rgba(250, 250, 250, 1);
875
- --field-bg-color: rgba(64, 64, 68, 1);
876
- --field-border-color: rgba(115, 115, 115, 1);
877
- --findbar-nextprevious-btn-bg-color: rgba(89, 89, 89, 1);
878
- --treeitem-color: rgba(255, 255, 255, 0.8);
879
- --treeitem-hover-color: rgba(255, 255, 255, 0.9);
880
- --treeitem-selected-color: rgba(255, 255, 255, 0.9);
881
- --treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
882
- --sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
883
- --doorhanger-bg-color: rgba(74, 74, 79, 1);
884
- --doorhanger-border-color: rgba(39, 39, 43, 1);
885
- --doorhanger-hover-color: rgba(249, 249, 250, 1);
886
- --doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
887
- --doorhanger-separator-color: rgba(92, 92, 97, 1);
888
- --overlay-button-bg-color: rgba(92, 92, 97, 1);
889
- --overlay-button-hover-bg-color: rgba(115, 115, 115, 1);
890
-
891
- /* This image is used in <input> elements, which unfortunately means that
892
- * the `mask-image` approach used with all of the other images doesn't work
893
- * here; hence why we still have two versions of this particular image. */
894
- --loading-icon: url(images/loading-dark.svg);
895
- }
896
- }
897
-
898
- @media screen and (forced-colors: active) {
899
- :root {
900
- --button-hover-color: Highlight;
901
- --doorhanger-hover-bg-color: Highlight;
902
- --toolbar-icon-opacity: 1;
903
- --toolbar-icon-bg-color: ButtonText;
904
- --toolbar-icon-hover-bg-color: ButtonFace;
905
- --toggled-btn-color: HighlightText;
906
- --toggled-btn-bg-color: LinkText;
907
- --doorhanger-hover-color: ButtonFace;
908
- --doorhanger-border-color-whcm: 1px solid ButtonText;
909
- --doorhanger-triangle-opacity-whcm: 0;
910
- --overlay-button-border: 1px solid Highlight;
911
- --overlay-button-hover-bg-color: Highlight;
912
- --overlay-button-hover-color: ButtonFace;
913
- --field-border-color: ButtonText;
914
- }
915
- }
916
-
917
- * {
918
- padding: 0;
919
- margin: 0;
920
- }
921
-
922
- html {
923
- height: 100%;
924
- width: 100%;
925
- /* Font size is needed to make the activity bar the correct size. */
926
- font-size: 10px;
927
- }
928
-
929
- body {
930
- height: 100%;
931
- width: 100%;
932
- background-color: var(--body-bg-color);
933
- }
934
-
935
- body,
936
- input,
937
- button,
938
- select {
939
- font: message-box;
940
- outline: none;
941
- scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg-color);
942
- }
943
-
944
- .hidden {
945
- display: none !important;
946
- }
947
- [hidden] {
948
- display: none !important;
949
- }
950
-
951
- .pdfViewer.enablePermissions .textLayer span {
952
- -webkit-user-select: none !important;
953
- -moz-user-select: none !important;
954
- user-select: none !important;
955
- cursor: not-allowed;
956
- }
957
-
958
- #viewerContainer.pdfPresentationMode:-webkit-full-screen {
959
- top: 0;
960
- border-top: 2px solid rgba(0, 0, 0, 0);
961
- background-color: rgba(0, 0, 0, 1);
962
- width: 100%;
963
- height: 100%;
964
- overflow: hidden;
965
- cursor: none;
966
- -webkit-user-select: none;
967
- user-select: none;
968
- }
969
-
970
- #viewerContainer.pdfPresentationMode:fullscreen {
971
- top: 0;
972
- border-top: 2px solid rgba(0, 0, 0, 0);
973
- background-color: rgba(0, 0, 0, 1);
974
- width: 100%;
975
- height: 100%;
976
- overflow: hidden;
977
- cursor: none;
978
- -webkit-user-select: none;
979
- -moz-user-select: none;
980
- user-select: none;
981
- }
982
-
983
- .pdfPresentationMode:-webkit-full-screen a:not(.internalLink) {
984
- display: none;
985
- }
986
-
987
- .pdfPresentationMode:fullscreen a:not(.internalLink) {
988
- display: none;
989
- }
990
-
991
- .pdfPresentationMode:-webkit-full-screen .textLayer span {
992
- cursor: none;
993
- }
994
-
995
- .pdfPresentationMode:fullscreen .textLayer span {
996
- cursor: none;
997
- }
998
-
999
- .pdfPresentationMode.pdfPresentationModeControls > *,
1000
- .pdfPresentationMode.pdfPresentationModeControls .textLayer span {
1001
- cursor: default;
1002
- }
1003
-
1004
- #outerContainer {
1005
- width: 100%;
1006
- height: 100%;
1007
- position: relative;
1008
- }
1009
-
1010
- #sidebarContainer {
1011
- position: absolute;
1012
- top: 32px;
1013
- bottom: 0;
1014
- width: var(--sidebar-width);
1015
- visibility: hidden;
1016
- z-index: 100;
1017
- border-top: 1px solid rgba(51, 51, 51, 1);
1018
- transition-duration: var(--sidebar-transition-duration);
1019
- transition-timing-function: var(--sidebar-transition-timing-function);
1020
- }
1021
- html[dir="ltr"] #sidebarContainer {
1022
- transition-property: left;
1023
- left: calc(0px - var(--sidebar-width));
1024
- border-right: var(--doorhanger-border-color-whcm);
1025
- }
1026
- html[dir="rtl"] #sidebarContainer {
1027
- transition-property: right;
1028
- right: calc(0px - var(--sidebar-width));
1029
- border-left: var(--doorhanger-border-color-whcm);
1030
- }
1031
-
1032
- #outerContainer.sidebarResizing #sidebarContainer {
1033
- /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
1034
- transition-duration: 0s;
1035
- /* Prevent e.g. the thumbnails being selected when the sidebar is resized. */
1036
- -webkit-user-select: none;
1037
- -moz-user-select: none;
1038
- user-select: none;
1039
- }
1040
-
1041
- #outerContainer.sidebarMoving #sidebarContainer,
1042
- #outerContainer.sidebarOpen #sidebarContainer {
1043
- visibility: visible;
1044
- }
1045
- html[dir="ltr"] #outerContainer.sidebarOpen #sidebarContainer {
1046
- left: 0;
1047
- }
1048
- html[dir="rtl"] #outerContainer.sidebarOpen #sidebarContainer {
1049
- right: 0;
1050
- }
1051
-
1052
- #mainContainer {
1053
- position: absolute;
1054
- top: 0;
1055
- right: 0;
1056
- bottom: 0;
1057
- left: 0;
1058
- min-width: 320px;
1059
- }
1060
-
1061
- #sidebarContent {
1062
- top: 32px;
1063
- bottom: 0;
1064
- overflow: auto;
1065
- -webkit-overflow-scrolling: touch;
1066
- position: absolute;
1067
- width: 100%;
1068
- background-color: rgba(0, 0, 0, 0.1);
1069
- }
1070
- html[dir="ltr"] #sidebarContent {
1071
- left: 0;
1072
- box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
1073
- }
1074
- html[dir="rtl"] #sidebarContent {
1075
- right: 0;
1076
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25);
1077
- }
1078
-
1079
- #viewerContainer {
1080
- overflow: auto;
1081
- -webkit-overflow-scrolling: touch;
1082
- position: absolute;
1083
- top: 32px;
1084
- right: 0;
1085
- bottom: 0;
1086
- left: 0;
1087
- outline: none;
1088
- }
1089
- #viewerContainer:not(.pdfPresentationMode) {
1090
- transition-duration: var(--sidebar-transition-duration);
1091
- transition-timing-function: var(--sidebar-transition-timing-function);
1092
- }
1093
-
1094
- #outerContainer.sidebarResizing #viewerContainer {
1095
- /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
1096
- transition-duration: 0s;
1097
- }
1098
-
1099
- html[dir="ltr"]
1100
- #outerContainer.sidebarOpen
1101
- #viewerContainer:not(.pdfPresentationMode) {
1102
- transition-property: left;
1103
- left: var(--sidebar-width);
1104
- }
1105
- html[dir="rtl"]
1106
- #outerContainer.sidebarOpen
1107
- #viewerContainer:not(.pdfPresentationMode) {
1108
- transition-property: right;
1109
- right: var(--sidebar-width);
1110
- }
1111
-
1112
- .toolbar {
1113
- position: relative;
1114
- left: 0;
1115
- right: 0;
1116
- z-index: 9999;
1117
- cursor: default;
1118
- }
1119
-
1120
- #toolbarContainer {
1121
- width: 100%;
1122
- }
1123
-
1124
- #toolbarSidebar {
1125
- width: 100%;
1126
- height: 32px;
1127
- background-color: var(--sidebar-toolbar-bg-color);
1128
- }
1129
- html[dir="ltr"] #toolbarSidebar {
1130
- box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15),
1131
- 0 0 1px rgba(0, 0, 0, 0.1);
1132
- }
1133
- html[dir="rtl"] #toolbarSidebar {
1134
- box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15),
1135
- 0 0 1px rgba(0, 0, 0, 0.1);
1136
- }
1137
-
1138
- html[dir="ltr"] #toolbarSidebar .toolbarButton {
1139
- margin-right: 2px !important;
1140
- }
1141
- html[dir="rtl"] #toolbarSidebar .toolbarButton {
1142
- margin-left: 2px !important;
1143
- }
1144
-
1145
- html[dir="ltr"] #toolbarSidebarRight .toolbarButton {
1146
- margin-right: 3px !important;
1147
- }
1148
- html[dir="rtl"] #toolbarSidebarRight .toolbarButton {
1149
- margin-left: 3px !important;
1150
- }
1151
-
1152
- #sidebarResizer {
1153
- position: absolute;
1154
- top: 0;
1155
- bottom: 0;
1156
- width: 6px;
1157
- z-index: 200;
1158
- cursor: ew-resize;
1159
- }
1160
- html[dir="ltr"] #sidebarResizer {
1161
- right: -6px;
1162
- }
1163
- html[dir="rtl"] #sidebarResizer {
1164
- left: -6px;
1165
- }
1166
-
1167
- #toolbarContainer,
1168
- .findbar,
1169
- .secondaryToolbar {
1170
- position: relative;
1171
- height: 32px;
1172
- background-color: var(--toolbar-bg-color);
1173
- box-shadow: 0 1px 0 var(--toolbar-border-color);
1174
- }
1175
-
1176
- #toolbarViewer {
1177
- height: 32px;
1178
- }
1179
-
1180
- #loadingBar {
1181
- position: absolute;
1182
- height: 4px;
1183
- background-color: var(--body-bg-color);
1184
- border-bottom: 1px solid var(--toolbar-border-color);
1185
-
1186
- transition-duration: var(--sidebar-transition-duration);
1187
- transition-timing-function: var(--sidebar-transition-timing-function);
1188
- }
1189
- html[dir="ltr"] #loadingBar {
1190
- transition-property: left;
1191
- left: 0;
1192
- right: var(--loadingBar-end-offset);
1193
- }
1194
- html[dir="rtl"] #loadingBar {
1195
- transition-property: right;
1196
- left: var(--loadingBar-end-offset);
1197
- right: 0;
1198
- }
1199
-
1200
- html[dir="ltr"] #outerContainer.sidebarOpen #loadingBar {
1201
- left: var(--sidebar-width);
1202
- }
1203
- html[dir="rtl"] #outerContainer.sidebarOpen #loadingBar {
1204
- right: var(--sidebar-width);
1205
- }
1206
-
1207
- #outerContainer.sidebarResizing #loadingBar {
1208
- /* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
1209
- transition-duration: 0s;
1210
- }
1211
-
1212
- #loadingBar .progress {
1213
- position: absolute;
1214
- top: 0;
1215
- left: 0;
1216
- width: 0%;
1217
- height: 100%;
1218
- background-color: var(--progressBar-color);
1219
- overflow: hidden;
1220
- transition: width 200ms;
1221
- }
1222
-
1223
- @-webkit-keyframes progressIndeterminate {
1224
- 0% {
1225
- left: -142px;
1226
- }
1227
- 100% {
1228
- left: 0;
1229
- }
1230
- }
1231
-
1232
- @keyframes progressIndeterminate {
1233
- 0% {
1234
- left: -142px;
1235
- }
1236
- 100% {
1237
- left: 0;
1238
- }
1239
- }
1240
-
1241
- #loadingBar .progress.indeterminate {
1242
- background-color: var(--progressBar-indeterminate-bg-color);
1243
- transition: none;
1244
- }
1245
-
1246
- #loadingBar .progress.indeterminate .glimmer {
1247
- position: absolute;
1248
- top: 0;
1249
- left: 0;
1250
- height: 100%;
1251
- width: calc(100% + 150px);
1252
- background: repeating-linear-gradient(
1253
- 135deg,
1254
- var(--progressBar-indeterminate-blend-color) 0,
1255
- var(--progressBar-indeterminate-bg-color) 5px,
1256
- var(--progressBar-indeterminate-bg-color) 45px,
1257
- var(--progressBar-color) 55px,
1258
- var(--progressBar-color) 95px,
1259
- var(--progressBar-indeterminate-blend-color) 100px
1260
- );
1261
- -webkit-animation: progressIndeterminate 1s linear infinite;
1262
- animation: progressIndeterminate 1s linear infinite;
1263
- }
1264
-
1265
- .findbar,
1266
- .secondaryToolbar {
1267
- top: 32px;
1268
- position: absolute;
1269
- z-index: 10000;
1270
- height: auto;
1271
- min-width: 16px;
1272
- padding: 0 4px;
1273
- margin: 4px 2px;
1274
- color: rgba(217, 217, 217, 1);
1275
- font-size: 12px;
1276
- line-height: 14px;
1277
- text-align: left;
1278
- cursor: default;
1279
- }
1280
-
1281
- .findbar {
1282
- min-width: 300px;
1283
- background-color: var(--toolbar-bg-color);
1284
- }
1285
- .findbar > div {
1286
- height: 32px;
1287
- }
1288
- .findbar.wrapContainers > div {
1289
- clear: both;
1290
- }
1291
- .findbar.wrapContainers > div#findbarMessageContainer {
1292
- height: auto;
1293
- }
1294
- html[dir="ltr"] .findbar {
1295
- left: 64px;
1296
- }
1297
- html[dir="rtl"] .findbar {
1298
- right: 64px;
1299
- }
1300
-
1301
- .findbar .splitToolbarButton {
1302
- margin-top: 3px;
1303
- }
1304
- html[dir="ltr"] .findbar .splitToolbarButton {
1305
- margin-left: 0;
1306
- margin-right: 5px;
1307
- }
1308
- html[dir="rtl"] .findbar .splitToolbarButton {
1309
- margin-left: 5px;
1310
- margin-right: 0;
1311
- }
1312
-
1313
- .findbar .splitToolbarButton > .toolbarButton {
1314
- background-color: var(--findbar-nextprevious-btn-bg-color);
1315
- border-radius: 0;
1316
- height: 26px;
1317
- border-top: 1px solid var(--field-border-color);
1318
- border-bottom: 1px solid var(--field-border-color);
1319
- }
1320
-
1321
- .findbar .splitToolbarButton > .toolbarButton::before {
1322
- top: 5px;
1323
- }
1324
-
1325
- .findbar .splitToolbarButton > .findNext {
1326
- width: 29px;
1327
- }
1328
- html[dir="ltr"] .findbar .splitToolbarButton > .findNext {
1329
- border-bottom-right-radius: 2px;
1330
- border-top-right-radius: 2px;
1331
- border-right: 1px solid var(--field-border-color);
1332
- }
1333
- html[dir="rtl"] .findbar .splitToolbarButton > .findNext {
1334
- border-bottom-left-radius: 2px;
1335
- border-top-left-radius: 2px;
1336
- border-left: 1px solid var(--field-border-color);
1337
- }
1338
-
1339
- .findbar input[type="checkbox"] {
1340
- pointer-events: none;
1341
- }
1342
-
1343
- .findbar label {
1344
- -webkit-user-select: none;
1345
- -moz-user-select: none;
1346
- user-select: none;
1347
- }
1348
-
1349
- .findbar label:hover,
1350
- .findbar input:focus + label {
1351
- color: var(--toggled-btn-color);
1352
- background-color: var(--button-hover-color);
1353
- }
1354
-
1355
- html[dir="ltr"] #findInput {
1356
- border-top-right-radius: 0;
1357
- border-bottom-right-radius: 0;
1358
- }
1359
- html[dir="rtl"] #findInput {
1360
- border-top-left-radius: 0;
1361
- border-bottom-left-radius: 0;
1362
- }
1363
-
1364
- .findbar .toolbarField[type="checkbox"]:checked + .toolbarLabel {
1365
- background-color: var(--toggled-btn-bg-color) !important;
1366
- color: var(--toggled-btn-color);
1367
- }
1368
-
1369
- #findInput {
1370
- width: 200px;
1371
- }
1372
- #findInput::-moz-placeholder {
1373
- font-style: normal;
1374
- }
1375
- #findInput::placeholder {
1376
- font-style: normal;
1377
- }
1378
- #findInput[data-status="pending"] {
1379
- background-image: var(--loading-icon);
1380
- background-repeat: no-repeat;
1381
- background-position: 98%;
1382
- }
1383
- html[dir="rtl"] #findInput[data-status="pending"] {
1384
- background-position: 3px;
1385
- }
1386
- #findInput[data-status="notFound"] {
1387
- background-color: rgba(255, 102, 102, 1);
1388
- }
1389
-
1390
- .secondaryToolbar {
1391
- padding: 6px 0 10px;
1392
- height: auto;
1393
- z-index: 30000;
1394
- background-color: var(--doorhanger-bg-color);
1395
- }
1396
- html[dir="ltr"] .secondaryToolbar {
1397
- right: 4px;
1398
- }
1399
- html[dir="rtl"] .secondaryToolbar {
1400
- left: 4px;
1401
- }
1402
-
1403
- #secondaryToolbarButtonContainer {
1404
- max-width: 220px;
1405
- max-height: 400px;
1406
- overflow-y: auto;
1407
- -webkit-overflow-scrolling: touch;
1408
- margin-bottom: -4px;
1409
- }
1410
-
1411
- #secondaryToolbarButtonContainer.hiddenScrollModeButtons > .scrollModeButtons,
1412
- #secondaryToolbarButtonContainer.hiddenSpreadModeButtons > .spreadModeButtons {
1413
- display: none !important;
1414
- }
1415
-
1416
- .doorHanger,
1417
- .doorHangerRight {
1418
- border-radius: 2px;
1419
- box-shadow: 0 1px 5px var(--doorhanger-border-color),
1420
- 0 0 0 1px var(--doorhanger-border-color);
1421
- border: var(--doorhanger-border-color-whcm);
1422
- }
1423
- .doorHanger:after,
1424
- .doorHanger:before,
1425
- .doorHangerRight:after,
1426
- .doorHangerRight:before {
1427
- bottom: 100%;
1428
- border: solid rgba(0, 0, 0, 0);
1429
- content: " ";
1430
- height: 0;
1431
- width: 0;
1432
- position: absolute;
1433
- pointer-events: none;
1434
- opacity: var(--doorhanger-triangle-opacity-whcm);
1435
- }
1436
- .doorHanger:after,
1437
- .doorHangerRight:after {
1438
- border-width: 8px;
1439
- }
1440
- .doorHanger:after {
1441
- border-bottom-color: var(--toolbar-bg-color);
1442
- }
1443
- .doorHangerRight:after {
1444
- border-bottom-color: var(--doorhanger-bg-color);
1445
- }
1446
- .doorHanger:before,
1447
- .doorHangerRight:before {
1448
- border-bottom-color: var(--doorhanger-border-color);
1449
- border-width: 9px;
1450
- }
1451
-
1452
- html[dir="ltr"] .doorHanger:after,
1453
- html[dir="rtl"] .doorHangerRight:after {
1454
- left: 10px;
1455
- margin-left: -8px;
1456
- }
1457
-
1458
- html[dir="ltr"] .doorHanger:before,
1459
- html[dir="rtl"] .doorHangerRight:before {
1460
- left: 10px;
1461
- margin-left: -9px;
1462
- }
1463
-
1464
- html[dir="rtl"] .doorHanger:after,
1465
- html[dir="ltr"] .doorHangerRight:after {
1466
- right: 10px;
1467
- margin-right: -8px;
1468
- }
1469
-
1470
- html[dir="rtl"] .doorHanger:before,
1471
- html[dir="ltr"] .doorHangerRight:before {
1472
- right: 10px;
1473
- margin-right: -9px;
1474
- }
1475
-
1476
- #findResultsCount {
1477
- background-color: rgba(217, 217, 217, 1);
1478
- color: rgba(82, 82, 82, 1);
1479
- text-align: center;
1480
- padding: 4px 5px;
1481
- margin: 5px;
1482
- }
1483
-
1484
- #findMsg {
1485
- color: rgba(251, 0, 0, 1);
1486
- }
1487
- #findMsg:empty {
1488
- display: none;
1489
- }
1490
-
1491
- #toolbarViewerMiddle {
1492
- position: absolute;
1493
- left: 50%;
1494
- transform: translateX(-50%);
1495
- }
1496
-
1497
- html[dir="ltr"] #toolbarViewerLeft,
1498
- html[dir="rtl"] #toolbarViewerRight,
1499
- html[dir="ltr"] #toolbarSidebarLeft,
1500
- html[dir="rtl"] #toolbarSidebarRight {
1501
- float: left;
1502
- }
1503
- html[dir="ltr"] #toolbarViewerRight,
1504
- html[dir="rtl"] #toolbarViewerLeft,
1505
- html[dir="ltr"] #toolbarSidebarRight,
1506
- html[dir="rtl"] #toolbarSidebarLeft {
1507
- float: right;
1508
- }
1509
- html[dir="ltr"] #toolbarViewerLeft > *,
1510
- html[dir="ltr"] #toolbarViewerMiddle > *,
1511
- html[dir="ltr"] #toolbarViewerRight > *,
1512
- html[dir="ltr"] #toolbarSidebarLeft *,
1513
- html[dir="ltr"] #toolbarSidebarRight *,
1514
- html[dir="ltr"] .findbar * {
1515
- position: relative;
1516
- float: left;
1517
- }
1518
- html[dir="rtl"] #toolbarViewerLeft > *,
1519
- html[dir="rtl"] #toolbarViewerMiddle > *,
1520
- html[dir="rtl"] #toolbarViewerRight > *,
1521
- html[dir="rtl"] #toolbarSidebarLeft *,
1522
- html[dir="rtl"] #toolbarSidebarRight *,
1523
- html[dir="rtl"] .findbar * {
1524
- position: relative;
1525
- float: right;
1526
- }
1527
-
1528
- .splitToolbarButton {
1529
- margin: 2px 2px 0;
1530
- display: inline-block;
1531
- }
1532
- html[dir="ltr"] .splitToolbarButton > .toolbarButton {
1533
- float: left;
1534
- }
1535
- html[dir="rtl"] .splitToolbarButton > .toolbarButton {
1536
- float: right;
1537
- }
1538
-
1539
- .toolbarButton,
1540
- .secondaryToolbarButton,
1541
- .overlayButton {
1542
- border: 0 none;
1543
- background: none;
1544
- width: 28px;
1545
- height: 28px;
1546
- }
1547
-
1548
- .overlayButton:hover,
1549
- .overlayButton:focus {
1550
- background-color: var(--overlay-button-hover-bg-color);
1551
- }
1552
-
1553
- .overlayButton:hover > span,
1554
- .overlayButton:focus > span {
1555
- color: var(--overlay-button-hover-color);
1556
- }
1557
-
1558
- .toolbarButton > span {
1559
- display: inline-block;
1560
- width: 0;
1561
- height: 0;
1562
- overflow: hidden;
1563
- }
1564
-
1565
- .toolbarButton[disabled],
1566
- .secondaryToolbarButton[disabled],
1567
- .overlayButton[disabled] {
1568
- opacity: 0.5;
1569
- }
1570
-
1571
- .splitToolbarButton.toggled .toolbarButton {
1572
- margin: 0;
1573
- }
1574
-
1575
- .splitToolbarButton > .toolbarButton:hover,
1576
- .splitToolbarButton > .toolbarButton:focus,
1577
- .dropdownToolbarButton:hover,
1578
- .toolbarButton.textButton:hover,
1579
- .toolbarButton.textButton:focus {
1580
- background-color: var(--button-hover-color);
1581
- z-index: 199;
1582
- }
1583
- .splitToolbarButton > .toolbarButton {
1584
- position: relative;
1585
- }
1586
- html[dir="ltr"] .splitToolbarButton > .toolbarButton:first-child,
1587
- html[dir="rtl"] .splitToolbarButton > .toolbarButton:last-child {
1588
- margin: 0;
1589
- }
1590
- html[dir="ltr"] .splitToolbarButton > .toolbarButton:last-child,
1591
- html[dir="rtl"] .splitToolbarButton > .toolbarButton:first-child {
1592
- margin: 0;
1593
- }
1594
- .splitToolbarButtonSeparator {
1595
- padding: 10px 0;
1596
- width: 1px;
1597
- background-color: var(--separator-color);
1598
- z-index: 99;
1599
- display: inline-block;
1600
- margin: 4px 0;
1601
- }
1602
-
1603
- .findbar .splitToolbarButtonSeparator {
1604
- background-color: var(--field-border-color);
1605
- margin: 0;
1606
- padding: 13px 0;
1607
- }
1608
-
1609
- html[dir="ltr"] .splitToolbarButtonSeparator {
1610
- float: left;
1611
- }
1612
- html[dir="rtl"] .splitToolbarButtonSeparator {
1613
- float: right;
1614
- }
1615
-
1616
- .toolbarButton,
1617
- .dropdownToolbarButton,
1618
- .secondaryToolbarButton,
1619
- .overlayButton {
1620
- min-width: 16px;
1621
- margin: 2px 1px;
1622
- padding: 2px 6px 0;
1623
- border: none;
1624
- border-radius: 2px;
1625
- color: var(--main-color);
1626
- font-size: 12px;
1627
- line-height: 14px;
1628
- -webkit-user-select: none;
1629
- -moz-user-select: none;
1630
- user-select: none;
1631
- cursor: default;
1632
- box-sizing: border-box;
1633
- }
1634
-
1635
- html[dir="ltr"] #toolbarViewerLeft > .toolbarButton:first-child,
1636
- html[dir="rtl"] #toolbarViewerRight > .toolbarButton:last-child {
1637
- margin-left: 2px;
1638
- }
1639
-
1640
- html[dir="ltr"] #toolbarViewerRight > .toolbarButton:last-child,
1641
- html[dir="rtl"] #toolbarViewerLeft > .toolbarButton:first-child {
1642
- margin-right: 2px;
1643
- }
1644
- .toolbarButton:hover,
1645
- .toolbarButton:focus {
1646
- background-color: var(--button-hover-color);
1647
- }
1648
- .secondaryToolbarButton:hover,
1649
- .secondaryToolbarButton:focus {
1650
- background-color: var(--doorhanger-hover-bg-color);
1651
- color: var(--doorhanger-hover-color);
1652
- }
1653
-
1654
- .toolbarButton.toggled,
1655
- .splitToolbarButton.toggled > .toolbarButton.toggled,
1656
- .secondaryToolbarButton.toggled {
1657
- background-color: var(--toggled-btn-bg-color);
1658
- color: var(--toggled-btn-color);
1659
- }
1660
-
1661
- .secondaryToolbarButton.toggled::before {
1662
- background-color: var(--toggled-btn-color);
1663
- }
1664
-
1665
- .toolbarButton.toggled::before {
1666
- background-color: var(--toggled-btn-color);
1667
- }
1668
-
1669
- .toolbarButton.toggled:hover:active,
1670
- .splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
1671
- .secondaryToolbarButton.toggled:hover:active {
1672
- background-color: var(--toggled-hover-active-btn-color);
1673
- }
1674
-
1675
- .dropdownToolbarButton {
1676
- width: var(--scale-select-container-width);
1677
- padding: 0;
1678
- overflow: hidden;
1679
- background-color: var(--dropdown-btn-bg-color);
1680
- margin-top: 2px !important;
1681
- }
1682
- .dropdownToolbarButton::after {
1683
- top: 6px;
1684
- pointer-events: none;
1685
-
1686
- -webkit-mask-image: var(--toolbarButton-menuArrow-icon);
1687
- mask-image: var(--toolbarButton-menuArrow-icon);
1688
- }
1689
- html[dir="ltr"] .dropdownToolbarButton::after {
1690
- right: 7px;
1691
- }
1692
- html[dir="rtl"] .dropdownToolbarButton::after {
1693
- left: 7px;
1694
- }
1695
-
1696
- .dropdownToolbarButton > select {
1697
- width: calc(var(--scale-select-container-width) + var(--scale-select-overflow));
1698
- height: 28px;
1699
- font-size: 12px;
1700
- color: var(--main-color);
1701
- margin: 0;
1702
- padding: 1px 0 2px;
1703
- border: none;
1704
- background-color: var(--dropdown-btn-bg-color);
1705
- }
1706
- html[dir="ltr"] .dropdownToolbarButton > select {
1707
- padding-left: 4px;
1708
- }
1709
- html[dir="rtl"] .dropdownToolbarButton > select {
1710
- padding-right: 4px;
1711
- }
1712
- .dropdownToolbarButton > select:hover,
1713
- .dropdownToolbarButton > select:focus {
1714
- background-color: var(--button-hover-color);
1715
- color: var(--toggled-btn-color);
1716
- }
1717
-
1718
- .dropdownToolbarButton > select > option {
1719
- background: var(--doorhanger-bg-color);
1720
- color: var(--main-color);
1721
- }
1722
-
1723
- #customScaleOption {
1724
- display: none;
1725
- }
1726
-
1727
- #pageWidthOption {
1728
- border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
1729
- }
1730
-
1731
- .toolbarButtonSpacer {
1732
- width: 30px;
1733
- display: inline-block;
1734
- height: 1px;
1735
- }
1736
-
1737
- .toolbarButton::before,
1738
- .secondaryToolbarButton::before,
1739
- .dropdownToolbarButton::after,
1740
- .treeItemToggler::before {
1741
- /* All matching images have a size of 16x16
1742
- * All relevant containers have a size of 28x28 */
1743
- position: absolute;
1744
- display: inline-block;
1745
- width: 16px;
1746
- height: 16px;
1747
-
1748
- content: "";
1749
- background-color: var(--toolbar-icon-bg-color);
1750
- -webkit-mask-size: cover;
1751
- mask-size: cover;
1752
- }
1753
-
1754
- .dropdownToolbarButton:hover::after,
1755
- .dropdownToolbarButton:focus::after,
1756
- .dropdownToolbarButton:active::after {
1757
- background-color: var(--toolbar-icon-hover-bg-color);
1758
- }
1759
-
1760
- .toolbarButton::before {
1761
- opacity: var(--toolbar-icon-opacity);
1762
- top: 6px;
1763
- left: 6px;
1764
- }
1765
-
1766
- .toolbarButton:hover::before,
1767
- .toolbarButton:focus::before,
1768
- .secondaryToolbarButton:hover::before,
1769
- .secondaryToolbarButton:focus::before {
1770
- background-color: var(--toolbar-icon-hover-bg-color);
1771
- }
1772
-
1773
- .secondaryToolbarButton::before {
1774
- opacity: var(--doorhanger-icon-opacity);
1775
- top: 5px;
1776
- }
1777
- html[dir="ltr"] .secondaryToolbarButton::before {
1778
- left: 12px;
1779
- }
1780
- html[dir="rtl"] .secondaryToolbarButton::before {
1781
- right: 12px;
1782
- }
1783
-
1784
- .toolbarButton#sidebarToggle::before {
1785
- -webkit-mask-image: var(--toolbarButton-sidebarToggle-icon);
1786
- mask-image: var(--toolbarButton-sidebarToggle-icon);
1787
- }
1788
- html[dir="rtl"] .toolbarButton#sidebarToggle::before {
1789
- transform: scaleX(-1);
1790
- }
1791
-
1792
- .toolbarButton#secondaryToolbarToggle::before {
1793
- -webkit-mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
1794
- mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
1795
- }
1796
- html[dir="rtl"] .toolbarButton#secondaryToolbarToggle::before {
1797
- transform: scaleX(-1);
1798
- }
1799
-
1800
- .toolbarButton.findPrevious::before {
1801
- -webkit-mask-image: var(--findbarButton-previous-icon);
1802
- mask-image: var(--findbarButton-previous-icon);
1803
- }
1804
-
1805
- .toolbarButton.findNext::before {
1806
- -webkit-mask-image: var(--findbarButton-next-icon);
1807
- mask-image: var(--findbarButton-next-icon);
1808
- }
1809
-
1810
- .toolbarButton.pageUp::before {
1811
- -webkit-mask-image: var(--toolbarButton-pageUp-icon);
1812
- mask-image: var(--toolbarButton-pageUp-icon);
1813
- }
1814
-
1815
- .toolbarButton.pageDown::before {
1816
- -webkit-mask-image: var(--toolbarButton-pageDown-icon);
1817
- mask-image: var(--toolbarButton-pageDown-icon);
1818
- }
1819
-
1820
- .toolbarButton.zoomOut::before {
1821
- -webkit-mask-image: var(--toolbarButton-zoomOut-icon);
1822
- mask-image: var(--toolbarButton-zoomOut-icon);
1823
- }
1824
-
1825
- .toolbarButton.zoomIn::before {
1826
- -webkit-mask-image: var(--toolbarButton-zoomIn-icon);
1827
- mask-image: var(--toolbarButton-zoomIn-icon);
1828
- }
1829
-
1830
- .toolbarButton.presentationMode::before,
1831
- .secondaryToolbarButton.presentationMode::before {
1832
- -webkit-mask-image: var(--toolbarButton-presentationMode-icon);
1833
- mask-image: var(--toolbarButton-presentationMode-icon);
1834
- }
1835
-
1836
- .toolbarButton.print::before,
1837
- .secondaryToolbarButton.print::before {
1838
- -webkit-mask-image: var(--toolbarButton-print-icon);
1839
- mask-image: var(--toolbarButton-print-icon);
1840
- }
1841
-
1842
- .toolbarButton.openFile::before,
1843
- .secondaryToolbarButton.openFile::before {
1844
- -webkit-mask-image: var(--toolbarButton-openFile-icon);
1845
- mask-image: var(--toolbarButton-openFile-icon);
1846
- }
1847
-
1848
- .toolbarButton.download::before,
1849
- .secondaryToolbarButton.download::before {
1850
- -webkit-mask-image: var(--toolbarButton-download-icon);
1851
- mask-image: var(--toolbarButton-download-icon);
1852
- }
1853
-
1854
- .secondaryToolbarButton.bookmark {
1855
- padding-top: 6px;
1856
- text-decoration: none;
1857
- }
1858
-
1859
- .bookmark[href="#"] {
1860
- opacity: 0.5;
1861
- pointer-events: none;
1862
- }
1863
-
1864
- .toolbarButton.bookmark::before,
1865
- .secondaryToolbarButton.bookmark::before {
1866
- -webkit-mask-image: var(--toolbarButton-bookmark-icon);
1867
- mask-image: var(--toolbarButton-bookmark-icon);
1868
- }
1869
-
1870
- #viewThumbnail.toolbarButton::before {
1871
- -webkit-mask-image: var(--toolbarButton-viewThumbnail-icon);
1872
- mask-image: var(--toolbarButton-viewThumbnail-icon);
1873
- }
1874
-
1875
- #viewOutline.toolbarButton::before {
1876
- -webkit-mask-image: var(--toolbarButton-viewOutline-icon);
1877
- mask-image: var(--toolbarButton-viewOutline-icon);
1878
- }
1879
- html[dir="rtl"] #viewOutline.toolbarButton::before {
1880
- transform: scaleX(-1);
1881
- }
1882
-
1883
- #viewAttachments.toolbarButton::before {
1884
- -webkit-mask-image: var(--toolbarButton-viewAttachments-icon);
1885
- mask-image: var(--toolbarButton-viewAttachments-icon);
1886
- }
1887
-
1888
- #viewLayers.toolbarButton::before {
1889
- -webkit-mask-image: var(--toolbarButton-viewLayers-icon);
1890
- mask-image: var(--toolbarButton-viewLayers-icon);
1891
- }
1892
-
1893
- #currentOutlineItem.toolbarButton::before {
1894
- -webkit-mask-image: var(--toolbarButton-currentOutlineItem-icon);
1895
- mask-image: var(--toolbarButton-currentOutlineItem-icon);
1896
- }
1897
- html[dir="rtl"] #currentOutlineItem.toolbarButton::before {
1898
- transform: scaleX(-1);
1899
- }
1900
-
1901
- #viewFind.toolbarButton::before {
1902
- -webkit-mask-image: var(--toolbarButton-search-icon);
1903
- mask-image: var(--toolbarButton-search-icon);
1904
- }
1905
-
1906
- .toolbarButton.pdfSidebarNotification::after {
1907
- position: absolute;
1908
- display: inline-block;
1909
- top: 1px;
1910
- /* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
1911
- content: "";
1912
- background-color: rgba(112, 219, 85, 1);
1913
- height: 9px;
1914
- width: 9px;
1915
- border-radius: 50%;
1916
- }
1917
- html[dir="ltr"] .toolbarButton.pdfSidebarNotification::after {
1918
- left: 17px;
1919
- }
1920
- html[dir="rtl"] .toolbarButton.pdfSidebarNotification::after {
1921
- right: 17px;
1922
- }
1923
-
1924
- .secondaryToolbarButton {
1925
- position: relative;
1926
- margin: 0;
1927
- padding: 0 0 1px;
1928
- height: auto;
1929
- min-height: 26px;
1930
- width: auto;
1931
- min-width: 100%;
1932
- white-space: normal;
1933
- border-radius: 0;
1934
- box-sizing: border-box;
1935
- }
1936
- html[dir="ltr"] .secondaryToolbarButton {
1937
- padding-left: 36px;
1938
- text-align: left;
1939
- }
1940
- html[dir="rtl"] .secondaryToolbarButton {
1941
- padding-right: 36px;
1942
- text-align: right;
1943
- }
1944
-
1945
- html[dir="ltr"] .secondaryToolbarButton > span {
1946
- padding-right: 4px;
1947
- }
1948
- html[dir="rtl"] .secondaryToolbarButton > span {
1949
- padding-left: 4px;
1950
- }
1951
-
1952
- .secondaryToolbarButton.firstPage::before {
1953
- -webkit-mask-image: var(--secondaryToolbarButton-firstPage-icon);
1954
- mask-image: var(--secondaryToolbarButton-firstPage-icon);
1955
- }
1956
-
1957
- .secondaryToolbarButton.lastPage::before {
1958
- -webkit-mask-image: var(--secondaryToolbarButton-lastPage-icon);
1959
- mask-image: var(--secondaryToolbarButton-lastPage-icon);
1960
- }
1961
-
1962
- .secondaryToolbarButton.rotateCcw::before {
1963
- -webkit-mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
1964
- mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
1965
- }
1966
-
1967
- .secondaryToolbarButton.rotateCw::before {
1968
- -webkit-mask-image: var(--secondaryToolbarButton-rotateCw-icon);
1969
- mask-image: var(--secondaryToolbarButton-rotateCw-icon);
1970
- }
1971
-
1972
- .secondaryToolbarButton.selectTool::before {
1973
- -webkit-mask-image: var(--secondaryToolbarButton-selectTool-icon);
1974
- mask-image: var(--secondaryToolbarButton-selectTool-icon);
1975
- }
1976
-
1977
- .secondaryToolbarButton.handTool::before {
1978
- -webkit-mask-image: var(--secondaryToolbarButton-handTool-icon);
1979
- mask-image: var(--secondaryToolbarButton-handTool-icon);
1980
- }
1981
-
1982
- .secondaryToolbarButton.scrollVertical::before {
1983
- -webkit-mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
1984
- mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
1985
- }
1986
-
1987
- .secondaryToolbarButton.scrollHorizontal::before {
1988
- -webkit-mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
1989
- mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
1990
- }
1991
-
1992
- .secondaryToolbarButton.scrollWrapped::before {
1993
- -webkit-mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
1994
- mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
1995
- }
1996
-
1997
- .secondaryToolbarButton.spreadNone::before {
1998
- -webkit-mask-image: var(--secondaryToolbarButton-spreadNone-icon);
1999
- mask-image: var(--secondaryToolbarButton-spreadNone-icon);
2000
- }
2001
-
2002
- .secondaryToolbarButton.spreadOdd::before {
2003
- -webkit-mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
2004
- mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
2005
- }
2006
-
2007
- .secondaryToolbarButton.spreadEven::before {
2008
- -webkit-mask-image: var(--secondaryToolbarButton-spreadEven-icon);
2009
- mask-image: var(--secondaryToolbarButton-spreadEven-icon);
2010
- }
2011
-
2012
- .secondaryToolbarButton.documentProperties::before {
2013
- -webkit-mask-image: var(--secondaryToolbarButton-documentProperties-icon);
2014
- mask-image: var(--secondaryToolbarButton-documentProperties-icon);
2015
- }
2016
-
2017
- .verticalToolbarSeparator {
2018
- display: block;
2019
- padding: 11px 0;
2020
- margin: 5px 2px;
2021
- width: 1px;
2022
- background-color: var(--separator-color);
2023
- }
2024
- html[dir="ltr"] .verticalToolbarSeparator {
2025
- margin-left: 2px;
2026
- }
2027
- html[dir="rtl"] .verticalToolbarSeparator {
2028
- margin-right: 2px;
2029
- }
2030
-
2031
- .horizontalToolbarSeparator {
2032
- display: block;
2033
- margin: 6px 0 5px;
2034
- height: 1px;
2035
- width: 100%;
2036
- border-top: 1px solid var(--doorhanger-separator-color);
2037
- }
2038
-
2039
- .toolbarField {
2040
- padding: 4px 7px;
2041
- margin: 3px 0;
2042
- border-radius: 2px;
2043
- background-color: var(--field-bg-color);
2044
- background-clip: padding-box;
2045
- border-width: 1px;
2046
- border-style: solid;
2047
- border-color: var(--field-border-color);
2048
- box-shadow: none;
2049
- color: var(--field-color);
2050
- font-size: 12px;
2051
- line-height: 16px;
2052
- outline-style: none;
2053
- }
2054
-
2055
- .toolbarField[type="checkbox"] {
2056
- opacity: 0;
2057
- position: absolute !important;
2058
- left: 0;
2059
- }
2060
-
2061
- html[dir="ltr"] .toolbarField[type="checkbox"] {
2062
- margin: 10px 0 3px 7px;
2063
- }
2064
-
2065
- html[dir="rtl"] .toolbarField[type="checkbox"] {
2066
- margin: 10px 7px 3px 0;
2067
- }
2068
-
2069
- .toolbarField.pageNumber {
2070
- -moz-appearance: textfield; /* hides the spinner in moz */
2071
- min-width: 16px;
2072
- text-align: right;
2073
- width: 40px;
2074
- }
2075
-
2076
- .toolbarField.pageNumber.visiblePageIsLoading {
2077
- background-image: var(--loading-icon);
2078
- background-repeat: no-repeat;
2079
- background-position: 3px;
2080
- }
2081
-
2082
- .toolbarField.pageNumber::-webkit-inner-spin-button,
2083
- .toolbarField.pageNumber::-webkit-outer-spin-button {
2084
- -webkit-appearance: none;
2085
- margin: 0;
2086
- }
2087
-
2088
- .toolbarField:focus {
2089
- border-color: #0a84ff;
2090
- }
2091
-
2092
- .toolbarLabel {
2093
- min-width: 16px;
2094
- padding: 7px;
2095
- margin: 2px;
2096
- border-radius: 2px;
2097
- color: var(--main-color);
2098
- font-size: 12px;
2099
- line-height: 14px;
2100
- text-align: left;
2101
- -webkit-user-select: none;
2102
- -moz-user-select: none;
2103
- user-select: none;
2104
- cursor: default;
2105
- }
2106
-
2107
- html[dir="ltr"] #numPages.toolbarLabel {
2108
- padding-left: 3px;
2109
- }
2110
- html[dir="rtl"] #numPages.toolbarLabel {
2111
- padding-right: 3px;
2112
- }
2113
-
2114
- #thumbnailView {
2115
- position: absolute;
2116
- width: calc(100% - 60px);
2117
- top: 0;
2118
- bottom: 0;
2119
- padding: 10px 30px 0;
2120
- overflow: auto;
2121
- -webkit-overflow-scrolling: touch;
2122
- }
2123
-
2124
- #thumbnailView > a:active,
2125
- #thumbnailView > a:focus {
2126
- outline: 0;
2127
- }
2128
-
2129
- .thumbnail {
2130
- margin: 0 10px 5px;
2131
- }
2132
- html[dir="ltr"] .thumbnail {
2133
- float: left;
2134
- }
2135
- html[dir="rtl"] .thumbnail {
2136
- float: right;
2137
- }
2138
-
2139
- #thumbnailView > a:last-of-type > .thumbnail {
2140
- margin-bottom: 10px;
2141
- }
2142
-
2143
- #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
2144
- margin-bottom: 9px;
2145
- }
2146
-
2147
- .thumbnail:not([data-loaded]) {
2148
- border: 1px dashed rgba(132, 132, 132, 1);
2149
- margin: -1px 9px 4px;
2150
- }
2151
-
2152
- .thumbnailImage {
2153
- border: 1px solid rgba(0, 0, 0, 0);
2154
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
2155
- opacity: 0.8;
2156
- z-index: 99;
2157
- background-color: rgba(255, 255, 255, 1);
2158
- background-clip: content-box;
2159
- }
2160
-
2161
- .thumbnailSelectionRing {
2162
- border-radius: 2px;
2163
- padding: 7px;
2164
- }
2165
-
2166
- a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
2167
- .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
2168
- opacity: 0.9;
2169
- }
2170
-
2171
- a:focus > .thumbnail > .thumbnailSelectionRing,
2172
- .thumbnail:hover > .thumbnailSelectionRing {
2173
- background-color: var(--sidebaritem-bg-color);
2174
- background-clip: padding-box;
2175
- color: rgba(255, 255, 255, 0.9);
2176
- }
2177
-
2178
- .thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
2179
- opacity: 1;
2180
- }
2181
-
2182
- .thumbnail.selected > .thumbnailSelectionRing {
2183
- background-color: var(--sidebaritem-bg-color);
2184
- background-clip: padding-box;
2185
- color: rgba(255, 255, 255, 1);
2186
- }
2187
-
2188
- #outlineView,
2189
- #attachmentsView,
2190
- #layersView {
2191
- position: absolute;
2192
- width: calc(100% - 8px);
2193
- top: 0;
2194
- bottom: 0;
2195
- padding: 4px 4px 0;
2196
- overflow: auto;
2197
- -webkit-overflow-scrolling: touch;
2198
- -webkit-user-select: none;
2199
- -moz-user-select: none;
2200
- user-select: none;
2201
- }
2202
-
2203
- html[dir="ltr"] .treeWithDeepNesting > .treeItem,
2204
- html[dir="ltr"] .treeItem > .treeItems {
2205
- margin-left: 20px;
2206
- }
2207
-
2208
- html[dir="rtl"] .treeWithDeepNesting > .treeItem,
2209
- html[dir="rtl"] .treeItem > .treeItems {
2210
- margin-right: 20px;
2211
- }
2212
-
2213
- .treeItem > a {
2214
- text-decoration: none;
2215
- display: inline-block;
2216
- min-width: 95%;
2217
- /* Subtract the right padding (left, in RTL mode) of the container: */
2218
- min-width: calc(100% - 4px);
2219
- height: auto;
2220
- margin-bottom: 1px;
2221
- border-radius: 2px;
2222
- color: var(--treeitem-color);
2223
- font-size: 13px;
2224
- line-height: 15px;
2225
- -webkit-user-select: none;
2226
- -moz-user-select: none;
2227
- user-select: none;
2228
- white-space: normal;
2229
- cursor: pointer;
2230
- }
2231
- html[dir="ltr"] .treeItem > a {
2232
- padding: 2px 0 5px 4px;
2233
- }
2234
- html[dir="rtl"] .treeItem > a {
2235
- padding: 2px 4px 5px 0;
2236
- }
2237
-
2238
- #layersView .treeItem > a > * {
2239
- cursor: pointer;
2240
- }
2241
- html[dir="ltr"] #layersView .treeItem > a > label {
2242
- padding-left: 4px;
2243
- }
2244
- html[dir="rtl"] #layersView .treesItem > a > label {
2245
- padding-right: 4px;
2246
- }
2247
-
2248
- .treeItemToggler {
2249
- position: relative;
2250
- height: 0;
2251
- width: 0;
2252
- color: rgba(255, 255, 255, 0.5);
2253
- }
2254
- .treeItemToggler::before {
2255
- -webkit-mask-image: var(--treeitem-expanded-icon);
2256
- mask-image: var(--treeitem-expanded-icon);
2257
- }
2258
- .treeItemToggler.treeItemsHidden::before {
2259
- -webkit-mask-image: var(--treeitem-collapsed-icon);
2260
- mask-image: var(--treeitem-collapsed-icon);
2261
- }
2262
- html[dir="rtl"] .treeItemToggler.treeItemsHidden::before {
2263
- transform: scaleX(-1);
2264
- }
2265
- .treeItemToggler.treeItemsHidden ~ .treeItems {
2266
- display: none;
2267
- }
2268
- html[dir="ltr"] .treeItemToggler {
2269
- float: left;
2270
- }
2271
- html[dir="rtl"] .treeItemToggler {
2272
- float: right;
2273
- }
2274
- html[dir="ltr"] .treeItemToggler::before {
2275
- right: 4px;
2276
- }
2277
- html[dir="rtl"] .treeItemToggler::before {
2278
- left: 4px;
2279
- }
2280
-
2281
- .treeItem.selected > a {
2282
- background-color: var(--treeitem-selected-bg-color);
2283
- color: var(--treeitem-selected-color);
2284
- }
2285
-
2286
- .treeItemToggler:hover,
2287
- .treeItemToggler:hover + a,
2288
- .treeItemToggler:hover ~ .treeItems,
2289
- .treeItem > a:hover {
2290
- background-color: var(--sidebaritem-bg-color);
2291
- background-clip: padding-box;
2292
- border-radius: 2px;
2293
- color: var(--treeitem-hover-color);
2294
- }
2295
-
2296
- /* TODO: file FF bug to support ::-moz-selection:window-inactive
2297
- so we can override the opaque grey background when the window is inactive;
2298
- see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
2299
- ::-moz-selection {
2300
- background: rgba(0, 0, 255, 0.3);
2301
- }
2302
- ::selection {
2303
- background: rgba(0, 0, 255, 0.3);
2304
- }
2305
-
2306
- #errorWrapper {
2307
- background: none repeat scroll 0 0 var(--errorWrapper-bg-color);
2308
- color: var(--main-color);
2309
- left: 0;
2310
- position: absolute;
2311
- right: 0;
2312
- z-index: 1000;
2313
- padding: 3px 6px;
2314
- }
2315
-
2316
- #errorMessageLeft {
2317
- float: left;
2318
- }
2319
-
2320
- #errorMessageRight {
2321
- float: right;
2322
- }
2323
-
2324
- #errorMoreInfo {
2325
- background-color: var(--field-bg-color);
2326
- color: var(--field-color);
2327
- border: 1px solid var(--field-border-color);
2328
- padding: 3px;
2329
- margin: 3px;
2330
- width: 98%;
2331
- }
2332
-
2333
- .overlayButton {
2334
- width: auto;
2335
- margin: 3px 4px 2px !important;
2336
- padding: 2px 11px;
2337
- color: var(--main-color);
2338
- background-color: var(--overlay-button-bg-color);
2339
- border: var(--overlay-button-border) !important;
2340
- }
2341
-
2342
- #overlayContainer {
2343
- display: table;
2344
- position: absolute;
2345
- width: 100%;
2346
- height: 100%;
2347
- background-color: rgba(0, 0, 0, 0.2);
2348
- z-index: 40000;
2349
- }
2350
- #overlayContainer > * {
2351
- overflow: auto;
2352
- -webkit-overflow-scrolling: touch;
2353
- }
2354
-
2355
- #overlayContainer > .container {
2356
- display: table-cell;
2357
- vertical-align: middle;
2358
- text-align: center;
2359
- }
2360
-
2361
- #overlayContainer > .container > .dialog {
2362
- display: inline-block;
2363
- padding: 15px;
2364
- border-spacing: 4px;
2365
- color: var(--main-color);
2366
- font-size: 12px;
2367
- line-height: 14px;
2368
- background-color: var(--doorhanger-bg-color);
2369
- border: 1px solid rgba(0, 0, 0, 0.5);
2370
- border-radius: 4px;
2371
- box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
2372
- }
2373
-
2374
- .dialog > .row {
2375
- display: table-row;
2376
- }
2377
-
2378
- .dialog > .row > * {
2379
- display: table-cell;
2380
- }
2381
-
2382
- .dialog .toolbarField {
2383
- margin: 5px 0;
2384
- }
2385
-
2386
- .dialog .separator {
2387
- display: block;
2388
- margin: 4px 0;
2389
- height: 1px;
2390
- width: 100%;
2391
- background-color: var(--separator-color);
2392
- }
2393
-
2394
- .dialog .buttonRow {
2395
- text-align: center;
2396
- vertical-align: middle;
2397
- }
2398
-
2399
- .dialog :link {
2400
- color: rgba(255, 255, 255, 1);
2401
- }
2402
-
2403
- #passwordOverlay > .dialog {
2404
- text-align: center;
2405
- }
2406
- #passwordOverlay .toolbarField {
2407
- width: 200px;
2408
- }
2409
-
2410
- #documentPropertiesOverlay > .dialog {
2411
- text-align: left;
2412
- }
2413
- #documentPropertiesOverlay .row > * {
2414
- min-width: 100px;
2415
- }
2416
- html[dir="ltr"] #documentPropertiesOverlay .row > * {
2417
- text-align: left;
2418
- }
2419
- html[dir="rtl"] #documentPropertiesOverlay .row > * {
2420
- text-align: right;
2421
- }
2422
- #documentPropertiesOverlay .row > span {
2423
- width: 125px;
2424
- word-wrap: break-word;
2425
- }
2426
- #documentPropertiesOverlay .row > p {
2427
- max-width: 225px;
2428
- word-wrap: break-word;
2429
- }
2430
- #documentPropertiesOverlay .buttonRow {
2431
- margin-top: 10px;
2432
- }
2433
-
2434
- .clearBoth {
2435
- clear: both;
2436
- }
2437
-
2438
- .fileInput {
2439
- background: rgba(255, 255, 255, 1);
2440
- color: rgba(0, 0, 0, 1);
2441
- margin-top: 5px;
2442
- visibility: hidden;
2443
- position: fixed;
2444
- right: 0;
2445
- top: 0;
2446
- }
2447
-
2448
- #PDFBug {
2449
- background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
2450
- border: 1px solid rgba(102, 102, 102, 1);
2451
- position: fixed;
2452
- top: 32px;
2453
- right: 0;
2454
- bottom: 0;
2455
- font-size: 10px;
2456
- padding: 0;
2457
- width: 300px;
2458
- }
2459
- #PDFBug .controls {
2460
- background: rgba(238, 238, 238, 1);
2461
- border-bottom: 1px solid rgba(102, 102, 102, 1);
2462
- padding: 3px;
2463
- }
2464
- #PDFBug .panels {
2465
- bottom: 0;
2466
- left: 0;
2467
- overflow: auto;
2468
- -webkit-overflow-scrolling: touch;
2469
- position: absolute;
2470
- right: 0;
2471
- top: 27px;
2472
- }
2473
- #PDFBug .panels > div {
2474
- padding: 5px;
2475
- }
2476
- #PDFBug button.active {
2477
- font-weight: bold;
2478
- }
2479
- .debuggerShowText {
2480
- background: none repeat scroll 0 0 rgba(255, 255, 0, 1);
2481
- color: rgba(0, 0, 255, 1);
2482
- }
2483
- .debuggerHideText:hover {
2484
- background: none repeat scroll 0 0 rgba(255, 255, 0, 1);
2485
- }
2486
- #PDFBug .stats {
2487
- font-family: courier;
2488
- font-size: 10px;
2489
- white-space: pre;
2490
- }
2491
- #PDFBug .stats .title {
2492
- font-weight: bold;
2493
- }
2494
- #PDFBug table {
2495
- font-size: 10px;
2496
- }
2497
- #PDFBug table.showText {
2498
- border-collapse: collapse;
2499
- text-align: center;
2500
- }
2501
- #PDFBug table.showText,
2502
- #PDFBug table.showText tr,
2503
- #PDFBug table.showText td {
2504
- border: 1px solid black;
2505
- padding: 1px;
2506
- }
2507
- #PDFBug table.showText td.advance {
2508
- color: grey;
2509
- }
2510
-
2511
- #viewer.textLayer-visible .textLayer {
2512
- opacity: 1;
2513
- }
2514
-
2515
- #viewer.textLayer-visible .canvasWrapper {
2516
- background-color: rgba(128, 255, 128, 1);
2517
- }
2518
-
2519
- #viewer.textLayer-visible .canvasWrapper canvas {
2520
- mix-blend-mode: screen;
2521
- }
2522
-
2523
- #viewer.textLayer-visible .textLayer span {
2524
- background-color: rgba(255, 255, 0, 0.1);
2525
- color: rgba(0, 0, 0, 1);
2526
- border: solid 1px rgba(255, 0, 0, 0.5);
2527
- box-sizing: border-box;
2528
- }
2529
-
2530
- #viewer.textLayer-hover .textLayer span:hover {
2531
- background-color: rgba(255, 255, 255, 1);
2532
- color: rgba(0, 0, 0, 1);
2533
- }
2534
-
2535
- #viewer.textLayer-shadow .textLayer span {
2536
- background-color: rgba(255, 255, 255, 0.6);
2537
- color: rgba(0, 0, 0, 1);
2538
- }
2539
-
2540
- .grab-to-pan-grab {
2541
- cursor: url("images/grab.cur"), move !important;
2542
- cursor: -webkit-grab !important;
2543
- cursor: grab !important;
2544
- }
2545
- .grab-to-pan-grab
2546
- *:not(input):not(textarea):not(button):not(select):not(:link) {
2547
- cursor: inherit !important;
2548
- }
2549
- .grab-to-pan-grab:active,
2550
- .grab-to-pan-grabbing {
2551
- cursor: url("images/grabbing.cur"), move !important;
2552
- cursor: -webkit-grabbing !important;
2553
- cursor: grabbing !important;
2554
- position: fixed;
2555
- background: rgba(0, 0, 0, 0);
2556
- display: block;
2557
- top: 0;
2558
- left: 0;
2559
- right: 0;
2560
- bottom: 0;
2561
- overflow: hidden;
2562
- z-index: 50000; /* should be higher than anything else in PDF.js! */
2563
- }
2564
-
2565
- @page {
2566
- margin: 0;
2567
- }
2568
-
2569
- #printContainer {
2570
- display: none;
2571
- }
2572
-
2573
- @media print {
2574
- /* General rules for printing. */
2575
- body {
2576
- background: rgba(0, 0, 0, 0) none;
2577
- }
2578
-
2579
- /* Rules for browsers that don't support mozPrintCallback. */
2580
- #sidebarContainer,
2581
- #secondaryToolbar,
2582
- .toolbar,
2583
- #loadingBox,
2584
- #errorWrapper,
2585
- .textLayer,
2586
- .canvasWrapper {
2587
- display: none;
2588
- }
2589
- #viewerContainer {
2590
- overflow: visible;
2591
- }
2592
-
2593
- #mainContainer,
2594
- #viewerContainer,
2595
- .page,
2596
- .page canvas {
2597
- position: static;
2598
- padding: 0;
2599
- margin: 0;
2600
- }
2601
-
2602
- .page {
2603
- float: left;
2604
- display: none;
2605
- border: none;
2606
- box-shadow: none;
2607
- background-clip: content-box;
2608
- background-color: rgba(255, 255, 255, 1);
2609
- }
2610
-
2611
- .page[data-loaded] {
2612
- display: block;
2613
- }
2614
-
2615
- .fileInput {
2616
- display: none;
2617
- }
2618
-
2619
- /* Rules for browsers that support PDF.js printing */
2620
- body[data-pdfjsprinting] #outerContainer {
2621
- display: none;
2622
- }
2623
- body[data-pdfjsprinting] #printContainer {
2624
- display: block;
2625
- }
2626
- #printContainer {
2627
- height: 100%;
2628
- }
2629
- /* wrapper around (scaled) print canvas elements */
2630
- #printContainer > .printedPage {
2631
- page-break-after: always;
2632
- page-break-inside: avoid;
2633
-
2634
- /* The wrapper always cover the whole page. */
2635
- height: 100%;
2636
- width: 100%;
2637
-
2638
- display: flex;
2639
- flex-direction: column;
2640
- justify-content: center;
2641
- align-items: center;
2642
- }
2643
-
2644
- #printContainer > .xfaPrintedPage .xfaPage {
2645
- position: absolute;
2646
- }
2647
-
2648
- #printContainer > .xfaPrintedPage {
2649
- page-break-after: always;
2650
- page-break-inside: avoid;
2651
- width: 100%;
2652
- height: 100%;
2653
- position: relative;
2654
- }
2655
-
2656
- #printContainer > .printedPage canvas,
2657
- #printContainer > .printedPage img {
2658
- /* The intrinsic canvas / image size will make sure that we fit the page. */
2659
- max-width: 100%;
2660
- max-height: 100%;
2661
-
2662
- direction: ltr;
2663
- display: block;
2664
- }
2665
- }
2666
-
2667
- .visibleLargeView,
2668
- .visibleMediumView,
2669
- .visibleSmallView {
2670
- display: none;
2671
- }
2672
-
2673
- @media all and (max-width: 900px) {
2674
- #toolbarViewerMiddle {
2675
- display: table;
2676
- margin: auto;
2677
- left: auto;
2678
- position: inherit;
2679
- transform: none;
2680
- }
2681
- }
2682
-
2683
- @media all and (max-width: 840px) {
2684
- #sidebarContainer {
2685
- background-color: var(--sidebar-narrow-bg-color);
2686
- }
2687
-
2688
- html[dir="ltr"] #outerContainer.sidebarOpen #viewerContainer {
2689
- left: 0 !important;
2690
- }
2691
- html[dir="rtl"] #outerContainer.sidebarOpen #viewerContainer {
2692
- right: 0 !important;
2693
- }
2694
-
2695
- #outerContainer .hiddenLargeView,
2696
- #outerContainer .hiddenMediumView {
2697
- display: inherit;
2698
- }
2699
- #outerContainer .visibleLargeView,
2700
- #outerContainer .visibleMediumView {
2701
- display: none;
2702
- }
2703
- }
2704
-
2705
- @media all and (max-width: 770px) {
2706
- #outerContainer .hiddenLargeView {
2707
- display: none;
2708
- }
2709
- #outerContainer .visibleLargeView {
2710
- display: inherit;
2711
- }
2712
- }
2713
-
2714
- @media all and (max-width: 700px) {
2715
- #outerContainer .hiddenMediumView {
2716
- display: none;
2717
- }
2718
- #outerContainer .visibleMediumView {
2719
- display: inherit;
2720
- }
2721
- }
2722
-
2723
- @media all and (max-width: 640px) {
2724
- .hiddenSmallView,
2725
- .hiddenSmallView * {
2726
- display: none;
2727
- }
2728
- .visibleSmallView {
2729
- display: inherit;
2730
- }
2731
- .toolbarButtonSpacer {
2732
- width: 0;
2733
- }
2734
- html[dir="ltr"] .findbar {
2735
- left: 34px;
2736
- }
2737
- html[dir="rtl"] .findbar {
2738
- right: 34px;
2739
- }
2740
- }
2741
-
2742
- @media all and (max-width: 535px) {
2743
- #scaleSelectContainer {
2744
- display: none;
2745
- }
2746
- }