@vitrosoftware/common-ui-ts 1.1.16 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/common.css +1 -1
- package/css/std/controls/action-handler/action-handler.css +14 -3
- package/css/std/controls/avatar/avatar.css +3 -0
- package/css/std/controls/checkbox/checkbox.css +54 -0
- package/css/std/controls/command-menu/command-menu-dropdown-button.css +9 -4
- package/css/std/controls/date-picker/date-picker.css +16 -6
- package/css/std/controls/dropdown-button/dropdown-button.css +126 -0
- package/css/std/controls/input/input.css +8 -2
- package/css/std/controls/issue-tile/issue-tile-footer.css +31 -0
- package/css/std/controls/issue-tile/issue-tile-header.css +62 -0
- package/css/std/controls/issue-tile/issue-tile.css +24 -0
- package/css/std/controls/label/label.css +6 -0
- package/css/std/controls/login/login.css +8 -0
- package/css/std/controls/lookup-picker/lookup-picker-selected-item.css +1 -2
- package/css/std/controls/lookup-picker/lookup-picker.css +13 -8
- package/css/std/controls/pdf-viewer/compare-side-by-side.css +260 -0
- package/css/std/controls/pdf-viewer/compare.css +504 -0
- package/css/std/controls/pdf-viewer/custom.css +339 -0
- package/css/std/controls/pdf-viewer/debugger.css +113 -0
- package/css/std/controls/pdf-viewer/form.css +133 -0
- package/css/std/controls/pdf-viewer/img/close-compare-viewer.png +0 -0
- package/css/std/controls/pdf-viewer/img/close-compare-viewer_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/compare-overlay.png +0 -0
- package/css/std/controls/pdf-viewer/img/compare-side-by-side.png +0 -0
- package/css/std/controls/pdf-viewer/img/delete-active.png +0 -0
- package/css/std/controls/pdf-viewer/img/delete.png +0 -0
- package/css/std/controls/pdf-viewer/img/dlg-compare-ico.png +0 -0
- package/css/std/controls/pdf-viewer/img/do-compare.png +0 -0
- package/css/std/controls/pdf-viewer/img/draw-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/finish-align.png +0 -0
- package/css/std/controls/pdf-viewer/img/finish-align_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/fit-to-view.png +0 -0
- package/css/std/controls/pdf-viewer/img/fit-to-view_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-colors.png +0 -0
- package/css/std/controls/pdf-viewer/img/hide-colors_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/layer-unvisible.png +0 -0
- package/css/std/controls/pdf-viewer/img/layer-visible.png +0 -0
- package/css/std/controls/pdf-viewer/img/overlay.png +0 -0
- package/css/std/controls/pdf-viewer/img/overlay_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/pan.png +0 -0
- package/css/std/controls/pdf-viewer/img/pan_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/panel-visibility.png +0 -0
- package/css/std/controls/pdf-viewer/img/panel-visibility_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/show-annotation.png +0 -0
- package/css/std/controls/pdf-viewer/img/side-by-side.png +0 -0
- package/css/std/controls/pdf-viewer/img/side-by-side_active.png +0 -0
- package/css/std/controls/pdf-viewer/img/sidebar-notes-toggle.png +0 -0
- package/css/std/controls/pdf-viewer/img/zoom.png +0 -0
- package/css/std/controls/pdf-viewer/img/zoom_active.png +0 -0
- package/css/std/controls/pdf-viewer/pdf-viewer.css +676 -0
- package/css/std/controls/pdf-viewer/print.css +52 -0
- package/css/std/controls/pdf-viewer/sketchpad.css +16 -0
- package/css/std/controls/pdf-viewer/viewer-theme.css +82 -0
- package/css/std/controls/pdf-viewer/viewer.css +3066 -0
- package/css/std/controls/pdf-viewer/zoom.css +14 -0
- package/css/std/controls/tab-group/tab-group.css +5 -1
- package/css/std/controls/table-view/treegrid.css +121 -2
- package/css/std/controls/time-picker/time-picker.css +8 -1
- package/dist/constants/Ctrl.d.ts +2 -0
- package/dist/controls/ActionHandler/ActionHandler.d.ts +1 -1
- package/dist/controls/ActionHandler/ActionHandlerConstants.d.ts +1 -0
- package/dist/controls/Avatar/Avatar.d.ts +1 -0
- package/dist/controls/Checkbox/Checkbox.d.ts +11 -0
- package/dist/controls/CommandMenu/CommandMenuDropdownButton.d.ts +1 -1
- package/dist/controls/CommandMenu/CommandMenuSubItem.d.ts +1 -1
- package/dist/controls/DropdownButton/DropdownButton.d.ts +11 -0
- package/dist/controls/DropdownButton/DropdownItem.d.ts +11 -0
- package/dist/controls/IssueTile/IssueTile.d.ts +26 -0
- package/dist/controls/IssueTile/IssueTileConstants.d.ts +3 -0
- package/dist/controls/IssueTile/IssueTileFooter.d.ts +8 -0
- package/dist/controls/IssueTile/IssueTileHeader.d.ts +18 -0
- package/dist/controls/Login/Login.d.ts +1 -1
- package/dist/controls/PdfViewer/PdfViewerContext.d.ts +6 -0
- package/dist/controls/TableView/TableViewConstants.d.ts +7 -1
- package/dist/controls/TelerikUploader/TelerikUploader.d.ts +2 -0
- package/dist/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +2 -1
- package/dist/index.css +413 -50
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1528 -388
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1525 -387
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +329 -7
|
@@ -0,0 +1,3066 @@
|
|
|
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
|
+
html[dir='ltr'] * {
|
|
17
|
+
box-sizing: revert;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.textLayer {
|
|
21
|
+
position: absolute;
|
|
22
|
+
text-align: initial;
|
|
23
|
+
left: 0;
|
|
24
|
+
top: 0;
|
|
25
|
+
right: 0;
|
|
26
|
+
bottom: 0;
|
|
27
|
+
overflow: hidden;
|
|
28
|
+
opacity: 0.25;
|
|
29
|
+
line-height: 1;
|
|
30
|
+
-webkit-text-size-adjust: none;
|
|
31
|
+
-moz-text-size-adjust: none;
|
|
32
|
+
text-size-adjust: none;
|
|
33
|
+
forced-color-adjust: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.textLayer span,
|
|
37
|
+
.textLayer br {
|
|
38
|
+
color: transparent;
|
|
39
|
+
position: absolute;
|
|
40
|
+
white-space: pre;
|
|
41
|
+
cursor: text;
|
|
42
|
+
transform-origin: 0% 0%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
|
|
46
|
+
* the problem doesn't show up in "text" reference tests. */
|
|
47
|
+
.textLayer span.markedContent {
|
|
48
|
+
top: 0;
|
|
49
|
+
height: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.textLayer .highlight {
|
|
53
|
+
margin: -1px;
|
|
54
|
+
padding: 1px;
|
|
55
|
+
background-color: rgba(180, 0, 170, 1);
|
|
56
|
+
border-radius: 4px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.textLayer .highlight.appended {
|
|
60
|
+
position: initial;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.textLayer .highlight.begin {
|
|
64
|
+
border-radius: 4px 0 0 4px;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.textLayer .highlight.end {
|
|
68
|
+
border-radius: 0 4px 4px 0;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.textLayer .highlight.middle {
|
|
72
|
+
border-radius: 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.textLayer .highlight.selected {
|
|
76
|
+
background-color: rgba(0, 100, 0, 1);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.textLayer ::-moz-selection {
|
|
80
|
+
background: blue;
|
|
81
|
+
background: AccentColor;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.textLayer ::selection {
|
|
85
|
+
background: blue;
|
|
86
|
+
background: AccentColor;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
|
|
90
|
+
.textLayer br::-moz-selection {
|
|
91
|
+
background: transparent;
|
|
92
|
+
}
|
|
93
|
+
.textLayer br::selection {
|
|
94
|
+
background: transparent;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.textLayer .endOfContent {
|
|
98
|
+
display: block;
|
|
99
|
+
position: absolute;
|
|
100
|
+
left: 0;
|
|
101
|
+
top: 100%;
|
|
102
|
+
right: 0;
|
|
103
|
+
bottom: 0;
|
|
104
|
+
z-index: -1;
|
|
105
|
+
cursor: default;
|
|
106
|
+
-webkit-user-select: none;
|
|
107
|
+
-moz-user-select: none;
|
|
108
|
+
user-select: none;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.textLayer .endOfContent.active {
|
|
112
|
+
top: 0;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:root {
|
|
117
|
+
--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>");
|
|
118
|
+
--input-focus-border-color: Highlight;
|
|
119
|
+
--input-focus-outline: 1px solid Canvas;
|
|
120
|
+
--input-unfocused-border-color: transparent;
|
|
121
|
+
--input-disabled-border-color: transparent;
|
|
122
|
+
--input-hover-border-color: black;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@media (forced-colors: active) {
|
|
126
|
+
:root {
|
|
127
|
+
--input-focus-border-color: CanvasText;
|
|
128
|
+
--input-unfocused-border-color: ActiveText;
|
|
129
|
+
--input-disabled-border-color: GrayText;
|
|
130
|
+
--input-hover-border-color: Highlight;
|
|
131
|
+
}
|
|
132
|
+
.annotationLayer .textWidgetAnnotation input:required,
|
|
133
|
+
.annotationLayer .textWidgetAnnotation textarea:required,
|
|
134
|
+
.annotationLayer .choiceWidgetAnnotation select:required,
|
|
135
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:required,
|
|
136
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input:required {
|
|
137
|
+
outline: 1.5px solid selectedItem;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.annotationLayer {
|
|
142
|
+
position: absolute;
|
|
143
|
+
top: 0;
|
|
144
|
+
left: 0;
|
|
145
|
+
pointer-events: none;
|
|
146
|
+
transform-origin: 0 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.annotationLayer section {
|
|
150
|
+
position: absolute;
|
|
151
|
+
text-align: initial;
|
|
152
|
+
pointer-events: auto;
|
|
153
|
+
box-sizing: border-box;
|
|
154
|
+
transform-origin: 0 0;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.annotationLayer .linkAnnotation > a,
|
|
158
|
+
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
|
|
159
|
+
position: absolute;
|
|
160
|
+
font-size: 1em;
|
|
161
|
+
top: 0;
|
|
162
|
+
left: 0;
|
|
163
|
+
width: 100%;
|
|
164
|
+
height: 100%;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.annotationLayer .buttonWidgetAnnotation.pushButton > canvas {
|
|
168
|
+
width: 100%;
|
|
169
|
+
height: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.annotationLayer .linkAnnotation > a:hover,
|
|
173
|
+
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
|
|
174
|
+
opacity: 0.2;
|
|
175
|
+
background: rgba(255, 255, 0, 1);
|
|
176
|
+
box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.annotationLayer .textAnnotation img {
|
|
180
|
+
position: absolute;
|
|
181
|
+
cursor: pointer;
|
|
182
|
+
width: 100%;
|
|
183
|
+
height: 100%;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.annotationLayer .textWidgetAnnotation input,
|
|
187
|
+
.annotationLayer .textWidgetAnnotation textarea,
|
|
188
|
+
.annotationLayer .choiceWidgetAnnotation select,
|
|
189
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input,
|
|
190
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input {
|
|
191
|
+
background-image: var(--annotation-unfocused-field-background);
|
|
192
|
+
border: 2px solid var(--input-unfocused-border-color);
|
|
193
|
+
box-sizing: border-box;
|
|
194
|
+
font: calc(9px * var(--scale-factor)) sans-serif;
|
|
195
|
+
height: 100%;
|
|
196
|
+
margin: 0;
|
|
197
|
+
vertical-align: top;
|
|
198
|
+
width: 100%;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.annotationLayer .textWidgetAnnotation input:required,
|
|
202
|
+
.annotationLayer .textWidgetAnnotation textarea:required,
|
|
203
|
+
.annotationLayer .choiceWidgetAnnotation select:required,
|
|
204
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:required,
|
|
205
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input:required {
|
|
206
|
+
outline: 1.5px solid red;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.annotationLayer .choiceWidgetAnnotation select option {
|
|
210
|
+
padding: 0;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input {
|
|
214
|
+
border-radius: 50%;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.annotationLayer .textWidgetAnnotation textarea {
|
|
218
|
+
resize: none;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.annotationLayer .textWidgetAnnotation input[disabled],
|
|
222
|
+
.annotationLayer .textWidgetAnnotation textarea[disabled],
|
|
223
|
+
.annotationLayer .choiceWidgetAnnotation select[disabled],
|
|
224
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
|
|
225
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
|
|
226
|
+
background: none;
|
|
227
|
+
border: 2px solid var(--input-disabled-border-color);
|
|
228
|
+
cursor: not-allowed;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.annotationLayer .textWidgetAnnotation input:hover,
|
|
232
|
+
.annotationLayer .textWidgetAnnotation textarea:hover,
|
|
233
|
+
.annotationLayer .choiceWidgetAnnotation select:hover,
|
|
234
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
|
|
235
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
|
|
236
|
+
border: 2px solid var(--input-hover-border-color);
|
|
237
|
+
}
|
|
238
|
+
.annotationLayer .textWidgetAnnotation input:hover,
|
|
239
|
+
.annotationLayer .textWidgetAnnotation textarea:hover,
|
|
240
|
+
.annotationLayer .choiceWidgetAnnotation select:hover,
|
|
241
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
|
|
242
|
+
border-radius: 2px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.annotationLayer .textWidgetAnnotation input:focus,
|
|
246
|
+
.annotationLayer .textWidgetAnnotation textarea:focus,
|
|
247
|
+
.annotationLayer .choiceWidgetAnnotation select:focus {
|
|
248
|
+
background: none;
|
|
249
|
+
border: 2px solid var(--input-focus-border-color);
|
|
250
|
+
border-radius: 2px;
|
|
251
|
+
outline: var(--input-focus-outline);
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox :focus,
|
|
255
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
|
|
256
|
+
background-image: none;
|
|
257
|
+
background-color: transparent;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox :focus {
|
|
261
|
+
border: 2px solid var(--input-focus-border-color);
|
|
262
|
+
border-radius: 2px;
|
|
263
|
+
outline: var(--input-focus-outline);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
|
|
267
|
+
border: 2px solid var(--input-focus-border-color);
|
|
268
|
+
outline: var(--input-focus-outline);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
|
|
272
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
|
|
273
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
|
|
274
|
+
background-color: CanvasText;
|
|
275
|
+
content: "";
|
|
276
|
+
display: block;
|
|
277
|
+
position: absolute;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
|
|
281
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
|
|
282
|
+
height: 80%;
|
|
283
|
+
left: 45%;
|
|
284
|
+
width: 1px;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
|
|
288
|
+
transform: rotate(45deg);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
|
|
292
|
+
transform: rotate(-45deg);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
|
|
296
|
+
border-radius: 50%;
|
|
297
|
+
height: 50%;
|
|
298
|
+
left: 30%;
|
|
299
|
+
top: 20%;
|
|
300
|
+
width: 50%;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.annotationLayer .textWidgetAnnotation input.comb {
|
|
304
|
+
font-family: monospace;
|
|
305
|
+
padding-left: 2px;
|
|
306
|
+
padding-right: 0;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.annotationLayer .textWidgetAnnotation input.comb:focus {
|
|
310
|
+
/*
|
|
311
|
+
* Letter spacing is placed on the right side of each character. Hence, the
|
|
312
|
+
* letter spacing of the last character may be placed outside the visible
|
|
313
|
+
* area, causing horizontal scrolling. We avoid this by extending the width
|
|
314
|
+
* when the element has focus and revert this when it loses focus.
|
|
315
|
+
*/
|
|
316
|
+
width: 103%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.annotationLayer .buttonWidgetAnnotation.checkBox input,
|
|
320
|
+
.annotationLayer .buttonWidgetAnnotation.radioButton input {
|
|
321
|
+
-webkit-appearance: none;
|
|
322
|
+
-moz-appearance: none;
|
|
323
|
+
appearance: none;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.annotationLayer .popupTriggerArea {
|
|
327
|
+
height: 100%;
|
|
328
|
+
width: 100%;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.annotationLayer .popupWrapper {
|
|
332
|
+
position: absolute;
|
|
333
|
+
font-size: calc(9px * var(--scale-factor));
|
|
334
|
+
width: 100%;
|
|
335
|
+
min-width: calc(180px * var(--scale-factor));
|
|
336
|
+
pointer-events: none;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.annotationLayer .popup {
|
|
340
|
+
position: absolute;
|
|
341
|
+
max-width: calc(180px * var(--scale-factor));
|
|
342
|
+
background-color: rgba(255, 255, 153, 1);
|
|
343
|
+
box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
|
|
344
|
+
rgba(136, 136, 136, 1);
|
|
345
|
+
border-radius: calc(2px * var(--scale-factor));
|
|
346
|
+
padding: calc(6px * var(--scale-factor));
|
|
347
|
+
margin-left: calc(5px * var(--scale-factor));
|
|
348
|
+
cursor: pointer;
|
|
349
|
+
font: message-box;
|
|
350
|
+
white-space: normal;
|
|
351
|
+
word-wrap: break-word;
|
|
352
|
+
pointer-events: auto;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.annotationLayer .popup > * {
|
|
356
|
+
font-size: calc(9px * var(--scale-factor));
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.annotationLayer .popup h1 {
|
|
360
|
+
display: inline-block;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.annotationLayer .popupDate {
|
|
364
|
+
display: inline-block;
|
|
365
|
+
margin-left: calc(5px * var(--scale-factor));
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.annotationLayer .popupContent {
|
|
369
|
+
border-top: 1px solid rgba(51, 51, 51, 1);
|
|
370
|
+
margin-top: calc(2px * var(--scale-factor));
|
|
371
|
+
padding-top: calc(2px * var(--scale-factor));
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.annotationLayer .richText > * {
|
|
375
|
+
white-space: pre-wrap;
|
|
376
|
+
font-size: calc(9px * var(--scale-factor));
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.annotationLayer .highlightAnnotation,
|
|
380
|
+
.annotationLayer .underlineAnnotation,
|
|
381
|
+
.annotationLayer .squigglyAnnotation,
|
|
382
|
+
.annotationLayer .strikeoutAnnotation,
|
|
383
|
+
.annotationLayer .freeTextAnnotation,
|
|
384
|
+
.annotationLayer .lineAnnotation svg line,
|
|
385
|
+
.annotationLayer .squareAnnotation svg rect,
|
|
386
|
+
.annotationLayer .circleAnnotation svg ellipse,
|
|
387
|
+
.annotationLayer .polylineAnnotation svg polyline,
|
|
388
|
+
.annotationLayer .polygonAnnotation svg polygon,
|
|
389
|
+
.annotationLayer .caretAnnotation,
|
|
390
|
+
.annotationLayer .inkAnnotation svg polyline,
|
|
391
|
+
.annotationLayer .stampAnnotation,
|
|
392
|
+
.annotationLayer .fileAttachmentAnnotation {
|
|
393
|
+
cursor: pointer;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.annotationLayer section svg {
|
|
397
|
+
position: absolute;
|
|
398
|
+
width: 100%;
|
|
399
|
+
height: 100%;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.annotationLayer .annotationTextContent {
|
|
403
|
+
position: absolute;
|
|
404
|
+
width: 100%;
|
|
405
|
+
height: 100%;
|
|
406
|
+
opacity: 0;
|
|
407
|
+
color: transparent;
|
|
408
|
+
-webkit-user-select: none;
|
|
409
|
+
-moz-user-select: none;
|
|
410
|
+
user-select: none;
|
|
411
|
+
pointer-events: none;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.annotationLayer .annotationTextContent span {
|
|
415
|
+
width: 100%;
|
|
416
|
+
display: inline-block;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
:root {
|
|
421
|
+
--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>");
|
|
422
|
+
--xfa-focus-outline: auto;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
@media (forced-colors: active) {
|
|
426
|
+
:root {
|
|
427
|
+
--xfa-focus-outline: 2px solid CanvasText;
|
|
428
|
+
}
|
|
429
|
+
.xfaLayer *:required {
|
|
430
|
+
outline: 1.5px solid selectedItem;
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.xfaLayer {
|
|
435
|
+
background-color: transparent;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.xfaLayer .highlight {
|
|
439
|
+
margin: -1px;
|
|
440
|
+
padding: 1px;
|
|
441
|
+
background-color: rgba(239, 203, 237, 1);
|
|
442
|
+
border-radius: 4px;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.xfaLayer .highlight.appended {
|
|
446
|
+
position: initial;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.xfaLayer .highlight.begin {
|
|
450
|
+
border-radius: 4px 0 0 4px;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.xfaLayer .highlight.end {
|
|
454
|
+
border-radius: 0 4px 4px 0;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.xfaLayer .highlight.middle {
|
|
458
|
+
border-radius: 0;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.xfaLayer .highlight.selected {
|
|
462
|
+
background-color: rgba(203, 223, 203, 1);
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.xfaPage {
|
|
466
|
+
overflow: hidden;
|
|
467
|
+
position: relative;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.xfaContentarea {
|
|
471
|
+
position: absolute;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.xfaPrintOnly {
|
|
475
|
+
display: none;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.xfaLayer {
|
|
479
|
+
position: absolute;
|
|
480
|
+
text-align: initial;
|
|
481
|
+
top: 0;
|
|
482
|
+
left: 0;
|
|
483
|
+
transform-origin: 0 0;
|
|
484
|
+
line-height: 1.2;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.xfaLayer * {
|
|
488
|
+
color: inherit;
|
|
489
|
+
font: inherit;
|
|
490
|
+
font-style: inherit;
|
|
491
|
+
font-weight: inherit;
|
|
492
|
+
font-kerning: inherit;
|
|
493
|
+
letter-spacing: -0.01px;
|
|
494
|
+
text-align: inherit;
|
|
495
|
+
text-decoration: inherit;
|
|
496
|
+
box-sizing: border-box;
|
|
497
|
+
background-color: transparent;
|
|
498
|
+
padding: 0;
|
|
499
|
+
margin: 0;
|
|
500
|
+
pointer-events: auto;
|
|
501
|
+
line-height: inherit;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.xfaLayer *:required {
|
|
505
|
+
outline: 1.5px solid red;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.xfaLayer div {
|
|
509
|
+
pointer-events: none;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.xfaLayer svg {
|
|
513
|
+
pointer-events: none;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.xfaLayer svg * {
|
|
517
|
+
pointer-events: none;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.xfaLayer a {
|
|
521
|
+
color: blue;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.xfaRich li {
|
|
525
|
+
margin-left: 3em;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.xfaFont {
|
|
529
|
+
color: black;
|
|
530
|
+
font-weight: normal;
|
|
531
|
+
font-kerning: none;
|
|
532
|
+
font-size: 10px;
|
|
533
|
+
font-style: normal;
|
|
534
|
+
letter-spacing: 0;
|
|
535
|
+
text-decoration: none;
|
|
536
|
+
vertical-align: 0;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.xfaCaption {
|
|
540
|
+
overflow: hidden;
|
|
541
|
+
flex: 0 0 auto;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.xfaCaptionForCheckButton {
|
|
545
|
+
overflow: hidden;
|
|
546
|
+
flex: 1 1 auto;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.xfaLabel {
|
|
550
|
+
height: 100%;
|
|
551
|
+
width: 100%;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.xfaLeft {
|
|
555
|
+
display: flex;
|
|
556
|
+
flex-direction: row;
|
|
557
|
+
align-items: center;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.xfaRight {
|
|
561
|
+
display: flex;
|
|
562
|
+
flex-direction: row-reverse;
|
|
563
|
+
align-items: center;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.xfaLeft > .xfaCaption,
|
|
567
|
+
.xfaLeft > .xfaCaptionForCheckButton,
|
|
568
|
+
.xfaRight > .xfaCaption,
|
|
569
|
+
.xfaRight > .xfaCaptionForCheckButton {
|
|
570
|
+
max-height: 100%;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.xfaTop {
|
|
574
|
+
display: flex;
|
|
575
|
+
flex-direction: column;
|
|
576
|
+
align-items: flex-start;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.xfaBottom {
|
|
580
|
+
display: flex;
|
|
581
|
+
flex-direction: column-reverse;
|
|
582
|
+
align-items: flex-start;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.xfaTop > .xfaCaption,
|
|
586
|
+
.xfaTop > .xfaCaptionForCheckButton,
|
|
587
|
+
.xfaBottom > .xfaCaption,
|
|
588
|
+
.xfaBottom > .xfaCaptionForCheckButton {
|
|
589
|
+
width: 100%;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.xfaBorder {
|
|
593
|
+
background-color: transparent;
|
|
594
|
+
position: absolute;
|
|
595
|
+
pointer-events: none;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.xfaWrapped {
|
|
599
|
+
width: 100%;
|
|
600
|
+
height: 100%;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.xfaTextfield:focus,
|
|
604
|
+
.xfaSelect:focus {
|
|
605
|
+
background-image: none;
|
|
606
|
+
background-color: transparent;
|
|
607
|
+
outline: var(--xfa-focus-outline);
|
|
608
|
+
outline-offset: -1px;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.xfaCheckbox:focus,
|
|
612
|
+
.xfaRadio:focus {
|
|
613
|
+
outline: var(--xfa-focus-outline);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.xfaTextfield,
|
|
617
|
+
.xfaSelect {
|
|
618
|
+
height: 100%;
|
|
619
|
+
width: 100%;
|
|
620
|
+
flex: 1 1 auto;
|
|
621
|
+
border: none;
|
|
622
|
+
resize: none;
|
|
623
|
+
background-image: var(--xfa-unfocused-field-background);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.xfaSelect {
|
|
627
|
+
padding-left: 2px;
|
|
628
|
+
padding-right: 2px;
|
|
629
|
+
padding-inline: 2px;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.xfaTop > .xfaTextfield,
|
|
633
|
+
.xfaTop > .xfaSelect,
|
|
634
|
+
.xfaBottom > .xfaTextfield,
|
|
635
|
+
.xfaBottom > .xfaSelect {
|
|
636
|
+
flex: 0 1 auto;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.xfaButton {
|
|
640
|
+
cursor: pointer;
|
|
641
|
+
width: 100%;
|
|
642
|
+
height: 100%;
|
|
643
|
+
border: none;
|
|
644
|
+
text-align: center;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.xfaLink {
|
|
648
|
+
width: 100%;
|
|
649
|
+
height: 100%;
|
|
650
|
+
position: absolute;
|
|
651
|
+
top: 0;
|
|
652
|
+
left: 0;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.xfaCheckbox,
|
|
656
|
+
.xfaRadio {
|
|
657
|
+
width: 100%;
|
|
658
|
+
height: 100%;
|
|
659
|
+
flex: 0 0 auto;
|
|
660
|
+
border: none;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.xfaRich {
|
|
664
|
+
white-space: pre-wrap;
|
|
665
|
+
width: 100%;
|
|
666
|
+
height: 100%;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.xfaImage {
|
|
670
|
+
-o-object-position: left top;
|
|
671
|
+
object-position: left top;
|
|
672
|
+
-o-object-fit: contain;
|
|
673
|
+
object-fit: contain;
|
|
674
|
+
width: 100%;
|
|
675
|
+
height: 100%;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.xfaLrTb,
|
|
679
|
+
.xfaRlTb,
|
|
680
|
+
.xfaTb {
|
|
681
|
+
display: flex;
|
|
682
|
+
flex-direction: column;
|
|
683
|
+
align-items: stretch;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
.xfaLr {
|
|
687
|
+
display: flex;
|
|
688
|
+
flex-direction: row;
|
|
689
|
+
align-items: stretch;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.xfaRl {
|
|
693
|
+
display: flex;
|
|
694
|
+
flex-direction: row-reverse;
|
|
695
|
+
align-items: stretch;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.xfaTb > div {
|
|
699
|
+
justify-content: left;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.xfaPosition {
|
|
703
|
+
position: relative;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.xfaArea {
|
|
707
|
+
position: relative;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.xfaValignMiddle {
|
|
711
|
+
display: flex;
|
|
712
|
+
align-items: center;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.xfaTable {
|
|
716
|
+
display: flex;
|
|
717
|
+
flex-direction: column;
|
|
718
|
+
align-items: stretch;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.xfaTable .xfaRow {
|
|
722
|
+
display: flex;
|
|
723
|
+
flex-direction: row;
|
|
724
|
+
align-items: stretch;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.xfaTable .xfaRlRow {
|
|
728
|
+
display: flex;
|
|
729
|
+
flex-direction: row-reverse;
|
|
730
|
+
align-items: stretch;
|
|
731
|
+
flex: 1;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.xfaTable .xfaRlRow > div {
|
|
735
|
+
flex: 1;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.xfaNonInteractive input,
|
|
739
|
+
.xfaNonInteractive textarea,
|
|
740
|
+
.xfaDisabled input,
|
|
741
|
+
.xfaDisabled textarea,
|
|
742
|
+
.xfaReadOnly input,
|
|
743
|
+
.xfaReadOnly textarea {
|
|
744
|
+
background: initial;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
@media print {
|
|
748
|
+
.xfaTextfield,
|
|
749
|
+
.xfaSelect {
|
|
750
|
+
background: transparent;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.xfaSelect {
|
|
754
|
+
-webkit-appearance: none;
|
|
755
|
+
-moz-appearance: none;
|
|
756
|
+
appearance: none;
|
|
757
|
+
text-indent: 1px;
|
|
758
|
+
text-overflow: "";
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
:root {
|
|
764
|
+
--focus-outline: solid 2px blue;
|
|
765
|
+
--hover-outline: dashed 2px blue;
|
|
766
|
+
--freetext-line-height: 1.35;
|
|
767
|
+
--freetext-padding: 2px;
|
|
768
|
+
--editorFreeText-editing-cursor: text;
|
|
769
|
+
/* cursor-editorInk.svg URL-encoder for SVG */
|
|
770
|
+
--editorInk-editing-cursor: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645Z' fill='white'/%3E%3Cpath d='M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645ZM12.472 5.1965L13.632 4.0365L13.631 3.1885L11.811 1.3675L10.963 1.3685L9.80299 2.5285L12.472 5.1965ZM4.31099 13.1585C4.47099 13.1285 4.61799 13.0515 4.73399 12.9345L11.587 6.0815L8.91899 3.4135L2.06599 10.2655C1.94899 10.3835 1.87199 10.5305 1.84099 10.6915L1.36699 13.2485L1.75199 13.6335L4.31099 13.1585Z' fill='black'/%3E%3C/svg%3E%0A") 0 16, pointer;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@media (forced-colors: active) {
|
|
774
|
+
:root {
|
|
775
|
+
--focus-outline: solid 3px ButtonText;
|
|
776
|
+
--hover-outline: dashed 3px ButtonText;
|
|
777
|
+
}
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
[data-editor-rotation="90"] {
|
|
781
|
+
transform: rotate(90deg);
|
|
782
|
+
}
|
|
783
|
+
[data-editor-rotation="180"] {
|
|
784
|
+
transform: rotate(180deg);
|
|
785
|
+
}
|
|
786
|
+
[data-editor-rotation="270"] {
|
|
787
|
+
transform: rotate(270deg);
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.annotationEditorLayer {
|
|
791
|
+
background: transparent;
|
|
792
|
+
position: absolute;
|
|
793
|
+
top: 0;
|
|
794
|
+
left: 0;
|
|
795
|
+
font-size: calc(100px * var(--scale-factor));
|
|
796
|
+
transform-origin: 0 0;
|
|
797
|
+
cursor: auto;
|
|
798
|
+
z-index: 20000;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.annotationEditorLayer.freeTextEditing {
|
|
802
|
+
cursor: var(--editorFreeText-editing-cursor);
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.annotationEditorLayer.inkEditing {
|
|
806
|
+
cursor: var(--editorInk-editing-cursor);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.annotationEditorLayer .selectedEditor {
|
|
810
|
+
outline: var(--focus-outline);
|
|
811
|
+
resize: none;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.annotationEditorLayer .freeTextEditor {
|
|
815
|
+
position: absolute;
|
|
816
|
+
background: transparent;
|
|
817
|
+
border-radius: 3px;
|
|
818
|
+
padding: calc(var(--freetext-padding) * var(--scale-factor));
|
|
819
|
+
resize: none;
|
|
820
|
+
width: auto;
|
|
821
|
+
height: auto;
|
|
822
|
+
z-index: 1;
|
|
823
|
+
transform-origin: 0 0;
|
|
824
|
+
touch-action: none;
|
|
825
|
+
cursor: auto;
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.annotationEditorLayer .freeTextEditor .internal {
|
|
829
|
+
background: transparent;
|
|
830
|
+
border: none;
|
|
831
|
+
top: 0;
|
|
832
|
+
left: 0;
|
|
833
|
+
overflow: visible;
|
|
834
|
+
white-space: nowrap;
|
|
835
|
+
resize: none;
|
|
836
|
+
font: 10px sans-serif;
|
|
837
|
+
line-height: var(--freetext-line-height);
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
.annotationEditorLayer .freeTextEditor .overlay {
|
|
841
|
+
position: absolute;
|
|
842
|
+
display: none;
|
|
843
|
+
background: transparent;
|
|
844
|
+
top: 0;
|
|
845
|
+
left: 0;
|
|
846
|
+
width: 100%;
|
|
847
|
+
height: 100%;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.annotationEditorLayer .freeTextEditor .overlay.enabled {
|
|
851
|
+
display: block;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.annotationEditorLayer .freeTextEditor .internal:empty::before {
|
|
855
|
+
content: attr(default-content);
|
|
856
|
+
color: gray;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.annotationEditorLayer .freeTextEditor .internal:focus {
|
|
860
|
+
outline: none;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.annotationEditorLayer .inkEditor.disabled {
|
|
864
|
+
resize: none;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.annotationEditorLayer .inkEditor.disabled.selectedEditor {
|
|
868
|
+
resize: horizontal;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.annotationEditorLayer .freeTextEditor:hover:not(.selectedEditor),
|
|
872
|
+
.annotationEditorLayer .inkEditor:hover:not(.selectedEditor) {
|
|
873
|
+
outline: var(--hover-outline);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.annotationEditorLayer .inkEditor {
|
|
877
|
+
position: absolute;
|
|
878
|
+
background: transparent;
|
|
879
|
+
border-radius: 3px;
|
|
880
|
+
overflow: auto;
|
|
881
|
+
width: 100%;
|
|
882
|
+
height: 100%;
|
|
883
|
+
z-index: 1;
|
|
884
|
+
transform-origin: 0 0;
|
|
885
|
+
cursor: auto;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.annotationEditorLayer .inkEditor.editing {
|
|
889
|
+
resize: none;
|
|
890
|
+
cursor: inherit;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.annotationEditorLayer .inkEditor .inkEditorCanvas {
|
|
894
|
+
position: absolute;
|
|
895
|
+
top: 0;
|
|
896
|
+
left: 0;
|
|
897
|
+
width: 100%;
|
|
898
|
+
height: 100%;
|
|
899
|
+
touch-action: none;
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
:root {
|
|
903
|
+
--viewer-container-height: 0;
|
|
904
|
+
--pdfViewer-padding-bottom: 0;
|
|
905
|
+
--page-margin: 1px auto -8px;
|
|
906
|
+
--page-border: 9px solid transparent;
|
|
907
|
+
/* shadow.svg URL-encoder for SVG */
|
|
908
|
+
--page-border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' xml:space='preserve' version='1.1' viewBox='0 0 19 19'%3E%3Cimage width='19' height='19' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAA1ElEQVQ4jbWUWw6EIAxFy2NFs/8NzR4UJhpqLsdi5mOmSSMUOfYWqv3S0gMr4XlYH/64gZa/gN3ANYA7KAXALt4ktoQ5MI9YxqaG8bWmsIysMuT6piSQCa4whZThCu8CM4zP9YJaKci9jicPq3NcBWYoPMGUlhG7ivtkB+gVyFY75wXghOvh8t5mto1Mdim6e+MBqH6XsY+YAwjpq3vGF7weTWQptLEDVCZvPTMl5JZZsdh47FHW6qFMyvLYqjcnmdFfY9Xk/KDOlzCusX2mi/ofM7MPkzBcSp4Q1/wAAAAASUVORK5CYII='/%3E%3C/svg%3E") 9 9 repeat;
|
|
909
|
+
--spreadHorizontalWrapped-margin-LR: -3.5px;
|
|
910
|
+
--scale-factor: 1;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
@media screen and (forced-colors: active) {
|
|
914
|
+
:root {
|
|
915
|
+
--pdfViewer-padding-bottom: 9px;
|
|
916
|
+
--page-margin: 8px auto -1px;
|
|
917
|
+
--page-border: 1px solid CanvasText;
|
|
918
|
+
--page-border-image: none;
|
|
919
|
+
--spreadHorizontalWrapped-margin-LR: 3.5px;
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
[data-main-rotation="90"] {
|
|
924
|
+
transform: rotate(90deg) translateY(-100%);
|
|
925
|
+
}
|
|
926
|
+
[data-main-rotation="180"] {
|
|
927
|
+
transform: rotate(180deg) translate(-100%, -100%);
|
|
928
|
+
}
|
|
929
|
+
[data-main-rotation="270"] {
|
|
930
|
+
transform: rotate(270deg) translateX(-100%);
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.pdfViewer {
|
|
934
|
+
padding-bottom: var(--pdfViewer-padding-bottom);
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.pdfViewer .canvasWrapper {
|
|
938
|
+
overflow: hidden;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.pdfViewer .page {
|
|
942
|
+
direction: ltr;
|
|
943
|
+
width: 816px;
|
|
944
|
+
height: 1056px;
|
|
945
|
+
margin: var(--page-margin);
|
|
946
|
+
position: relative;
|
|
947
|
+
overflow: visible;
|
|
948
|
+
border: var(--page-border);
|
|
949
|
+
-o-border-image: var(--page-border-image);
|
|
950
|
+
border-image: var(--page-border-image);
|
|
951
|
+
background-clip: content-box;
|
|
952
|
+
background-color: rgba(255, 255, 255, 1);
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
.pdfViewer .dummyPage {
|
|
956
|
+
position: relative;
|
|
957
|
+
width: 0;
|
|
958
|
+
height: var(--viewer-container-height);
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.pdfViewer.removePageBorders .page {
|
|
962
|
+
margin: 0 auto 10px;
|
|
963
|
+
border: none;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
.pdfViewer.singlePageView {
|
|
967
|
+
display: inline-block;
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
.pdfViewer.singlePageView .page {
|
|
971
|
+
margin: 0;
|
|
972
|
+
border: none;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
.pdfViewer.scrollHorizontal,
|
|
976
|
+
.pdfViewer.scrollWrapped,
|
|
977
|
+
.spread {
|
|
978
|
+
margin-left: 3.5px;
|
|
979
|
+
margin-right: 3.5px;
|
|
980
|
+
text-align: center;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.pdfViewer.scrollHorizontal,
|
|
984
|
+
.spread {
|
|
985
|
+
white-space: nowrap;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.pdfViewer.removePageBorders,
|
|
989
|
+
.pdfViewer.scrollHorizontal .spread,
|
|
990
|
+
.pdfViewer.scrollWrapped .spread {
|
|
991
|
+
margin-left: 0;
|
|
992
|
+
margin-right: 0;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.spread .page,
|
|
996
|
+
.spread .dummyPage,
|
|
997
|
+
.pdfViewer.scrollHorizontal .page,
|
|
998
|
+
.pdfViewer.scrollWrapped .page,
|
|
999
|
+
.pdfViewer.scrollHorizontal .spread,
|
|
1000
|
+
.pdfViewer.scrollWrapped .spread {
|
|
1001
|
+
display: inline-block;
|
|
1002
|
+
vertical-align: middle;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.spread .page,
|
|
1006
|
+
.pdfViewer.scrollHorizontal .page,
|
|
1007
|
+
.pdfViewer.scrollWrapped .page {
|
|
1008
|
+
margin-left: var(--spreadHorizontalWrapped-margin-LR);
|
|
1009
|
+
margin-right: var(--spreadHorizontalWrapped-margin-LR);
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.pdfViewer.removePageBorders .spread .page,
|
|
1013
|
+
.pdfViewer.removePageBorders.scrollHorizontal .page,
|
|
1014
|
+
.pdfViewer.removePageBorders.scrollWrapped .page {
|
|
1015
|
+
margin-left: 5px;
|
|
1016
|
+
margin-right: 5px;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.pdfViewer .page canvas {
|
|
1020
|
+
margin: 0;
|
|
1021
|
+
display: block;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.pdfViewer .page canvas[hidden] {
|
|
1025
|
+
display: none;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.pdfViewer .page .loadingIcon {
|
|
1029
|
+
position: absolute;
|
|
1030
|
+
display: block;
|
|
1031
|
+
left: 0;
|
|
1032
|
+
top: 0;
|
|
1033
|
+
right: 0;
|
|
1034
|
+
bottom: 0;
|
|
1035
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='animation:spinLoadingIcon 1s steps(12,end) infinite'%3E%3Cstyle%3E@keyframes spinLoadingIcon%7Bto%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M7 3V1s0-1 1-1 1 1 1 1v2s0 1-1 1-1-1-1-1z'/%3E%3Cpath d='M4.63 4.1l-1-1.73S3.13 1.5 4 1c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37 1.37c-.87.57-1.37-.37-1.37-.37z' fill-opacity='.93'/%3E%3Cpath d='M3.1 6.37l-1.73-1S.5 4.87 1 4c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37 1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.86'/%3E%3Cpath d='M3 9H1S0 9 0 8s1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.79'/%3E%3Cpath d='M4.1 11.37l-1.73 1S1.5 12.87 1 12c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37 1.37z' fill-opacity='.72'/%3E%3Cpath d='M3.63 13.56l1-1.73s.5-.87 1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z' fill-opacity='.65'/%3E%3Cpath d='M7 15v-2s0-1 1-1 1 1 1 1v2s0 1-1 1-1-1-1-1z' fill-opacity='.58'/%3E%3Cpath d='M10.63 14.56l-1-1.73s-.5-.87.37-1.37c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37 1.37c-.87.5-1.37-.37-1.37-.37z' fill-opacity='.51'/%3E%3Cpath d='M13.56 12.37l-1.73-1s-.87-.5-.37-1.37c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37 1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.44'/%3E%3Cpath d='M15 9h-2s-1 0-1-1 1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.37'/%3E%3Cpath d='M14.56 5.37l-1.73 1s-.87.5-1.37-.37c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37 1.37z' fill-opacity='.3'/%3E%3Cpath d='M9.64 3.1l.98-1.66s.5-.874 1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z' fill-opacity='.23'/%3E%3C/svg%3E");
|
|
1036
|
+
background-position: center;
|
|
1037
|
+
background-repeat: no-repeat;
|
|
1038
|
+
}
|
|
1039
|
+
.pdfViewer .page .loadingIcon.notVisible {
|
|
1040
|
+
background: none;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
.pdfViewer.enablePermissions .textLayer span {
|
|
1044
|
+
-webkit-user-select: none !important;
|
|
1045
|
+
-moz-user-select: none !important;
|
|
1046
|
+
user-select: none !important;
|
|
1047
|
+
cursor: not-allowed;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.pdfPresentationMode .pdfViewer {
|
|
1051
|
+
padding-bottom: 0;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.pdfPresentationMode .spread {
|
|
1055
|
+
margin: 0;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.pdfPresentationMode .pdfViewer .page {
|
|
1059
|
+
margin: 0 auto;
|
|
1060
|
+
border: 2px solid transparent;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
:root {
|
|
1064
|
+
--dir-factor: 1;
|
|
1065
|
+
--sidebar-width: 200px;
|
|
1066
|
+
--sidebar-transition-duration: 200ms;
|
|
1067
|
+
--sidebar-transition-timing-function: ease;
|
|
1068
|
+
--scale-select-width: 140px;
|
|
1069
|
+
--toolbar-icon-opacity: 0.7;
|
|
1070
|
+
--doorhanger-icon-opacity: 0.9;
|
|
1071
|
+
--main-color: rgba(12, 12, 13, 1);
|
|
1072
|
+
--body-bg-color: rgba(237, 237, 240, 1);
|
|
1073
|
+
--progressBar-percent: 0%;
|
|
1074
|
+
--progressBar-end-offset: 0;
|
|
1075
|
+
--progressBar-color: rgba(10, 132, 255, 1);
|
|
1076
|
+
--progressBar-indeterminate-bg-color: rgba(221, 221, 222, 1);
|
|
1077
|
+
--progressBar-indeterminate-blend-color: rgba(116, 177, 239, 1);
|
|
1078
|
+
--scrollbar-color: auto;
|
|
1079
|
+
--scrollbar-bg-color: auto;
|
|
1080
|
+
--toolbar-icon-bg-color: rgba(0, 0, 0, 1);
|
|
1081
|
+
--toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
|
|
1082
|
+
--sidebar-narrow-bg-color: rgba(237, 237, 240, 0.9);
|
|
1083
|
+
--sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
|
|
1084
|
+
--toolbar-bg-color: rgba(249, 249, 250, 1);
|
|
1085
|
+
--toolbar-border-color: rgba(204, 204, 204, 1);
|
|
1086
|
+
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
|
|
1087
|
+
--toolbar-border-bottom: none;
|
|
1088
|
+
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
|
|
1089
|
+
--toolbarSidebar-border-bottom: none;
|
|
1090
|
+
--button-hover-color: rgba(221, 222, 223, 1);
|
|
1091
|
+
--toggled-btn-color: rgba(0, 0, 0, 1);
|
|
1092
|
+
--toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
|
|
1093
|
+
--toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
|
|
1094
|
+
--dropdown-btn-bg-color: rgba(215, 215, 219, 1);
|
|
1095
|
+
--dropdown-btn-border: none;
|
|
1096
|
+
--separator-color: rgba(0, 0, 0, 0.3);
|
|
1097
|
+
--field-color: rgba(6, 6, 6, 1);
|
|
1098
|
+
--field-bg-color: rgba(255, 255, 255, 1);
|
|
1099
|
+
--field-border-color: rgba(187, 187, 188, 1);
|
|
1100
|
+
--treeitem-color: rgba(0, 0, 0, 0.8);
|
|
1101
|
+
--treeitem-hover-color: rgba(0, 0, 0, 0.9);
|
|
1102
|
+
--treeitem-selected-color: rgba(0, 0, 0, 0.9);
|
|
1103
|
+
--treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
|
|
1104
|
+
--sidebaritem-bg-color: rgba(0, 0, 0, 0.15);
|
|
1105
|
+
--doorhanger-bg-color: rgba(255, 255, 255, 1);
|
|
1106
|
+
--doorhanger-border-color: rgba(12, 12, 13, 0.2);
|
|
1107
|
+
--doorhanger-hover-color: rgba(12, 12, 13, 1);
|
|
1108
|
+
--doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
|
|
1109
|
+
--doorhanger-separator-color: rgba(222, 222, 222, 1);
|
|
1110
|
+
--dialog-button-border: none;
|
|
1111
|
+
--dialog-button-bg-color: rgba(12, 12, 13, 0.1);
|
|
1112
|
+
--dialog-button-hover-bg-color: rgba(12, 12, 13, 0.3);
|
|
1113
|
+
/* loading.svg URL-encoder for SVG */
|
|
1114
|
+
--loading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='animation:spinLoadingIcon 1s steps(12,end) infinite'%3E%3Cstyle%3E@keyframes spinLoadingIcon%7Bto%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M7 3V1s0-1 1-1 1 1 1 1v2s0 1-1 1-1-1-1-1z'/%3E%3Cpath d='M4.63 4.1l-1-1.73S3.13 1.5 4 1c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37 1.37c-.87.57-1.37-.37-1.37-.37z' fill-opacity='.93'/%3E%3Cpath d='M3.1 6.37l-1.73-1S.5 4.87 1 4c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37 1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.86'/%3E%3Cpath d='M3 9H1S0 9 0 8s1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.79'/%3E%3Cpath d='M4.1 11.37l-1.73 1S1.5 12.87 1 12c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37 1.37z' fill-opacity='.72'/%3E%3Cpath d='M3.63 13.56l1-1.73s.5-.87 1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z' fill-opacity='.65'/%3E%3Cpath d='M7 15v-2s0-1 1-1 1 1 1 1v2s0 1-1 1-1-1-1-1z' fill-opacity='.58'/%3E%3Cpath d='M10.63 14.56l-1-1.73s-.5-.87.37-1.37c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37 1.37c-.87.5-1.37-.37-1.37-.37z' fill-opacity='.51'/%3E%3Cpath d='M13.56 12.37l-1.73-1s-.87-.5-.37-1.37c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37 1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.44'/%3E%3Cpath d='M15 9h-2s-1 0-1-1 1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.37'/%3E%3Cpath d='M14.56 5.37l-1.73 1s-.87.5-1.37-.37c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37 1.37z' fill-opacity='.3'/%3E%3Cpath d='M9.64 3.1l.98-1.66s.5-.874 1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z' fill-opacity='.23'/%3E%3C/svg%3E%0A");
|
|
1115
|
+
/* treeitem-expanded.svg URL-encoder for SVG */
|
|
1116
|
+
--treeitem-expanded-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M10 13l4-7H6z'/%3E%3C/svg%3E");
|
|
1117
|
+
/* treeitem-collapsed.svg URL-encoder for SVG */
|
|
1118
|
+
--treeitem-collapsed-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M13 9L6 5v8z'/%3E%3C/svg%3E");
|
|
1119
|
+
/* toolbarButton-editorFreeText.svg URL-encoder for SVG */
|
|
1120
|
+
--toolbarButton-editorFreeText-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.625 2.942C8.625 2.725 8.735 2.527 8.918 2.412L10.026 1.72C10.126 1.658 10.24 1.625 10.358 1.625H12V0.375H10.358C10.006 0.375 9.663 0.474 9.364 0.66L8.256 1.353C8.161 1.412 8.081 1.488 8 1.562C7.918 1.488 7.839 1.412 7.744 1.353L6.635 0.66C6.336 0.474 5.993 0.375 5.642 0.375H4V1.625H5.642C5.759 1.625 5.874 1.658 5.974 1.72L7.082 2.412C7.266 2.527 7.376 2.725 7.376 2.942V8V13.058C7.376 13.275 7.266 13.473 7.082 13.588L5.973 14.28C5.873 14.342 5.759 14.375 5.641 14.375H4V15.625H5.642C5.994 15.625 6.337 15.526 6.636 15.34L7.744 14.648C7.84 14.588 7.919 14.512 8 14.439C8.081 14.512 8.161 14.588 8.256 14.648L9.365 15.341C9.664 15.527 10.007 15.626 10.359 15.626H12V14.376H10.358C10.241 14.376 10.126 14.343 10.026 14.281L8.918 13.589C8.734 13.474 8.625 13.276 8.625 13.059V8V2.942Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1121
|
+
/* toolbarButton-editorInk.svg URL-encoder for SVG */
|
|
1122
|
+
--toolbarButton-editorInk-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.49913 12.6251C2.61913 12.6251 2.73913 12.6051 2.85713 12.5661L6.29013 11.4201L13.2891 4.4221C14.0191 3.6911 14.0191 2.5011 13.2891 1.7701L12.2291 0.710098C11.4971 -0.0199023 10.3091 -0.0199023 9.57713 0.710098L2.57813 7.7091L1.43313 11.1451C1.29813 11.5511 1.40213 11.9931 1.70513 12.2951C1.92113 12.5101 2.20613 12.6251 2.49913 12.6251ZM10.4611 1.5951C10.7031 1.3511 11.1021 1.3511 11.3441 1.5951L12.4051 2.6561C12.6491 2.8991 12.6491 3.2961 12.4051 3.5391L11.3401 4.6051L9.39513 2.6601L10.4611 1.5951ZM3.67013 8.3851L8.51013 3.5451L10.4541 5.4891L5.61413 10.3301L2.69713 11.3031L3.67013 8.3851Z' fill='black'/%3E%3Cpath d='M14.8169 13.314L13.0229 13.862C12.3309 14.073 11.5909 14.111 10.8859 13.968L8.80391 13.551C7.58491 13.308 6.29791 13.48 5.18491 14.036C3.95291 14.652 2.46691 14.412 1.49191 13.436L1.44091 13.385L0.60791 14.321C1.46291 15.175 2.59991 15.625 3.75291 15.625C4.42891 15.625 5.10991 15.471 5.74391 15.153C6.60891 14.721 7.60891 14.586 8.55891 14.777L10.6409 15.194C11.5509 15.376 12.5009 15.327 13.3879 15.056L15.1819 14.508L14.8169 13.314Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1123
|
+
/* toolbarButton-menuArrow.svg URL-encoder for SVG */
|
|
1124
|
+
--toolbarButton-menuArrow-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.23336 10.4664L11.8474 6.85339C11.894 6.8071 11.931 6.75203 11.9563 6.69136C11.9816 6.63069 11.9946 6.56562 11.9946 6.49989C11.9946 6.43417 11.9816 6.3691 11.9563 6.30843C11.931 6.24776 11.894 6.19269 11.8474 6.14639C11.7536 6.05266 11.6264 6 11.4939 6C11.3613 6 11.2341 6.05266 11.1404 6.14639L7.99236 9.29339L4.84736 6.14739C4.75305 6.05631 4.62675 6.00592 4.49566 6.00706C4.36456 6.0082 4.23915 6.06078 4.14645 6.15348C4.05374 6.24619 4.00116 6.37159 4.00002 6.50269C3.99888 6.63379 4.04928 6.76009 4.14036 6.85439L7.75236 10.4674L8.23336 10.4664Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1125
|
+
/* toolbarButton-sidebarToggle.svg URL-encoder for SVG */
|
|
1126
|
+
--toolbarButton-sidebarToggle-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 4V12.25C16 12.7804 15.7893 13.2891 15.4142 13.6642C15.0391 14.0393 14.5304 14.25 14 14.25H2C1.46957 14.25 0.960859 14.0393 0.585786 13.6642C0.210714 13.2891 0 12.7804 0 12.25V4C0 3.46957 0.210714 2.96086 0.585786 2.58579C0.960859 2.21071 1.46957 2 2 2H14C14.5304 2 15.0391 2.21071 15.4142 2.58579C15.7893 2.96086 16 3.46957 16 4ZM1.25 3.85V12.4L1.85 13H6.75V3.25H1.85L1.25 3.85ZM14.15 13H8V3.25H14.15L14.75 3.85V12.4L14.15 13ZM5.35355 10.1464C5.44732 10.2402 5.5 10.3674 5.5 10.5C5.5 10.6326 5.44732 10.7598 5.35355 10.8536C5.25979 10.9473 5.13261 11 5 11H3C2.86739 11 2.74021 10.9473 2.64645 10.8536C2.55268 10.7598 2.5 10.6326 2.5 10.5C2.5 10.3674 2.55268 10.2402 2.64645 10.1464C2.74021 10.0527 2.86739 10 3 10H5C5.13261 10 5.25979 10.0527 5.35355 10.1464ZM5.5 8C5.5 7.86739 5.44732 7.74021 5.35355 7.64645C5.25979 7.55268 5.13261 7.5 5 7.5H3C2.86739 7.5 2.74021 7.55268 2.64645 7.64645C2.55268 7.74021 2.5 7.86739 2.5 8C2.5 8.13261 2.55268 8.25979 2.64645 8.35355C2.74021 8.44732 2.86739 8.5 3 8.5H5C5.13261 8.5 5.25979 8.44732 5.35355 8.35355C5.44732 8.25979 5.5 8.13261 5.5 8ZM5.35355 5.14645C5.44732 5.24021 5.5 5.36739 5.5 5.5C5.5 5.63261 5.44732 5.75979 5.35355 5.85355C5.25979 5.94732 5.13261 6 5 6H3C2.86739 6 2.74021 5.94732 2.64645 5.85355C2.55268 5.75979 2.5 5.63261 2.5 5.5C2.5 5.36739 2.55268 5.24021 2.64645 5.14645C2.74021 5.05268 2.86739 5 3 5H5C5.13261 5 5.25979 5.05268 5.35355 5.14645Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1127
|
+
/* toolbarButton-secondaryToolbarToggle.svg URL-encoder for SVG */
|
|
1128
|
+
--toolbarButton-secondaryToolbarToggle-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.53406 13.818L7.99906 8.35203L8.00006 7.64703L2.53606 2.18203C2.41769 2.06965 2.26012 2.00795 2.09692 2.01006C1.93372 2.01218 1.7778 2.07795 1.66239 2.19336C1.54698 2.30877 1.48121 2.46469 1.47909 2.62789C1.47697 2.79109 1.53868 2.94867 1.65106 3.06703L6.58506 7.99803L1.65006 12.932C1.53754 13.0503 1.47565 13.2078 1.47758 13.371C1.47951 13.5342 1.54511 13.6902 1.66039 13.8057C1.77567 13.9213 1.93152 13.9872 2.09472 13.9895C2.25792 13.9918 2.41557 13.9303 2.53406 13.818ZM8.53406 13.818L13.9991 8.35203L14.0001 7.64703L8.53606 2.18203C8.4177 2.06965 8.26012 2.00795 8.09692 2.01006C7.93372 2.01218 7.7778 2.07795 7.66239 2.19336C7.54698 2.30877 7.48121 2.46469 7.47909 2.62789C7.47697 2.79109 7.53868 2.94867 7.65106 3.06703L12.5851 7.99803L7.65006 12.932C7.53754 13.0503 7.47565 13.2078 7.47758 13.371C7.47951 13.5342 7.54511 13.6902 7.66039 13.8057C7.77567 13.9213 7.93152 13.9872 8.09472 13.9895C8.25792 13.9918 8.41557 13.9303 8.53406 13.818Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1129
|
+
/* toolbarButton-pageUp.svg URL-encoder for SVG */
|
|
1130
|
+
--toolbarButton-pageUp-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35179 5.001L13.8178 10.466C13.876 10.524 13.9222 10.5929 13.9537 10.6688C13.9852 10.7447 14.0013 10.826 14.0012 10.9082C14.0011 10.9904 13.9848 11.0717 13.9531 11.1475C13.9215 11.2234 13.8751 11.2922 13.8168 11.35C13.6991 11.4668 13.5401 11.5324 13.3743 11.5324C13.2085 11.5324 13.0494 11.4668 12.9318 11.35L7.99879 6.416L3.06679 11.349C2.94842 11.4614 2.79085 11.5231 2.62765 11.521C2.46445 11.5189 2.30853 11.4531 2.19312 11.3377C2.07771 11.2223 2.01193 11.0663 2.00982 10.9031C2.0077 10.7399 2.06941 10.5824 2.18179 10.464L7.64779 5L8.35179 5.001Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1131
|
+
/* toolbarButton-pageDown.svg URL-encoder for SVG */
|
|
1132
|
+
--toolbarButton-pageDown-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35176 10.9989L13.8178 5.53391C13.876 5.47594 13.9222 5.40702 13.9537 5.33113C13.9851 5.25524 14.0013 5.17387 14.0012 5.0917C14.0011 5.00954 13.9848 4.9282 13.9531 4.85238C13.9215 4.77656 13.8751 4.70775 13.8168 4.64991C13.6991 4.53309 13.5401 4.46753 13.3743 4.46753C13.2085 4.46753 13.0494 4.53309 12.9318 4.64991L7.99776 9.58491L3.06776 4.65091C2.9494 4.53853 2.79183 4.47682 2.62863 4.47894C2.46542 4.48106 2.3095 4.54683 2.19409 4.66224C2.07868 4.77765 2.01291 4.93357 2.01079 5.09677C2.00868 5.25997 2.07039 5.41754 2.18276 5.53591L7.64776 10.9999L8.35176 10.9989Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1133
|
+
/* toolbarButton-zoomOut.svg URL-encoder for SVG */
|
|
1134
|
+
--toolbarButton-zoomOut-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.375 9.25C13.5408 9.25 13.6997 9.18415 13.8169 9.06694C13.9342 8.94973 14 8.79076 14 8.625C14 8.45924 13.9342 8.30027 13.8169 8.18306C13.6997 8.06585 13.5408 8 13.375 8H2.625C2.45924 8 2.30027 8.06585 2.18306 8.18306C2.06585 8.30027 2 8.45924 2 8.625C2 8.79076 2.06585 8.94973 2.18306 9.06694C2.30027 9.18415 2.45924 9.25 2.625 9.25H13.375Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1135
|
+
/* toolbarButton-zoomIn.svg URL-encoder for SVG */
|
|
1136
|
+
--toolbarButton-zoomIn-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00488 9.75V14C7.00488 14.1658 7.07073 14.3247 7.18794 14.4419C7.30515 14.5592 7.46412 14.625 7.62988 14.625C7.79564 14.625 7.95461 14.5592 8.07183 14.4419C8.18904 14.3247 8.25488 14.1658 8.25488 14V9.75L8.75488 9.25H13.0049C13.1706 9.25 13.3296 9.18415 13.4468 9.06694C13.564 8.94973 13.6299 8.79076 13.6299 8.625C13.6299 8.45924 13.564 8.30027 13.4468 8.18306C13.3296 8.06585 13.1706 8 13.0049 8H8.75488L8.25488 7.5V3.25C8.25488 3.08424 8.18904 2.92527 8.07183 2.80806C7.95461 2.69085 7.79564 2.625 7.62988 2.625C7.46412 2.625 7.30515 2.69085 7.18794 2.80806C7.07073 2.92527 7.00488 3.08424 7.00488 3.25V7.5L6.50488 8H2.25488C2.08912 8 1.93015 8.06585 1.81294 8.18306C1.69573 8.30027 1.62988 8.45924 1.62988 8.625C1.62988 8.79076 1.69573 8.94973 1.81294 9.06694C1.93015 9.18415 2.08912 9.25 2.25488 9.25H6.39188L7.00488 9.75Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1137
|
+
/* toolbarButton-presentationMode.svg URL-encoder for SVG */
|
|
1138
|
+
--toolbarButton-presentationMode-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 3C1.5 2.72421 1.72421 2.5 2 2.5H14C14.2758 2.5 14.5 2.72421 14.5 3V11C14.5 11.2758 14.2758 11.5 14 11.5H2C1.72421 11.5 1.5 11.2758 1.5 11V3ZM2 1C0.895786 1 0 1.89579 0 3V11C0 12.1042 0.895786 13 2 13H2.64979L1.35052 15.2499L2.64949 16L4.38194 13H11.6391L13.3715 16L14.6705 15.2499L13.3712 13H14C15.1042 13 16 12.1042 16 11V3C16 1.89579 15.1042 1 14 1H2ZM5.79501 4.64401V9.35601C5.79501 9.85001 6.32901 10.159 6.75701 9.91401L10.88 7.55801C11.312 7.31201 11.312 6.68901 10.88 6.44201L6.75701 4.08601C6.32801 3.84101 5.79501 4.15001 5.79501 4.64401Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1139
|
+
/* toolbarButton-print.svg URL-encoder for SVG */
|
|
1140
|
+
--toolbarButton-print-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 4H12V2C12 1.46957 11.7893 0.960859 11.4142 0.585786C11.0391 0.210714 10.5304 0 10 0L6 0C5.46957 0 4.96086 0.210714 4.58579 0.585786C4.21071 0.960859 4 1.46957 4 2V4H3C2.46957 4 1.96086 4.21071 1.58579 4.58579C1.21071 4.96086 1 5.46957 1 6V11C1 11.5304 1.21071 12.0391 1.58579 12.4142C1.96086 12.7893 2.46957 13 3 13H4V14C4 14.5304 4.21071 15.0391 4.58579 15.4142C4.96086 15.7893 5.46957 16 6 16H10C10.5304 16 11.0391 15.7893 11.4142 15.4142C11.7893 15.0391 12 14.5304 12 14V13H13C13.5304 13 14.0391 12.7893 14.4142 12.4142C14.7893 12.0391 15 11.5304 15 11V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4V4ZM10.75 14.15L10.15 14.75H5.85L5.25 14.15V10H10.75V14.15ZM10.75 4H5.25V1.85L5.85 1.25H10.15L10.75 1.85V4V4ZM13 7.6L12.6 8H11.4L11 7.6V6.4L11.4 6H12.6L13 6.4V7.6Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1141
|
+
/* toolbarButton-openFile.svg URL-encoder for SVG */
|
|
1142
|
+
--toolbarButton-openFile-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4287 1.08398C10.5111 1.02905 10.608 0.999824 10.707 1H14.7L15 1.3V5.293C15 5.39194 14.9706 5.48864 14.9156 5.57088C14.8606 5.65311 14.7824 5.71718 14.691 5.75498C14.5996 5.79277 14.499 5.80259 14.402 5.78319C14.3049 5.76379 14.2159 5.71605 14.146 5.646L12.973 4.473L12.692 4.192L9.067 7.817C8.94923 7.93347 8.79034 7.99888 8.6247 7.99907C8.45907 7.99925 8.30003 7.93421 8.182 7.818C8.06518 7.70036 7.99962 7.54129 7.99962 7.3755C7.99962 7.20971 8.06518 7.05065 8.182 6.933L11.807 3.308L10.353 1.854C10.2829 1.78407 10.2351 1.6949 10.2158 1.59779C10.1964 1.50068 10.2063 1.40001 10.2442 1.30854C10.2821 1.21707 10.3464 1.13891 10.4287 1.08398ZM7.81694 2.06694C7.69973 2.18415 7.54076 2.25 7.375 2.25H2.85L2.25 2.85V13.15L2.85 13.75H13.15L13.75 13.15V8.625C13.75 8.45924 13.8158 8.30027 13.9331 8.18306C14.0503 8.06585 14.2092 8 14.375 8C14.5408 8 14.6997 8.06585 14.8169 8.18306C14.9342 8.30027 15 8.45924 15 8.625V13C15 13.5304 14.7893 14.0391 14.4142 14.4142C14.0391 14.7893 13.5304 15 13 15H3C2.46957 15 1.96086 14.7893 1.58579 14.4142C1.21071 14.0391 1 13.5304 1 13V3C1 2.46957 1.21071 1.96086 1.58579 1.58579C1.96086 1.21071 2.46957 1 3 1H7.375C7.54076 1 7.69973 1.06585 7.81694 1.18306C7.93415 1.30027 8 1.45924 8 1.625C8 1.79076 7.93415 1.94973 7.81694 2.06694Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1143
|
+
/* toolbarButton-download.svg URL-encoder for SVG */
|
|
1144
|
+
--toolbarButton-download-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79407 7.31811H7.86307C7.41807 7.31811 7.19407 7.85711 7.50907 8.17211L10.1911 10.8541C10.3861 11.0491 10.7031 11.0491 10.8981 10.8541L13.5801 8.17211C13.8951 7.85711 13.6721 7.31811 13.2261 7.31811H11.2941V4.38211H11.2961V3.13211H11.2941V2.30811H9.79407V3.13211H9.79107V4.38211H9.79507V7.31811H9.79407Z' fill='black'/%3E%3Cpath d='M14 3.13208H12.796V4.38208H14C14.345 4.38208 14.625 4.66208 14.625 5.00708V13.0071C14.625 13.3521 14.345 13.6321 14 13.6321H2C1.655 13.6321 1.375 13.3521 1.375 13.0071V3.00708C1.375 2.66208 1.655 2.38208 2 2.38208H5.643C5.82 2.38208 5.989 2.45808 6.108 2.58908L7.536 4.17508C7.654 4.30708 7.823 4.38208 8 4.38208H8.291V3.13208H8.278L7.036 1.75208C6.681 1.35808 6.173 1.13208 5.642 1.13208H2C0.966 1.13208 0.125 1.97308 0.125 3.00708V13.0071C0.125 14.0411 0.966 14.8821 2 14.8821H14C15.034 14.8821 15.875 14.0411 15.875 13.0071V5.00708C15.875 3.97308 15.034 3.13208 14 3.13208Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1145
|
+
/* toolbarButton-bookmark.svg URL-encoder for SVG */
|
|
1146
|
+
--toolbarButton-bookmark-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3.5C1.72421 3.5 1.5 3.72421 1.5 4V12C1.5 12.2758 1.72421 12.5 2 12.5H14C14.2758 12.5 14.5 12.2758 14.5 12V4C14.5 3.72421 14.2758 3.5 14 3.5H2ZM0 4C0 2.89579 0.895786 2 2 2H14C15.1042 2 16 2.89579 16 4V12C16 13.1042 15.1042 14 14 14H2C0.895786 14 0 13.1042 0 12V4ZM8.75 8.75H7.25V7.25H8.75V8.75ZM8.00001 4.625C5.91142 4.625 4.14736 5.94291 3.45159 7.77847L3.36761 8L3.45159 8.22153C4.14736 10.0571 5.91142 11.375 8.00001 11.375C10.0886 11.375 11.8527 10.0571 12.5484 8.22153L12.6324 8L12.5484 7.77847C11.8527 5.94291 10.0886 4.625 8.00001 4.625ZM8.00001 10.125C6.53912 10.125 5.28508 9.25455 4.71282 8C5.28508 6.74545 6.53912 5.875 8.00001 5.875C9.4609 5.875 10.7149 6.74545 11.2872 8C10.7149 9.25455 9.4609 10.125 8.00001 10.125Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1147
|
+
/* toolbarButton-viewThumbnail.svg URL-encoder for SVG */
|
|
1148
|
+
--toolbarButton-viewThumbnail-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2C3.5 1.72421 3.72421 1.5 4 1.5H5.25C5.52579 1.5 5.75 1.72421 5.75 2V5.25C5.75 5.52579 5.52579 5.75 5.25 5.75H4C3.72421 5.75 3.5 5.52579 3.5 5.25V2ZM4 0C2.89579 0 2 0.895786 2 2V5.25C2 6.35421 2.89579 7.25 4 7.25H5.25C6.35421 7.25 7.25 6.35421 7.25 5.25V2C7.25 0.895786 6.35421 0 5.25 0H4ZM3.5 10.75C3.5 10.4742 3.72421 10.25 4 10.25H5.25C5.52579 10.25 5.75 10.4742 5.75 10.75V14C5.75 14.2758 5.52579 14.5 5.25 14.5H4C3.72421 14.5 3.5 14.2758 3.5 14V10.75ZM4 8.75C2.89579 8.75 2 9.64579 2 10.75V14C2 15.1042 2.89579 16 4 16H5.25C6.35421 16 7.25 15.1042 7.25 14V10.75C7.25 9.64579 6.35421 8.75 5.25 8.75H4ZM10.75 1.5C10.4742 1.5 10.25 1.72421 10.25 2V5.25C10.25 5.52579 10.4742 5.75 10.75 5.75H12C12.2758 5.75 12.5 5.52579 12.5 5.25V2C12.5 1.72421 12.2758 1.5 12 1.5H10.75ZM8.75 2C8.75 0.895786 9.64579 0 10.75 0H12C13.1042 0 14 0.895786 14 2V5.25C14 6.35421 13.1042 7.25 12 7.25H10.75C9.64579 7.25 8.75 6.35421 8.75 5.25V2ZM10.25 10.75C10.25 10.4742 10.4742 10.25 10.75 10.25H12C12.2758 10.25 12.5 10.4742 12.5 10.75V14C12.5 14.2758 12.2758 14.5 12 14.5H10.75C10.4742 14.5 10.25 14.2758 10.25 14V10.75ZM10.75 8.75C9.64579 8.75 8.75 9.64579 8.75 10.75V14C8.75 15.1042 9.64579 16 10.75 16H12C13.1042 16 14 15.1042 14 14V10.75C14 9.64579 13.1042 8.75 12 8.75H10.75Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1149
|
+
/* toolbarButton-viewOutline.svg URL-encoder for SVG */
|
|
1150
|
+
--toolbarButton-viewOutline-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 1.25H15V2.75H3V1.25ZM15 5.25H3V6.75H15V5.25ZM15 13.25H3V14.75H15V13.25ZM15 9.25H6V10.75H15V9.25ZM0 5.25H1.5V6.75H0V5.25ZM1.5 13.25H0V14.75H1.5V13.25ZM0 1.25H1.5V2.75H0V1.25ZM4.5 9.25H3V10.75H4.5V9.25Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1151
|
+
/* toolbarButton-viewAttachments.svg URL-encoder for SVG */
|
|
1152
|
+
--toolbarButton-viewAttachments-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 3.75C3.5 1.67879 5.17879 0 7.25 0C9.32121 0 11 1.67879 11 3.75V10.25C11 11.4922 9.99221 12.5 8.75 12.5C7.50779 12.5 6.5 11.4922 6.5 10.25V3.5H8V10.25C8 10.6638 8.33621 11 8.75 11C9.16379 11 9.5 10.6638 9.5 10.25V3.75C9.5 2.50721 8.49279 1.5 7.25 1.5C6.00721 1.5 5 2.50721 5 3.75V10.75C5 12.8208 6.67921 14.5 8.75 14.5C10.8208 14.5 12.5 12.8208 12.5 10.75V3.5H14V10.75C14 13.6492 11.6492 16 8.75 16C5.85079 16 3.5 13.6492 3.5 10.75V3.75Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1153
|
+
/* toolbarButton-viewLayers.svg URL-encoder for SVG */
|
|
1154
|
+
--toolbarButton-viewLayers-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.36645 2.34562C8.13878 2.21813 7.86122 2.21813 7.63355 2.34562L1.38355 5.84562C1.14669 5.97826 1 6.22853 1 6.5C1 6.77147 1.14669 7.02174 1.38355 7.15438L7.63355 10.6544C7.86122 10.7819 8.13878 10.7819 8.36645 10.6544L14.6165 7.15438C14.8533 7.02174 15 6.77147 15 6.5C15 6.22853 14.8533 5.97826 14.6165 5.84562L8.36645 2.34562ZM8 9.14041L3.28499 6.5L8 3.85959L12.715 6.5L8 9.14041ZM1.63647 9.0766L7.99999 12.6404L14.3255 9.09761L15.0585 10.4063L8.36649 14.1543C8.13881 14.2818 7.86122 14.2819 7.63353 14.1543L0.903534 10.3853L1.63647 9.0766Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1155
|
+
/* toolbarButton-currentOutlineItem.svg URL-encoder for SVG */
|
|
1156
|
+
--toolbarButton-currentOutlineItem-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.803 4.74998V6.02436C10.803 6.39302 10.3571 6.57793 10.0967 6.31753L7.87716 4.098C7.71566 3.93649 7.71566 3.67434 7.87716 3.51283L10.0967 1.29329C10.3571 1.0329 10.8036 1.21722 10.8036 1.58588V3.24998H15V4.74998H10.803ZM8 1.24998H3V2.74998H6.5L8 1.24998ZM6.5 5.24998H3V6.74998H8L6.5 5.24998ZM3 13.25H15V14.75H3V13.25ZM6 9.24998H15V10.75H6V9.24998ZM1.5 5.24998H0V6.74998H1.5V5.24998ZM0 13.25H1.5V14.75H0V13.25ZM1.5 1.24998H0V2.74998H1.5V1.24998ZM3 9.24998H4.5V10.75H3V9.24998Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1157
|
+
/* toolbarButton-search.svg URL-encoder for SVG */
|
|
1158
|
+
--toolbarButton-search-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.089 10.973L13.934 14.817C13.9918 14.8754 14.0605 14.9218 14.1364 14.9534C14.2122 14.9851 14.2936 15.0013 14.3757 15.0012C14.4579 15.0011 14.5392 14.9847 14.6149 14.9529C14.6907 14.9211 14.7594 14.8746 14.817 14.816C14.875 14.7579 14.921 14.6889 14.9523 14.613C14.9836 14.5372 14.9997 14.4559 14.9996 14.3738C14.9995 14.2917 14.9833 14.2104 14.9518 14.1346C14.9203 14.0588 14.8741 13.99 14.816 13.932L10.983 10.1L10.989 9.67299C11.489 8.96674 11.8152 8.15249 11.9413 7.29642C12.0674 6.44034 11.9897 5.5666 11.7145 4.74621C11.4394 3.92582 10.9745 3.18192 10.3578 2.57498C9.74104 1.96804 8.98979 1.51519 8.16509 1.25322C7.34039 0.991255 6.46551 0.927572 5.61157 1.06735C4.75763 1.20712 3.94871 1.54641 3.25057 2.05764C2.55243 2.56887 1.98476 3.23761 1.59371 4.0095C1.20265 4.7814 0.999236 5.63468 1 6.49999C1 7.95868 1.57946 9.35763 2.61091 10.3891C3.64236 11.4205 5.04131 12 6.5 12C7.689 12 8.788 11.62 9.687 10.978L10.089 10.973V10.973ZM6.5 10.75C4.157 10.75 2.25 8.84299 2.25 6.49999C2.25 4.15699 4.157 2.24999 6.5 2.24999C8.843 2.24999 10.75 4.15699 10.75 6.49999C10.75 8.84299 8.843 10.75 6.5 10.75Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1159
|
+
/* findbarButton-previous.svg URL-encoder for SVG */
|
|
1160
|
+
--findbarButton-previous-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.001 8.352L10.466 13.818C10.5845 13.9303 10.7421 13.9918 10.9053 13.9895C11.0685 13.9872 11.2244 13.9212 11.3397 13.8057C11.4549 13.6902 11.5205 13.5342 11.5225 13.3709C11.5244 13.2077 11.4625 13.0502 11.35 12.932L6.416 7.999L11.349 3.067C11.4614 2.94864 11.5231 2.79106 11.521 2.62786C11.5189 2.46466 11.4531 2.30874 11.3377 2.19333C11.2223 2.07792 11.0663 2.01215 10.9031 2.01003C10.7399 2.00792 10.5824 2.06962 10.464 2.182L5 7.647L5.001 8.352Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1161
|
+
/* findbarButton-next.svg URL-encoder for SVG */
|
|
1162
|
+
--findbarButton-next-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.999 8.352L5.534 13.818C5.41551 13.9303 5.25786 13.9918 5.09466 13.9895C4.93146 13.9872 4.77561 13.9212 4.66033 13.8057C4.54505 13.6902 4.47945 13.5342 4.47752 13.3709C4.47559 13.2077 4.53748 13.0502 4.65 12.932L9.585 7.998L4.651 3.067C4.53862 2.94864 4.47691 2.79106 4.47903 2.62786C4.48114 2.46466 4.54692 2.30874 4.66233 2.19333C4.77774 2.07792 4.93366 2.01215 5.09686 2.01003C5.26006 2.00792 5.41763 2.06962 5.536 2.182L11 7.647L10.999 8.352Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1163
|
+
/* secondaryToolbarButton-firstPage.svg URL-encoder for SVG */
|
|
1164
|
+
--secondaryToolbarButton-firstPage-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3.5H2V5H14V3.5ZM8 8.811L12.939 13.75L14.001 12.689L8.531 7.219C8.238 6.926 7.763 6.926 7.47 7.219L2 12.689L3.061 13.75L8 8.811Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1165
|
+
/* secondaryToolbarButton-lastPage.svg URL-encoder for SVG */
|
|
1166
|
+
--secondaryToolbarButton-lastPage-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8.189L12.939 3.25L14 4.311L8.531 9.781C8.238 10.074 7.763 10.074 7.47 9.781L2 4.311L3.061 3.25L8 8.189ZM14 13.5V12H2V13.5H14Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1167
|
+
/* secondaryToolbarButton-rotateCcw.svg URL-encoder for SVG */
|
|
1168
|
+
--secondaryToolbarButton-rotateCcw-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.4105 4.83612L4.77001 6.19601C5.06701 6.49201 4.85701 7.00001 4.43701 7.00001H0.862006C0.602006 7.00001 0.391006 6.78901 0.391006 6.52901V2.95401C0.391006 2.53401 0.899006 2.32401 1.19601 2.62101L2.32796 3.75328C3.67958 1.78973 5.9401 0.5 8.5 0.5C12.636 0.5 16 3.864 16 8C16 12.136 12.636 15.5 8.5 15.5C4.704 15.5 1.566 12.663 1.075 9H2.59C3.068 11.833 5.532 14 8.5 14C11.809 14 14.5 11.309 14.5 8C14.5 4.691 11.809 2 8.5 2C6.35262 2 4.46893 3.13503 3.4105 4.83612Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1169
|
+
/* secondaryToolbarButton-rotateCw.svg URL-encoder for SVG */
|
|
1170
|
+
--secondaryToolbarButton-rotateCw-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5895 4.83613L11.23 6.19601C10.933 6.49201 11.143 7.00001 11.563 7.00001H15.138C15.398 7.00001 15.609 6.78901 15.609 6.52901V2.95401C15.609 2.53401 15.101 2.32401 14.804 2.62101L13.672 3.75328C12.3204 1.78973 10.0599 0.5 7.5 0.5C3.364 0.5 0 3.864 0 8C0 12.136 3.364 15.5 7.5 15.5C11.296 15.5 14.434 12.663 14.925 9H13.41C12.932 11.833 10.468 14 7.5 14C4.191 14 1.5 11.309 1.5 8C1.5 4.691 4.191 2 7.5 2C9.64738 2 11.5311 3.13503 12.5895 4.83613Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1171
|
+
/* secondaryToolbarButton-selectTool.svg URL-encoder for SVG */
|
|
1172
|
+
--secondaryToolbarButton-selectTool-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.371588 2.93131C-0.203366 1.33422 1.3342 -0.20335 2.93129 0.371603L2.93263 0.372085L12.0716 3.68171C12.0718 3.68178 12.0714 3.68163 12.0716 3.68171C13.4459 4.17758 13.8478 5.9374 12.8076 6.9776L11.8079 7.97727L14.6876 10.8569C15.4705 11.6398 15.4705 12.9047 14.6876 13.6876L13.6476 14.7276C12.8647 15.5105 11.5998 15.5105 10.8169 14.7276L7.93725 11.8479L6.97758 12.8076C5.93739 13.8478 4.17779 13.4465 3.68192 12.0722C3.68184 12.072 3.682 12.0724 3.68192 12.0722L0.371588 2.93131ZM1.78292 2.42323C1.78298 2.4234 1.78286 2.42305 1.78292 2.42323L5.09281 11.5629C5.21725 11.9082 5.65728 12.0066 5.91692 11.7469L7.93725 9.72661L11.8776 13.6669C12.0747 13.864 12.3898 13.864 12.5869 13.6669L13.6269 12.6269C13.824 12.4298 13.824 12.1147 13.6269 11.9176L9.68659 7.97727L11.7469 5.91694C12.0066 5.65729 11.9081 5.21727 11.5629 5.09283L11.5619 5.09245L2.42321 1.78293C2.42304 1.78287 2.42339 1.783 2.42321 1.78293C2.02067 1.63847 1.63846 2.02069 1.78292 2.42323Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1173
|
+
/* secondaryToolbarButton-handTool.svg URL-encoder for SVG */
|
|
1174
|
+
--secondaryToolbarButton-handTool-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75 2.125C7.75 1.78021 8.03021 1.5 8.375 1.5C8.71979 1.5 9 1.78021 9 2.125V3.125V8H10.5V3.125C10.5 2.78021 10.7802 2.5 11.125 2.5C11.4698 2.5 11.75 2.78021 11.75 3.125V4.625V8H13.25V4.625C13.25 4.28021 13.5302 4 13.875 4C14.2198 4 14.5 4.28021 14.5 4.625V12.0188L13.3802 13.6628C13.2954 13.7872 13.25 13.9344 13.25 14.085V16H14.75V14.3162L15.8698 12.6722C15.9546 12.5478 16 12.4006 16 12.25V4.625C16 3.45179 15.0482 2.5 13.875 2.5C13.6346 2.5 13.4035 2.53996 13.188 2.6136C12.959 1.68724 12.1219 1 11.125 1C10.8235 1 10.5366 1.06286 10.2768 1.17618C9.9281 0.478968 9.20726 0 8.375 0C7.54274 0 6.8219 0.478968 6.47323 1.17618C6.21337 1.06286 5.9265 1 5.625 1C4.45179 1 3.5 1.95179 3.5 3.125V7.25317C2.66504 6.54282 1.41035 6.58199 0.621672 7.37067C-0.208221 8.20056 -0.208221 9.54644 0.621672 10.3763L0.62188 10.3765L5.499 15.2498V16H6.999V14.939C6.999 14.74 6.9199 14.5491 6.77912 14.4085L1.68233 9.31567C1.43823 9.07156 1.43823 8.67544 1.68233 8.43133C1.92644 8.18722 2.32257 8.18722 2.56667 8.43133L3.71967 9.58433C3.93417 9.79883 4.25676 9.863 4.53701 9.74691C4.81727 9.63082 5 9.35735 5 9.054V3.125C5 2.78021 5.28022 2.5 5.625 2.5C5.96921 2.5 6.24906 2.77927 6.25 3.12326V8H7.75L7.75 3.125L7.75 3.12178V2.125Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1175
|
+
/* secondaryToolbarButton-scrollPage.svg URL-encoder for SVG */
|
|
1176
|
+
--secondaryToolbarButton-scrollPage-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 2C3.5 1.72421 3.72421 1.5 4 1.5H12C12.2758 1.5 12.5 1.72421 12.5 2V14C12.5 14.2758 12.2758 14.5 12 14.5H4C3.72421 14.5 3.5 14.2758 3.5 14V2ZM4 0C2.89579 0 2 0.895786 2 2V14C2 15.1042 2.89579 16 4 16H12C13.1042 16 14 15.1042 14 14V2C14 0.895786 13.1042 0 12 0H4ZM5.89301 6H7.25V10H5.89301C5.54301 10 5.36801 10.423 5.61501 10.67L7.72101 12.776C7.87401 12.929 8.12301 12.929 8.27601 12.776L10.383 10.669C10.63 10.422 10.455 9.99902 10.105 9.99902H8.75V6H10.106C10.456 6 10.632 5.577 10.383 5.331L8.27601 3.224C8.12301 3.071 7.87401 3.071 7.72101 3.224L5.61501 5.33C5.36801 5.577 5.54301 6 5.89301 6Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1177
|
+
/* secondaryToolbarButton-scrollVertical.svg URL-encoder for SVG */
|
|
1178
|
+
--secondaryToolbarButton-scrollVertical-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1V1.25H2.01476C2.11834 2.13279 2.7621 3 3.78 3H11.72C12.7379 3 13.3817 2.13279 13.4852 1.25H13.5V1H12C12 1.18133 11.9391 1.32279 11.8697 1.40708C11.8018 1.48961 11.7454 1.5 11.72 1.5H3.78C3.75458 1.5 3.69823 1.48961 3.63029 1.40708C3.5609 1.32279 3.5 1.18133 3.5 1H2ZM4 6C3.72386 6 3.5 6.22386 3.5 6.5V10C3.5 10.2761 3.72386 10.5 4 10.5H11.5C11.7761 10.5 12 10.2761 12 10V6.5C12 6.22386 11.7761 6 11.5 6H4ZM2 6.5C2 5.39543 2.89543 4.5 4 4.5H11.5C12.6046 4.5 13.5 5.39543 13.5 6.5V10C13.5 11.1046 12.6046 12 11.5 12H4C2.89543 12 2 11.1046 2 10V6.5ZM3.78 13.5C2.7621 13.5 2.11834 14.3672 2.01476 15.25H2V15.5H3.5C3.5 15.3187 3.5609 15.1772 3.63029 15.0929C3.69823 15.0104 3.75458 15 3.78 15H11.72C11.7454 15 11.8018 15.0104 11.8697 15.0929C11.9391 15.1772 12 15.3187 12 15.5H13.5V15.25H13.4852C13.3817 14.3672 12.7379 13.5 11.72 13.5H3.78Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1179
|
+
/* secondaryToolbarButton-scrollHorizontal.svg URL-encoder for SVG */
|
|
1180
|
+
--secondaryToolbarButton-scrollHorizontal-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3.78C3 2.7621 2.13279 2.11834 1.25 2.01476V2H1V3.5C1.18133 3.5 1.32279 3.5609 1.40708 3.63029C1.48961 3.69823 1.5 3.75458 1.5 3.78V11.72C1.5 11.7454 1.48961 11.8018 1.40708 11.8697C1.32279 11.9391 1.18133 12 1 12V13.5H1.25V13.4852C2.13279 13.3817 3 12.7379 3 11.72V3.78ZM10.5 4C10.5 3.72386 10.2761 3.5 10 3.5H6.5C6.22386 3.5 6 3.72386 6 4V11.5C6 11.7761 6.22386 12 6.5 12H10C10.2761 12 10.5 11.7761 10.5 11.5V4ZM10 2C11.1046 2 12 2.89543 12 4V11.5C12 12.6046 11.1046 13.5 10 13.5H6.5C5.39543 13.5 4.5 12.6046 4.5 11.5V4C4.5 2.89543 5.39543 2 6.5 2H10ZM15.5 2H15.25V2.01476C14.3672 2.11834 13.5 2.7621 13.5 3.78V11.72C13.5 12.7379 14.3672 13.3817 15.25 13.4852V13.5H15.5V12C15.3187 12 15.1772 11.9391 15.0929 11.8697C15.0104 11.8018 15 11.7454 15 11.72V3.78C15 3.75458 15.0104 3.69823 15.0929 3.63029C15.1772 3.5609 15.3187 3.5 15.5 3.5V2Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1181
|
+
/* secondaryToolbarButton-scrollWrapped.svg URL-encoder for SVG */
|
|
1182
|
+
--secondaryToolbarButton-scrollWrapped-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 1C2.5 1.27579 2.72421 1.5 3 1.5H5C5.27579 1.5 5.5 1.27579 5.5 1H7C7 2.10421 6.10421 3 5 3H3C1.89579 3 1 2.10421 1 1H2.5ZM2.5 6C2.5 5.72421 2.72421 5.5 3 5.5H5C5.27579 5.5 5.5 5.72421 5.5 6V10C5.5 10.2758 5.27579 10.5 5 10.5H3C2.72421 10.5 2.5 10.2758 2.5 10V6ZM3 4C1.89579 4 1 4.89579 1 6V10C1 11.1042 1.89579 12 3 12H5C6.10421 12 7 11.1042 7 10V6C7 4.89579 6.10421 4 5 4H3ZM10 6C10 5.72421 10.2242 5.5 10.5 5.5H12.5C12.7758 5.5 13 5.72421 13 6V10C13 10.2758 12.7758 10.5 12.5 10.5H10.5C10.2242 10.5 10 10.2758 10 10V6ZM10.5 4C9.39579 4 8.5 4.89579 8.5 6V10C8.5 11.1042 9.39579 12 10.5 12H12.5C13.6042 12 14.5 11.1042 14.5 10V6C14.5 4.89579 13.6042 4 12.5 4H10.5ZM3 14.5C2.72421 14.5 2.5 14.7242 2.5 15H1C1 13.8958 1.89579 13 3 13H5C6.10421 13 7 13.8958 7 15H5.5C5.5 14.7242 5.27579 14.5 5 14.5H3ZM10 15C10 14.7242 10.2242 14.5 10.5 14.5H12.5C12.7758 14.5 13 14.7242 13 15H14.5C14.5 13.8958 13.6042 13 12.5 13H10.5C9.39579 13 8.5 13.8958 8.5 15H10ZM10.5 1.5C10.2242 1.5 10 1.27579 10 1H8.5C8.5 2.10421 9.39579 3 10.5 3H12.5C13.6042 3 14.5 2.10421 14.5 1H13C13 1.27579 12.7758 1.5 12.5 1.5H10.5Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1183
|
+
/* secondaryToolbarButton-spreadNone.svg URL-encoder for SVG */
|
|
1184
|
+
--secondaryToolbarButton-spreadNone-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1.5C3.72421 1.5 3.5 1.72421 3.5 2V14C3.5 14.2758 3.72421 14.5 4 14.5H12C12.2758 14.5 12.5 14.2758 12.5 14V2C12.5 1.72421 12.2758 1.5 12 1.5H4ZM2 2C2 0.895786 2.89579 0 4 0H12C13.1042 0 14 0.895786 14 2V14C14 15.1042 13.1042 16 12 16H4C2.89579 16 2 15.1042 2 14V2Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1185
|
+
/* secondaryToolbarButton-spreadOdd.svg URL-encoder for SVG */
|
|
1186
|
+
--secondaryToolbarButton-spreadOdd-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4C1.5 3.72421 1.72421 3.5 2 3.5H7.25V13H2C1.72421 13 1.5 12.7758 1.5 12.5V4ZM8.75 13V3.5H14C14.2758 3.5 14.5 3.72421 14.5 4V12.5C14.5 12.7758 14.2758 13 14 13H8.75ZM2 2C0.895786 2 0 2.89579 0 4V12.5C0 13.6042 0.895786 14.5 2 14.5H14C15.1042 14.5 16 13.6042 16 12.5V4C16 2.89579 15.1042 2 14 2H2ZM4.75 5H3V6.5H4V11.5H5.5V5.75C5.5 5.33579 5.16421 5 4.75 5ZM10 6.5H11.5V7.28647L10.4146 7.82918C10.1605 7.95622 10 8.21592 10 8.5V10.75C10 11.1642 10.3358 11.5 10.75 11.5H13V10H11.5V8.96353L12.5854 8.42082C12.8395 8.29378 13 8.03408 13 7.75V5.75C13 5.33579 12.6642 5 12.25 5H10V6.5Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1187
|
+
/* secondaryToolbarButton-spreadEven.svg URL-encoder for SVG */
|
|
1188
|
+
--secondaryToolbarButton-spreadEven-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2 3.5C1.72421 3.5 1.5 3.72421 1.5 4V12.5C1.5 12.7758 1.72421 13 2 13H7.25V3.5H2ZM14 13H8.75V3.5H14C14.2758 3.5 14.5 3.72421 14.5 4V12.5C14.5 12.7758 14.2758 13 14 13ZM0 4C0 2.89579 0.895786 2 2 2H14C15.1042 2 16 2.89579 16 4V12.5C16 13.6042 15.1042 14.5 14 14.5H2C0.895786 14.5 0 13.6042 0 12.5V4ZM10 6.5H11.5V7.5H10V9H11.5V10H10V11.5H12.25C12.6642 11.5 13 11.1642 13 10.75V5.75C13 5.33579 12.6642 5 12.25 5H10V6.5ZM4.5 6.5H3V5H5.25C5.66421 5 6 5.33579 6 5.75V7.75C6 8.03408 5.8395 8.29378 5.58541 8.42082L4.5 8.96353V10H6V11.5H3.75C3.33579 11.5 3 11.1642 3 10.75V8.5C3 8.21592 3.1605 7.95622 3.41459 7.82918L4.5 7.28647V6.5Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1189
|
+
/* secondaryToolbarButton-documentProperties.svg URL-encoder for SVG */
|
|
1190
|
+
--secondaryToolbarButton-documentProperties-icon: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.5C4.41015 1.5 1.5 4.41015 1.5 8C1.5 11.5899 4.41015 14.5 8 14.5C11.5899 14.5 14.5 11.5899 14.5 8C14.5 4.41015 11.5899 1.5 8 1.5ZM0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8ZM8.75 4V5.5H7.25V4H8.75ZM8.75 12V7H7.25V12H8.75Z' fill='black'/%3E%3C/svg%3E%0A");
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
[dir="rtl"]:root {
|
|
1194
|
+
--dir-factor: -1;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
@media (prefers-color-scheme: dark) {
|
|
1198
|
+
:root {
|
|
1199
|
+
--main-color: rgba(249, 249, 250, 1);
|
|
1200
|
+
--body-bg-color: rgba(42, 42, 46, 1);
|
|
1201
|
+
--progressBar-color: rgba(0, 96, 223, 1);
|
|
1202
|
+
--progressBar-indeterminate-bg-color: rgba(40, 40, 43, 1);
|
|
1203
|
+
--progressBar-indeterminate-blend-color: rgba(20, 68, 133, 1);
|
|
1204
|
+
--scrollbar-color: rgba(121, 121, 123, 1);
|
|
1205
|
+
--scrollbar-bg-color: rgba(35, 35, 39, 1);
|
|
1206
|
+
--toolbar-icon-bg-color: rgba(255, 255, 255, 1);
|
|
1207
|
+
--toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
|
|
1208
|
+
--sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
|
|
1209
|
+
--sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
|
|
1210
|
+
--toolbar-bg-color: rgba(56, 56, 61, 1);
|
|
1211
|
+
--toolbar-border-color: rgba(12, 12, 13, 1);
|
|
1212
|
+
--button-hover-color: rgba(102, 102, 103, 1);
|
|
1213
|
+
--toggled-btn-color: rgba(255, 255, 255, 1);
|
|
1214
|
+
--toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
|
|
1215
|
+
--toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
|
|
1216
|
+
--dropdown-btn-bg-color: rgba(74, 74, 79, 1);
|
|
1217
|
+
--separator-color: rgba(0, 0, 0, 0.3);
|
|
1218
|
+
--field-color: rgba(250, 250, 250, 1);
|
|
1219
|
+
--field-bg-color: rgba(64, 64, 68, 1);
|
|
1220
|
+
--field-border-color: rgba(115, 115, 115, 1);
|
|
1221
|
+
--treeitem-color: rgba(255, 255, 255, 0.8);
|
|
1222
|
+
--treeitem-hover-color: rgba(255, 255, 255, 0.9);
|
|
1223
|
+
--treeitem-selected-color: rgba(255, 255, 255, 0.9);
|
|
1224
|
+
--treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
|
|
1225
|
+
--sidebaritem-bg-color: rgba(255, 255, 255, 0.15);
|
|
1226
|
+
--doorhanger-bg-color: rgba(74, 74, 79, 1);
|
|
1227
|
+
--doorhanger-border-color: rgba(39, 39, 43, 1);
|
|
1228
|
+
--doorhanger-hover-color: rgba(249, 249, 250, 1);
|
|
1229
|
+
--doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
|
|
1230
|
+
--doorhanger-separator-color: rgba(92, 92, 97, 1);
|
|
1231
|
+
--dialog-button-bg-color: rgba(92, 92, 97, 1);
|
|
1232
|
+
--dialog-button-hover-bg-color: rgba(115, 115, 115, 1);
|
|
1233
|
+
/* This image is used in <input> elements, which unfortunately means that
|
|
1234
|
+
* the `mask-image` approach used with all of the other images doesn't work
|
|
1235
|
+
* here; hence why we still have two versions of this particular image. */
|
|
1236
|
+
/* loading-dark.svg URL-encoder for SVG */
|
|
1237
|
+
--loading-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%0Afill='rgba(255,255,255,1)' style='animation:spinLoadingIcon 1s steps(12,end)%0Ainfinite'%3E%3Cstyle%3E@keyframes%0AspinLoadingIcon%7Bto%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath%0Ad='M7 3V1s0-1 1-1 1 1 1 1v2s0 1-1 1-1-1-1-1z'/%3E%3Cpath d='M4.63%0A4.1l-1-1.73S3.13 1.5 4 1c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37%0A1.37c-.87.57-1.37-.37-1.37-.37z' fill-opacity='.93'/%3E%3Cpath%0Ad='M3.1 6.37l-1.73-1S.5 4.87 1 4c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37%0A1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.86'/%3E%3Cpath d='M3%0A9H1S0 9 0 8s1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.79'/%3E%3Cpath d='M4.1 11.37l-1.73 1S1.5 12.87 1%0A12c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37 1.37z'%0Afill-opacity='.72'/%3E%3Cpath d='M3.63 13.56l1-1.73s.5-.87%0A1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z'%0Afill-opacity='.65'/%3E%3Cpath d='M7 15v-2s0-1 1-1 1 1 1 1v2s0 1-1%0A1-1-1-1-1z' fill-opacity='.58'/%3E%3Cpath d='M10.63%0A14.56l-1-1.73s-.5-.87.37-1.37c.87-.5 1.37.37 1.37.37l1 1.73s.5.87-.37%0A1.37c-.87.5-1.37-.37-1.37-.37z' fill-opacity='.51'/%3E%3Cpath%0Ad='M13.56 12.37l-1.73-1s-.87-.5-.37-1.37c.5-.87 1.37-.37 1.37-.37l1.73 1s.87.5.37%0A1.37c-.5.87-1.37.37-1.37.37z' fill-opacity='.44'/%3E%3Cpath d='M15%0A9h-2s-1 0-1-1 1-1 1-1h2s1 0 1 1-1 1-1 1z' fill-opacity='.37'/%3E%3Cpath d='M14.56 5.37l-1.73%0A1s-.87.5-1.37-.37c-.5-.87.37-1.37.37-1.37l1.73-1s.87-.5 1.37.37c.5.87-.37 1.37-.37%0A1.37z' fill-opacity='.3'/%3E%3Cpath d='M9.64 3.1l.98-1.66s.5-.874%0A1.37-.37c.87.5.37 1.37.37 1.37l-1 1.73s-.5.87-1.37.37c-.87-.5-.37-1.37-.37-1.37z'%0Afill-opacity='.23'/%3E%3C/svg%3E");
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
@media screen and (forced-colors: active) {
|
|
1242
|
+
:root {
|
|
1243
|
+
--button-hover-color: Highlight;
|
|
1244
|
+
--doorhanger-hover-bg-color: Highlight;
|
|
1245
|
+
--toolbar-icon-opacity: 1;
|
|
1246
|
+
--toolbar-icon-bg-color: ButtonText;
|
|
1247
|
+
--toolbar-icon-hover-bg-color: ButtonFace;
|
|
1248
|
+
--toolbar-border-color: CanvasText;
|
|
1249
|
+
--toolbar-border-bottom: 1px solid var(--toolbar-border-color);
|
|
1250
|
+
--toolbar-box-shadow: none;
|
|
1251
|
+
--toggled-btn-color: HighlightText;
|
|
1252
|
+
--toggled-btn-bg-color: LinkText;
|
|
1253
|
+
--doorhanger-hover-color: ButtonFace;
|
|
1254
|
+
--doorhanger-border-color-whcm: 1px solid ButtonText;
|
|
1255
|
+
--doorhanger-triangle-opacity-whcm: 0;
|
|
1256
|
+
--dialog-button-border: 1px solid Highlight;
|
|
1257
|
+
--dialog-button-hover-bg-color: Highlight;
|
|
1258
|
+
--dialog-button-hover-color: ButtonFace;
|
|
1259
|
+
--dropdown-btn-border: 1px solid ButtonText;
|
|
1260
|
+
--field-border-color: ButtonText;
|
|
1261
|
+
--main-color: CanvasText;
|
|
1262
|
+
--separator-color: GrayText;
|
|
1263
|
+
--doorhanger-separator-color: GrayText;
|
|
1264
|
+
--toolbarSidebar-box-shadow: none;
|
|
1265
|
+
--toolbarSidebar-border-bottom: 1px solid var(--toolbar-border-color);
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
* {
|
|
1270
|
+
padding: 0;
|
|
1271
|
+
margin: 0;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
html[dir='ltr'] {
|
|
1275
|
+
background: rgba(237, 237, 240, 1) !important;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
html,
|
|
1279
|
+
body {
|
|
1280
|
+
height: 100%;
|
|
1281
|
+
width: 100%;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
html[dir='ltr'] body {
|
|
1285
|
+
background-color: var(--body-bg-color);
|
|
1286
|
+
scrollbar-color: var(--scrollbar-color) var(--scrollbar-bg-color);
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
.hidden,
|
|
1290
|
+
[hidden] {
|
|
1291
|
+
display: none !important;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
#viewerContainer.pdfPresentationMode:-webkit-full-screen {
|
|
1295
|
+
top: 0;
|
|
1296
|
+
background-color: rgba(0, 0, 0, 1);
|
|
1297
|
+
width: 100%;
|
|
1298
|
+
height: 100%;
|
|
1299
|
+
overflow: hidden;
|
|
1300
|
+
cursor: none;
|
|
1301
|
+
-webkit-user-select: none;
|
|
1302
|
+
user-select: none;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
#viewerContainer.pdfPresentationMode:fullscreen {
|
|
1306
|
+
top: 0;
|
|
1307
|
+
background-color: rgba(0, 0, 0, 1);
|
|
1308
|
+
width: 100%;
|
|
1309
|
+
height: 100%;
|
|
1310
|
+
overflow: hidden;
|
|
1311
|
+
cursor: none;
|
|
1312
|
+
-webkit-user-select: none;
|
|
1313
|
+
-moz-user-select: none;
|
|
1314
|
+
user-select: none;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.pdfPresentationMode:-webkit-full-screen section:not([data-internal-link]) {
|
|
1318
|
+
pointer-events: none;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.pdfPresentationMode:fullscreen section:not([data-internal-link]) {
|
|
1322
|
+
pointer-events: none;
|
|
1323
|
+
}
|
|
1324
|
+
|
|
1325
|
+
.pdfPresentationMode:-webkit-full-screen .textLayer span {
|
|
1326
|
+
cursor: none;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.pdfPresentationMode:fullscreen .textLayer span {
|
|
1330
|
+
cursor: none;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
.pdfPresentationMode.pdfPresentationModeControls > *,
|
|
1334
|
+
.pdfPresentationMode.pdfPresentationModeControls .textLayer span {
|
|
1335
|
+
cursor: default;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
#outerContainer {
|
|
1339
|
+
width: 100%;
|
|
1340
|
+
height: 100%;
|
|
1341
|
+
position: relative;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
[dir="ltr"] #sidebarContainer {
|
|
1345
|
+
left: calc(-1 * var(--sidebar-width));
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
[dir="rtl"] #sidebarContainer {
|
|
1349
|
+
right: calc(-1 * var(--sidebar-width));
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
[dir="ltr"] #sidebarContainer {
|
|
1353
|
+
border-right: var(--doorhanger-border-color-whcm);
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
[dir="rtl"] #sidebarContainer {
|
|
1357
|
+
border-left: var(--doorhanger-border-color-whcm);
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
[dir="ltr"] #sidebarContainer {
|
|
1361
|
+
transition-property: left;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
[dir="rtl"] #sidebarContainer {
|
|
1365
|
+
transition-property: right;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
#sidebarContainer {
|
|
1369
|
+
position: absolute;
|
|
1370
|
+
top: 32px;
|
|
1371
|
+
bottom: 0;
|
|
1372
|
+
inset-inline-start: calc(-1 * var(--sidebar-width));
|
|
1373
|
+
width: var(--sidebar-width);
|
|
1374
|
+
visibility: hidden;
|
|
1375
|
+
z-index: 100;
|
|
1376
|
+
font: message-box;
|
|
1377
|
+
border-top: 1px solid rgba(51, 51, 51, 1);
|
|
1378
|
+
-webkit-border-end: var(--doorhanger-border-color-whcm);
|
|
1379
|
+
border-inline-end: var(--doorhanger-border-color-whcm);
|
|
1380
|
+
transition-property: inset-inline-start;
|
|
1381
|
+
transition-duration: var(--sidebar-transition-duration);
|
|
1382
|
+
transition-timing-function: var(--sidebar-transition-timing-function);
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
#outerContainer.sidebarMoving #sidebarContainer,
|
|
1386
|
+
#outerContainer.sidebarOpen #sidebarContainer {
|
|
1387
|
+
visibility: visible;
|
|
1388
|
+
}
|
|
1389
|
+
[dir="ltr"] #outerContainer.sidebarOpen #sidebarContainer {
|
|
1390
|
+
left: 0;
|
|
1391
|
+
}
|
|
1392
|
+
[dir="rtl"] #outerContainer.sidebarOpen #sidebarContainer {
|
|
1393
|
+
right: 0;
|
|
1394
|
+
}
|
|
1395
|
+
#outerContainer.sidebarOpen #sidebarContainer {
|
|
1396
|
+
inset-inline-start: 0;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
#mainContainer {
|
|
1400
|
+
position: absolute;
|
|
1401
|
+
top: 0;
|
|
1402
|
+
right: 0;
|
|
1403
|
+
bottom: 0;
|
|
1404
|
+
left: 0;
|
|
1405
|
+
min-width: 350px;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
[dir="ltr"] #sidebarContent {
|
|
1409
|
+
left: 0;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
[dir="rtl"] #sidebarContent {
|
|
1413
|
+
right: 0;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
#sidebarContent {
|
|
1417
|
+
top: 32px;
|
|
1418
|
+
bottom: 0;
|
|
1419
|
+
inset-inline-start: 0;
|
|
1420
|
+
overflow: auto;
|
|
1421
|
+
position: absolute;
|
|
1422
|
+
width: 100%;
|
|
1423
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1424
|
+
box-shadow: inset calc(-1px * var(--dir-factor)) 0 0 rgba(0, 0, 0, 0.25);
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
#viewerContainer {
|
|
1428
|
+
overflow: auto;
|
|
1429
|
+
position: absolute;
|
|
1430
|
+
top: 32px;
|
|
1431
|
+
right: 0;
|
|
1432
|
+
bottom: 0;
|
|
1433
|
+
left: 0;
|
|
1434
|
+
outline: none;
|
|
1435
|
+
}
|
|
1436
|
+
#viewerContainer:not(.pdfPresentationMode) {
|
|
1437
|
+
transition-duration: var(--sidebar-transition-duration);
|
|
1438
|
+
transition-timing-function: var(--sidebar-transition-timing-function);
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
[dir="ltr"] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
1442
|
+
left: var(--sidebar-width);
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
[dir="rtl"] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
1446
|
+
right: var(--sidebar-width);
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
[dir="ltr"] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
1450
|
+
transition-property: left;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
[dir="rtl"] #outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
1454
|
+
transition-property: right;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
#outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
1458
|
+
inset-inline-start: var(--sidebar-width);
|
|
1459
|
+
transition-property: inset-inline-start;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.toolbar {
|
|
1463
|
+
position: relative;
|
|
1464
|
+
left: 0;
|
|
1465
|
+
right: 0;
|
|
1466
|
+
z-index: 9999;
|
|
1467
|
+
cursor: default;
|
|
1468
|
+
font: message-box;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.toolbar input,
|
|
1472
|
+
.toolbar button,
|
|
1473
|
+
.toolbar select,
|
|
1474
|
+
.secondaryToolbar input,
|
|
1475
|
+
.secondaryToolbar button,
|
|
1476
|
+
.secondaryToolbar a,
|
|
1477
|
+
.secondaryToolbar select,
|
|
1478
|
+
.editorParamsToolbar input,
|
|
1479
|
+
.editorParamsToolbar button,
|
|
1480
|
+
.editorParamsToolbar select,
|
|
1481
|
+
.findbar input,
|
|
1482
|
+
.findbar button,
|
|
1483
|
+
.findbar select,
|
|
1484
|
+
#sidebarContainer input,
|
|
1485
|
+
#sidebarContainer button,
|
|
1486
|
+
#sidebarContainer select {
|
|
1487
|
+
outline: none;
|
|
1488
|
+
font: message-box;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
#toolbarContainer {
|
|
1492
|
+
width: 100%;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
#toolbarSidebar {
|
|
1496
|
+
width: 100%;
|
|
1497
|
+
height: 32px;
|
|
1498
|
+
background-color: var(--sidebar-toolbar-bg-color);
|
|
1499
|
+
box-shadow: var(--toolbarSidebar-box-shadow);
|
|
1500
|
+
border-bottom: var(--toolbarSidebar-border-bottom);
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
[dir="ltr"] #sidebarResizer {
|
|
1504
|
+
right: -6px;
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
[dir="rtl"] #sidebarResizer {
|
|
1508
|
+
left: -6px;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
#sidebarResizer {
|
|
1512
|
+
position: absolute;
|
|
1513
|
+
top: 0;
|
|
1514
|
+
bottom: 0;
|
|
1515
|
+
inset-inline-end: -6px;
|
|
1516
|
+
width: 6px;
|
|
1517
|
+
z-index: 200;
|
|
1518
|
+
cursor: ew-resize;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
#toolbarContainer,
|
|
1522
|
+
.findbar,
|
|
1523
|
+
.secondaryToolbar,
|
|
1524
|
+
.editorParamsToolbar {
|
|
1525
|
+
position: relative;
|
|
1526
|
+
height: 32px;
|
|
1527
|
+
background-color: var(--toolbar-bg-color);
|
|
1528
|
+
box-shadow: var(--toolbar-box-shadow);
|
|
1529
|
+
border-bottom: var(--toolbar-border-bottom);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
#toolbarViewer {
|
|
1533
|
+
height: 32px;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
[dir="ltr"] #loadingBar {
|
|
1537
|
+
left: 0;
|
|
1538
|
+
right: var(--progressBar-end-offset);
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
[dir="rtl"] #loadingBar {
|
|
1542
|
+
right: 0;
|
|
1543
|
+
left: var(--progressBar-end-offset);
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
[dir="ltr"] #loadingBar {
|
|
1547
|
+
transition-property: left;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
[dir="rtl"] #loadingBar {
|
|
1551
|
+
transition-property: right;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
#loadingBar {
|
|
1555
|
+
position: absolute;
|
|
1556
|
+
inset-inline: 0 var(--progressBar-end-offset);
|
|
1557
|
+
height: 4px;
|
|
1558
|
+
background-color: var(--body-bg-color);
|
|
1559
|
+
border-bottom: 1px solid var(--toolbar-border-color);
|
|
1560
|
+
transition-property: inset-inline-start;
|
|
1561
|
+
transition-duration: var(--sidebar-transition-duration);
|
|
1562
|
+
transition-timing-function: var(--sidebar-transition-timing-function);
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
[dir="ltr"] #outerContainer.sidebarOpen #loadingBar {
|
|
1566
|
+
left: var(--sidebar-width);
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
[dir="rtl"] #outerContainer.sidebarOpen #loadingBar {
|
|
1570
|
+
right: var(--sidebar-width);
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
#outerContainer.sidebarOpen #loadingBar {
|
|
1574
|
+
inset-inline-start: var(--sidebar-width);
|
|
1575
|
+
}
|
|
1576
|
+
|
|
1577
|
+
#loadingBar .progress {
|
|
1578
|
+
position: absolute;
|
|
1579
|
+
top: 0;
|
|
1580
|
+
left: 0;
|
|
1581
|
+
width: 100%;
|
|
1582
|
+
transform: scaleX(var(--progressBar-percent));
|
|
1583
|
+
transform-origin: 0 0;
|
|
1584
|
+
height: 100%;
|
|
1585
|
+
background-color: var(--progressBar-color);
|
|
1586
|
+
overflow: hidden;
|
|
1587
|
+
transition: transform 200ms;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
@keyframes progressIndeterminate {
|
|
1591
|
+
0% {
|
|
1592
|
+
transform: translateX(-142px);
|
|
1593
|
+
}
|
|
1594
|
+
100% {
|
|
1595
|
+
transform: translateX(0);
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
#loadingBar.indeterminate .progress {
|
|
1600
|
+
transform: none;
|
|
1601
|
+
background-color: var(--progressBar-indeterminate-bg-color);
|
|
1602
|
+
transition: none;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
#loadingBar.indeterminate .progress .glimmer {
|
|
1606
|
+
position: absolute;
|
|
1607
|
+
top: 0;
|
|
1608
|
+
left: 0;
|
|
1609
|
+
height: 100%;
|
|
1610
|
+
width: calc(100% + 150px);
|
|
1611
|
+
background: repeating-linear-gradient(
|
|
1612
|
+
135deg,
|
|
1613
|
+
var(--progressBar-indeterminate-blend-color) 0,
|
|
1614
|
+
var(--progressBar-indeterminate-bg-color) 5px,
|
|
1615
|
+
var(--progressBar-indeterminate-bg-color) 45px,
|
|
1616
|
+
var(--progressBar-color) 55px,
|
|
1617
|
+
var(--progressBar-color) 95px,
|
|
1618
|
+
var(--progressBar-indeterminate-blend-color) 100px
|
|
1619
|
+
);
|
|
1620
|
+
animation: progressIndeterminate 1s linear infinite;
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
#outerContainer.sidebarResizing #sidebarContainer,
|
|
1624
|
+
#outerContainer.sidebarResizing #viewerContainer,
|
|
1625
|
+
#outerContainer.sidebarResizing #loadingBar {
|
|
1626
|
+
/* Improve responsiveness and avoid visual glitches when the sidebar is resized. */
|
|
1627
|
+
transition-duration: 0s;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.findbar,
|
|
1631
|
+
.secondaryToolbar,
|
|
1632
|
+
.editorParamsToolbar {
|
|
1633
|
+
top: 32px;
|
|
1634
|
+
position: absolute;
|
|
1635
|
+
z-index: 30000;
|
|
1636
|
+
height: auto;
|
|
1637
|
+
padding: 0 4px;
|
|
1638
|
+
margin: 4px 2px;
|
|
1639
|
+
font: message-box;
|
|
1640
|
+
font-size: 12px;
|
|
1641
|
+
line-height: 14px;
|
|
1642
|
+
text-align: left;
|
|
1643
|
+
cursor: default;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
[dir="ltr"] .findbar {
|
|
1647
|
+
left: 64px;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
[dir="rtl"] .findbar {
|
|
1651
|
+
right: 64px;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.findbar {
|
|
1655
|
+
inset-inline-start: 64px;
|
|
1656
|
+
min-width: 300px;
|
|
1657
|
+
background-color: var(--toolbar-bg-color);
|
|
1658
|
+
}
|
|
1659
|
+
.findbar > div {
|
|
1660
|
+
height: 32px;
|
|
1661
|
+
}
|
|
1662
|
+
[dir="ltr"] .findbar > div#findbarInputContainer {
|
|
1663
|
+
margin-right: 4px;
|
|
1664
|
+
}
|
|
1665
|
+
[dir="rtl"] .findbar > div#findbarInputContainer {
|
|
1666
|
+
margin-left: 4px;
|
|
1667
|
+
}
|
|
1668
|
+
.findbar > div#findbarInputContainer {
|
|
1669
|
+
-webkit-margin-end: 4px;
|
|
1670
|
+
margin-inline-end: 4px;
|
|
1671
|
+
}
|
|
1672
|
+
.findbar.wrapContainers > div,
|
|
1673
|
+
.findbar.wrapContainers > div#findbarMessageContainer > * {
|
|
1674
|
+
clear: both;
|
|
1675
|
+
}
|
|
1676
|
+
.findbar.wrapContainers > div#findbarMessageContainer {
|
|
1677
|
+
height: auto;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.findbar input[type="checkbox"] {
|
|
1681
|
+
pointer-events: none;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.findbar label {
|
|
1685
|
+
-webkit-user-select: none;
|
|
1686
|
+
-moz-user-select: none;
|
|
1687
|
+
user-select: none;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.findbar label:hover,
|
|
1691
|
+
.findbar input:focus-visible + label {
|
|
1692
|
+
color: var(--toggled-btn-color);
|
|
1693
|
+
background-color: var(--button-hover-color);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
.findbar .toolbarField[type="checkbox"]:checked + .toolbarLabel {
|
|
1697
|
+
background-color: var(--toggled-btn-bg-color) !important;
|
|
1698
|
+
color: var(--toggled-btn-color);
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
#findInput {
|
|
1702
|
+
width: 200px;
|
|
1703
|
+
}
|
|
1704
|
+
#findInput::-moz-placeholder {
|
|
1705
|
+
font-style: normal;
|
|
1706
|
+
}
|
|
1707
|
+
#findInput::placeholder {
|
|
1708
|
+
font-style: normal;
|
|
1709
|
+
}
|
|
1710
|
+
#findInput[data-status="pending"] {
|
|
1711
|
+
background-image: var(--loading-icon);
|
|
1712
|
+
background-repeat: no-repeat;
|
|
1713
|
+
background-position: calc(50% + 48% * var(--dir-factor));
|
|
1714
|
+
}
|
|
1715
|
+
#findInput[data-status="notFound"] {
|
|
1716
|
+
background-color: rgba(255, 102, 102, 1);
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
[dir="ltr"] .secondaryToolbar,[dir="ltr"]
|
|
1720
|
+
.editorParamsToolbar {
|
|
1721
|
+
right: 4px;
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
[dir="rtl"] .secondaryToolbar,[dir="rtl"]
|
|
1725
|
+
.editorParamsToolbar {
|
|
1726
|
+
left: 4px;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.secondaryToolbar,
|
|
1730
|
+
.editorParamsToolbar {
|
|
1731
|
+
padding: 6px 0 10px;
|
|
1732
|
+
inset-inline-end: 4px;
|
|
1733
|
+
height: auto;
|
|
1734
|
+
background-color: var(--doorhanger-bg-color);
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
.editorParamsToolbarContainer {
|
|
1738
|
+
width: 220px;
|
|
1739
|
+
margin-bottom: -4px;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.editorParamsToolbarContainer > .editorParamsSetter {
|
|
1743
|
+
min-height: 26px;
|
|
1744
|
+
display: flex;
|
|
1745
|
+
align-items: center;
|
|
1746
|
+
justify-content: space-between;
|
|
1747
|
+
padding-left: 10px;
|
|
1748
|
+
padding-right: 10px;
|
|
1749
|
+
padding-inline: 10px;
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
[dir="ltr"] .editorParamsToolbarContainer .editorParamsLabel {
|
|
1753
|
+
padding-right: 10px;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
[dir="rtl"] .editorParamsToolbarContainer .editorParamsLabel {
|
|
1757
|
+
padding-left: 10px;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.editorParamsToolbarContainer .editorParamsLabel {
|
|
1761
|
+
-webkit-padding-end: 10px;
|
|
1762
|
+
padding-inline-end: 10px;
|
|
1763
|
+
flex: none;
|
|
1764
|
+
color: var(--main-color);
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
.editorParamsToolbarContainer .editorParamsColor {
|
|
1768
|
+
width: 32px;
|
|
1769
|
+
height: 32px;
|
|
1770
|
+
flex: none;
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
.editorParamsToolbarContainer .editorParamsSlider {
|
|
1774
|
+
background-color: transparent;
|
|
1775
|
+
width: 90px;
|
|
1776
|
+
flex: 0 1 0;
|
|
1777
|
+
}
|
|
1778
|
+
|
|
1779
|
+
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
|
|
1780
|
+
background-color: black;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-runnable-track,
|
|
1784
|
+
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track {
|
|
1785
|
+
background-color: black;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-thumb,
|
|
1789
|
+
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-thumb {
|
|
1790
|
+
background-color: white;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
#secondaryToolbarButtonContainer {
|
|
1794
|
+
max-width: 220px;
|
|
1795
|
+
min-height: 26px;
|
|
1796
|
+
max-height: calc(var(--viewer-container-height) - 40px);
|
|
1797
|
+
overflow-y: auto;
|
|
1798
|
+
margin-bottom: -4px;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
[dir="ltr"] #editorInkParamsToolbar {
|
|
1802
|
+
right: 40px;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
[dir="rtl"] #editorInkParamsToolbar {
|
|
1806
|
+
left: 40px;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
#editorInkParamsToolbar {
|
|
1810
|
+
inset-inline-end: 40px;
|
|
1811
|
+
background-color: var(--toolbar-bg-color);
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
[dir="ltr"] #editorFreeTextParamsToolbar {
|
|
1815
|
+
right: 68px;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
[dir="rtl"] #editorFreeTextParamsToolbar {
|
|
1819
|
+
left: 68px;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
#editorFreeTextParamsToolbar {
|
|
1823
|
+
inset-inline-end: 68px;
|
|
1824
|
+
background-color: var(--toolbar-bg-color);
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
.doorHanger,
|
|
1828
|
+
.doorHangerRight {
|
|
1829
|
+
border-radius: 2px;
|
|
1830
|
+
box-shadow: 0 1px 5px var(--doorhanger-border-color),
|
|
1831
|
+
0 0 0 1px var(--doorhanger-border-color);
|
|
1832
|
+
border: var(--doorhanger-border-color-whcm);
|
|
1833
|
+
}
|
|
1834
|
+
.doorHanger:after,
|
|
1835
|
+
.doorHanger:before,
|
|
1836
|
+
.doorHangerRight:after,
|
|
1837
|
+
.doorHangerRight:before {
|
|
1838
|
+
bottom: 100%;
|
|
1839
|
+
border: 8px solid rgba(0, 0, 0, 0);
|
|
1840
|
+
content: " ";
|
|
1841
|
+
height: 0;
|
|
1842
|
+
width: 0;
|
|
1843
|
+
position: absolute;
|
|
1844
|
+
pointer-events: none;
|
|
1845
|
+
opacity: var(--doorhanger-triangle-opacity-whcm);
|
|
1846
|
+
}
|
|
1847
|
+
[dir="ltr"] .doorHanger:after {
|
|
1848
|
+
left: 10px;
|
|
1849
|
+
}
|
|
1850
|
+
[dir="rtl"] .doorHanger:after {
|
|
1851
|
+
right: 10px;
|
|
1852
|
+
}
|
|
1853
|
+
[dir="ltr"] .doorHanger:after {
|
|
1854
|
+
margin-left: -8px;
|
|
1855
|
+
}
|
|
1856
|
+
[dir="rtl"] .doorHanger:after {
|
|
1857
|
+
margin-right: -8px;
|
|
1858
|
+
}
|
|
1859
|
+
.doorHanger:after {
|
|
1860
|
+
inset-inline-start: 10px;
|
|
1861
|
+
-webkit-margin-start: -8px;
|
|
1862
|
+
margin-inline-start: -8px;
|
|
1863
|
+
border-bottom-color: var(--toolbar-bg-color);
|
|
1864
|
+
}
|
|
1865
|
+
[dir="ltr"] .doorHangerRight:after {
|
|
1866
|
+
right: 10px;
|
|
1867
|
+
}
|
|
1868
|
+
[dir="rtl"] .doorHangerRight:after {
|
|
1869
|
+
left: 10px;
|
|
1870
|
+
}
|
|
1871
|
+
[dir="ltr"] .doorHangerRight:after {
|
|
1872
|
+
margin-right: -8px;
|
|
1873
|
+
}
|
|
1874
|
+
[dir="rtl"] .doorHangerRight:after {
|
|
1875
|
+
margin-left: -8px;
|
|
1876
|
+
}
|
|
1877
|
+
.doorHangerRight:after {
|
|
1878
|
+
inset-inline-end: 10px;
|
|
1879
|
+
-webkit-margin-end: -8px;
|
|
1880
|
+
margin-inline-end: -8px;
|
|
1881
|
+
border-bottom-color: var(--doorhanger-bg-color);
|
|
1882
|
+
}
|
|
1883
|
+
.doorHanger:before,
|
|
1884
|
+
.doorHangerRight:before {
|
|
1885
|
+
border-bottom-color: var(--doorhanger-border-color);
|
|
1886
|
+
border-width: 9px;
|
|
1887
|
+
}
|
|
1888
|
+
[dir="ltr"] .doorHanger:before {
|
|
1889
|
+
left: 10px;
|
|
1890
|
+
}
|
|
1891
|
+
[dir="rtl"] .doorHanger:before {
|
|
1892
|
+
right: 10px;
|
|
1893
|
+
}
|
|
1894
|
+
[dir="ltr"] .doorHanger:before {
|
|
1895
|
+
margin-left: -9px;
|
|
1896
|
+
}
|
|
1897
|
+
[dir="rtl"] .doorHanger:before {
|
|
1898
|
+
margin-right: -9px;
|
|
1899
|
+
}
|
|
1900
|
+
.doorHanger:before {
|
|
1901
|
+
inset-inline-start: 10px;
|
|
1902
|
+
-webkit-margin-start: -9px;
|
|
1903
|
+
margin-inline-start: -9px;
|
|
1904
|
+
}
|
|
1905
|
+
[dir="ltr"] .doorHangerRight:before {
|
|
1906
|
+
right: 10px;
|
|
1907
|
+
}
|
|
1908
|
+
[dir="rtl"] .doorHangerRight:before {
|
|
1909
|
+
left: 10px;
|
|
1910
|
+
}
|
|
1911
|
+
[dir="ltr"] .doorHangerRight:before {
|
|
1912
|
+
margin-right: -9px;
|
|
1913
|
+
}
|
|
1914
|
+
[dir="rtl"] .doorHangerRight:before {
|
|
1915
|
+
margin-left: -9px;
|
|
1916
|
+
}
|
|
1917
|
+
.doorHangerRight:before {
|
|
1918
|
+
inset-inline-end: 10px;
|
|
1919
|
+
-webkit-margin-end: -9px;
|
|
1920
|
+
margin-inline-end: -9px;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
#findResultsCount {
|
|
1924
|
+
background-color: rgba(217, 217, 217, 1);
|
|
1925
|
+
color: rgba(82, 82, 82, 1);
|
|
1926
|
+
text-align: center;
|
|
1927
|
+
padding: 4px 5px;
|
|
1928
|
+
margin: 5px;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
#findMsg {
|
|
1932
|
+
color: rgba(251, 0, 0, 1);
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
#findResultsCount:empty,
|
|
1936
|
+
#findMsg:empty {
|
|
1937
|
+
display: none;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
#toolbarViewerMiddle {
|
|
1941
|
+
position: absolute;
|
|
1942
|
+
left: 50%;
|
|
1943
|
+
transform: translateX(-50%);
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
[dir="ltr"] #toolbarViewerLeft,[dir="ltr"]
|
|
1947
|
+
#toolbarSidebarLeft {
|
|
1948
|
+
float: left;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
[dir="rtl"] #toolbarViewerLeft,[dir="rtl"]
|
|
1952
|
+
#toolbarSidebarLeft {
|
|
1953
|
+
float: right;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1956
|
+
#toolbarViewerLeft,
|
|
1957
|
+
#toolbarSidebarLeft {
|
|
1958
|
+
float: inline-start;
|
|
1959
|
+
}
|
|
1960
|
+
[dir="ltr"] #toolbarViewerRight,[dir="ltr"]
|
|
1961
|
+
#toolbarSidebarRight {
|
|
1962
|
+
float: right;
|
|
1963
|
+
}
|
|
1964
|
+
[dir="rtl"] #toolbarViewerRight,[dir="rtl"]
|
|
1965
|
+
#toolbarSidebarRight {
|
|
1966
|
+
float: left;
|
|
1967
|
+
}
|
|
1968
|
+
#toolbarViewerRight,
|
|
1969
|
+
#toolbarSidebarRight {
|
|
1970
|
+
float: inline-end;
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
[dir="ltr"] #toolbarViewerLeft > *,[dir="ltr"]
|
|
1974
|
+
#toolbarViewerMiddle > *,[dir="ltr"]
|
|
1975
|
+
#toolbarViewerRight > *,[dir="ltr"]
|
|
1976
|
+
#toolbarSidebarLeft *,[dir="ltr"]
|
|
1977
|
+
#toolbarSidebarRight *,[dir="ltr"]
|
|
1978
|
+
.findbar * {
|
|
1979
|
+
float: left;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
[dir="rtl"] #toolbarViewerLeft > *,[dir="rtl"]
|
|
1983
|
+
#toolbarViewerMiddle > *,[dir="rtl"]
|
|
1984
|
+
#toolbarViewerRight > *,[dir="rtl"]
|
|
1985
|
+
#toolbarSidebarLeft *,[dir="rtl"]
|
|
1986
|
+
#toolbarSidebarRight *,[dir="rtl"]
|
|
1987
|
+
.findbar * {
|
|
1988
|
+
float: right;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
#toolbarViewerLeft > *,
|
|
1992
|
+
#toolbarViewerMiddle > *,
|
|
1993
|
+
#toolbarViewerRight > *,
|
|
1994
|
+
#toolbarSidebarLeft *,
|
|
1995
|
+
#toolbarSidebarRight *,
|
|
1996
|
+
.findbar * {
|
|
1997
|
+
position: relative;
|
|
1998
|
+
float: inline-start;
|
|
1999
|
+
}
|
|
2000
|
+
|
|
2001
|
+
[dir="ltr"] #toolbarViewerLeft {
|
|
2002
|
+
padding-left: 1px;
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
[dir="rtl"] #toolbarViewerLeft {
|
|
2006
|
+
padding-right: 1px;
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
#toolbarViewerLeft {
|
|
2010
|
+
-webkit-padding-start: 1px;
|
|
2011
|
+
padding-inline-start: 1px;
|
|
2012
|
+
}
|
|
2013
|
+
[dir="ltr"] #toolbarViewerRight {
|
|
2014
|
+
padding-right: 1px;
|
|
2015
|
+
}
|
|
2016
|
+
[dir="rtl"] #toolbarViewerRight {
|
|
2017
|
+
padding-left: 1px;
|
|
2018
|
+
}
|
|
2019
|
+
#toolbarViewerRight {
|
|
2020
|
+
-webkit-padding-end: 1px;
|
|
2021
|
+
padding-inline-end: 1px;
|
|
2022
|
+
}
|
|
2023
|
+
[dir="ltr"] #toolbarSidebarRight {
|
|
2024
|
+
padding-right: 2px;
|
|
2025
|
+
}
|
|
2026
|
+
[dir="rtl"] #toolbarSidebarRight {
|
|
2027
|
+
padding-left: 2px;
|
|
2028
|
+
}
|
|
2029
|
+
#toolbarSidebarRight {
|
|
2030
|
+
-webkit-padding-end: 2px;
|
|
2031
|
+
padding-inline-end: 2px;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.splitToolbarButton {
|
|
2035
|
+
margin: 2px;
|
|
2036
|
+
display: inline-block;
|
|
2037
|
+
}
|
|
2038
|
+
[dir="ltr"] .splitToolbarButton > .toolbarButton {
|
|
2039
|
+
float: left;
|
|
2040
|
+
}
|
|
2041
|
+
[dir="rtl"] .splitToolbarButton > .toolbarButton {
|
|
2042
|
+
float: right;
|
|
2043
|
+
}
|
|
2044
|
+
.splitToolbarButton > .toolbarButton {
|
|
2045
|
+
float: inline-start;
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
.toolbarButton,
|
|
2049
|
+
.secondaryToolbarButton,
|
|
2050
|
+
.dialogButton {
|
|
2051
|
+
border: none;
|
|
2052
|
+
background: none;
|
|
2053
|
+
width: 28px;
|
|
2054
|
+
height: 28px;
|
|
2055
|
+
outline: none;
|
|
2056
|
+
}
|
|
2057
|
+
|
|
2058
|
+
.dialogButton:hover,
|
|
2059
|
+
.dialogButton:focus-visible {
|
|
2060
|
+
background-color: var(--dialog-button-hover-bg-color);
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.dialogButton:hover > span,
|
|
2064
|
+
.dialogButton:focus-visible > span {
|
|
2065
|
+
color: var(--dialog-button-hover-color);
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
.toolbarButton > span {
|
|
2069
|
+
display: inline-block;
|
|
2070
|
+
width: 0;
|
|
2071
|
+
height: 0;
|
|
2072
|
+
overflow: hidden;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.toolbarButton[disabled],
|
|
2076
|
+
.secondaryToolbarButton[disabled],
|
|
2077
|
+
.dialogButton[disabled] {
|
|
2078
|
+
opacity: 0.5;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
.splitToolbarButton > .toolbarButton:hover,
|
|
2082
|
+
.splitToolbarButton > .toolbarButton:focus-visible,
|
|
2083
|
+
.dropdownToolbarButton:hover {
|
|
2084
|
+
background-color: var(--button-hover-color);
|
|
2085
|
+
}
|
|
2086
|
+
.splitToolbarButton > .toolbarButton {
|
|
2087
|
+
position: relative;
|
|
2088
|
+
margin: 0;
|
|
2089
|
+
}
|
|
2090
|
+
[dir="ltr"] #toolbarSidebar .splitToolbarButton > .toolbarButton {
|
|
2091
|
+
margin-right: 2px;
|
|
2092
|
+
}
|
|
2093
|
+
[dir="rtl"] #toolbarSidebar .splitToolbarButton > .toolbarButton {
|
|
2094
|
+
margin-left: 2px;
|
|
2095
|
+
}
|
|
2096
|
+
#toolbarSidebar .splitToolbarButton > .toolbarButton {
|
|
2097
|
+
-webkit-margin-end: 2px;
|
|
2098
|
+
margin-inline-end: 2px;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
[dir="ltr"] .splitToolbarButtonSeparator {
|
|
2102
|
+
float: left;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
[dir="rtl"] .splitToolbarButtonSeparator {
|
|
2106
|
+
float: right;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2109
|
+
.splitToolbarButtonSeparator {
|
|
2110
|
+
float: inline-start;
|
|
2111
|
+
margin: 4px 0;
|
|
2112
|
+
width: 1px;
|
|
2113
|
+
height: 20px;
|
|
2114
|
+
background-color: var(--separator-color);
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
.toolbarButton,
|
|
2118
|
+
.dropdownToolbarButton,
|
|
2119
|
+
.secondaryToolbarButton,
|
|
2120
|
+
.dialogButton {
|
|
2121
|
+
min-width: 16px;
|
|
2122
|
+
margin: 2px 1px;
|
|
2123
|
+
padding: 2px 6px 0;
|
|
2124
|
+
border: none;
|
|
2125
|
+
border-radius: 2px;
|
|
2126
|
+
color: var(--main-color);
|
|
2127
|
+
font-size: 12px;
|
|
2128
|
+
line-height: 14px;
|
|
2129
|
+
-webkit-user-select: none;
|
|
2130
|
+
-moz-user-select: none;
|
|
2131
|
+
user-select: none;
|
|
2132
|
+
cursor: default;
|
|
2133
|
+
box-sizing: border-box;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
.toolbarButton:hover,
|
|
2137
|
+
.toolbarButton:focus-visible {
|
|
2138
|
+
background-color: var(--button-hover-color);
|
|
2139
|
+
}
|
|
2140
|
+
.secondaryToolbarButton:hover,
|
|
2141
|
+
.secondaryToolbarButton:focus-visible {
|
|
2142
|
+
background-color: var(--doorhanger-hover-bg-color);
|
|
2143
|
+
color: var(--doorhanger-hover-color);
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
.toolbarButton.toggled,
|
|
2147
|
+
.splitToolbarButton.toggled > .toolbarButton.toggled,
|
|
2148
|
+
.secondaryToolbarButton.toggled {
|
|
2149
|
+
background-color: var(--toggled-btn-bg-color);
|
|
2150
|
+
color: var(--toggled-btn-color);
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
.toolbarButton.toggled::before,
|
|
2154
|
+
.secondaryToolbarButton.toggled::before {
|
|
2155
|
+
background-color: var(--toggled-btn-color);
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
.toolbarButton.toggled:hover:active,
|
|
2159
|
+
.splitToolbarButton.toggled > .toolbarButton.toggled:hover:active,
|
|
2160
|
+
.secondaryToolbarButton.toggled:hover:active {
|
|
2161
|
+
background-color: var(--toggled-hover-active-btn-color);
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.dropdownToolbarButton {
|
|
2165
|
+
width: var(--scale-select-width);
|
|
2166
|
+
padding: 0;
|
|
2167
|
+
background-color: var(--dropdown-btn-bg-color);
|
|
2168
|
+
border: var(--dropdown-btn-border);
|
|
2169
|
+
}
|
|
2170
|
+
[dir="ltr"] .dropdownToolbarButton::after {
|
|
2171
|
+
right: 6px;
|
|
2172
|
+
}
|
|
2173
|
+
[dir="rtl"] .dropdownToolbarButton::after {
|
|
2174
|
+
left: 6px;
|
|
2175
|
+
}
|
|
2176
|
+
.dropdownToolbarButton::after {
|
|
2177
|
+
top: 6px;
|
|
2178
|
+
inset-inline-end: 6px;
|
|
2179
|
+
pointer-events: none;
|
|
2180
|
+
-webkit-mask-image: var(--toolbarButton-menuArrow-icon);
|
|
2181
|
+
mask-image: var(--toolbarButton-menuArrow-icon);
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
[dir="ltr"] .dropdownToolbarButton > select {
|
|
2185
|
+
padding-left: 6px;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
[dir="rtl"] .dropdownToolbarButton > select {
|
|
2189
|
+
padding-right: 6px;
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
.dropdownToolbarButton > select {
|
|
2193
|
+
-webkit-appearance: none;
|
|
2194
|
+
-moz-appearance: none;
|
|
2195
|
+
appearance: none;
|
|
2196
|
+
width: inherit;
|
|
2197
|
+
height: 28px;
|
|
2198
|
+
font-size: 12px;
|
|
2199
|
+
color: var(--main-color);
|
|
2200
|
+
margin: 0;
|
|
2201
|
+
padding: 1px 0 2px;
|
|
2202
|
+
-webkit-padding-start: 6px;
|
|
2203
|
+
padding-inline-start: 6px;
|
|
2204
|
+
border: none;
|
|
2205
|
+
background-color: var(--dropdown-btn-bg-color);
|
|
2206
|
+
}
|
|
2207
|
+
.dropdownToolbarButton > select:hover,
|
|
2208
|
+
.dropdownToolbarButton > select:focus-visible {
|
|
2209
|
+
background-color: var(--button-hover-color);
|
|
2210
|
+
color: var(--toggled-btn-color);
|
|
2211
|
+
}
|
|
2212
|
+
.dropdownToolbarButton > select > option {
|
|
2213
|
+
background: var(--doorhanger-bg-color);
|
|
2214
|
+
color: var(--main-color);
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.toolbarButtonSpacer {
|
|
2218
|
+
width: 30px;
|
|
2219
|
+
display: inline-block;
|
|
2220
|
+
height: 1px;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.toolbarButton::before,
|
|
2224
|
+
.secondaryToolbarButton::before,
|
|
2225
|
+
.dropdownToolbarButton::after,
|
|
2226
|
+
.treeItemToggler::before {
|
|
2227
|
+
/* All matching images have a size of 16x16
|
|
2228
|
+
* All relevant containers have a size of 28x28 */
|
|
2229
|
+
position: absolute;
|
|
2230
|
+
display: inline-block;
|
|
2231
|
+
width: 16px;
|
|
2232
|
+
height: 16px;
|
|
2233
|
+
|
|
2234
|
+
content: "";
|
|
2235
|
+
background-color: var(--toolbar-icon-bg-color);
|
|
2236
|
+
-webkit-mask-size: cover;
|
|
2237
|
+
mask-size: cover;
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
.dropdownToolbarButton:hover::after,
|
|
2241
|
+
.dropdownToolbarButton:focus-visible::after,
|
|
2242
|
+
.dropdownToolbarButton:active::after {
|
|
2243
|
+
background-color: var(--toolbar-icon-hover-bg-color);
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.toolbarButton::before {
|
|
2247
|
+
opacity: var(--toolbar-icon-opacity);
|
|
2248
|
+
top: 6px;
|
|
2249
|
+
left: 6px;
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
.toolbarButton:hover::before,
|
|
2253
|
+
.toolbarButton:focus-visible::before,
|
|
2254
|
+
.secondaryToolbarButton:hover::before,
|
|
2255
|
+
.secondaryToolbarButton:focus-visible::before {
|
|
2256
|
+
background-color: var(--toolbar-icon-hover-bg-color);
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
[dir="ltr"] .secondaryToolbarButton::before {
|
|
2260
|
+
left: 12px;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
[dir="rtl"] .secondaryToolbarButton::before {
|
|
2264
|
+
right: 12px;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
.secondaryToolbarButton::before {
|
|
2268
|
+
opacity: var(--doorhanger-icon-opacity);
|
|
2269
|
+
top: 5px;
|
|
2270
|
+
inset-inline-start: 12px;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
2273
|
+
#sidebarToggle::before {
|
|
2274
|
+
-webkit-mask-image: var(--toolbarButton-sidebarToggle-icon);
|
|
2275
|
+
mask-image: var(--toolbarButton-sidebarToggle-icon);
|
|
2276
|
+
transform: scaleX(var(--dir-factor));
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
#secondaryToolbarToggle::before {
|
|
2280
|
+
-webkit-mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
|
|
2281
|
+
mask-image: var(--toolbarButton-secondaryToolbarToggle-icon);
|
|
2282
|
+
transform: scaleX(var(--dir-factor));
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
#findPrevious::before {
|
|
2286
|
+
-webkit-mask-image: var(--findbarButton-previous-icon);
|
|
2287
|
+
mask-image: var(--findbarButton-previous-icon);
|
|
2288
|
+
}
|
|
2289
|
+
|
|
2290
|
+
#findNext::before {
|
|
2291
|
+
-webkit-mask-image: var(--findbarButton-next-icon);
|
|
2292
|
+
mask-image: var(--findbarButton-next-icon);
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
#previous::before {
|
|
2296
|
+
-webkit-mask-image: var(--toolbarButton-pageUp-icon);
|
|
2297
|
+
mask-image: var(--toolbarButton-pageUp-icon);
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
#next::before {
|
|
2301
|
+
-webkit-mask-image: var(--toolbarButton-pageDown-icon);
|
|
2302
|
+
mask-image: var(--toolbarButton-pageDown-icon);
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
#zoomOut::before {
|
|
2306
|
+
-webkit-mask-image: var(--toolbarButton-zoomOut-icon);
|
|
2307
|
+
mask-image: var(--toolbarButton-zoomOut-icon);
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
#zoomIn::before {
|
|
2311
|
+
-webkit-mask-image: var(--toolbarButton-zoomIn-icon);
|
|
2312
|
+
mask-image: var(--toolbarButton-zoomIn-icon);
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
#presentationMode::before {
|
|
2316
|
+
-webkit-mask-image: var(--toolbarButton-presentationMode-icon);
|
|
2317
|
+
mask-image: var(--toolbarButton-presentationMode-icon);
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
#editorFreeText::before {
|
|
2321
|
+
-webkit-mask-image: var(--toolbarButton-editorFreeText-icon);
|
|
2322
|
+
mask-image: var(--toolbarButton-editorFreeText-icon);
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2325
|
+
#editorInk::before {
|
|
2326
|
+
-webkit-mask-image: var(--toolbarButton-editorInk-icon);
|
|
2327
|
+
mask-image: var(--toolbarButton-editorInk-icon);
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
#print::before,
|
|
2331
|
+
#secondaryPrint::before {
|
|
2332
|
+
-webkit-mask-image: var(--toolbarButton-print-icon);
|
|
2333
|
+
mask-image: var(--toolbarButton-print-icon);
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
#openFile::before,
|
|
2337
|
+
#secondaryOpenFile::before {
|
|
2338
|
+
-webkit-mask-image: var(--toolbarButton-openFile-icon);
|
|
2339
|
+
mask-image: var(--toolbarButton-openFile-icon);
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
#download::before,
|
|
2343
|
+
#secondaryDownload::before {
|
|
2344
|
+
-webkit-mask-image: var(--toolbarButton-download-icon);
|
|
2345
|
+
mask-image: var(--toolbarButton-download-icon);
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2348
|
+
a.secondaryToolbarButton {
|
|
2349
|
+
padding-top: 5px;
|
|
2350
|
+
text-decoration: none;
|
|
2351
|
+
}
|
|
2352
|
+
a.toolbarButton[href="#"],
|
|
2353
|
+
a.secondaryToolbarButton[href="#"] {
|
|
2354
|
+
opacity: 0.5;
|
|
2355
|
+
pointer-events: none;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
#viewBookmark::before {
|
|
2359
|
+
-webkit-mask-image: var(--toolbarButton-bookmark-icon);
|
|
2360
|
+
mask-image: var(--toolbarButton-bookmark-icon);
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2363
|
+
#viewThumbnail::before {
|
|
2364
|
+
-webkit-mask-image: var(--toolbarButton-viewThumbnail-icon);
|
|
2365
|
+
mask-image: var(--toolbarButton-viewThumbnail-icon);
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2368
|
+
#viewOutline::before {
|
|
2369
|
+
-webkit-mask-image: var(--toolbarButton-viewOutline-icon);
|
|
2370
|
+
mask-image: var(--toolbarButton-viewOutline-icon);
|
|
2371
|
+
transform: scaleX(var(--dir-factor));
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
#viewAttachments::before {
|
|
2375
|
+
-webkit-mask-image: var(--toolbarButton-viewAttachments-icon);
|
|
2376
|
+
mask-image: var(--toolbarButton-viewAttachments-icon);
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
#viewLayers::before {
|
|
2380
|
+
-webkit-mask-image: var(--toolbarButton-viewLayers-icon);
|
|
2381
|
+
mask-image: var(--toolbarButton-viewLayers-icon);
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
#currentOutlineItem::before {
|
|
2385
|
+
-webkit-mask-image: var(--toolbarButton-currentOutlineItem-icon);
|
|
2386
|
+
mask-image: var(--toolbarButton-currentOutlineItem-icon);
|
|
2387
|
+
transform: scaleX(var(--dir-factor));
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
#viewFind::before {
|
|
2391
|
+
-webkit-mask-image: var(--toolbarButton-search-icon);
|
|
2392
|
+
mask-image: var(--toolbarButton-search-icon);
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
[dir="ltr"] .pdfSidebarNotification::after {
|
|
2396
|
+
right: 2px;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
[dir="rtl"] .pdfSidebarNotification::after {
|
|
2400
|
+
left: 2px;
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
.pdfSidebarNotification::after {
|
|
2404
|
+
position: absolute;
|
|
2405
|
+
display: inline-block;
|
|
2406
|
+
top: 2px;
|
|
2407
|
+
inset-inline-end: 2px;
|
|
2408
|
+
/* Create a filled circle, with a diameter of 9 pixels, using only CSS: */
|
|
2409
|
+
content: "";
|
|
2410
|
+
background-color: rgba(112, 219, 85, 1);
|
|
2411
|
+
height: 9px;
|
|
2412
|
+
width: 9px;
|
|
2413
|
+
border-radius: 50%;
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
[dir="ltr"] .secondaryToolbarButton {
|
|
2417
|
+
padding-left: 36px;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
[dir="rtl"] .secondaryToolbarButton {
|
|
2421
|
+
padding-right: 36px;
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
[dir="ltr"] .secondaryToolbarButton {
|
|
2425
|
+
text-align: left;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
[dir="rtl"] .secondaryToolbarButton {
|
|
2429
|
+
text-align: right;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
.secondaryToolbarButton {
|
|
2433
|
+
position: relative;
|
|
2434
|
+
margin: 0;
|
|
2435
|
+
padding: 0 0 1px;
|
|
2436
|
+
-webkit-padding-start: 36px;
|
|
2437
|
+
padding-inline-start: 36px;
|
|
2438
|
+
height: auto;
|
|
2439
|
+
min-height: 26px;
|
|
2440
|
+
width: auto;
|
|
2441
|
+
min-width: 100%;
|
|
2442
|
+
text-align: start;
|
|
2443
|
+
white-space: normal;
|
|
2444
|
+
border-radius: 0;
|
|
2445
|
+
box-sizing: border-box;
|
|
2446
|
+
display: inline-block;
|
|
2447
|
+
}
|
|
2448
|
+
[dir="ltr"] .secondaryToolbarButton > span {
|
|
2449
|
+
padding-right: 4px;
|
|
2450
|
+
}
|
|
2451
|
+
[dir="rtl"] .secondaryToolbarButton > span {
|
|
2452
|
+
padding-left: 4px;
|
|
2453
|
+
}
|
|
2454
|
+
.secondaryToolbarButton > span {
|
|
2455
|
+
-webkit-padding-end: 4px;
|
|
2456
|
+
padding-inline-end: 4px;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
#firstPage::before {
|
|
2460
|
+
-webkit-mask-image: var(--secondaryToolbarButton-firstPage-icon);
|
|
2461
|
+
mask-image: var(--secondaryToolbarButton-firstPage-icon);
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
#lastPage::before {
|
|
2465
|
+
-webkit-mask-image: var(--secondaryToolbarButton-lastPage-icon);
|
|
2466
|
+
mask-image: var(--secondaryToolbarButton-lastPage-icon);
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
#pageRotateCcw::before {
|
|
2470
|
+
-webkit-mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
|
|
2471
|
+
mask-image: var(--secondaryToolbarButton-rotateCcw-icon);
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
#pageRotateCw::before {
|
|
2475
|
+
-webkit-mask-image: var(--secondaryToolbarButton-rotateCw-icon);
|
|
2476
|
+
mask-image: var(--secondaryToolbarButton-rotateCw-icon);
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
#cursorSelectTool::before {
|
|
2480
|
+
-webkit-mask-image: var(--secondaryToolbarButton-selectTool-icon);
|
|
2481
|
+
mask-image: var(--secondaryToolbarButton-selectTool-icon);
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
#cursorHandTool::before {
|
|
2485
|
+
-webkit-mask-image: var(--secondaryToolbarButton-handTool-icon);
|
|
2486
|
+
mask-image: var(--secondaryToolbarButton-handTool-icon);
|
|
2487
|
+
}
|
|
2488
|
+
|
|
2489
|
+
#scrollPage::before {
|
|
2490
|
+
-webkit-mask-image: var(--secondaryToolbarButton-scrollPage-icon);
|
|
2491
|
+
mask-image: var(--secondaryToolbarButton-scrollPage-icon);
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
#scrollVertical::before {
|
|
2495
|
+
-webkit-mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
|
|
2496
|
+
mask-image: var(--secondaryToolbarButton-scrollVertical-icon);
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
#scrollHorizontal::before {
|
|
2500
|
+
-webkit-mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
|
|
2501
|
+
mask-image: var(--secondaryToolbarButton-scrollHorizontal-icon);
|
|
2502
|
+
}
|
|
2503
|
+
|
|
2504
|
+
#scrollWrapped::before {
|
|
2505
|
+
-webkit-mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
|
|
2506
|
+
mask-image: var(--secondaryToolbarButton-scrollWrapped-icon);
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
#spreadNone::before {
|
|
2510
|
+
-webkit-mask-image: var(--secondaryToolbarButton-spreadNone-icon);
|
|
2511
|
+
mask-image: var(--secondaryToolbarButton-spreadNone-icon);
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
#spreadOdd::before {
|
|
2515
|
+
-webkit-mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
|
|
2516
|
+
mask-image: var(--secondaryToolbarButton-spreadOdd-icon);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
#spreadEven::before {
|
|
2520
|
+
-webkit-mask-image: var(--secondaryToolbarButton-spreadEven-icon);
|
|
2521
|
+
mask-image: var(--secondaryToolbarButton-spreadEven-icon);
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
#documentProperties::before {
|
|
2525
|
+
-webkit-mask-image: var(--secondaryToolbarButton-documentProperties-icon);
|
|
2526
|
+
mask-image: var(--secondaryToolbarButton-documentProperties-icon);
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
.verticalToolbarSeparator {
|
|
2530
|
+
display: block;
|
|
2531
|
+
margin: 5px 2px;
|
|
2532
|
+
width: 1px;
|
|
2533
|
+
height: 22px;
|
|
2534
|
+
background-color: var(--separator-color);
|
|
2535
|
+
}
|
|
2536
|
+
.horizontalToolbarSeparator {
|
|
2537
|
+
display: block;
|
|
2538
|
+
margin: 6px 0;
|
|
2539
|
+
height: 1px;
|
|
2540
|
+
width: 100%;
|
|
2541
|
+
background-color: var(--doorhanger-separator-color);
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
.toolbarField {
|
|
2545
|
+
padding: 4px 7px;
|
|
2546
|
+
margin: 3px 0;
|
|
2547
|
+
border-radius: 2px;
|
|
2548
|
+
background-color: var(--field-bg-color);
|
|
2549
|
+
background-clip: padding-box;
|
|
2550
|
+
border: 1px solid var(--field-border-color);
|
|
2551
|
+
box-shadow: none;
|
|
2552
|
+
color: var(--field-color);
|
|
2553
|
+
font-size: 12px;
|
|
2554
|
+
line-height: 16px;
|
|
2555
|
+
outline: none;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
[dir="ltr"] .toolbarField[type="checkbox"] {
|
|
2559
|
+
margin-left: 7px;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
[dir="rtl"] .toolbarField[type="checkbox"] {
|
|
2563
|
+
margin-right: 7px;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
.toolbarField[type="checkbox"] {
|
|
2567
|
+
opacity: 0;
|
|
2568
|
+
position: absolute !important;
|
|
2569
|
+
left: 0;
|
|
2570
|
+
margin: 10px 0 3px;
|
|
2571
|
+
-webkit-margin-start: 7px;
|
|
2572
|
+
margin-inline-start: 7px;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
#pageNumber {
|
|
2576
|
+
-moz-appearance: textfield; /* hides the spinner in moz */
|
|
2577
|
+
text-align: right;
|
|
2578
|
+
width: 40px;
|
|
2579
|
+
}
|
|
2580
|
+
#pageNumber.visiblePageIsLoading {
|
|
2581
|
+
background-image: var(--loading-icon);
|
|
2582
|
+
background-repeat: no-repeat;
|
|
2583
|
+
background-position: 3px;
|
|
2584
|
+
}
|
|
2585
|
+
#pageNumber::-webkit-inner-spin-button {
|
|
2586
|
+
-webkit-appearance: none;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.toolbarField:focus {
|
|
2590
|
+
border-color: #0a84ff;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2593
|
+
.toolbarLabel {
|
|
2594
|
+
min-width: 16px;
|
|
2595
|
+
padding: 7px;
|
|
2596
|
+
margin: 2px;
|
|
2597
|
+
border-radius: 2px;
|
|
2598
|
+
color: var(--main-color);
|
|
2599
|
+
font-size: 12px;
|
|
2600
|
+
line-height: 14px;
|
|
2601
|
+
text-align: left;
|
|
2602
|
+
-webkit-user-select: none;
|
|
2603
|
+
-moz-user-select: none;
|
|
2604
|
+
user-select: none;
|
|
2605
|
+
cursor: default;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
[dir="ltr"] #numPages.toolbarLabel {
|
|
2609
|
+
padding-left: 3px;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
[dir="rtl"] #numPages.toolbarLabel {
|
|
2613
|
+
padding-right: 3px;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
#numPages.toolbarLabel {
|
|
2617
|
+
-webkit-padding-start: 3px;
|
|
2618
|
+
padding-inline-start: 3px;
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
#thumbnailView,
|
|
2622
|
+
#outlineView,
|
|
2623
|
+
#attachmentsView,
|
|
2624
|
+
#layersView {
|
|
2625
|
+
position: absolute;
|
|
2626
|
+
width: calc(100% - 8px);
|
|
2627
|
+
top: 0;
|
|
2628
|
+
bottom: 0;
|
|
2629
|
+
padding: 4px 4px 0;
|
|
2630
|
+
overflow: auto;
|
|
2631
|
+
-webkit-user-select: none;
|
|
2632
|
+
-moz-user-select: none;
|
|
2633
|
+
user-select: none;
|
|
2634
|
+
}
|
|
2635
|
+
#thumbnailView {
|
|
2636
|
+
width: calc(100% - 60px);
|
|
2637
|
+
padding: 10px 30px 0;
|
|
2638
|
+
}
|
|
2639
|
+
|
|
2640
|
+
#thumbnailView > a:active,
|
|
2641
|
+
#thumbnailView > a:focus {
|
|
2642
|
+
outline: 0;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
[dir="ltr"] .thumbnail {
|
|
2646
|
+
float: left;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
[dir="rtl"] .thumbnail {
|
|
2650
|
+
float: right;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.thumbnail {
|
|
2654
|
+
float: inline-start;
|
|
2655
|
+
margin: 0 10px 5px;
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
#thumbnailView > a:last-of-type > .thumbnail {
|
|
2659
|
+
margin-bottom: 10px;
|
|
2660
|
+
}
|
|
2661
|
+
#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
|
|
2662
|
+
margin-bottom: 9px;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
2665
|
+
.thumbnail:not([data-loaded]) {
|
|
2666
|
+
border: 1px dashed rgba(132, 132, 132, 1);
|
|
2667
|
+
margin: -1px 9px 4px;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
.thumbnailImage {
|
|
2671
|
+
border: 1px solid rgba(0, 0, 0, 0);
|
|
2672
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
|
|
2673
|
+
opacity: 0.8;
|
|
2674
|
+
z-index: 99;
|
|
2675
|
+
background-color: rgba(255, 255, 255, 1);
|
|
2676
|
+
background-clip: content-box;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
.thumbnailSelectionRing {
|
|
2680
|
+
border-radius: 2px;
|
|
2681
|
+
padding: 7px;
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
|
|
2685
|
+
.thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
|
|
2686
|
+
opacity: 0.9;
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
2690
|
+
.thumbnail:hover > .thumbnailSelectionRing {
|
|
2691
|
+
background-color: var(--sidebaritem-bg-color);
|
|
2692
|
+
background-clip: padding-box;
|
|
2693
|
+
color: rgba(255, 255, 255, 0.9);
|
|
2694
|
+
}
|
|
2695
|
+
|
|
2696
|
+
.thumbnail.selected > .thumbnailSelectionRing > .thumbnailImage {
|
|
2697
|
+
opacity: 1;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.thumbnail.selected > .thumbnailSelectionRing {
|
|
2701
|
+
background-color: var(--sidebaritem-bg-color);
|
|
2702
|
+
background-clip: padding-box;
|
|
2703
|
+
color: rgba(255, 255, 255, 1);
|
|
2704
|
+
}
|
|
2705
|
+
|
|
2706
|
+
[dir="ltr"] .treeWithDeepNesting > .treeItem,[dir="ltr"]
|
|
2707
|
+
.treeItem > .treeItems {
|
|
2708
|
+
margin-left: 20px;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
[dir="rtl"] .treeWithDeepNesting > .treeItem,[dir="rtl"]
|
|
2712
|
+
.treeItem > .treeItems {
|
|
2713
|
+
margin-right: 20px;
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
.treeWithDeepNesting > .treeItem,
|
|
2717
|
+
.treeItem > .treeItems {
|
|
2718
|
+
-webkit-margin-start: 20px;
|
|
2719
|
+
margin-inline-start: 20px;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
[dir="ltr"] .treeItem > a {
|
|
2723
|
+
padding-left: 4px;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
[dir="rtl"] .treeItem > a {
|
|
2727
|
+
padding-right: 4px;
|
|
2728
|
+
}
|
|
2729
|
+
|
|
2730
|
+
.treeItem > a {
|
|
2731
|
+
text-decoration: none;
|
|
2732
|
+
display: inline-block;
|
|
2733
|
+
/* Subtract the right padding (left, in RTL mode) of the container: */
|
|
2734
|
+
min-width: calc(100% - 4px);
|
|
2735
|
+
height: auto;
|
|
2736
|
+
margin-bottom: 1px;
|
|
2737
|
+
padding: 2px 0 5px;
|
|
2738
|
+
-webkit-padding-start: 4px;
|
|
2739
|
+
padding-inline-start: 4px;
|
|
2740
|
+
border-radius: 2px;
|
|
2741
|
+
color: var(--treeitem-color);
|
|
2742
|
+
font-size: 13px;
|
|
2743
|
+
line-height: 15px;
|
|
2744
|
+
-webkit-user-select: none;
|
|
2745
|
+
-moz-user-select: none;
|
|
2746
|
+
user-select: none;
|
|
2747
|
+
white-space: normal;
|
|
2748
|
+
cursor: pointer;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
#layersView .treeItem > a * {
|
|
2752
|
+
cursor: pointer;
|
|
2753
|
+
}
|
|
2754
|
+
[dir="ltr"] #layersView .treeItem > a > label {
|
|
2755
|
+
padding-left: 4px;
|
|
2756
|
+
}
|
|
2757
|
+
[dir="rtl"] #layersView .treeItem > a > label {
|
|
2758
|
+
padding-right: 4px;
|
|
2759
|
+
}
|
|
2760
|
+
#layersView .treeItem > a > label {
|
|
2761
|
+
-webkit-padding-start: 4px;
|
|
2762
|
+
padding-inline-start: 4px;
|
|
2763
|
+
}
|
|
2764
|
+
[dir="ltr"] #layersView .treeItem > a > label > input {
|
|
2765
|
+
float: left;
|
|
2766
|
+
}
|
|
2767
|
+
[dir="rtl"] #layersView .treeItem > a > label > input {
|
|
2768
|
+
float: right;
|
|
2769
|
+
}
|
|
2770
|
+
#layersView .treeItem > a > label > input {
|
|
2771
|
+
float: inline-start;
|
|
2772
|
+
margin-top: 1px;
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
[dir="ltr"] .treeItemToggler {
|
|
2776
|
+
float: left;
|
|
2777
|
+
}
|
|
2778
|
+
|
|
2779
|
+
[dir="rtl"] .treeItemToggler {
|
|
2780
|
+
float: right;
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
.treeItemToggler {
|
|
2784
|
+
position: relative;
|
|
2785
|
+
float: inline-start;
|
|
2786
|
+
height: 0;
|
|
2787
|
+
width: 0;
|
|
2788
|
+
color: rgba(255, 255, 255, 0.5);
|
|
2789
|
+
}
|
|
2790
|
+
[dir="ltr"] .treeItemToggler::before {
|
|
2791
|
+
right: 4px;
|
|
2792
|
+
}
|
|
2793
|
+
[dir="rtl"] .treeItemToggler::before {
|
|
2794
|
+
left: 4px;
|
|
2795
|
+
}
|
|
2796
|
+
.treeItemToggler::before {
|
|
2797
|
+
inset-inline-end: 4px;
|
|
2798
|
+
-webkit-mask-image: var(--treeitem-expanded-icon);
|
|
2799
|
+
mask-image: var(--treeitem-expanded-icon);
|
|
2800
|
+
}
|
|
2801
|
+
.treeItemToggler.treeItemsHidden::before {
|
|
2802
|
+
-webkit-mask-image: var(--treeitem-collapsed-icon);
|
|
2803
|
+
mask-image: var(--treeitem-collapsed-icon);
|
|
2804
|
+
transform: scaleX(var(--dir-factor));
|
|
2805
|
+
}
|
|
2806
|
+
.treeItemToggler.treeItemsHidden ~ .treeItems {
|
|
2807
|
+
display: none;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2810
|
+
.treeItem.selected > a {
|
|
2811
|
+
background-color: var(--treeitem-selected-bg-color);
|
|
2812
|
+
color: var(--treeitem-selected-color);
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.treeItemToggler:hover,
|
|
2816
|
+
.treeItemToggler:hover + a,
|
|
2817
|
+
.treeItemToggler:hover ~ .treeItems,
|
|
2818
|
+
.treeItem > a:hover {
|
|
2819
|
+
background-color: var(--sidebaritem-bg-color);
|
|
2820
|
+
background-clip: padding-box;
|
|
2821
|
+
border-radius: 2px;
|
|
2822
|
+
color: var(--treeitem-hover-color);
|
|
2823
|
+
}
|
|
2824
|
+
|
|
2825
|
+
.dialogButton {
|
|
2826
|
+
width: auto;
|
|
2827
|
+
margin: 3px 4px 2px !important;
|
|
2828
|
+
padding: 2px 11px;
|
|
2829
|
+
color: var(--main-color);
|
|
2830
|
+
background-color: var(--dialog-button-bg-color);
|
|
2831
|
+
border: var(--dialog-button-border) !important;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
dialog {
|
|
2835
|
+
margin: auto;
|
|
2836
|
+
padding: 15px;
|
|
2837
|
+
border-spacing: 4px;
|
|
2838
|
+
color: var(--main-color);
|
|
2839
|
+
font: message-box;
|
|
2840
|
+
font-size: 12px;
|
|
2841
|
+
line-height: 14px;
|
|
2842
|
+
background-color: var(--doorhanger-bg-color);
|
|
2843
|
+
border: 1px solid rgba(0, 0, 0, 0.5);
|
|
2844
|
+
border-radius: 4px;
|
|
2845
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
|
|
2846
|
+
}
|
|
2847
|
+
dialog::-webkit-backdrop {
|
|
2848
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
2849
|
+
}
|
|
2850
|
+
dialog::backdrop {
|
|
2851
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
dialog > .row {
|
|
2855
|
+
display: table-row;
|
|
2856
|
+
}
|
|
2857
|
+
|
|
2858
|
+
dialog > .row > * {
|
|
2859
|
+
display: table-cell;
|
|
2860
|
+
}
|
|
2861
|
+
|
|
2862
|
+
dialog .toolbarField {
|
|
2863
|
+
margin: 5px 0;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
dialog .separator {
|
|
2867
|
+
display: block;
|
|
2868
|
+
margin: 4px 0;
|
|
2869
|
+
height: 1px;
|
|
2870
|
+
width: 100%;
|
|
2871
|
+
background-color: var(--separator-color);
|
|
2872
|
+
}
|
|
2873
|
+
|
|
2874
|
+
dialog .buttonRow {
|
|
2875
|
+
text-align: center;
|
|
2876
|
+
vertical-align: middle;
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
dialog :link {
|
|
2880
|
+
color: rgba(255, 255, 255, 1);
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
#passwordDialog {
|
|
2884
|
+
text-align: center;
|
|
2885
|
+
}
|
|
2886
|
+
#passwordDialog .toolbarField {
|
|
2887
|
+
width: 200px;
|
|
2888
|
+
}
|
|
2889
|
+
|
|
2890
|
+
#documentPropertiesDialog {
|
|
2891
|
+
text-align: left;
|
|
2892
|
+
}
|
|
2893
|
+
[dir="ltr"] #documentPropertiesDialog .row > * {
|
|
2894
|
+
text-align: left;
|
|
2895
|
+
}
|
|
2896
|
+
[dir="rtl"] #documentPropertiesDialog .row > * {
|
|
2897
|
+
text-align: right;
|
|
2898
|
+
}
|
|
2899
|
+
#documentPropertiesDialog .row > * {
|
|
2900
|
+
min-width: 100px;
|
|
2901
|
+
text-align: start;
|
|
2902
|
+
}
|
|
2903
|
+
#documentPropertiesDialog .row > span {
|
|
2904
|
+
width: 125px;
|
|
2905
|
+
word-wrap: break-word;
|
|
2906
|
+
}
|
|
2907
|
+
#documentPropertiesDialog .row > p {
|
|
2908
|
+
max-width: 225px;
|
|
2909
|
+
word-wrap: break-word;
|
|
2910
|
+
}
|
|
2911
|
+
#documentPropertiesDialog .buttonRow {
|
|
2912
|
+
margin-top: 10px;
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
.grab-to-pan-grab {
|
|
2916
|
+
cursor: grab !important;
|
|
2917
|
+
}
|
|
2918
|
+
.grab-to-pan-grab
|
|
2919
|
+
*:not(input):not(textarea):not(button):not(select):not(:link) {
|
|
2920
|
+
cursor: inherit !important;
|
|
2921
|
+
}
|
|
2922
|
+
.grab-to-pan-grab:active,
|
|
2923
|
+
.grab-to-pan-grabbing {
|
|
2924
|
+
cursor: grabbing !important;
|
|
2925
|
+
position: fixed;
|
|
2926
|
+
background: rgba(0, 0, 0, 0);
|
|
2927
|
+
display: block;
|
|
2928
|
+
top: 0;
|
|
2929
|
+
left: 0;
|
|
2930
|
+
right: 0;
|
|
2931
|
+
bottom: 0;
|
|
2932
|
+
overflow: hidden;
|
|
2933
|
+
z-index: 50000; /* should be higher than anything else in PDF.js! */
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
@page {
|
|
2937
|
+
margin: 0;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
#printContainer {
|
|
2941
|
+
display: none;
|
|
2942
|
+
}
|
|
2943
|
+
|
|
2944
|
+
@media print {
|
|
2945
|
+
body {
|
|
2946
|
+
background: rgba(0, 0, 0, 0) none;
|
|
2947
|
+
}
|
|
2948
|
+
body[data-pdfjsprinting] #outerContainer {
|
|
2949
|
+
display: none;
|
|
2950
|
+
}
|
|
2951
|
+
body[data-pdfjsprinting] #printContainer {
|
|
2952
|
+
display: block;
|
|
2953
|
+
}
|
|
2954
|
+
#printContainer {
|
|
2955
|
+
height: 100%;
|
|
2956
|
+
}
|
|
2957
|
+
/* wrapper around (scaled) print canvas elements */
|
|
2958
|
+
#printContainer > .printedPage {
|
|
2959
|
+
page-break-after: always;
|
|
2960
|
+
page-break-inside: avoid;
|
|
2961
|
+
|
|
2962
|
+
/* The wrapper always cover the whole page. */
|
|
2963
|
+
height: 100%;
|
|
2964
|
+
width: 100%;
|
|
2965
|
+
|
|
2966
|
+
display: flex;
|
|
2967
|
+
flex-direction: column;
|
|
2968
|
+
justify-content: center;
|
|
2969
|
+
align-items: center;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
|
+
#printContainer > .xfaPrintedPage .xfaPage {
|
|
2973
|
+
position: absolute;
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
#printContainer > .xfaPrintedPage {
|
|
2977
|
+
page-break-after: always;
|
|
2978
|
+
page-break-inside: avoid;
|
|
2979
|
+
width: 100%;
|
|
2980
|
+
height: 100%;
|
|
2981
|
+
position: relative;
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
#printContainer > .printedPage canvas,
|
|
2985
|
+
#printContainer > .printedPage img {
|
|
2986
|
+
/* The intrinsic canvas / image size will make sure that we fit the page. */
|
|
2987
|
+
max-width: 100%;
|
|
2988
|
+
max-height: 100%;
|
|
2989
|
+
|
|
2990
|
+
direction: ltr;
|
|
2991
|
+
display: block;
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
|
|
2995
|
+
.visibleLargeView,
|
|
2996
|
+
.visibleMediumView {
|
|
2997
|
+
display: none;
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
@media all and (max-width: 900px) {
|
|
3001
|
+
#toolbarViewerMiddle {
|
|
3002
|
+
display: table;
|
|
3003
|
+
margin: auto;
|
|
3004
|
+
left: auto;
|
|
3005
|
+
position: inherit;
|
|
3006
|
+
transform: none;
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
|
|
3010
|
+
@media all and (max-width: 840px) {
|
|
3011
|
+
#sidebarContainer {
|
|
3012
|
+
background-color: var(--sidebar-narrow-bg-color);
|
|
3013
|
+
}
|
|
3014
|
+
[dir="ltr"] #outerContainer.sidebarOpen #viewerContainer {
|
|
3015
|
+
left: 0 !important;
|
|
3016
|
+
}
|
|
3017
|
+
[dir="rtl"] #outerContainer.sidebarOpen #viewerContainer {
|
|
3018
|
+
right: 0 !important;
|
|
3019
|
+
}
|
|
3020
|
+
#outerContainer.sidebarOpen #viewerContainer {
|
|
3021
|
+
inset-inline-start: 0 !important;
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
|
|
3025
|
+
@media all and (max-width: 820px) {
|
|
3026
|
+
#outerContainer .hiddenLargeView {
|
|
3027
|
+
display: none;
|
|
3028
|
+
}
|
|
3029
|
+
#outerContainer .visibleLargeView {
|
|
3030
|
+
display: inherit;
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
@media all and (max-width: 750px) {
|
|
3035
|
+
#outerContainer .hiddenMediumView {
|
|
3036
|
+
display: none;
|
|
3037
|
+
}
|
|
3038
|
+
#outerContainer .visibleMediumView {
|
|
3039
|
+
display: inherit;
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
|
|
3043
|
+
@media all and (max-width: 690px) {
|
|
3044
|
+
.hiddenSmallView,
|
|
3045
|
+
.hiddenSmallView * {
|
|
3046
|
+
display: none;
|
|
3047
|
+
}
|
|
3048
|
+
.toolbarButtonSpacer {
|
|
3049
|
+
width: 0;
|
|
3050
|
+
}
|
|
3051
|
+
[dir="ltr"] .findbar {
|
|
3052
|
+
left: 34px;
|
|
3053
|
+
}
|
|
3054
|
+
[dir="rtl"] .findbar {
|
|
3055
|
+
right: 34px;
|
|
3056
|
+
}
|
|
3057
|
+
.findbar {
|
|
3058
|
+
inset-inline-start: 34px;
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3062
|
+
@media all and (max-width: 560px) {
|
|
3063
|
+
#scaleSelectContainer {
|
|
3064
|
+
display: none;
|
|
3065
|
+
}
|
|
3066
|
+
}
|