viztracer 1.0.4__cp313-cp313-macosx_11_0_arm64.whl → 1.1.0__cp313-cp313-macosx_11_0_arm64.whl

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.

Potentially problematic release.


This version of viztracer might be problematic. Click here for more details.

Files changed (88) hide show
  1. viztracer/__init__.py +1 -1
  2. viztracer/code_monkey.py +10 -13
  3. viztracer/decorator.py +9 -12
  4. viztracer/event_base.py +2 -2
  5. viztracer/functree.py +7 -7
  6. viztracer/main.py +9 -13
  7. viztracer/modules/snaptrace.c +14 -12
  8. viztracer/modules/util.c +1 -5
  9. viztracer/modules/vcompressor/vc_dump.c +4 -24
  10. viztracer/modules/vcompressor/vcompressor.c +13 -13
  11. viztracer/patch.py +10 -6
  12. viztracer/report_builder.py +8 -8
  13. viztracer/snaptrace.cpython-313-darwin.so +0 -0
  14. viztracer/snaptrace.pyi +8 -8
  15. viztracer/util.py +1 -2
  16. viztracer/vcompressor.cpython-313-darwin.so +0 -0
  17. viztracer/viewer.py +5 -5
  18. viztracer/vizlogging.py +1 -2
  19. viztracer/vizplugin.py +3 -3
  20. viztracer/viztracer.py +16 -16
  21. viztracer/web_dist/index.html +1 -1
  22. viztracer/web_dist/service_worker.js +103 -1
  23. viztracer/web_dist/trace_processor +32 -31
  24. viztracer/web_dist/v52.0-6b9586def/assets/MaterialSymbolsOutlined.woff2 +0 -0
  25. viztracer/web_dist/v52.0-6b9586def/engine_bundle.js +3 -0
  26. viztracer/web_dist/v52.0-6b9586def/frontend_bundle.js +5495 -0
  27. viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/manifest.json +10 -8
  28. viztracer/web_dist/v52.0-6b9586def/perfetto.css +5737 -0
  29. viztracer/web_dist/v52.0-6b9586def/stdlib_docs.json +1 -0
  30. viztracer/web_dist/v52.0-6b9586def/trace_config_utils.wasm +0 -0
  31. viztracer/web_dist/{v47.0-02b2414d5/traceconv.wasm → v52.0-6b9586def/trace_processor.wasm} +0 -0
  32. viztracer/web_dist/v52.0-6b9586def/trace_processor_memory64.wasm +0 -0
  33. viztracer/web_dist/{v47.0-02b2414d5/trace_processor.wasm → v52.0-6b9586def/traceconv.wasm} +0 -0
  34. viztracer/web_dist/v52.0-6b9586def/traceconv_bundle.js +2 -0
  35. viztracer-1.1.0.dist-info/METADATA +316 -0
  36. viztracer-1.1.0.dist-info/RECORD +106 -0
  37. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/WHEEL +1 -1
  38. viztracer/web_dist/v47.0-02b2414d5/assets/._MaterialSymbolsOutlined.woff2 +0 -0
  39. viztracer/web_dist/v47.0-02b2414d5/assets/MaterialSymbolsOutlined.woff2 +0 -0
  40. viztracer/web_dist/v47.0-02b2414d5/engine_bundle.js +0 -3
  41. viztracer/web_dist/v47.0-02b2414d5/frontend_bundle.js +0 -4994
  42. viztracer/web_dist/v47.0-02b2414d5/perfetto.css +0 -5133
  43. viztracer/web_dist/v47.0-02b2414d5/traceconv_bundle.js +0 -2
  44. viztracer-1.0.4.dist-info/METADATA +0 -537
  45. viztracer-1.0.4.dist-info/RECORD +0 -104
  46. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-100.woff2 +0 -0
  47. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-300.woff2 +0 -0
  48. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-400.woff2 +0 -0
  49. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/Roboto-500.woff2 +0 -0
  50. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoCondensed-Light.woff2 +0 -0
  51. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoCondensed-Regular.woff2 +0 -0
  52. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/RobotoMono-Regular.woff2 +0 -0
  53. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/brand.png +0 -0
  54. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/catapult_trace_viewer.html +0 -0
  55. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/catapult_trace_viewer.js +0 -0
  56. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/favicon.png +0 -0
  57. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/logo-128.png +0 -0
  58. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/logo-3d.png +0 -0
  59. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_atrace.png +0 -0
  60. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_battery_counters.png +0 -0
  61. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_board_voltage.png +0 -0
  62. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_coarse.png +0 -0
  63. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_fine.png +0 -0
  64. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_freq.png +0 -0
  65. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_cpu_voltage.png +0 -0
  66. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_frame_timeline.png +0 -0
  67. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ftrace.png +0 -0
  68. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_gpu_mem_total.png +0 -0
  69. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_java_heap_dump.png +0 -0
  70. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_lmk.png +0 -0
  71. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_logcat.png +0 -0
  72. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_long_trace.png +0 -0
  73. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_mem_hifreq.png +0 -0
  74. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_meminfo.png +0 -0
  75. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_native_heap_profiler.png +0 -0
  76. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_one_shot.png +0 -0
  77. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_profiling.png +0 -0
  78. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ps_stats.png +0 -0
  79. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_ring_buf.png +0 -0
  80. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_syscalls.png +0 -0
  81. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/rec_vmstat.png +0 -0
  82. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/scheduling_latency.png +0 -0
  83. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/assets/vscode-icon.png +0 -0
  84. /viztracer/web_dist/{v47.0-02b2414d5 → v52.0-6b9586def}/index.html +0 -0
  85. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/entry_points.txt +0 -0
  86. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/licenses/LICENSE +0 -0
  87. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/licenses/NOTICE.txt +0 -0
  88. {viztracer-1.0.4.dist-info → viztracer-1.1.0.dist-info}/top_level.txt +0 -0
@@ -1,5133 +0,0 @@
1
- /* latin */
2
- @font-face {
3
- font-family: "Roboto";
4
- font-style: normal;
5
- font-weight: 100;
6
- src: url(assets/Roboto-100.woff2) format("woff2");
7
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
8
- }
9
- /* latin */
10
- @font-face {
11
- font-family: "Roboto";
12
- font-style: normal;
13
- font-weight: 300;
14
- src: url(assets/Roboto-300.woff2) format("woff2");
15
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
16
- }
17
- /* latin */
18
- @font-face {
19
- font-family: "Roboto";
20
- font-style: normal;
21
- font-weight: 400;
22
- src: url(assets/Roboto-400.woff2) format("woff2");
23
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
24
- }
25
- /* latin */
26
- @font-face {
27
- font-family: "Roboto";
28
- font-style: normal;
29
- font-weight: 500;
30
- src: url(assets/Roboto-500.woff2) format("woff2");
31
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
32
- }
33
- /* latin */
34
- @font-face {
35
- font-family: "Roboto Condensed";
36
- font-style: normal;
37
- font-weight: 300;
38
- src: url(assets/RobotoCondensed-Light.woff2) format("woff2");
39
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
40
- }
41
- /* latin */
42
- @font-face {
43
- font-family: "Roboto Condensed";
44
- font-style: normal;
45
- font-weight: 400;
46
- src: url(assets/RobotoCondensed-Regular.woff2) format("woff2");
47
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
48
- }
49
- /* latin */
50
- @font-face {
51
- font-family: "Roboto Mono";
52
- font-style: normal;
53
- font-weight: 400;
54
- src: url(assets/RobotoMono-Regular.woff2) format("woff2");
55
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
56
- }
57
- @font-face {
58
- font-family: "Material Symbols Sharp";
59
- font-style: normal;
60
- font-weight: 100 700;
61
- src: url(assets/MaterialSymbolsOutlined.woff2) format("woff2");
62
- }
63
- .material-icons {
64
- font-family: "Material Symbols Sharp";
65
- font-weight: normal;
66
- font-style: normal;
67
- font-size: 24px;
68
- line-height: 1;
69
- letter-spacing: normal;
70
- text-transform: none;
71
- vertical-align: middle;
72
- display: inline-block;
73
- white-space: nowrap;
74
- word-wrap: normal;
75
- direction: ltr;
76
- -webkit-font-feature-settings: "liga";
77
- -webkit-font-smoothing: antialiased;
78
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
79
- }
80
-
81
- .material-icons-filled {
82
- font-family: "Material Symbols Sharp";
83
- font-weight: normal;
84
- font-style: normal;
85
- font-size: 24px;
86
- line-height: 1;
87
- letter-spacing: normal;
88
- text-transform: none;
89
- vertical-align: middle;
90
- display: inline-block;
91
- white-space: nowrap;
92
- word-wrap: normal;
93
- direction: ltr;
94
- -webkit-font-feature-settings: "liga";
95
- -webkit-font-smoothing: antialiased;
96
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
97
- font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
98
- }
99
-
100
- /* latin */
101
- @font-face {
102
- font-family: "Roboto";
103
- font-style: normal;
104
- font-weight: 100;
105
- src: url(assets/Roboto-100.woff2) format("woff2");
106
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
107
- }
108
- /* latin */
109
- @font-face {
110
- font-family: "Roboto";
111
- font-style: normal;
112
- font-weight: 300;
113
- src: url(assets/Roboto-300.woff2) format("woff2");
114
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
115
- }
116
- /* latin */
117
- @font-face {
118
- font-family: "Roboto";
119
- font-style: normal;
120
- font-weight: 400;
121
- src: url(assets/Roboto-400.woff2) format("woff2");
122
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
123
- }
124
- /* latin */
125
- @font-face {
126
- font-family: "Roboto";
127
- font-style: normal;
128
- font-weight: 500;
129
- src: url(assets/Roboto-500.woff2) format("woff2");
130
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
131
- }
132
- /* latin */
133
- @font-face {
134
- font-family: "Roboto Condensed";
135
- font-style: normal;
136
- font-weight: 300;
137
- src: url(assets/RobotoCondensed-Light.woff2) format("woff2");
138
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
139
- }
140
- /* latin */
141
- @font-face {
142
- font-family: "Roboto Condensed";
143
- font-style: normal;
144
- font-weight: 400;
145
- src: url(assets/RobotoCondensed-Regular.woff2) format("woff2");
146
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
147
- }
148
- /* latin */
149
- @font-face {
150
- font-family: "Roboto Mono";
151
- font-style: normal;
152
- font-weight: 400;
153
- src: url(assets/RobotoMono-Regular.woff2) format("woff2");
154
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
155
- }
156
- @font-face {
157
- font-family: "Material Symbols Sharp";
158
- font-style: normal;
159
- font-weight: 100 700;
160
- src: url(assets/MaterialSymbolsOutlined.woff2) format("woff2");
161
- }
162
- .material-icons {
163
- font-family: "Material Symbols Sharp";
164
- font-weight: normal;
165
- font-style: normal;
166
- font-size: 24px;
167
- line-height: 1;
168
- letter-spacing: normal;
169
- text-transform: none;
170
- vertical-align: middle;
171
- display: inline-block;
172
- white-space: nowrap;
173
- word-wrap: normal;
174
- direction: ltr;
175
- -webkit-font-feature-settings: "liga";
176
- -webkit-font-smoothing: antialiased;
177
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
178
- }
179
-
180
- .material-icons-filled {
181
- font-family: "Material Symbols Sharp";
182
- font-weight: normal;
183
- font-style: normal;
184
- font-size: 24px;
185
- line-height: 1;
186
- letter-spacing: normal;
187
- text-transform: none;
188
- vertical-align: middle;
189
- display: inline-block;
190
- white-space: nowrap;
191
- word-wrap: normal;
192
- direction: ltr;
193
- -webkit-font-feature-settings: "liga";
194
- -webkit-font-smoothing: antialiased;
195
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
196
- font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
197
- }
198
-
199
- :root {
200
- --sidebar-width: 230px;
201
- --topbar-height: 44px;
202
- --monospace-font: "Roboto Mono", monospace;
203
- --track-shell-width: 250px;
204
- --track-border-color: #00000025;
205
- --anim-easing: cubic-bezier(0.4, 0, 0.2, 1);
206
- --selection-stroke-color: #00344596;
207
- --selection-fill-color: #8398e64d;
208
- --overview-timeline-non-visible-color: #c8c8c8cc;
209
- --details-content-height: 280px;
210
- --collapsed-background: hsla(190, 49%, 97%, 1);
211
- --expanded-background: hsl(215, 22%, 19%);
212
- }
213
-
214
- * {
215
- box-sizing: border-box;
216
- -webkit-tap-highlight-color: transparent;
217
- touch-action: none;
218
- }
219
-
220
- html {
221
- font-family: Roboto, verdana, sans-serif;
222
- height: 100%;
223
- width: 100%;
224
- }
225
-
226
- html,
227
- body,
228
- body > main {
229
- height: 100%;
230
- width: 100%;
231
- padding: 0;
232
- margin: 0;
233
- overscroll-behavior: none;
234
- overflow: hidden;
235
- }
236
-
237
- pre,
238
- code {
239
- font-family: var(--monospace-font);
240
- }
241
-
242
- body.testing {
243
- -webkit-font-smoothing: antialiased !important;
244
- font-kerning: none !important;
245
- }
246
-
247
- h1,
248
- h2,
249
- h3 {
250
- font-family: inherit;
251
- font-size: inherit;
252
- font-weight: inherit;
253
- padding: 0;
254
- margin: 0;
255
- }
256
-
257
- table {
258
- user-select: text;
259
- }
260
-
261
- body > main {
262
- display: grid;
263
- grid-template-areas: "sidebar topbar" "sidebar alerts" "sidebar page";
264
- grid-template-rows: auto auto 1fr;
265
- grid-template-columns: auto 1fr;
266
- color: #121212;
267
- overflow: hidden;
268
- }
269
-
270
- body.filedrag::after {
271
- content: "Drop the trace file to open it";
272
- position: fixed;
273
- z-index: 99;
274
- top: 0;
275
- left: 0;
276
- right: 0;
277
- bottom: 0;
278
- border: 10px dashed #404854;
279
- text-align: center;
280
- font-size: 3rem;
281
- line-height: 100vh;
282
- color: #333;
283
- background: rgba(255, 255, 255, 0.5);
284
- }
285
-
286
- button {
287
- background: none;
288
- color: inherit;
289
- border: none;
290
- padding: 0;
291
- font: inherit;
292
- cursor: pointer;
293
- outline: inherit;
294
- }
295
-
296
- button.close {
297
- font-family: var(--monospace-font);
298
- }
299
-
300
- .full-page-loading-screen {
301
- position: absolute;
302
- width: 100%;
303
- height: 100%;
304
- display: flex;
305
- justify-content: center;
306
- align-items: center;
307
- flex-direction: row;
308
- background: #3e4a5a url("assets/logo-3d.png") no-repeat fixed center;
309
- }
310
-
311
- .page {
312
- grid-area: page;
313
- }
314
-
315
- .alerts {
316
- grid-area: alerts;
317
- background-color: #f2f2f2;
318
- }
319
- .alerts > div {
320
- font-family: "Roboto", sans-serif;
321
- font-weight: 400;
322
- letter-spacing: 0.25px;
323
- padding: 1rem;
324
- display: flex;
325
- justify-content: space-between;
326
- align-items: center;
327
- }
328
- .alerts > div button {
329
- width: 24px;
330
- height: 24px;
331
- }
332
-
333
- .generic-table {
334
- font-family: "Roboto Condensed", sans-serif;
335
- font-weight: 300;
336
- color: #3c4b5d;
337
- font-size: 14px;
338
- line-height: 18px;
339
- width: 100%;
340
- border-collapse: collapse;
341
- }
342
- .generic-table thead {
343
- font-weight: normal;
344
- }
345
- .generic-table tr:hover td {
346
- background-color: hsl(214, 22%, 90%);
347
- }
348
- .generic-table tr.header {
349
- border-bottom: 1px solid rgba(60, 76, 92, 0.4);
350
- text-align: center;
351
- }
352
- .generic-table td {
353
- padding: 3px 5px;
354
- white-space: nowrap;
355
- }
356
- .generic-table td i.material-icons {
357
- font-size: 16px;
358
- }
359
-
360
- .pivot-table {
361
- font-family: "Roboto Condensed", sans-serif;
362
- font-weight: 300;
363
- color: #3c4b5d;
364
- font-size: 14px;
365
- line-height: 18px;
366
- width: 100%;
367
- border-collapse: collapse;
368
- }
369
- .pivot-table thead {
370
- font-weight: normal;
371
- }
372
- .pivot-table tr:hover td {
373
- background-color: hsl(214, 22%, 90%);
374
- }
375
- .pivot-table tr.header {
376
- border-bottom: 1px solid rgba(60, 76, 92, 0.4);
377
- text-align: center;
378
- }
379
- .pivot-table td {
380
- padding: 3px 5px;
381
- white-space: nowrap;
382
- }
383
- .pivot-table td i.material-icons {
384
- font-size: 16px;
385
- }
386
- .pivot-table thead,
387
- .pivot-table i {
388
- cursor: pointer;
389
- }
390
- .pivot-table td.first {
391
- border-left: 1px solid rgba(60, 76, 92, 0.4);
392
- padding-left: 6px;
393
- }
394
- .pivot-table thead td.reorderable-cell {
395
- cursor: grab;
396
- }
397
- .pivot-table .disabled {
398
- cursor: default;
399
- }
400
- .pivot-table .indent {
401
- display: inline-block;
402
- width: 16px;
403
- }
404
- .pivot-table strong {
405
- font-weight: 400;
406
- }
407
-
408
- .pf-query-panel {
409
- display: contents;
410
- }
411
- .pf-query-panel .pf-query-warning {
412
- padding: 4px;
413
- position: sticky;
414
- left: 0;
415
- }
416
-
417
- .pf-query-table {
418
- min-width: 100%;
419
- font-size: 14px;
420
- border: 0;
421
- }
422
- .pf-query-table thead td {
423
- position: sticky;
424
- top: 0;
425
- background-color: hsl(214, 22%, 90%);
426
- color: #262f3c;
427
- text-align: center;
428
- padding: 1px 3px;
429
- border-style: solid;
430
- border-color: #fff;
431
- border-right-width: 1px;
432
- border-left-width: 1px;
433
- }
434
- .pf-query-table tbody tr {
435
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
436
- background-color: hsl(214, 22%, 100%);
437
- font-family: var(--monospace-font);
438
- }
439
- .pf-query-table tbody tr:nth-child(even) {
440
- background-color: hsl(214, 22%, 95%);
441
- }
442
- .pf-query-table tbody tr td:first-child {
443
- padding-left: 5px;
444
- }
445
- .pf-query-table tbody tr td:last-child {
446
- padding-right: 5px;
447
- }
448
- .pf-query-table tbody tr:hover {
449
- background-color: hsl(214, 22%, 90%);
450
- }
451
- .pf-query-table tbody tr[clickable] {
452
- cursor: pointer;
453
- }
454
- .pf-query-table tbody tr[clickable]:active {
455
- background-color: hsl(206, 19%, 75%);
456
- box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2509803922);
457
- transition: none;
458
- }
459
-
460
- .query-error {
461
- padding: 20px 10px;
462
- color: hsl(350, 50%, 50%);
463
- font-family: "Roboto Mono", sans-serif;
464
- font-size: 12px;
465
- font-weight: 300;
466
- white-space: pre;
467
- }
468
-
469
- .dropdown {
470
- display: inline-block;
471
- position: relative;
472
- }
473
-
474
- .dropdown-button {
475
- cursor: pointer;
476
- }
477
-
478
- .popup-menu {
479
- position: absolute;
480
- background-color: white;
481
- right: 0;
482
- box-shadow: 0 0 4px 0 #999;
483
- /* TODO(hjd): Reduce and make z-index use sensible. */
484
- z-index: 1000;
485
- }
486
- .popup-menu.closed {
487
- display: none;
488
- }
489
- .popup-menu.opened {
490
- display: block;
491
- }
492
- .popup-menu button.open-menu {
493
- border-radius: 0;
494
- margin: 0;
495
- height: auto;
496
- background: transparent;
497
- color: #111;
498
- font-size: 12px;
499
- padding: 0.4em 1em;
500
- white-space: nowrap;
501
- width: 100%;
502
- text-align: right;
503
- line-height: 1;
504
- display: block;
505
- }
506
- .popup-menu button.open-menu:hover {
507
- background: #c7d0db;
508
- }
509
- .popup-menu .nested-menu {
510
- padding-right: 1em;
511
- }
512
-
513
- .x-scrollable {
514
- overflow-x: auto;
515
- }
516
-
517
- header.overview {
518
- position: sticky;
519
- top: 0;
520
- left: 0;
521
- display: flex;
522
- align-content: baseline;
523
- background-color: hsl(213, 22%, 82%);
524
- color: hsl(213, 22%, 20%);
525
- font-family: "Roboto Condensed", sans-serif;
526
- font-size: 15px;
527
- font-weight: 400;
528
- padding: 4px 10px;
529
- vertical-align: middle;
530
- border-color: hsl(213, 22%, 75%);
531
- border-style: solid;
532
- border-width: 1px 0;
533
- }
534
- header.overview .code {
535
- font-family: var(--monospace-font);
536
- font-size: 12px;
537
- margin-left: 10px;
538
- color: hsl(213, 22%, 40%);
539
- }
540
- header.overview span {
541
- white-space: nowrap;
542
- }
543
- header.overview span.code {
544
- text-overflow: ellipsis;
545
- max-width: 50vw;
546
- overflow: hidden;
547
- }
548
- header.overview span.spacer {
549
- flex-grow: 1;
550
- }
551
-
552
- .text-select {
553
- user-select: text;
554
- }
555
-
556
- button.query-ctrl {
557
- background: #262f3c;
558
- color: white;
559
- border-radius: 10px;
560
- font-size: 10px;
561
- height: 18px;
562
- line-height: 18px;
563
- min-width: 7em;
564
- margin: auto 0 auto 1rem;
565
- }
566
-
567
- .perf-stats {
568
- --stroke-color: hsl(217, 39%, 94%);
569
- position: fixed;
570
- bottom: 0;
571
- left: 0;
572
- width: 600px;
573
- color: var(--stroke-color);
574
- font-family: var(--monospace-font);
575
- padding: 10px 24px;
576
- z-index: 100;
577
- background-color: rgba(27, 28, 29, 0.9);
578
- }
579
- .perf-stats button {
580
- text-decoration: underline;
581
- color: hsl(45, 100%, 48%);
582
- }
583
- .perf-stats button:hover {
584
- color: hsl(6, 70%, 53%);
585
- }
586
- .perf-stats .close-button {
587
- position: absolute;
588
- right: 20px;
589
- top: 10px;
590
- width: 20px;
591
- height: 20px;
592
- color: var(--stroke-color);
593
- }
594
- .perf-stats > section {
595
- padding: 5px;
596
- border-bottom: 1px solid var(--stroke-color);
597
- }
598
- .perf-stats div {
599
- margin: 2px 0;
600
- }
601
- .perf-stats table,
602
- .perf-stats td,
603
- .perf-stats th {
604
- border: 1px solid var(--stroke-color);
605
- text-align: center;
606
- padding: 4px;
607
- margin: 4px 0;
608
- }
609
- .perf-stats table {
610
- border-collapse: collapse;
611
- }
612
-
613
- .cookie-consent {
614
- position: absolute;
615
- z-index: 10;
616
- left: 10px;
617
- bottom: 10px;
618
- width: 550px;
619
- background-color: #19212b;
620
- font-size: 14px;
621
- color: rgb(180, 183, 186);
622
- border-radius: 5px;
623
- padding: 20px;
624
- }
625
- .cookie-consent .buttons {
626
- display: flex;
627
- justify-content: flex-end;
628
- margin-top: 10px;
629
- font-size: 15px;
630
- }
631
- .cookie-consent button {
632
- padding: 10px;
633
- border-radius: 3px;
634
- color: #fff;
635
- margin-left: 5px;
636
- }
637
- .cookie-consent button a {
638
- text-decoration: none;
639
- color: #fff;
640
- }
641
- .cookie-consent button:hover {
642
- background-color: #373f4b;
643
- cursor: pointer;
644
- }
645
-
646
- .disallow-selection {
647
- user-select: none;
648
- }
649
-
650
- .pivot-table {
651
- user-select: text;
652
- padding: 10px;
653
- }
654
- .pivot-table button.mode-button {
655
- border-radius: 10px;
656
- padding: 7px;
657
- margin: 5px;
658
- background-color: #c7d0db;
659
- }
660
- .pivot-table.query-error {
661
- color: red;
662
- }
663
- .pivot-table .total-values {
664
- text-align: right;
665
- padding-right: 10px;
666
- }
667
- .pivot-table .empty-result {
668
- padding: 10px;
669
- }
670
- .pivot-table td.menu {
671
- text-align: left;
672
- }
673
- .pivot-table td {
674
- white-space: pre;
675
- }
676
-
677
- .name-completion {
678
- min-height: 20vh;
679
- min-width: 30vw;
680
- }
681
- .name-completion input {
682
- width: 90%;
683
- }
684
- .name-completion .arguments-popup-sizer {
685
- color: transparent;
686
- user-select: none;
687
- height: 0;
688
- }
689
-
690
- .reorderable-cell.dragged {
691
- color: gray;
692
- }
693
- .reorderable-cell.highlight-left {
694
- background: linear-gradient(90deg, rgba(60, 76, 92, 0.4), transparent 20%);
695
- }
696
- .reorderable-cell.highlight-right {
697
- background: linear-gradient(270deg, rgba(60, 76, 92, 0.4), transparent 20%);
698
- }
699
-
700
- .history-item {
701
- border-bottom: 1px solid hsl(213, 22%, 75%);
702
- padding: 0.25em 0.5em;
703
- max-height: 150px;
704
- overflow-y: auto;
705
- position: relative;
706
- }
707
- .history-item pre {
708
- font-size: 10pt;
709
- margin: 0;
710
- overflow-x: auto;
711
- overflow-y: hidden;
712
- white-space: pre-wrap;
713
- position: relative;
714
- cursor: pointer;
715
- }
716
- .history-item pre:hover::after {
717
- content: "Doubleclick to re-run";
718
- font-size: 12px;
719
- color: rgba(0, 0, 0, 0.2);
720
- position: absolute;
721
- top: 0;
722
- margin: auto;
723
- right: 0;
724
- }
725
- .history-item:hover {
726
- background-color: hsl(213, 22%, 94%);
727
- }
728
- .history-item:hover .history-item-buttons {
729
- visibility: visible;
730
- }
731
-
732
- .history-item-buttons {
733
- position: sticky;
734
- float: right;
735
- top: 0;
736
- visibility: hidden;
737
- }
738
- .history-item-buttons button {
739
- margin: 0 0.5rem;
740
- }
741
- .history-item-buttons button i.material-icons,
742
- .history-item-buttons button i.material-icons-filled {
743
- font-size: 18px;
744
- }
745
-
746
- .context-wrapper {
747
- white-space: nowrap;
748
- }
749
- .context-wrapper i.material-icons {
750
- margin-left: 0;
751
- }
752
-
753
- .pf-panel-container {
754
- user-select: none;
755
- }
756
- .pf-panel-container .pf-panel-stack {
757
- position: relative;
758
- }
759
- .pf-panel-container .pf-panel-stack .pf-overlay {
760
- position: absolute;
761
- inset: 0;
762
- pointer-events: none;
763
- }
764
- .pf-panel-container .pf-panel-stack .pf-panel.pf-sticky {
765
- position: sticky;
766
- top: 0;
767
- z-index: 1;
768
- }
769
-
770
- .viewer-page {
771
- position: relative;
772
- display: flex;
773
- flex-direction: column;
774
- overflow: hidden;
775
- }
776
- .viewer-page .pinned-panel-container {
777
- max-height: 50%;
778
- box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
779
- z-index: 1;
780
- flex-grow: 0;
781
- flex-shrink: 0;
782
- overflow-x: hidden;
783
- overflow-y: auto;
784
- scrollbar-gutter: stable;
785
- }
786
- .viewer-page .scrolling-panel-container {
787
- overflow-x: hidden;
788
- overflow-y: auto;
789
- scrollbar-gutter: stable;
790
- flex: 1 1 auto;
791
- will-change: transform;
792
- }
793
- .viewer-page .details-panel-container {
794
- box-shadow: rgba(0, 0, 0, 0.231372549) 0px 0px 3px 1px;
795
- overflow: auto;
796
- }
797
- .viewer-page .pf-timeline-header {
798
- display: flex;
799
- flex-direction: row;
800
- box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
801
- z-index: 2;
802
- }
803
- .viewer-page .pf-timeline-header .header-panel-container {
804
- flex-grow: 1;
805
- }
806
- .viewer-page .pf-timeline-header .scrollbar-spacer-vertical {
807
- scrollbar-gutter: stable;
808
- overflow-y: scroll;
809
- visibility: hidden;
810
- }
811
- .viewer-page .pan-and-zoom-content {
812
- flex: 1;
813
- position: relative;
814
- display: flex;
815
- flex-flow: column nowrap;
816
- overflow: hidden;
817
- }
818
- .viewer-page .overview-timeline {
819
- height: 70px;
820
- }
821
- .viewer-page .time-axis-panel {
822
- height: 22px;
823
- }
824
- .viewer-page .tickbar {
825
- height: 5px;
826
- }
827
- .viewer-page .notes-panel {
828
- height: 20px;
829
- }
830
- .viewer-page .notes-panel .pf-toolbar {
831
- width: var(--track-shell-width);
832
- padding-inline: 3px;
833
- }
834
- .viewer-page .notes-panel .pf-toolbar > .pf-text-input {
835
- flex: auto;
836
- }
837
- .viewer-page .time-selection-panel {
838
- height: 10px;
839
- }
840
-
841
- .track-content.pf-track-content-error {
842
- background: repeating-linear-gradient(-45deg, #ddd, #ddd 1.4142135624px, white 1.4142135624px, white 2.8284271247px);
843
- }
844
-
845
- .track {
846
- display: grid;
847
- grid-template-columns: auto 1fr;
848
- grid-template-rows: 1fr 0;
849
- container-type: size;
850
- }
851
- .track::after {
852
- display: block;
853
- content: "";
854
- grid-column: 1/span 2;
855
- border-top: 1px solid var(--track-border-color);
856
- margin-top: -1px;
857
- z-index: 2;
858
- }
859
- .track .track-shell {
860
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
861
- cursor: grab;
862
- width: var(--track-shell-width);
863
- border-right: 1px solid #c7d0db;
864
- }
865
- .track .track-shell .track-menubar {
866
- position: sticky;
867
- top: 0;
868
- display: grid;
869
- padding-block: 6px;
870
- padding-left: 10px;
871
- padding-right: 2px;
872
- grid-template-areas: "title buttons";
873
- grid-template-columns: 1fr auto;
874
- }
875
- .track .track-shell .pf-visible-on-hover {
876
- visibility: hidden;
877
- }
878
- .track .track-shell .pf-visible-on-hover.pf-active {
879
- visibility: visible;
880
- }
881
- .track .track-shell:hover .pf-visible-on-hover {
882
- visibility: visible;
883
- }
884
- .track .track-shell.drag {
885
- background-color: #eee;
886
- box-shadow: 0 4px 12px -4px #999 inset;
887
- }
888
- .track .track-shell.drop-before {
889
- box-shadow: 0 4px 2px -1px hsl(213, 40%, 50%) inset;
890
- }
891
- .track .track-shell.drop-after {
892
- box-shadow: 0 -4px 2px -1px hsl(213, 40%, 50%) inset;
893
- }
894
- .track .track-shell.selected {
895
- background-color: #ebeef9;
896
- }
897
- .track .track-shell .chip {
898
- background-color: #bed6ff;
899
- border-radius: 2px;
900
- font-size: smaller;
901
- padding: 0 0.1rem;
902
- margin-left: 1ch;
903
- white-space: nowrap;
904
- }
905
- .track .track-shell h1 {
906
- grid-area: title;
907
- color: hsl(213, 22%, 30%);
908
- font-size: 14px;
909
- max-height: 30px;
910
- overflow: hidden;
911
- text-align: left;
912
- overflow-wrap: break-word;
913
- font-family: "Roboto Condensed", sans-serif;
914
- font-weight: 300;
915
- line-break: anywhere;
916
- }
917
- .track .track-shell .track-buttons {
918
- grid-area: buttons;
919
- display: flex;
920
- height: 100%;
921
- align-items: center;
922
- font-size: 18px;
923
- }
924
- .track .track-shell.flash {
925
- background-color: #ffe263;
926
- }
927
-
928
- .track-group-panel {
929
- display: grid;
930
- grid-template-columns: auto 1fr;
931
- grid-template-rows: 1fr;
932
- height: 40px;
933
- }
934
- .track-group-panel .shell {
935
- border-right: 1px solid transparent;
936
- padding-right: 2px;
937
- }
938
- .track-group-panel::after {
939
- display: block;
940
- content: "";
941
- grid-column: 1/span 2;
942
- border-top: 1px solid var(--track-border-color);
943
- margin-top: -1px;
944
- }
945
- .track-group-panel[collapsed=true] {
946
- background-color: var(--collapsed-background);
947
- }
948
- .track-group-panel[collapsed=true] .shell {
949
- border-right: 1px solid #c7d0db;
950
- }
951
- .track-group-panel[collapsed=true] .track-button {
952
- color: rgb(60, 86, 136);
953
- }
954
- .track-group-panel[collapsed=false] {
955
- background-color: var(--expanded-background);
956
- color: white;
957
- font-weight: bold;
958
- }
959
- .track-group-panel[collapsed=false] .shell.flash {
960
- color: #121212;
961
- }
962
- .track-group-panel[collapsed=false] .track-button {
963
- color: white;
964
- }
965
- .track-group-panel[collapsed=false] span.chip {
966
- color: #121212;
967
- }
968
- .track-group-panel .shell {
969
- padding-left: 10px;
970
- display: grid;
971
- grid-template-areas: "fold-button title buttons";
972
- grid-template-columns: 28px 1fr auto;
973
- align-items: center;
974
- line-height: 1;
975
- width: var(--track-shell-width);
976
- min-height: 40px;
977
- }
978
- .track-group-panel .shell .track-title {
979
- user-select: text;
980
- }
981
- .track-group-panel .shell .track-subtitle {
982
- font-size: 0.6rem;
983
- font-weight: normal;
984
- overflow: hidden;
985
- white-space: nowrap;
986
- text-overflow: ellipsis;
987
- width: calc(var(--track-shell-width) - 56px);
988
- }
989
- .track-group-panel .shell .chip {
990
- background-color: #bed6ff;
991
- border-radius: 2px;
992
- font-size: smaller;
993
- padding: 0 0.1rem;
994
- margin-left: 1ch;
995
- white-space: nowrap;
996
- }
997
- .track-group-panel .shell .title-wrapper {
998
- grid-area: title;
999
- overflow: hidden;
1000
- }
1001
- .track-group-panel .shell h1 {
1002
- font-size: 14px;
1003
- max-height: 30px;
1004
- overflow: hidden;
1005
- text-align: left;
1006
- overflow-wrap: break-word;
1007
- font-family: "Roboto Condensed", sans-serif;
1008
- font-weight: 300;
1009
- line-break: anywhere;
1010
- }
1011
- .track-group-panel .shell .fold-button {
1012
- grid-area: fold-button;
1013
- }
1014
- .track-group-panel .shell .track-buttons {
1015
- grid-area: buttons;
1016
- display: flex;
1017
- height: 100%;
1018
- align-items: center;
1019
- font-size: 18px;
1020
- }
1021
- .track-group-panel .shell.pf-clickable {
1022
- cursor: pointer;
1023
- }
1024
- .track-group-panel .shell:hover .fold-button {
1025
- color: hsl(45, 100%, 48%);
1026
- }
1027
- .track-group-panel .shell.flash {
1028
- background-color: #ffe263;
1029
- }
1030
- .track-group-panel .shell.selected {
1031
- background-color: #ebeef9;
1032
- }
1033
- .track-group-panel .track-content {
1034
- display: grid;
1035
- }
1036
- .track-group-panel .track-content span {
1037
- font-size: 14px;
1038
- max-height: 30px;
1039
- overflow: hidden;
1040
- text-align: left;
1041
- overflow-wrap: break-word;
1042
- font-family: "Roboto Condensed", sans-serif;
1043
- font-weight: 300;
1044
- line-break: anywhere;
1045
- align-self: center;
1046
- }
1047
-
1048
- .pf-track-details-dropdown {
1049
- max-width: 400px;
1050
- }
1051
-
1052
- .pf-panel-group .track-shell .track-menubar {
1053
- top: 40px;
1054
- }
1055
-
1056
- @container (height < 26px) {
1057
- .track .track-shell {
1058
- display: flex;
1059
- flex-direction: column;
1060
- align-items: stretch;
1061
- justify-content: center;
1062
- }
1063
- .track .track-shell .track-menubar {
1064
- padding-block: 0px;
1065
- }
1066
- }
1067
- .home-page {
1068
- display: grid;
1069
- align-items: stretch;
1070
- justify-items: center;
1071
- grid-template-columns: 1fr;
1072
- grid-template-rows: 1fr 60px;
1073
- grid-template-areas: "center" "footer";
1074
- }
1075
- .home-page .home-page-center {
1076
- grid-area: center;
1077
- display: flex;
1078
- flex-direction: column;
1079
- justify-content: space-around;
1080
- align-items: center;
1081
- }
1082
- .home-page .home-page-center .logo {
1083
- height: 1em;
1084
- margin-right: 1rem;
1085
- }
1086
- .home-page .home-page-center .home-page-title {
1087
- display: flex;
1088
- flex-direction: row;
1089
- align-items: center;
1090
- justify-content: center;
1091
- font-size: 60px;
1092
- margin: 25px;
1093
- text-align: center;
1094
- font-family: "Roboto Condensed", sans-serif;
1095
- color: #333;
1096
- }
1097
- .home-page .home-page-center .channel-select {
1098
- font-family: "Roboto Condensed", sans-serif;
1099
- --chan-width: 100px;
1100
- --chan-num: 2;
1101
- }
1102
- .home-page .home-page-center .channel-select input[type=radio] {
1103
- width: 0;
1104
- height: 0;
1105
- margin: 0;
1106
- padding: 0;
1107
- -moz-appearance: none;
1108
- -webkit-appearance: none;
1109
- }
1110
- .home-page .home-page-center .channel-select input[type=radio]:nth-of-type(1):checked ~ .highlight {
1111
- margin-left: 0;
1112
- }
1113
- .home-page .home-page-center .channel-select input[type=radio]:nth-of-type(2):checked ~ .highlight {
1114
- margin-left: 100px;
1115
- background-color: hsl(54, 100%, 40%);
1116
- }
1117
- .home-page .home-page-center .channel-select input[type=radio]:nth-of-type(3):checked ~ .highlight {
1118
- margin-left: 200px;
1119
- background-color: hsl(24, 80%, 42%);
1120
- }
1121
- .home-page .home-page-center .channel-select fieldset {
1122
- text-align: center;
1123
- margin: 1rem auto;
1124
- padding: 0;
1125
- position: relative;
1126
- background-color: hsl(218, 8%, 30%);
1127
- border-radius: 2px;
1128
- box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
1129
- border: 0;
1130
- width: calc(var(--chan-width) * var(--chan-num));
1131
- height: 40px;
1132
- line-height: 40px;
1133
- z-index: 0;
1134
- }
1135
- .home-page .home-page-center .channel-select label {
1136
- display: inline-block;
1137
- cursor: pointer;
1138
- position: relative;
1139
- width: var(--chan-width);
1140
- height: 100%;
1141
- color: white;
1142
- z-index: 2;
1143
- text-transform: uppercase;
1144
- font-size: 16px;
1145
- font-family: "Roboto Condensed", sans-serif;
1146
- }
1147
- .home-page .home-page-center .channel-select .highlight {
1148
- width: var(--chan-width);
1149
- height: 100%;
1150
- position: absolute;
1151
- background: hsla(122, 45%, 45%, 0.99);
1152
- background-image: linear-gradient(rgba(255, 255, 255, 0.2), transparent);
1153
- top: 0;
1154
- left: 0;
1155
- z-index: 1;
1156
- border-radius: inherit;
1157
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
1158
- }
1159
- .home-page .home-page-center .channel-select .home-page-reload {
1160
- font-size: 12px;
1161
- opacity: 0;
1162
- color: #da4534;
1163
- font-weight: 400;
1164
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
1165
- }
1166
- .home-page .home-page-center .channel-select .home-page-reload.show {
1167
- opacity: 1;
1168
- }
1169
- .home-page .home-page-center .home-page-hints {
1170
- display: flex;
1171
- flex-direction: column;
1172
- align-items: center;
1173
- justify-content: center;
1174
- font-family: "Roboto Condensed", sans-serif;
1175
- }
1176
- .home-page .home-page-center .home-page-hints .pf-hotkey {
1177
- display: inline-flex;
1178
- vertical-align: middle;
1179
- }
1180
- .home-page .home-page-center .home-page-hints ul {
1181
- margin: 0;
1182
- padding: 0;
1183
- }
1184
- .home-page .home-page-center .home-page-hints ul li {
1185
- padding-top: 0.5rem;
1186
- }
1187
- .home-page .home-page-center .home-page-hints .tagline {
1188
- font-style: italic;
1189
- color: red;
1190
- }
1191
- .home-page .home-page-center .home-page-hints img {
1192
- display: block;
1193
- object-fit: contain;
1194
- max-width: 30vw;
1195
- }
1196
- .home-page .privacy {
1197
- grid-area: footer;
1198
- align-self: center;
1199
- text-decoration: none;
1200
- font-family: "Roboto Condensed", sans-serif;
1201
- color: #333;
1202
- }
1203
-
1204
- .query-page {
1205
- overflow-y: auto;
1206
- overflow-x: hidden;
1207
- }
1208
- .query-page .pf-editor {
1209
- width: 100%;
1210
- height: 0;
1211
- min-height: 3rem;
1212
- overflow-y: auto;
1213
- resize: vertical;
1214
- }
1215
-
1216
- .metrics-page-picker {
1217
- display: flex;
1218
- }
1219
-
1220
- .metrics-page-picker > * {
1221
- margin-right: 1rem;
1222
- }
1223
-
1224
- .metrics-page {
1225
- padding: 30px;
1226
- font-family: "Roboto", sans-serif;
1227
- overflow-y: scroll;
1228
- overflow-x: hidden;
1229
- }
1230
- .metrics-page > * {
1231
- margin-bottom: 1rem;
1232
- }
1233
- .metrics-page pre {
1234
- background-color: #eee;
1235
- padding: 20px;
1236
- font-family: "Roboto Mono";
1237
- line-height: 1.5em;
1238
- border-radius: 2px;
1239
- overflow-x: auto;
1240
- }
1241
- .metrics-page pre.metric-error {
1242
- color: #ef6c00;
1243
- }
1244
-
1245
- .sidebar {
1246
- --sidebar-padding-bottom: 40px;
1247
- --sidebar-timing: 0.15s;
1248
- grid-area: sidebar;
1249
- z-index: 4;
1250
- background-color: #262f3c;
1251
- overflow: hidden;
1252
- width: var(--sidebar-width);
1253
- display: flex;
1254
- position: relative;
1255
- flex-direction: column;
1256
- transition: margin-left var(--anim-easing) var(--sidebar-timing), visibility linear var(--sidebar-timing);
1257
- }
1258
- .sidebar > * {
1259
- border-bottom: 1px solid #404854;
1260
- }
1261
- .sidebar input[type=file] {
1262
- display: none;
1263
- }
1264
- .sidebar > header {
1265
- font-family: "Roboto Condensed", sans-serif;
1266
- font-weight: 700;
1267
- font-size: 24px;
1268
- height: var(--topbar-height);
1269
- line-height: var(--topbar-height);
1270
- vertical-align: middle;
1271
- padding: 0 12px;
1272
- color: #fff;
1273
- overflow: visible;
1274
- }
1275
- .sidebar > header .brand {
1276
- height: 36px;
1277
- margin-top: 4px;
1278
- }
1279
- .sidebar > header::before {
1280
- z-index: 10;
1281
- }
1282
- .sidebar > header.canary::before, .sidebar > header.autopush::before {
1283
- display: block;
1284
- position: absolute;
1285
- font-size: 10px;
1286
- line-height: 5px;
1287
- font-family: "Roboto", sans-serif;
1288
- top: 7px;
1289
- right: 48px;
1290
- }
1291
- .sidebar > header.canary::before {
1292
- content: "CANARY";
1293
- color: #ffd700;
1294
- }
1295
- .sidebar > header.autopush::before {
1296
- content: "AUTOPUSH";
1297
- color: #aed581;
1298
- }
1299
- .sidebar .sidebar-button {
1300
- position: fixed;
1301
- z-index: 5;
1302
- background-color: #262f3c;
1303
- height: var(--topbar-height);
1304
- left: calc(var(--sidebar-width) - 50px);
1305
- border-radius: 0 5px 5px 0;
1306
- border-bottom: inherit;
1307
- visibility: visible;
1308
- transition: left var(--anim-easing) var(--sidebar-timing);
1309
- width: 48px;
1310
- overflow: hidden;
1311
- }
1312
- .sidebar .sidebar-button > button {
1313
- vertical-align: middle;
1314
- }
1315
- .sidebar.hide-sidebar {
1316
- visibility: hidden;
1317
- margin-left: calc(var(--sidebar-width) * -1);
1318
- }
1319
- .sidebar.hide-sidebar .sidebar-button {
1320
- left: 0;
1321
- background-color: transparent;
1322
- border-radius: unset;
1323
- border-bottom: none;
1324
- color: #aaaaaa;
1325
- }
1326
- .sidebar .sidebar-scroll {
1327
- overflow-y: auto;
1328
- flex: 1;
1329
- }
1330
- .sidebar .sidebar-scroll::-webkit-scrollbar {
1331
- width: 0.5em;
1332
- }
1333
- .sidebar .sidebar-scroll::-webkit-scrollbar-track {
1334
- background-color: #19212b;
1335
- border-radius: 2px;
1336
- }
1337
- .sidebar .sidebar-scroll::-webkit-scrollbar-thumb {
1338
- background: rgba(180, 183, 186, 0.431372549);
1339
- border-radius: 2px;
1340
- }
1341
- .sidebar .sidebar-scroll > .sidebar-scroll-container {
1342
- position: relative;
1343
- min-height: 100%;
1344
- padding-bottom: var(--sidebar-padding-bottom);
1345
- }
1346
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section {
1347
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
1348
- padding: 20px 0;
1349
- max-height: 80px;
1350
- }
1351
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header {
1352
- cursor: pointer;
1353
- }
1354
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h1,
1355
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h2 {
1356
- letter-spacing: 0.25px;
1357
- overflow: hidden;
1358
- text-overflow: ellipsis;
1359
- white-space: nowrap;
1360
- margin: 0 12px;
1361
- }
1362
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h1 {
1363
- color: #fff;
1364
- font-size: 15px;
1365
- }
1366
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header > h2 {
1367
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
1368
- color: rgba(255, 255, 255, 0.5);
1369
- font-size: 12px;
1370
- margin-top: 8px;
1371
- font-weight: 400;
1372
- }
1373
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section .section-header:before {
1374
- font-family: "Material Symbols Sharp";
1375
- font-weight: normal;
1376
- font-style: normal;
1377
- font-size: 24px;
1378
- line-height: 1;
1379
- letter-spacing: normal;
1380
- text-transform: none;
1381
- vertical-align: middle;
1382
- display: inline-block;
1383
- white-space: nowrap;
1384
- word-wrap: normal;
1385
- direction: ltr;
1386
- -webkit-font-feature-settings: "liga";
1387
- -webkit-font-smoothing: antialiased;
1388
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
1389
- content: "expand_more";
1390
- float: right;
1391
- color: rgba(255, 255, 255, 0.3);
1392
- margin-right: 12px;
1393
- margin-top: -4px;
1394
- }
1395
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section:hover {
1396
- background-color: #373f4b;
1397
- }
1398
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded {
1399
- background-color: #19212b;
1400
- max-height: unset;
1401
- }
1402
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded .section-header h2 {
1403
- opacity: 0;
1404
- }
1405
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded .section-header:before {
1406
- content: "expand_less";
1407
- }
1408
- .sidebar .sidebar-scroll > .sidebar-scroll-container > section.expanded .section-content {
1409
- pointer-events: inherit;
1410
- opacity: 1;
1411
- }
1412
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content {
1413
- pointer-events: none;
1414
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
1415
- opacity: 0;
1416
- color: #b4b7ba;
1417
- }
1418
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content a {
1419
- color: #b4b7ba;
1420
- }
1421
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content ul {
1422
- list-style-type: none;
1423
- margin: 0;
1424
- padding: 0;
1425
- }
1426
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li {
1427
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
1428
- }
1429
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a {
1430
- line-height: 24px;
1431
- font-size: 14px;
1432
- padding: 4px 12px;
1433
- text-decoration: none;
1434
- display: block;
1435
- }
1436
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a.pending {
1437
- color: rgba(255, 255, 255, 0.3);
1438
- }
1439
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a.pending::after {
1440
- content: " ";
1441
- display: inline-block;
1442
- vertical-align: middle;
1443
- box-sizing: border-box;
1444
- width: 18px;
1445
- height: 18px;
1446
- margin-left: 10px;
1447
- border-radius: 50%;
1448
- border: 2px solid #b4b7ba;
1449
- border-color: #b4b7ba transparent;
1450
- animation: pending-spinner 1.25s linear infinite;
1451
- }
1452
- @keyframes pending-spinner {
1453
- 0% {
1454
- transform: rotate(0deg);
1455
- }
1456
- 100% {
1457
- transform: rotate(360deg);
1458
- }
1459
- }
1460
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li a[disabled] {
1461
- text-decoration: line-through;
1462
- }
1463
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li .material-icons {
1464
- margin-right: 10px;
1465
- font-size: 20px;
1466
- }
1467
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li:hover {
1468
- background-color: #373f4b;
1469
- }
1470
- .sidebar .sidebar-scroll > .sidebar-scroll-container .section-content li .trace-file-name {
1471
- white-space: break-spaces;
1472
- font-family: "Roboto Condensed", sans-serif;
1473
- word-break: break-all;
1474
- font-weight: 300;
1475
- letter-spacing: 0;
1476
- margin-top: -10px;
1477
- color: #fff;
1478
- }
1479
- .sidebar .sidebar-footer {
1480
- position: absolute;
1481
- bottom: 0;
1482
- width: 100%;
1483
- padding: 2px 10px;
1484
- display: grid;
1485
- height: -var(--sidebar-padding-bottom);
1486
- grid-template-columns: repeat(4, min-content);
1487
- grid-gap: 10px;
1488
- }
1489
- .sidebar .sidebar-footer > button {
1490
- color: hsl(217, 39%, 94%);
1491
- }
1492
- .sidebar .sidebar-footer > button i {
1493
- font-size: 24px;
1494
- }
1495
- .sidebar .sidebar-footer > button:hover {
1496
- color: hsl(45, 100%, 48%);
1497
- }
1498
- .sidebar .sidebar-footer > .dbg-info-square {
1499
- font-family: "Roboto Condensed", sans-serif;
1500
- width: 24px;
1501
- height: 24px;
1502
- line-height: 24px;
1503
- display: flex;
1504
- justify-content: center;
1505
- flex-direction: column;
1506
- align-items: center;
1507
- margin: 1px 0;
1508
- background: #12161b;
1509
- color: #4e71b3;
1510
- border-radius: 2px;
1511
- font-size: 12px;
1512
- text-align: center;
1513
- }
1514
- .sidebar .sidebar-footer > .dbg-info-square.green {
1515
- background: #7aca75;
1516
- color: #12161b;
1517
- }
1518
- .sidebar .sidebar-footer > .dbg-info-square.amber {
1519
- background: #ffc107;
1520
- color: #333;
1521
- }
1522
- .sidebar .sidebar-footer > .dbg-info-square.red {
1523
- background: #d32f2f;
1524
- color: #fff;
1525
- }
1526
- .sidebar .sidebar-footer > .dbg-info-square > div {
1527
- font-size: 10px;
1528
- line-height: 11px;
1529
- }
1530
- .sidebar .sidebar-footer .version {
1531
- position: absolute;
1532
- right: 8px;
1533
- bottom: 3px;
1534
- font-size: 12px;
1535
- font-family: "Roboto Condensed", sans-serif;
1536
- margin-top: 11px;
1537
- }
1538
- .sidebar .sidebar-footer .version a {
1539
- color: rgba(255, 255, 255, 0.5);
1540
- text-decoration: none;
1541
- }
1542
-
1543
- body.testing .sidebar-footer {
1544
- visibility: hidden;
1545
- }
1546
-
1547
- .keycap {
1548
- background-color: #fafbfc;
1549
- border: 1px solid #d1d5da;
1550
- border-bottom-color: #c6cbd1;
1551
- border-radius: 3px;
1552
- box-shadow: inset 0 -1px 0 #c6cbd1;
1553
- color: #444d56;
1554
- display: inline-block;
1555
- font-family: var(--monospace-font);
1556
- vertical-align: middle;
1557
- line-height: 20px;
1558
- padding: 3px 7px;
1559
- }
1560
-
1561
- .topbar {
1562
- grid-area: topbar;
1563
- position: relative;
1564
- z-index: 3;
1565
- overflow: visible;
1566
- background-color: hsl(215, 1%, 95%);
1567
- box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1490196078);
1568
- min-height: var(--topbar-height);
1569
- display: flex;
1570
- justify-content: center;
1571
- align-items: center;
1572
- }
1573
- .topbar .omnibox {
1574
- width: 90%;
1575
- max-width: 600px;
1576
- transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
1577
- display: grid;
1578
- grid-template-areas: "icon input stepthrough";
1579
- grid-template-columns: 34px auto max-content;
1580
- border-radius: 2px;
1581
- background-color: white;
1582
- border: solid 1px transparent;
1583
- line-height: 34px;
1584
- }
1585
- .topbar .omnibox:focus-within {
1586
- border-color: #aaa;
1587
- box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
1588
- }
1589
- .topbar .omnibox:before {
1590
- font-family: "Material Symbols Sharp";
1591
- font-weight: normal;
1592
- font-style: normal;
1593
- font-size: 24px;
1594
- line-height: 1;
1595
- letter-spacing: normal;
1596
- text-transform: none;
1597
- vertical-align: middle;
1598
- display: inline-block;
1599
- white-space: nowrap;
1600
- word-wrap: normal;
1601
- direction: ltr;
1602
- -webkit-font-feature-settings: "liga";
1603
- -webkit-font-smoothing: antialiased;
1604
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
1605
- content: "search";
1606
- margin: 5px;
1607
- color: #aaa;
1608
- grid-area: icon;
1609
- }
1610
- .topbar .omnibox input {
1611
- grid-area: input;
1612
- border: 0;
1613
- padding: 0 10px;
1614
- font-size: 18px;
1615
- font-family: "Roboto Condensed", sans-serif;
1616
- font-weight: 300;
1617
- color: #666;
1618
- background-color: transparent;
1619
- }
1620
- .topbar .omnibox input:focus {
1621
- outline: none;
1622
- }
1623
- .topbar .omnibox input::placeholder {
1624
- color: #b4b7ba;
1625
- font-family: "Roboto Condensed", sans-serif;
1626
- font-weight: 400;
1627
- }
1628
- .topbar .omnibox.query-mode {
1629
- background-color: #111;
1630
- border-radius: 0;
1631
- width: 100%;
1632
- max-width: 100%;
1633
- margin-top: 0;
1634
- border-left: 1px solid #404854;
1635
- height: var(--topbar-height);
1636
- }
1637
- .topbar .omnibox.query-mode input {
1638
- color: #9ddc67;
1639
- font-family: var(--monospace-font);
1640
- padding-left: 0;
1641
- }
1642
- .topbar .omnibox.query-mode:before {
1643
- content: "attach_money";
1644
- color: #9ddc67;
1645
- font-size: 26px;
1646
- padding-top: 5px;
1647
- }
1648
- .topbar .omnibox.command-mode:before {
1649
- font-family: "Material Symbols Sharp";
1650
- font-weight: normal;
1651
- font-style: normal;
1652
- font-size: 24px;
1653
- line-height: 1;
1654
- letter-spacing: normal;
1655
- text-transform: none;
1656
- vertical-align: middle;
1657
- display: inline-block;
1658
- white-space: nowrap;
1659
- word-wrap: normal;
1660
- direction: ltr;
1661
- -webkit-font-feature-settings: "liga";
1662
- -webkit-font-smoothing: antialiased;
1663
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
1664
- content: "chevron_right";
1665
- margin: 5px;
1666
- color: #aaa;
1667
- grid-area: icon;
1668
- }
1669
- .topbar .omnibox.prompt-mode:before {
1670
- font-family: "Material Symbols Sharp";
1671
- font-weight: normal;
1672
- font-style: normal;
1673
- font-size: 24px;
1674
- line-height: 1;
1675
- letter-spacing: normal;
1676
- text-transform: none;
1677
- vertical-align: middle;
1678
- display: inline-block;
1679
- white-space: nowrap;
1680
- word-wrap: normal;
1681
- direction: ltr;
1682
- -webkit-font-feature-settings: "liga";
1683
- -webkit-font-smoothing: antialiased;
1684
- font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
1685
- content: "question_mark";
1686
- margin: 5px;
1687
- color: #aaa;
1688
- grid-area: icon;
1689
- }
1690
- .topbar .omnibox.message-mode {
1691
- background-color: hsl(0, 0%, 89%);
1692
- border-radius: 2px;
1693
- }
1694
- .topbar .omnibox.message-mode input::placeholder {
1695
- font-weight: 400;
1696
- font-family: var(--monospace-font);
1697
- color: hsl(213, 40%, 50%);
1698
- }
1699
- .topbar .omnibox.message-mode:before {
1700
- content: "info";
1701
- }
1702
- .topbar .omnibox .stepthrough {
1703
- grid-area: stepthrough;
1704
- display: flex;
1705
- font: inherit;
1706
- font-size: 14px;
1707
- font-family: "Roboto Condensed", sans-serif;
1708
- font-weight: 300;
1709
- color: #aaa;
1710
- }
1711
- .topbar .omnibox .stepthrough .current {
1712
- padding-right: 10px;
1713
- }
1714
- .topbar .omnibox .stepthrough .material-icons.left {
1715
- border-right: rgb(218, 217, 217) solid 1px;
1716
- }
1717
- .topbar .progress {
1718
- position: absolute;
1719
- bottom: 0;
1720
- height: 1px;
1721
- width: 100%;
1722
- }
1723
- .topbar .progress-anim:before {
1724
- content: "";
1725
- position: absolute;
1726
- background-color: hsl(219, 50%, 50%);
1727
- top: 0;
1728
- left: 0;
1729
- bottom: 0;
1730
- will-change: left, right;
1731
- animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
1732
- }
1733
- .topbar .progress-anim:after {
1734
- content: "";
1735
- position: absolute;
1736
- background-color: hsl(219, 50%, 50%);
1737
- top: 0;
1738
- left: 0;
1739
- bottom: 0;
1740
- will-change: left, right;
1741
- animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
1742
- animation-delay: 1.15s;
1743
- }
1744
- @keyframes indeterminate {
1745
- 0% {
1746
- left: -35%;
1747
- right: 100%;
1748
- }
1749
- 60% {
1750
- left: 100%;
1751
- right: -90%;
1752
- }
1753
- 100% {
1754
- left: 100%;
1755
- right: -90%;
1756
- }
1757
- }
1758
- @keyframes indeterminate-short {
1759
- 0% {
1760
- left: -35%;
1761
- right: 100%;
1762
- }
1763
- 60% {
1764
- left: 100%;
1765
- right: -90%;
1766
- }
1767
- 100% {
1768
- left: 100%;
1769
- right: -90%;
1770
- }
1771
- }
1772
- .topbar .notification-btn {
1773
- transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, width 0.25s ease, height 0.25s ease, max-width 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-radius 0.25s ease;
1774
- font-size: 16px;
1775
- padding: 8px 10px;
1776
- margin: 0 10px;
1777
- border-radius: 2px;
1778
- background: hsl(210, 10%, 73%);
1779
- }
1780
- .topbar .notification-btn:hover {
1781
- background: hsl(210, 10%, 83%);
1782
- }
1783
- .topbar .notification-btn.preferred {
1784
- background: hsl(210, 98%, 53%);
1785
- color: #fff;
1786
- }
1787
- .topbar .notification-btn.preferred:hover {
1788
- background: hsl(210, 98%, 63%);
1789
- }
1790
-
1791
- .error-box {
1792
- position: absolute;
1793
- right: 10px;
1794
- display: flex;
1795
- align-items: center;
1796
- }
1797
- .error-box .error {
1798
- color: #ef6c00;
1799
- }
1800
- .error-box .error:hover {
1801
- cursor: pointer;
1802
- }
1803
- .error-box .popup-trigger {
1804
- width: 0px;
1805
- height: 0px;
1806
- }
1807
-
1808
- .error-popup {
1809
- width: 100px;
1810
- font-size: 14px;
1811
- font-family: "Roboto Condensed", sans-serif;
1812
- }
1813
-
1814
- .helpful-hint {
1815
- position: absolute;
1816
- z-index: 10;
1817
- right: 5px;
1818
- top: 5px;
1819
- width: 300px;
1820
- background-color: white;
1821
- font-size: 12px;
1822
- color: #3f4040;
1823
- display: grid;
1824
- border-radius: 5px;
1825
- padding: 8px;
1826
- box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
1827
- }
1828
-
1829
- .hint-text {
1830
- padding-bottom: 5px;
1831
- }
1832
-
1833
- .hint-dismiss-button {
1834
- color: #f4fafb;
1835
- background-color: #19212b;
1836
- width: fit-content;
1837
- padding: 3px;
1838
- border-radius: 3px;
1839
- }
1840
-
1841
- .hide-sidebar .query-mode {
1842
- padding-left: 48px;
1843
- }
1844
-
1845
- .pf-omnibox-dropdown {
1846
- font-family: "Roboto Condensed", sans-serif;
1847
- }
1848
- .pf-omnibox-dropdown .pf-keycap {
1849
- font-size: smaller;
1850
- }
1851
- .pf-omnibox-dropdown ul {
1852
- padding: 0;
1853
- margin: 0;
1854
- }
1855
- .pf-omnibox-dropdown .pf-omnibox-options-container {
1856
- max-height: 450px;
1857
- overflow-y: auto;
1858
- }
1859
- .pf-omnibox-dropdown .pf-omnibox-options-container .pf-omnibox-section-header {
1860
- font-size: smaller;
1861
- margin: 4px 0;
1862
- border-bottom: solid 1px #aaa;
1863
- }
1864
- .pf-omnibox-dropdown .pf-omnibox-options-container li {
1865
- list-style-type: none;
1866
- display: flex;
1867
- gap: 4px;
1868
- user-select: none;
1869
- font-family: "Roboto Condensed", sans-serif;
1870
- cursor: pointer;
1871
- padding: 4px 8px;
1872
- border-radius: 2px;
1873
- align-items: center;
1874
- font-weight: lighter;
1875
- line-height: 1.2;
1876
- }
1877
- .pf-omnibox-dropdown .pf-omnibox-options-container li .pf-title {
1878
- flex-grow: 1;
1879
- }
1880
- .pf-omnibox-dropdown .pf-omnibox-options-container li .pf-tag {
1881
- border-radius: 10px;
1882
- background: rgba(0, 0, 0, 0.0666666667);
1883
- padding: 0 6px;
1884
- font-size: smaller;
1885
- }
1886
- .pf-omnibox-dropdown .pf-omnibox-options-container li:hover {
1887
- background-color: rgba(0, 0, 0, 0.0666666667);
1888
- }
1889
- .pf-omnibox-dropdown .pf-omnibox-options-container li.pf-highlighted {
1890
- background-color: #3d5688;
1891
- color: white;
1892
- }
1893
- .pf-omnibox-dropdown .pf-omnibox-dropdown-footer {
1894
- display: flex;
1895
- justify-content: center;
1896
- padding: 8px 0 6px 0;
1897
- gap: 12px;
1898
- border-top: solid 1px #aaa;
1899
- }
1900
- .pf-omnibox-dropdown .pf-omnibox-dropdown-footer section {
1901
- display: flex;
1902
- justify-content: center;
1903
- gap: 4px;
1904
- }
1905
- .pf-omnibox-dropdown .pf-omnibox-dropdown-footer section .pf-keycap {
1906
- margin: 0 2px;
1907
- }
1908
-
1909
- :root {
1910
- --record-text-color: #333;
1911
- }
1912
-
1913
- .record-page {
1914
- position: relative;
1915
- overflow-y: scroll;
1916
- background-color: #fefefe;
1917
- padding: 40px 20px;
1918
- }
1919
-
1920
- .record-container {
1921
- position: relative;
1922
- max-width: 900px;
1923
- min-height: 500px;
1924
- margin: auto;
1925
- border-radius: 2px;
1926
- box-shadow: 0 1px 2px 0 #aaa, 0 1px 3px 1px #eee;
1927
- background-color: #fff;
1928
- display: grid;
1929
- grid-template-rows: auto 1fr;
1930
- grid-template-areas: "header" "content";
1931
- overflow: hidden;
1932
- z-index: 6;
1933
- }
1934
- .record-container .record-container-content {
1935
- display: grid;
1936
- grid-template-columns: 2fr 5fr;
1937
- grid-template-areas: "sidebar section";
1938
- }
1939
- .record-container .full-centered {
1940
- width: 100%;
1941
- height: 100%;
1942
- text-align: center;
1943
- padding: 180px 30px;
1944
- font-family: "Roboto", sans-serif;
1945
- font-size: 25px;
1946
- }
1947
-
1948
- .record-modal {
1949
- display: flex;
1950
- flex-direction: column;
1951
- }
1952
- .record-modal .line {
1953
- padding: 10px 10px 10px 10px;
1954
- border-bottom: 1px solid #808080;
1955
- }
1956
- .record-modal .record-modal-section {
1957
- display: flex;
1958
- flex-direction: row;
1959
- }
1960
- .record-modal .record-modal-section .logo-wrapping {
1961
- width: 150px;
1962
- height: 150px;
1963
- display: inline-block;
1964
- margin: 50px 30px 0px 0px;
1965
- align-self: center;
1966
- }
1967
- .record-modal .record-modal-section .logo-wrapping i.material-icons {
1968
- color: #16161d;
1969
- font-size: 150px;
1970
- }
1971
- .record-modal .record-modal-section select {
1972
- min-width: 300px;
1973
- min-height: 80px;
1974
- }
1975
- .record-modal .record-modal-section .record-modal-description {
1976
- display: flex;
1977
- flex-direction: column;
1978
- align-items: left;
1979
- }
1980
- .record-modal .record-modal-section .record-modal-description .record-modal-command {
1981
- display: flex;
1982
- flex-direction: row;
1983
- align-items: center;
1984
- padding: 10px 0px 10px 0px;
1985
- color: #fff;
1986
- }
1987
- .record-modal .record-modal-section .record-modal-description .record-modal-command .code-snippet {
1988
- width: 100%;
1989
- }
1990
- .record-modal .record-modal-section .record-modal-description h3 {
1991
- padding-top: 15px;
1992
- align-self: start;
1993
- font-size: 1.2rem;
1994
- color: #0000ff;
1995
- }
1996
- .record-modal .record-modal-section .record-modal-description h4 {
1997
- align-self: start;
1998
- font-size: 1.1rem;
1999
- }
2000
- .record-modal .record-modal-section .record-modal-description text {
2001
- padding: 10px 0px 10px 0px;
2002
- color: #000000;
2003
- }
2004
- .record-modal .record-modal-section .record-modal-description input[type=text] {
2005
- flex-grow: 1;
2006
- border-radius: 2px;
2007
- border: 1px solid #dcdcdc;
2008
- padding: 3px;
2009
- margin: 0 10px;
2010
- min-width: 170px;
2011
- }
2012
- .record-modal .record-modal-section .record-modal-description input[type=text]:focus {
2013
- outline: none;
2014
- box-shadow: 1px 1px 1px rgba(23, 32, 44, 0.3);
2015
- }
2016
- .record-modal .record-modal-button,
2017
- .record-modal .record-modal-button-high,
2018
- .record-modal .record-modal-logo-button {
2019
- font-size: 0.875rem;
2020
- padding-left: 1rem;
2021
- padding-right: 1rem;
2022
- padding-top: 0.5rem;
2023
- padding-bottom: 0.5rem;
2024
- background-color: #0000ff;
2025
- color: #fff;
2026
- cursor: pointer;
2027
- -webkit-appearance: button;
2028
- text-transform: none;
2029
- overflow: visible;
2030
- line-height: 1.15;
2031
- margin: 5px;
2032
- will-change: transform;
2033
- -moz-osx-font-smoothing: grayscale;
2034
- -webkit-backface-visibility: hidden;
2035
- backface-visibility: hidden;
2036
- transform: translateZ(0);
2037
- transition: transform 0.25s ease-out;
2038
- align-self: end;
2039
- text-align: center;
2040
- }
2041
- .record-modal .record-modal-button,
2042
- .record-modal .record-modal-button-high {
2043
- border-radius: 2px;
2044
- border-style: none;
2045
- border-width: 0;
2046
- }
2047
- .record-modal .record-modal-button-high:disabled {
2048
- background-color: #808080;
2049
- }
2050
- .record-modal .record-modal-button-high {
2051
- height: 100%;
2052
- align-self: center;
2053
- display: flex;
2054
- align-items: center;
2055
- }
2056
- .record-modal .record-modal-logo-button {
2057
- border-radius: 50%;
2058
- width: 35px;
2059
- height: 35px;
2060
- display: flex;
2061
- align-items: center;
2062
- justify-content: center;
2063
- }
2064
-
2065
- .hider {
2066
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
2067
- position: fixed;
2068
- left: 0;
2069
- top: 0;
2070
- bottom: 0;
2071
- right: 0;
2072
- background: #000;
2073
- opacity: 0.2;
2074
- z-index: 5;
2075
- }
2076
-
2077
- .record-header {
2078
- grid-area: header;
2079
- padding: 10px;
2080
- display: flex;
2081
- flex-direction: column;
2082
- border-bottom: 1px solid #eee;
2083
- }
2084
- .record-header .top-part {
2085
- display: flex;
2086
- justify-content: space-between;
2087
- align-items: center;
2088
- }
2089
- .record-header .top-part .button {
2090
- display: flex;
2091
- justify-content: flex-end;
2092
- align-items: center;
2093
- width: auto;
2094
- height: 50px;
2095
- margin: 0;
2096
- }
2097
- .record-header .top-part .button > * {
2098
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
2099
- cursor: pointer;
2100
- border-radius: 10px;
2101
- margin: 10px;
2102
- text-align: center;
2103
- background-color: #eee;
2104
- font-family: "Roboto", sans-serif;
2105
- font-size: 17px;
2106
- padding: 7px;
2107
- }
2108
- @media (max-width: 1280px) {
2109
- .record-header .top-part .button > * {
2110
- font-size: 1.6vw;
2111
- }
2112
- }
2113
- .record-header .top-part .button > *:hover {
2114
- background-color: hsl(88, 50%, 84%);
2115
- box-shadow: 0 0 4px 0 #999;
2116
- }
2117
- .record-header .top-part .button > *.selected {
2118
- background-color: hsl(88, 50%, 67%);
2119
- box-shadow: 0 0 4px 0 #999;
2120
- }
2121
- .record-header .top-part .button > *.disabled {
2122
- background-color: hsl(0, 0%, 97%);
2123
- }
2124
- .record-header .top-part .target-and-status {
2125
- display: flex;
2126
- flex-direction: column;
2127
- justify-content: space-evenly;
2128
- }
2129
- .record-header .top-part .target-and-status .target {
2130
- display: flex;
2131
- flex-direction: row;
2132
- align-items: center;
2133
- }
2134
- .record-header .top-part .target-and-status label,
2135
- .record-header .top-part .target-and-status select,
2136
- .record-header .top-part .target-and-status button {
2137
- font-weight: 300;
2138
- margin: 3px;
2139
- color: #333;
2140
- font-size: 17px;
2141
- font-family: "Roboto", sans-serif;
2142
- align-items: center;
2143
- }
2144
- .record-header .top-part .target-and-status label.error-label,
2145
- .record-header .top-part .target-and-status select.error-label,
2146
- .record-header .top-part .target-and-status button.error-label {
2147
- max-width: 500px;
2148
- color: rgb(255, 0, 0);
2149
- font-size: 15px;
2150
- }
2151
- .record-header .top-part .target-and-status .chip {
2152
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2153
- display: flex;
2154
- align-items: center;
2155
- border: 1px solid #eee;
2156
- outline: none;
2157
- margin: 4px;
2158
- border-radius: 20px;
2159
- padding: 4px;
2160
- height: 30px;
2161
- }
2162
- .record-header .top-part .target-and-status .chip:hover, .record-header .top-part .target-and-status .chip:active {
2163
- box-shadow: 0 0 4px 0 #ccc;
2164
- background-color: #fafafa;
2165
- }
2166
- .record-header .top-part .target-and-status .chip i {
2167
- margin: 3px;
2168
- align-items: center;
2169
- }
2170
- .record-header .note {
2171
- border-radius: 3px;
2172
- margin-bottom: 5px;
2173
- background: #f9eeba;
2174
- padding: 10px;
2175
- font-family: "Roboto", sans-serif;
2176
- font-size: 14px;
2177
- line-height: 20px;
2178
- }
2179
- .record-header select {
2180
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2181
- margin-left: 10px;
2182
- border-radius: 0;
2183
- border: 1px solid #eee;
2184
- outline: none;
2185
- }
2186
- .record-header select:hover, .record-header select:active {
2187
- box-shadow: 0 0 6px #ccc;
2188
- }
2189
-
2190
- .record-menu {
2191
- grid-area: sidebar;
2192
- background-color: #fcfcfc;
2193
- border-right: 1px solid #eee;
2194
- padding-bottom: 1em;
2195
- }
2196
- .record-menu .rec {
2197
- color: #ee3326;
2198
- }
2199
- .record-menu header {
2200
- font-family: "Roboto", sans-serif;
2201
- font-size: 14px;
2202
- font-weight: 700;
2203
- margin: 1em;
2204
- }
2205
- .record-menu ul {
2206
- list-style-type: none;
2207
- margin: 0;
2208
- padding: 0;
2209
- }
2210
- .record-menu a,
2211
- .record-menu a:link,
2212
- .record-menu a:visited {
2213
- text-decoration: none;
2214
- }
2215
- .record-menu li {
2216
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2217
- height: 55px;
2218
- padding: 0 1em;
2219
- font-size: 15px;
2220
- letter-spacing: 0.5px;
2221
- font-family: "Roboto", sans-serif;
2222
- font-weight: 600;
2223
- color: #666;
2224
- display: grid;
2225
- grid-template-columns: 50px 1fr;
2226
- grid-template-rows: 40px 1fr;
2227
- grid-template-areas: "icon title" "icon subtext";
2228
- cursor: pointer;
2229
- overflow: hidden;
2230
- }
2231
- .record-menu li i {
2232
- margin: auto;
2233
- font-size: 32px;
2234
- width: 38px;
2235
- height: 38px;
2236
- padding: 3px;
2237
- grid-area: icon;
2238
- }
2239
- .record-menu li .title {
2240
- transition: line-height 0.25s ease;
2241
- grid-area: title;
2242
- line-height: 55px;
2243
- display: block;
2244
- }
2245
- .record-menu li .sub {
2246
- transition: opacity 0.5s ease, color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, width 0.5s ease, height 0.5s ease, max-width 0.5s ease, max-height 0.5s ease, margin 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease, border-radius 0.5s ease;
2247
- grid-area: subtext;
2248
- font-size: 10px;
2249
- line-height: 12.5px;
2250
- margin-top: -5px;
2251
- opacity: 0;
2252
- text-overflow: ellipsis;
2253
- white-space: nowrap;
2254
- }
2255
- .record-menu li:hover {
2256
- background-color: hsl(214, 0%, 90%);
2257
- }
2258
- .record-menu li:hover .title {
2259
- line-height: 50px;
2260
- }
2261
- .record-menu li:hover .sub {
2262
- opacity: 1;
2263
- transition-duration: 0.25s;
2264
- transition-delay: 0s;
2265
- }
2266
- .record-menu li.active {
2267
- background-color: hsl(214, 80%, 70%);
2268
- }
2269
- .record-menu li.active .title,
2270
- .record-menu li.active .sub {
2271
- color: white;
2272
- }
2273
- .record-menu.disabled {
2274
- opacity: 0.5;
2275
- pointer-events: none;
2276
- }
2277
-
2278
- .record-section {
2279
- grid-area: section;
2280
- background: #fff;
2281
- transition: opacity 0.25s ease;
2282
- opacity: 0;
2283
- display: none;
2284
- --record-section-padding: 20px;
2285
- }
2286
- .record-section:not(.active) {
2287
- max-height: 0;
2288
- }
2289
- .record-section.active {
2290
- display: block;
2291
- opacity: 1;
2292
- }
2293
- .record-section .config {
2294
- height: auto;
2295
- width: 100%;
2296
- padding: 0;
2297
- display: flex;
2298
- align-items: center;
2299
- }
2300
- .record-section .config:nth-of-type(2n) {
2301
- background-color: #e7e7e7;
2302
- }
2303
- .record-section .parsing-errors {
2304
- padding: 1em;
2305
- border: 1px solid #dc143c;
2306
- color: #dc143c;
2307
- }
2308
- .record-section .title-config {
2309
- display: inline-block;
2310
- margin: var(--record-section-padding);
2311
- flex-grow: 1;
2312
- word-break: break-all;
2313
- }
2314
- .record-section .config-button {
2315
- border-radius: 100%;
2316
- margin-right: 10px;
2317
- text-align: center;
2318
- justify-items: center;
2319
- font-family: "Roboto", sans-serif;
2320
- padding: 7px;
2321
- }
2322
- .record-section .config-button:hover:enabled {
2323
- box-shadow: 0 0 3px 0 #aaa;
2324
- }
2325
- .record-section .config-button:not(:enabled) {
2326
- background-color: hsl(0, 0%, 83%);
2327
- color: hsl(0, 0%, 50%);
2328
- }
2329
- .record-section .config-button.load:enabled {
2330
- background-color: hsl(88, 50%, 67%);
2331
- }
2332
- .record-section .config-button.delete {
2333
- background-color: hsl(0, 50%, 67%);
2334
- }
2335
- .record-section .config-button.save.long {
2336
- width: 160px;
2337
- }
2338
- .record-section .config-button.save:enabled {
2339
- background-color: hsl(197, 50%, 67%);
2340
- }
2341
- .record-section .config-button.reset {
2342
- width: 300px;
2343
- background-color: hsl(0, 50%, 67%);
2344
- }
2345
- .record-section .reset-wrapper {
2346
- padding: 1em;
2347
- }
2348
- .record-section .input-config {
2349
- margin-top: 20px;
2350
- margin-bottom: 20px;
2351
- display: flex;
2352
- align-items: center;
2353
- padding: 0;
2354
- }
2355
- .record-section .input-config input {
2356
- border-radius: 20px;
2357
- border: 1px solid #eee;
2358
- line-height: 36px;
2359
- padding: 0 10px;
2360
- font-size: 18px;
2361
- font-family: "Roboto Condensed", sans-serif;
2362
- font-weight: 300;
2363
- color: #666;
2364
- flex-grow: 1;
2365
- margin-right: 10px;
2366
- margin-left: 10px;
2367
- background-color: transparent;
2368
- }
2369
- .record-section .input-config input:focus {
2370
- outline: none;
2371
- }
2372
- .record-section .input-config input::placeholder {
2373
- color: #b4b7ba;
2374
- font-family: "Roboto", sans-serif;
2375
- font-weight: 400;
2376
- }
2377
- .record-section > * {
2378
- padding-left: var(--record-section-padding);
2379
- padding-right: var(--record-section-padding);
2380
- }
2381
- .record-section > *:first-child {
2382
- padding-top: 20px;
2383
- }
2384
- .record-section > *:last-child {
2385
- padding-bottom: 20px;
2386
- }
2387
- .record-section > header {
2388
- text-align: center;
2389
- font-family: "Roboto", sans-serif;
2390
- font-size: 20px;
2391
- padding: 15px 10px;
2392
- color: #333;
2393
- letter-spacing: 0.5px;
2394
- }
2395
- .record-section .hide {
2396
- opacity: 0;
2397
- visibility: hidden;
2398
- }
2399
- .record-section .probe {
2400
- display: grid;
2401
- grid-template-rows: 40px 1fr;
2402
- grid-template-columns: 220px 1fr;
2403
- grid-template-areas: "label label" "img descr";
2404
- transition: color 0.2s ease;
2405
- padding-top: var(--record-section-padding);
2406
- padding-bottom: var(--record-section-padding);
2407
- }
2408
- .record-section .probe.compact {
2409
- padding-top: 10px;
2410
- padding-bottom: 10px;
2411
- }
2412
- .record-section .probe:nth-of-type(2n) {
2413
- background-color: #f9f9f9;
2414
- }
2415
- .record-section .probe > img {
2416
- transition: filter 0.2s ease, opacity 0.2s ease;
2417
- grid-area: img;
2418
- width: 210px;
2419
- box-sizing: content-box;
2420
- cursor: pointer;
2421
- opacity: 0.5;
2422
- filter: saturate(0.15);
2423
- }
2424
- .record-section .probe:hover > img {
2425
- opacity: 1;
2426
- }
2427
- .record-section .probe:hover > label {
2428
- color: #333;
2429
- }
2430
- .record-section .probe:hover > label input[type=checkbox]::after {
2431
- background: hsl(207, 60%, 60%);
2432
- }
2433
- .record-section .probe > label {
2434
- grid-area: label;
2435
- cursor: pointer;
2436
- font-family: "Roboto", sans-serif;
2437
- font-size: 20px;
2438
- font-weight: 400;
2439
- color: #999;
2440
- }
2441
- .record-section .probe > label input[type=checkbox] {
2442
- -moz-appearance: none;
2443
- -webkit-appearance: none;
2444
- cursor: pointer;
2445
- margin: 0 10px 0 3px;
2446
- position: relative;
2447
- display: inline-block;
2448
- height: 20px;
2449
- width: 44px;
2450
- background: rgba(137, 137, 137, 0.4);
2451
- border-radius: 100px;
2452
- transition: all 0.3s ease;
2453
- overflow: visible;
2454
- vertical-align: middle;
2455
- }
2456
- .record-section .probe > label input[type=checkbox]:focus {
2457
- outline: none;
2458
- }
2459
- .record-section .probe > label input[type=checkbox]::after {
2460
- position: absolute;
2461
- left: -2px;
2462
- top: -3px;
2463
- display: block;
2464
- width: 26px;
2465
- height: 26px;
2466
- border-radius: 100px;
2467
- background: #f5f5f5;
2468
- box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
2469
- content: "";
2470
- transition: all 0.3s ease;
2471
- }
2472
- .record-section .probe > label input[type=checkbox]:checked {
2473
- background: #8398b7;
2474
- }
2475
- .record-section .probe > label input[type=checkbox]:focus::after {
2476
- background: hsl(207, 60%, 60%);
2477
- }
2478
- .record-section .probe > label input[type=checkbox]:checked::after {
2479
- left: 20px;
2480
- background: #27303d;
2481
- }
2482
- .record-section .probe > div {
2483
- grid-area: descr;
2484
- font-size: 14px;
2485
- font-weight: 200;
2486
- min-height: 50px;
2487
- color: var(--record-text-color);
2488
- line-height: 20px;
2489
- }
2490
- .record-section .probe .probe-config {
2491
- transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
2492
- opacity: 0;
2493
- visibility: hidden;
2494
- margin: 10px 10px 0 0;
2495
- max-height: 0;
2496
- }
2497
- .record-section .probe .extended-desc {
2498
- grid-column: span 2;
2499
- }
2500
- .record-section .probe.enabled .probe-config {
2501
- opacity: 1;
2502
- visibility: visible;
2503
- max-height: 100vh;
2504
- }
2505
- .record-section .probe.enabled > label span {
2506
- color: #4e80b7;
2507
- }
2508
- .record-section .probe.enabled > img {
2509
- filter: saturate(1);
2510
- opacity: 1;
2511
- }
2512
- .record-section .toggle {
2513
- transition: color 0.2s ease;
2514
- padding-top: var(--record-section-padding);
2515
- }
2516
- .record-section .toggle:hover > img {
2517
- opacity: 1;
2518
- }
2519
- .record-section .toggle:hover > label {
2520
- color: #333;
2521
- }
2522
- .record-section .toggle:hover > label input[type=checkbox]::after {
2523
- background: hsl(207, 60%, 60%);
2524
- }
2525
- .record-section .toggle > label {
2526
- cursor: pointer;
2527
- font-size: 14px;
2528
- color: var(--record-text-color);
2529
- }
2530
- .record-section .toggle > label input[type=checkbox] {
2531
- -moz-appearance: none;
2532
- -webkit-appearance: none;
2533
- cursor: pointer;
2534
- margin: 0 12px 0 2px;
2535
- position: relative;
2536
- display: inline-block;
2537
- height: 10px;
2538
- width: 22px;
2539
- background: rgba(137, 137, 137, 0.4);
2540
- border-radius: 100px;
2541
- transition: all 0.3s ease;
2542
- overflow: visible;
2543
- vertical-align: middle;
2544
- }
2545
- .record-section .toggle > label input[type=checkbox]:focus {
2546
- outline: none;
2547
- }
2548
- .record-section .toggle > label input[type=checkbox]::after {
2549
- position: absolute;
2550
- left: -5px;
2551
- top: -5px;
2552
- display: block;
2553
- width: 20px;
2554
- height: 20px;
2555
- border-radius: 100px;
2556
- background: #f5f5f5;
2557
- box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
2558
- content: "";
2559
- transition: all 0.3s ease;
2560
- }
2561
- .record-section .toggle > label input[type=checkbox]:checked {
2562
- background: #8398b7;
2563
- }
2564
- .record-section .toggle > label input[type=checkbox]:focus::after {
2565
- background: hsl(207, 60%, 60%);
2566
- }
2567
- .record-section .toggle > label input[type=checkbox]:checked::after {
2568
- left: 12px;
2569
- background: #27303d;
2570
- }
2571
- .record-section .toggle > div.descr {
2572
- padding-left: 36px;
2573
- font-size: 12px;
2574
- color: #666;
2575
- }
2576
- .record-section .record-mode {
2577
- display: grid;
2578
- grid-template-columns: 1fr 1fr 1fr;
2579
- grid-template-areas: ". . .";
2580
- grid-template-rows: 1fr;
2581
- padding-top: 0;
2582
- }
2583
- .record-section .record-mode input[type=radio] {
2584
- appearance: none;
2585
- -webkit-appearance: none;
2586
- display: none;
2587
- }
2588
- .record-section .record-mode > * {
2589
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
2590
- cursor: pointer;
2591
- border-radius: 15px;
2592
- margin: 5px;
2593
- text-align: center;
2594
- background-color: #eee;
2595
- font-family: "Roboto", sans-serif;
2596
- font-size: 20px;
2597
- padding-bottom: 10px;
2598
- }
2599
- @media (max-width: 1280px) {
2600
- .record-section .record-mode > * {
2601
- font-size: 1.6vw;
2602
- }
2603
- }
2604
- .record-section .record-mode > *:hover {
2605
- background-color: hsl(88, 50%, 84%);
2606
- box-shadow: 0 0 4px 0 #999;
2607
- }
2608
- .record-section .record-mode > *.selected {
2609
- background-color: hsl(88, 50%, 67%);
2610
- box-shadow: 0 0 4px 0 #999;
2611
- }
2612
- .record-section .record-mode > * img {
2613
- width: 100%;
2614
- }
2615
- .record-section .slider {
2616
- transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
2617
- display: grid;
2618
- grid-template-columns: 40px 1fr 130px 0;
2619
- grid-template-rows: 30px min-content 1fr;
2620
- grid-template-areas: "hdr hdr hdr hdr" "descr descr descr descr" "icon slider label unit";
2621
- margin-top: var(--record-section-padding);
2622
- }
2623
- .record-section .slider.thin {
2624
- grid-template-columns: 1fr 1fr 100px 0;
2625
- grid-template-areas: "hdr hdr hdr hdr" "descr descr descr descr" "slider slider label unit";
2626
- }
2627
- .record-section .slider.greyed-out {
2628
- opacity: 0.5;
2629
- }
2630
- .record-section .slider > * {
2631
- height: 40px;
2632
- line-height: 40px;
2633
- }
2634
- .record-section .slider > header {
2635
- transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
2636
- opacity: 0.6;
2637
- color: #333;
2638
- grid-area: hdr;
2639
- }
2640
- .record-section .slider.thin > header {
2641
- opacity: 1;
2642
- color: var(--record-text-color);
2643
- font-size: 14px;
2644
- }
2645
- .record-section .slider.thin > header.descr {
2646
- grid-area: descr;
2647
- font-size: 12px;
2648
- color: #666;
2649
- height: 20px;
2650
- line-height: 20px;
2651
- }
2652
- .record-section .slider:hover > header {
2653
- opacity: 1;
2654
- transition-duration: 0.15s;
2655
- }
2656
- .record-section .slider > i {
2657
- grid-area: icon;
2658
- font-size: 32px;
2659
- color: #333;
2660
- }
2661
- .record-section .slider input[type=range] {
2662
- grid-area: slider;
2663
- width: 100%;
2664
- appearance: none;
2665
- -webkit-appearance: none;
2666
- scroll-snap-type: x mandatory;
2667
- background-color: transparent;
2668
- outline: none;
2669
- margin-left: -10px;
2670
- margin-top: -5px;
2671
- }
2672
- .record-section .slider input[type=range]::-webkit-slider-runnable-track {
2673
- margin: 10px;
2674
- width: 100%;
2675
- height: 10px;
2676
- background-color: #ddd;
2677
- border-radius: 4px;
2678
- }
2679
- .record-section .slider input[type=range]::-webkit-slider-thumb {
2680
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2681
- appearance: none;
2682
- -webkit-appearance: none;
2683
- border: none;
2684
- border-radius: 3px;
2685
- height: 20px;
2686
- width: 40px;
2687
- background-color: rgb(33, 150, 243);
2688
- margin-top: -5px;
2689
- cursor: pointer;
2690
- content: "";
2691
- }
2692
- .record-section .slider input[type=range]:hover::-webkit-slider-thumb, .record-section .slider input[type=range]:focus::-webkit-slider-thumb {
2693
- box-shadow: 0 0 4px rgb(16, 81, 134);
2694
- transform: scale(1, 1.1);
2695
- }
2696
- .record-section .slider.thin input[type=range]::-webkit-slider-runnable-track {
2697
- height: 8px;
2698
- }
2699
- .record-section .slider.thin input[type=range]::-webkit-slider-thumb {
2700
- width: 20px;
2701
- border-radius: 100%;
2702
- }
2703
- .record-section .slider .spinner {
2704
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2705
- grid-area: label;
2706
- border: 1px solid #fafafa;
2707
- border-bottom: 2px solid #ddd;
2708
- padding: 0 5px;
2709
- border-radius: 2px;
2710
- background-color: rgba(255, 255, 255, 0.6);
2711
- font-family: "Roboto", sans-serif;
2712
- font-size: 16px;
2713
- font-weight: 100;
2714
- height: 35px;
2715
- outline: none;
2716
- }
2717
- .record-section .slider .spinner::-webkit-inner-spin-button, .record-section .slider .spinner::-webkit-outer-spin-button, .record-section .slider .spinner::-webkit-clear-button {
2718
- -webkit-appearance: none;
2719
- margin: 0;
2720
- }
2721
- .record-section .slider .spinner:hover, .record-section .slider .spinner:focus {
2722
- border-bottom-color: hsl(207, 90%, 54%);
2723
- background-color: hsl(207, 50%, 97%);
2724
- }
2725
- .record-section .slider .spinner:invalid {
2726
- border-bottom-color: hsl(9, 90%, 54%);
2727
- background-color: hsl(9, 50%, 97%);
2728
- }
2729
- .record-section .slider.thin .spinner {
2730
- font-size: 14px;
2731
- margin-top: -5px;
2732
- }
2733
- .record-section .slider .unit {
2734
- grid-area: unit;
2735
- font-size: 12px;
2736
- color: var(--record-text-color);
2737
- position: relative;
2738
- line-height: 37px;
2739
- overflow: hidden;
2740
- width: 35px;
2741
- left: -45px;
2742
- text-align: right;
2743
- margin-top: -5px;
2744
- }
2745
- .record-section .chrome-categories {
2746
- padding-top: 8px;
2747
- padding-bottom: 8px;
2748
- display: flex;
2749
- flex-direction: row;
2750
- gap: 8px;
2751
- }
2752
- .record-section .dropdown {
2753
- border: 1px solid #eee;
2754
- outline: none;
2755
- -webkit-appearance: none;
2756
- }
2757
- .record-section .dropdown option,
2758
- .record-section .dropdown optgroup {
2759
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2760
- min-height: 25px;
2761
- font-size: 12px;
2762
- color: var(--record-text-color);
2763
- cursor: pointer;
2764
- padding: 5px 0;
2765
- }
2766
- .record-section .dropdown option {
2767
- padding: 2.5px 5px;
2768
- border-bottom: 1px solid #eee;
2769
- }
2770
- .record-section .dropdown option:hover {
2771
- background-color: hsl(214, 80%, 90%);
2772
- }
2773
- .record-section .dropdown option::before {
2774
- display: none;
2775
- content: "";
2776
- }
2777
- .record-section .dropdown.singlecolumn {
2778
- margin: var(--record-section-padding) 0;
2779
- padding: 0;
2780
- max-width: 100%;
2781
- width: 100%;
2782
- overflow-y: auto;
2783
- height: 400px;
2784
- }
2785
- .record-section .dropdown.singlecolumn optgroup {
2786
- display: grid;
2787
- padding: 0;
2788
- grid-template-columns: 1fr;
2789
- }
2790
- .record-section .dropdown.singlecolumn option {
2791
- margin: 0;
2792
- }
2793
- .record-section .dropdown.multicolumn {
2794
- padding: 0;
2795
- max-width: 100%;
2796
- width: 100%;
2797
- overflow-y: auto;
2798
- }
2799
- .record-section .dropdown.multicolumn optgroup {
2800
- display: grid;
2801
- padding: 0;
2802
- grid-template-columns: 1fr 1fr 1fr;
2803
- }
2804
- .record-section .dropdown.multicolumn option {
2805
- margin: 0;
2806
- }
2807
- .record-section .dropdown.multicolumn option:nth-of-type(3n + 1) {
2808
- border-left: 1px solid #eee;
2809
- border-right: 1px solid #eee;
2810
- }
2811
- .record-section .dropdown.multicolumn.two-columns {
2812
- height: 400px;
2813
- margin: var(--record-section-padding);
2814
- }
2815
- .record-section .dropdown.multicolumn.two-columns optgroup {
2816
- display: grid;
2817
- padding: 0;
2818
- grid-template-columns: 1fr 1fr;
2819
- }
2820
- .record-section .dropdown.multicolumn.two-columns option {
2821
- margin: 0;
2822
- }
2823
- .record-section .dropdown.multicolumn.two-columns option:nth-of-type(2n + 1) {
2824
- border-left: 1px solid #eee;
2825
- border-right: 1px solid #eee;
2826
- }
2827
- .record-section .atrace-categories {
2828
- height: 227px;
2829
- }
2830
- .record-section .ftrace-events {
2831
- height: 152px;
2832
- }
2833
- .record-section textarea.extra-input {
2834
- width: 100%;
2835
- height: 60px;
2836
- border: 1px solid #eee;
2837
- resize: none;
2838
- outline: none;
2839
- font-family: var(--monospace-font);
2840
- }
2841
- .record-section textarea.extra-input::placeholder {
2842
- color: #aaa;
2843
- }
2844
- .record-section textarea.record-apps-list {
2845
- margin-top: 16px;
2846
- height: 100px;
2847
- }
2848
- .record-section.instructions label,
2849
- .record-section.instructions select {
2850
- font-weight: 100;
2851
- color: #333;
2852
- font-size: 16px;
2853
- font-family: "Roboto", sans-serif;
2854
- }
2855
- .record-section.instructions .note {
2856
- border: 1px dashed #ddd;
2857
- background: #f9eeba;
2858
- margin: var(--record-section-padding);
2859
- padding: 10px;
2860
- font-family: "Roboto", sans-serif;
2861
- font-size: 14px;
2862
- line-height: 20px;
2863
- }
2864
- .record-section.instructions select {
2865
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2866
- margin-left: 10px;
2867
- border-radius: 0;
2868
- border: 1px solid #eee;
2869
- outline: none;
2870
- }
2871
- .record-section.instructions select:hover, .record-section.instructions select:active {
2872
- box-shadow: 0 0 6px #ccc;
2873
- }
2874
- .record-section.instructions .buttons {
2875
- display: flex;
2876
- justify-content: center;
2877
- align-items: center;
2878
- width: auto;
2879
- height: 70px;
2880
- }
2881
- .record-section.instructions .buttons > * {
2882
- transition: opacity 0.2s ease, color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, width 0.2s ease, height 0.2s ease, max-width 0.2s ease, max-height 0.2s ease, margin 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-radius 0.2s ease;
2883
- cursor: pointer;
2884
- border-radius: 10px;
2885
- text-align: center;
2886
- margin: 3px;
2887
- background-color: #eee;
2888
- font-family: "Roboto", sans-serif;
2889
- flex-grow: 1;
2890
- font-size: 17px;
2891
- padding: 7px;
2892
- }
2893
- @media (max-width: 1280px) {
2894
- .record-section.instructions .buttons > * {
2895
- font-size: 1.6vw;
2896
- }
2897
- }
2898
- .record-section.instructions .buttons > *:hover {
2899
- background-color: hsl(88, 50%, 84%);
2900
- box-shadow: 0 0 4px 0 #999;
2901
- }
2902
- .record-section.instructions .buttons > *.selected {
2903
- background-color: hsl(88, 50%, 67%);
2904
- box-shadow: 0 0 4px 0 #999;
2905
- }
2906
- .record-section.instructions .permalinkconfig {
2907
- margin: var(--record-section-padding);
2908
- height: 40px;
2909
- max-width: 200px;
2910
- border-radius: 10px;
2911
- text-align: center;
2912
- justify-items: center;
2913
- font-family: "Roboto", sans-serif;
2914
- padding: 7px;
2915
- background-color: hsl(88, 50%, 67%);
2916
- }
2917
- .record-section.instructions .permalinkconfig:hover {
2918
- box-shadow: 0 0 4px 0 #999;
2919
- }
2920
- .record-section.instructions progress {
2921
- -webkit-appearance: none;
2922
- appearance: none;
2923
- width: 600px;
2924
- height: 30px;
2925
- margin: var(--record-section-padding);
2926
- border-radius: 5px;
2927
- }
2928
- .record-section.instructions ::-webkit-progress-value {
2929
- background-color: hsl(88, 50%, 67%);
2930
- }
2931
- .record-section.instructions ::-webkit-progress-bar {
2932
- background-color: #eee;
2933
- }
2934
-
2935
- .inline-chip {
2936
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
2937
- line-height: 25px;
2938
- font-size: smaller;
2939
- padding: 2px 4px;
2940
- border: 1px solid #eee;
2941
- margin: 2px;
2942
- border-radius: 9px;
2943
- }
2944
- .inline-chip:hover, .inline-chip:active {
2945
- box-shadow: 0 0 2px 0 #ccc;
2946
- background-color: #fafafa;
2947
- }
2948
- .inline-chip > i.material-icons {
2949
- color: rgb(60, 60, 60);
2950
- font-size: 14px;
2951
- }
2952
-
2953
- a.inline-chip,
2954
- a.inline-chip:link,
2955
- a.inline-chip:visited {
2956
- text-decoration: none;
2957
- color: var(--record-text-color);
2958
- }
2959
-
2960
- .code-snippet {
2961
- display: grid;
2962
- position: relative;
2963
- padding: 0;
2964
- margin: var(--record-section-padding);
2965
- background-color: #111;
2966
- border-radius: 4px;
2967
- box-shadow: 0 0 12px #999;
2968
- }
2969
- @keyframes ripple {
2970
- 0% {
2971
- transform: scale(1);
2972
- }
2973
- 30% {
2974
- transform: scale(1.2);
2975
- }
2976
- 60% {
2977
- transform: scale(1);
2978
- }
2979
- 80% {
2980
- transform: scale(1.3);
2981
- }
2982
- 100% {
2983
- transform: scale(1.2);
2984
- }
2985
- }
2986
- .code-snippet::before {
2987
- height: 20px;
2988
- content: "";
2989
- display: block;
2990
- background-color: #598eca;
2991
- }
2992
- .code-snippet.no-top-bar {
2993
- white-space: pre;
2994
- }
2995
- .code-snippet.no-top-bar::before {
2996
- height: 0;
2997
- }
2998
- .code-snippet > code {
2999
- display: block;
3000
- margin: 10px 5px 20px 20px;
3001
- color: #ccc;
3002
- font-family: var(--monospace-font);
3003
- font-size: 12px;
3004
- line-height: 20px;
3005
- overflow-y: auto;
3006
- white-space: pre-wrap;
3007
- word-wrap: break-word;
3008
- max-height: 510px;
3009
- }
3010
- .code-snippet > button {
3011
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
3012
- display: inline-block;
3013
- position: absolute;
3014
- top: 30px;
3015
- right: 20px;
3016
- color: white;
3017
- border-radius: 100%;
3018
- background-color: #333;
3019
- box-shadow: 0 0 2px rgb(255, 255, 255);
3020
- padding: 5px;
3021
- font-size: 16px;
3022
- line-height: 13px;
3023
- user-select: none;
3024
- }
3025
- .code-snippet > button:hover {
3026
- background-color: #444;
3027
- transform: scale(1.1);
3028
- }
3029
- .code-snippet:active:hover > button:not(:hover) {
3030
- animation: ripple linear 0.5s;
3031
- background-color: #701d17;
3032
- transform: scale(1.1);
3033
- }
3034
- .code-snippet > button:active:hover {
3035
- transform: scale(0.9);
3036
- }
3037
-
3038
- @keyframes modalFadeOut {
3039
- from {
3040
- opacity: 1;
3041
- }
3042
- to {
3043
- opacity: 0;
3044
- }
3045
- }
3046
- @keyframes modalFadeIn {
3047
- from {
3048
- opacity: 0;
3049
- }
3050
- to {
3051
- opacity: 1;
3052
- }
3053
- }
3054
- .modal-backdrop {
3055
- position: absolute;
3056
- z-index: 99;
3057
- background-color: rgba(0, 0, 0, 0.6);
3058
- top: 0;
3059
- left: 0;
3060
- right: 0;
3061
- bottom: 0;
3062
- backdrop-filter: blur(2px);
3063
- animation: modalFadeIn 0.25s var(--anim-easing);
3064
- animation-fill-mode: both;
3065
- }
3066
- .modal-backdrop.modal-fadeout {
3067
- animation: modalFadeOut 0.25s var(--anim-easing);
3068
- animation-fill-mode: both;
3069
- }
3070
-
3071
- .modal-dialog {
3072
- position: absolute;
3073
- z-index: 100;
3074
- background-color: #fff;
3075
- margin: auto;
3076
- min-width: 25vw;
3077
- min-height: 10vh;
3078
- padding: 30px;
3079
- max-width: 90vw;
3080
- max-height: 90vh;
3081
- border-radius: 2px;
3082
- overflow-y: auto;
3083
- top: 50%;
3084
- left: 50%;
3085
- transform: translate(-50%, -50%);
3086
- font-family: Roboto, sans-serif;
3087
- font-weight: 300;
3088
- }
3089
- .modal-dialog.modal-dialog-valign-top {
3090
- top: 1rem;
3091
- transform: translate(-50%, 0);
3092
- }
3093
- .modal-dialog > header {
3094
- display: flex;
3095
- justify-content: space-between;
3096
- align-items: center;
3097
- }
3098
- .modal-dialog > header h2 {
3099
- margin-top: 0;
3100
- margin-bottom: 0;
3101
- font-family: "Roboto", sans-serif;
3102
- font-weight: 600;
3103
- font-size: 1.25rem;
3104
- line-height: 1.25;
3105
- color: #262f3c;
3106
- box-sizing: border-box;
3107
- }
3108
- .modal-dialog > header button {
3109
- background: transparent;
3110
- border: 0;
3111
- }
3112
- .modal-dialog main {
3113
- font-size: 1rem;
3114
- margin-top: 2rem;
3115
- line-height: 1.5;
3116
- color: rgba(0, 0, 0, 0.8);
3117
- }
3118
- .modal-dialog main .small-font {
3119
- font-size: 0.9rem;
3120
- }
3121
- .modal-dialog footer {
3122
- display: flex;
3123
- justify-content: space-around;
3124
- margin-top: 2rem;
3125
- }
3126
- .modal-dialog .modal-btn {
3127
- font-size: 0.875rem;
3128
- padding-left: 1rem;
3129
- padding-right: 1rem;
3130
- padding-top: 0.5rem;
3131
- padding-bottom: 0.5rem;
3132
- background-color: #e6e6e6;
3133
- color: rgba(0, 0, 0, 0.8);
3134
- border: 2px solid transparent;
3135
- border-radius: 2px;
3136
- cursor: pointer;
3137
- text-transform: none;
3138
- overflow: visible;
3139
- margin: 5px;
3140
- width: fit-content;
3141
- transition: border-color 0.25s var(--anim-easing), background-color 0.25s var(--anim-easing);
3142
- }
3143
- .modal-dialog .modal-btn:focus {
3144
- border-color: #03a9f4;
3145
- }
3146
- .modal-dialog .modal-btn:hover {
3147
- background-color: #ececec;
3148
- }
3149
- .modal-dialog .modal-btn-primary {
3150
- background-color: hsl(215, 22%, 19%);
3151
- color: #fff;
3152
- }
3153
- .modal-dialog .modal-btn-primary:hover {
3154
- background-color: hsl(215, 22%, 35%);
3155
- }
3156
-
3157
- .help table {
3158
- margin-bottom: 15px;
3159
- }
3160
- .help table td {
3161
- min-width: 250px;
3162
- }
3163
- .help table td:first-child {
3164
- font-family: var(--monospace-font);
3165
- }
3166
- .help h2 {
3167
- font: inherit;
3168
- font-weight: bold;
3169
- }
3170
-
3171
- .modal-pre {
3172
- white-space: pre-line;
3173
- font-size: 13px;
3174
- }
3175
-
3176
- .modal-logs,
3177
- .modal-bash {
3178
- white-space: pre-wrap;
3179
- border: 1px solid #999;
3180
- background: #eee;
3181
- font-size: 10px;
3182
- font-family: var(--monospace-font);
3183
- margin-top: 10px;
3184
- margin-bottom: 10px;
3185
- min-height: 50px;
3186
- max-height: 40vh;
3187
- overflow: auto;
3188
- }
3189
-
3190
- .modal-bash {
3191
- margin: 0;
3192
- padding: 5px 0;
3193
- overflow: auto;
3194
- min-height: 0;
3195
- }
3196
-
3197
- .modal-textarea {
3198
- display: block;
3199
- margin-top: 10px;
3200
- margin-bottom: 10px;
3201
- width: 100%;
3202
- }
3203
-
3204
- .modal-small {
3205
- font-size: 0.75rem;
3206
- }
3207
-
3208
- .handle {
3209
- background-color: hsl(215, 1%, 95%);
3210
- border: 1px solid rgba(0, 0, 0, 0.1);
3211
- border-bottom: none;
3212
- cursor: row-resize;
3213
- user-select: none;
3214
- display: flex;
3215
- }
3216
- .handle .tabs {
3217
- display: flex;
3218
- overflow: hidden;
3219
- flex: 1;
3220
- }
3221
- .handle .tabs .tab {
3222
- font-family: "Roboto Condensed", sans-serif;
3223
- color: #3c4b5d;
3224
- padding: 4px;
3225
- margin-top: 3px;
3226
- align-items: center;
3227
- cursor: pointer;
3228
- font-size: 13px;
3229
- border-radius: 3px 3px 0 0;
3230
- background-color: rgba(0, 0, 0, 0.0588235294);
3231
- border-right: solid 1px hsl(0, 0%, 75%);
3232
- overflow: hidden;
3233
- white-space: nowrap;
3234
- text-overflow: ellipsis;
3235
- z-index: 5;
3236
- box-shadow: rgba(0, 0, 0, 0.231372549) 0px 0px 3px 1px;
3237
- display: flex;
3238
- align-items: baseline;
3239
- gap: 2px;
3240
- }
3241
- .handle .tabs .tab:hover {
3242
- background-color: hsl(0, 0%, 85%);
3243
- }
3244
- .handle .tabs .tab[active] {
3245
- background-color: white;
3246
- cursor: default;
3247
- }
3248
- .handle .tabs .tab:nth-child(1) {
3249
- margin-left: 3px;
3250
- }
3251
- .handle .tabs .tab .pf-tab-title {
3252
- margin: 0px 4px;
3253
- overflow: hidden;
3254
- }
3255
- .handle .tabs .tab .pf-tab-title .pf-nocontent {
3256
- font-weight: lighter;
3257
- }
3258
- .handle .buttons {
3259
- font-size: 24px;
3260
- grid-area: buttons;
3261
- display: flex;
3262
- align-items: baseline;
3263
- margin: 1px;
3264
- }
3265
- .handle .handle-title {
3266
- font-family: "Roboto Condensed", sans-serif;
3267
- font-weight: 300;
3268
- color: #3c4b5d;
3269
- margin-left: 5px;
3270
- padding: 5px;
3271
- font-size: 13px;
3272
- }
3273
-
3274
- .details-panel {
3275
- font-family: "Roboto Condensed", sans-serif;
3276
- font-weight: 300;
3277
- color: #3c4b5d;
3278
- position: relative;
3279
- }
3280
- .details-panel .material-icons {
3281
- transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, max-width 0.3s ease, max-height 0.3s ease, margin 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
3282
- font-size: 16px;
3283
- margin-left: 5px;
3284
- }
3285
- .details-panel .material-icons:hover {
3286
- cursor: pointer;
3287
- }
3288
- .details-panel .material-icons.grey {
3289
- border-radius: 3px;
3290
- border: 1px solid transparent;
3291
- background-color: #e8e8e8;
3292
- }
3293
- .details-panel .material-icons.grey:hover {
3294
- border: #475566 solid 1px;
3295
- }
3296
- .details-panel .details-panel-heading {
3297
- padding: 10px 0 5px 0;
3298
- position: sticky;
3299
- top: 0;
3300
- z-index: 1;
3301
- display: flex;
3302
- background: white;
3303
- }
3304
- .details-panel .details-panel-heading.aggregation {
3305
- padding-top: 5px;
3306
- display: grid;
3307
- grid-template-areas: "description range" "heading heading";
3308
- grid-template-columns: 1fr auto;
3309
- }
3310
- .details-panel .details-panel-heading.aggregation .states {
3311
- font-size: 11px;
3312
- margin: 0 10px 2px 10px;
3313
- display: flex;
3314
- overflow: hidden;
3315
- }
3316
- .details-panel .details-panel-heading.aggregation .states .state {
3317
- height: 20px;
3318
- line-height: 20px;
3319
- padding-left: 3px;
3320
- padding-right: 3px;
3321
- border-left: white 1px solid;
3322
- }
3323
- .details-panel .details-panel-heading.aggregation .states .state:hover {
3324
- min-width: fit-content;
3325
- }
3326
- .details-panel .details-panel-heading.aggregation .time-range {
3327
- text-align: right;
3328
- font-size: 11px;
3329
- font-weight: 400;
3330
- margin-right: 5px;
3331
- }
3332
- .details-panel .details-panel-heading.aggregation table {
3333
- grid-area: heading;
3334
- }
3335
- .details-panel .details-panel-heading.aggregation th {
3336
- cursor: pointer;
3337
- }
3338
- .details-panel .details-panel-heading.aggregation th .material-icons {
3339
- margin-left: 2px;
3340
- font-size: 18px;
3341
- }
3342
- .details-panel .details-panel-heading h2 {
3343
- font-size: 16px;
3344
- font-weight: 400;
3345
- padding: 0 10px;
3346
- }
3347
- .details-panel .details-panel-heading h2.split {
3348
- width: 50%;
3349
- }
3350
- .details-panel table {
3351
- transition: opacity 0.1s ease, color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease, width 0.1s ease, height 0.1s ease, max-width 0.1s ease, max-height 0.1s ease, margin 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, border-radius 0.1s ease;
3352
- font-size: 14px;
3353
- line-height: 18px;
3354
- width: 100%;
3355
- table-layout: fixed;
3356
- word-wrap: break-word;
3357
- padding: 0 10px;
3358
- }
3359
- .details-panel table tr:hover td,
3360
- .details-panel table tr:hover th {
3361
- background-color: hsl(214, 22%, 90%);
3362
- }
3363
- .details-panel table tr:hover td.no-highlight,
3364
- .details-panel table tr:hover th.no-highlight {
3365
- background-color: white;
3366
- }
3367
- .details-panel table th {
3368
- text-align: left;
3369
- width: 30%;
3370
- font-weight: normal;
3371
- vertical-align: top;
3372
- }
3373
- .details-panel table td.value {
3374
- white-space: pre-wrap;
3375
- }
3376
- .details-panel table td.padding {
3377
- min-width: 10px;
3378
- }
3379
- .details-panel table .array-index {
3380
- text-align: right;
3381
- }
3382
- .details-panel .auto-layout {
3383
- table-layout: auto;
3384
- }
3385
-
3386
- .slice-details-latency-panel {
3387
- position: relative;
3388
- user-select: text;
3389
- }
3390
- .slice-details-latency-panel .text-detail {
3391
- font-size: smaller;
3392
- }
3393
- .slice-details-latency-panel .slice-details-wakeup-text {
3394
- position: absolute;
3395
- left: 40px;
3396
- top: 20px;
3397
- }
3398
- .slice-details-latency-panel .slice-details-latency-text {
3399
- position: absolute;
3400
- left: 106px;
3401
- top: 90px;
3402
- }
3403
- .slice-details-latency-panel .slice-details-image {
3404
- user-select: none;
3405
- width: 180px;
3406
- height: 150px;
3407
- }
3408
-
3409
- .details-table-multicolumn {
3410
- display: flex;
3411
- user-select: "text";
3412
- }
3413
-
3414
- .flow-link:hover {
3415
- cursor: pointer;
3416
- text-decoration: underline;
3417
- }
3418
-
3419
- .flow-info i.material-icons {
3420
- color: rgb(60, 86, 136);
3421
- }
3422
-
3423
- .warning {
3424
- position: relative;
3425
- font-size: 13px;
3426
- color: hsl(45, 100%, 48%);
3427
- }
3428
-
3429
- .warning i.material-icons {
3430
- font-size: 13px;
3431
- }
3432
-
3433
- .warning .tooltip {
3434
- visibility: hidden;
3435
- background-color: white;
3436
- color: #3f4040;
3437
- box-shadow: 1px 3px 15px rgba(23, 32, 44, 0.3);
3438
- padding: 4px;
3439
- border-radius: 4px;
3440
- text-align: center;
3441
- white-space: nowrap;
3442
- position: absolute;
3443
- z-index: 1;
3444
- top: -5px;
3445
- left: 105%;
3446
- }
3447
-
3448
- .warning:hover .tooltip {
3449
- visibility: visible;
3450
- }
3451
-
3452
- .flow-button {
3453
- color: rgb(60, 86, 136);
3454
- }
3455
-
3456
- .half-width-panel {
3457
- max-width: 50%;
3458
- flex-grow: 1;
3459
- height: fit-content;
3460
- }
3461
-
3462
- .notes-editor-panel {
3463
- padding: 10px;
3464
- display: flex;
3465
- flex-direction: column;
3466
- height: 100%;
3467
- font-family: "Roboto Condensed", sans-serif;
3468
- font-weight: 300;
3469
- color: #3c4b5d;
3470
- }
3471
- .notes-editor-panel .notes-editor-panel-heading-bar {
3472
- display: flex;
3473
- padding-bottom: 8px;
3474
- font-size: 14px;
3475
- }
3476
- .notes-editor-panel .notes-editor-panel-heading-bar .notes-editor-panel-heading {
3477
- padding-top: 3px;
3478
- }
3479
- .notes-editor-panel .notes-editor-panel-heading-bar input {
3480
- vertical-align: middle;
3481
- }
3482
- .notes-editor-panel input[type=text] {
3483
- flex-grow: 1;
3484
- border-radius: 4px;
3485
- border: 1px solid #dcdcdc;
3486
- padding: 3px;
3487
- margin: 0 10px;
3488
- }
3489
- .notes-editor-panel input[type=text]:focus {
3490
- outline: none;
3491
- box-shadow: 1px 1px 1px rgba(23, 32, 44, 0.3);
3492
- }
3493
-
3494
- .sum {
3495
- font-weight: bolder;
3496
- font-size: 12px;
3497
- }
3498
- .sum .sum-data {
3499
- border-bottom: 1px solid rgba(60, 76, 92, 0.4);
3500
- }
3501
-
3502
- .log-panel {
3503
- display: contents;
3504
- }
3505
- .log-panel header {
3506
- position: sticky;
3507
- top: 0;
3508
- left: 0;
3509
- z-index: 1;
3510
- background-color: white;
3511
- color: #3c4b5d;
3512
- padding: 5px;
3513
- display: grid;
3514
- grid-template-columns: auto auto;
3515
- justify-content: space-between;
3516
- }
3517
- .log-panel .log-rows-label {
3518
- display: flex;
3519
- align-items: center;
3520
- }
3521
- .log-panel .log-filters {
3522
- display: flex;
3523
- margin-right: 5px;
3524
- align-items: center;
3525
- }
3526
- .log-panel .log-filters .log-label {
3527
- padding-right: 0.35rem;
3528
- }
3529
- .log-panel .log-filters .tag-container {
3530
- height: auto;
3531
- min-height: 34px;
3532
- padding: 2px;
3533
- margin: 2px;
3534
- cursor: text;
3535
- border-radius: 3px;
3536
- display: flex;
3537
- align-items: center;
3538
- }
3539
- .log-panel .log-filters .tag-container .chips .chip {
3540
- display: inline-block;
3541
- width: auto;
3542
- float: left;
3543
- background-color: #0878b2;
3544
- color: #fff;
3545
- border-radius: 3px;
3546
- margin: 2px;
3547
- overflow: hidden;
3548
- }
3549
- .log-panel .log-filters .tag-container .chips .chip .chip-button {
3550
- padding: 4px;
3551
- cursor: pointer;
3552
- background-color: #054570;
3553
- display: inline-block;
3554
- }
3555
- .log-panel .log-filters .tag-container .chips .chip .chip-text {
3556
- padding: 4px;
3557
- display: inline-block;
3558
- pointer-events: none;
3559
- }
3560
- .log-panel .log-filters .tag-container .chip-input {
3561
- margin-left: 5px;
3562
- }
3563
- .log-panel .log-filters .filter-widget {
3564
- user-select: none;
3565
- cursor: pointer;
3566
- position: relative;
3567
- display: inline-block;
3568
- }
3569
- .log-panel .log-filters .filter-widget .tooltip {
3570
- visibility: hidden;
3571
- width: 120px;
3572
- background-color: black;
3573
- color: #fff;
3574
- text-align: center;
3575
- border-radius: 6px;
3576
- padding: 5px 0;
3577
- /* Position the tooltip */
3578
- position: absolute;
3579
- z-index: 1;
3580
- top: 130%;
3581
- right: 50%;
3582
- }
3583
- .log-panel .log-filters .filter-widget:hover .tooltip {
3584
- visibility: visible;
3585
- }
3586
- .log-panel header.stale {
3587
- color: grey;
3588
- }
3589
-
3590
- .pf-ftrace-explorer {
3591
- height: 100%;
3592
- font-size: 11px;
3593
- font-family: var(--monospace-font);
3594
- }
3595
- .pf-ftrace-explorer .pf-ftrace-namebox {
3596
- display: flex;
3597
- align-items: center;
3598
- }
3599
- .pf-ftrace-explorer .pf-ftrace-namebox .pf-ftrace-colorbox {
3600
- display: inline-block;
3601
- height: 10px;
3602
- width: 10px;
3603
- margin-right: 4px;
3604
- }
3605
-
3606
- .pf-android-logs-table {
3607
- height: 100%;
3608
- font-size: 11px;
3609
- font-family: var(--monospace-font);
3610
- }
3611
- .pf-android-logs-table .D {
3612
- color: hsl(122, 20%, 40%);
3613
- }
3614
- .pf-android-logs-table .V {
3615
- color: hsl(122, 20%, 30%);
3616
- }
3617
- .pf-android-logs-table .I {
3618
- color: hsl(0, 0%, 20%);
3619
- }
3620
- .pf-android-logs-table .W {
3621
- color: hsl(45, 60%, 45%);
3622
- }
3623
- .pf-android-logs-table .E {
3624
- color: hsl(4, 90%, 58%);
3625
- }
3626
- .pf-android-logs-table .F {
3627
- color: hsl(291, 64%, 42%);
3628
- }
3629
- .pf-android-logs-table .pf-highlighted {
3630
- background: #d2efe0;
3631
- }
3632
-
3633
- .pf-details-table {
3634
- margin: 10px;
3635
- }
3636
-
3637
- .screenshot-panel {
3638
- height: 100%;
3639
- }
3640
- .screenshot-panel img {
3641
- max-height: 100%;
3642
- }
3643
-
3644
- .pf-noselection {
3645
- height: 100%;
3646
- }
3647
-
3648
- .flamegraph-profile {
3649
- height: 100%;
3650
- position: relative;
3651
- }
3652
- .flamegraph-profile .time {
3653
- justify-self: end;
3654
- margin-right: 10px;
3655
- }
3656
- .flamegraph-profile .selected {
3657
- justify-self: end;
3658
- margin-right: 10px;
3659
- white-space: nowrap;
3660
- overflow: hidden;
3661
- text-overflow: ellipsis;
3662
- width: 200px;
3663
- }
3664
-
3665
- .trace-info-page {
3666
- overflow-y: auto;
3667
- overflow-x: hidden;
3668
- padding: 0 20px;
3669
- }
3670
- .trace-info-page section {
3671
- margin: 20px auto;
3672
- max-width: 800px;
3673
- font-size: 1rem;
3674
- padding: 20px;
3675
- border-radius: 8px;
3676
- }
3677
- .trace-info-page section.errors {
3678
- background-color: #f3e5f5;
3679
- }
3680
- .trace-info-page section .metric-error {
3681
- font-family: var(--monospace-font);
3682
- font-size: 12px;
3683
- padding: 5px;
3684
- word-break: break-all;
3685
- }
3686
- .trace-info-page section h2 {
3687
- font-family: "Roboto", sans-serif;
3688
- font-weight: 400;
3689
- letter-spacing: 0.25px;
3690
- font-size: 2rem;
3691
- margin-bottom: 1rem;
3692
- }
3693
- .trace-info-page section h3 {
3694
- font-size: 0.9rem;
3695
- font-weight: 400;
3696
- line-height: 1.25rem;
3697
- margin: 10px 0;
3698
- color: #333;
3699
- }
3700
- .trace-info-page section .contextual-help {
3701
- font-size: 18px;
3702
- margin-left: 10px;
3703
- color: #43a047;
3704
- cursor: default;
3705
- }
3706
- .trace-info-page section table {
3707
- border-spacing: 4px 1px;
3708
- }
3709
- .trace-info-page section table thead td {
3710
- margin-bottom: 5px;
3711
- padding-bottom: 5px;
3712
- border-bottom: 1px solid #333;
3713
- font-weight: 500;
3714
- }
3715
- .trace-info-page section table tr td {
3716
- min-height: 20px;
3717
- }
3718
- .trace-info-page section table tbody tr:nth-child(2n+1) td {
3719
- background-color: rgba(0, 0, 0, 0.04);
3720
- }
3721
- .trace-info-page section table tbody td.name {
3722
- min-width: 150px;
3723
- }
3724
- .trace-info-page section table tbody td {
3725
- font-family: var(--monospace-font);
3726
- font-size: 12px;
3727
- padding: 5px;
3728
- word-break: break-all;
3729
- white-space: pre-wrap;
3730
- vertical-align: top;
3731
- }
3732
- .trace-info-page section table tbody td:first-of-type {
3733
- font-weight: 800;
3734
- }
3735
-
3736
- .flags-page {
3737
- overflow-y: scroll;
3738
- }
3739
-
3740
- .flags-content {
3741
- max-width: 100ch;
3742
- width: 60%;
3743
- margin: 0 auto;
3744
- padding: 3rem;
3745
- display: grid;
3746
- }
3747
- .flags-content h1 {
3748
- font-size: larger;
3749
- margin: 1rem 1rem;
3750
- }
3751
- .flags-content button {
3752
- background: none;
3753
- border: 1px solid rgb(218, 220, 224);
3754
- border-radius: 2px;
3755
- color: rgb(25, 103, 210);
3756
- font-size: 0.8125rem;
3757
- padding: 8px 12px;
3758
- cursor: pointer;
3759
- font-weight: 500;
3760
- margin: 3px 0.5rem;
3761
- }
3762
-
3763
- .flag-widget {
3764
- display: grid;
3765
- grid-template: "title control" auto "description control" auto/1fr auto;
3766
- row-gap: 0.3rem;
3767
- padding: 1rem 1rem;
3768
- align-items: center;
3769
- }
3770
- .flag-widget:nth-child(2n+1) {
3771
- background-color: #f6f6f6;
3772
- }
3773
- .flag-widget.focused {
3774
- background-color: #f8f0ac;
3775
- }
3776
- .flag-widget select {
3777
- grid-area: control;
3778
- background: white;
3779
- border: 1px solid rgb(25, 103, 210);
3780
- color: rgb(25, 103, 210);
3781
- font-size: 0.8125rem;
3782
- height: 1.625rem;
3783
- letter-spacing: 0.01em;
3784
- max-width: 150px;
3785
- text-align-last: center;
3786
- width: 100%;
3787
- }
3788
- .flag-widget label {
3789
- font-weight: bold;
3790
- }
3791
- .flag-widget .description {
3792
- font-size: smaller;
3793
- }
3794
-
3795
- .hiring-banner {
3796
- font-family: "Roboto", sans-serif;
3797
- font-size: 12px;
3798
- background: #db4634;
3799
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
3800
- left: -65px;
3801
- letter-spacing: 1px;
3802
- line-height: 25px;
3803
- position: absolute;
3804
- text-align: center;
3805
- top: 20px;
3806
- transform: rotate(-45deg);
3807
- width: 200px;
3808
- z-index: 5;
3809
- }
3810
- .hiring-banner a {
3811
- color: white;
3812
- text-decoration: none;
3813
- }
3814
-
3815
- .viz-page {
3816
- display: grid;
3817
- grid-template-rows: minmax(300px, auto) 1fr;
3818
- overflow: hidden;
3819
- }
3820
-
3821
- .viz-page > .pf-editor {
3822
- overflow-y: auto;
3823
- }
3824
-
3825
- .details-source {
3826
- max-width: 50%;
3827
- width: 100%;
3828
- padding: 0px 10px;
3829
- display: inline-block;
3830
- vertical-align: top;
3831
- }
3832
-
3833
- .details-table table.half-width {
3834
- display: inline-block;
3835
- vertical-align: top;
3836
- }
3837
-
3838
- .details-panel .details-panel-heading.heap-profile .function-profile-selected {
3839
- width: 400px;
3840
- }
3841
-
3842
- .topbar-button {
3843
- color: white;
3844
- position: absolute;
3845
- z-index: 5;
3846
- background-color: #262f3c;
3847
- height: var(--topbar-height);
3848
- right: 0px;
3849
- border-radius: 5px 0 0 5px;
3850
- border-bottom: inherit;
3851
- visibility: visible;
3852
- transition: left var(--anim-easing) var(--sidebar-timing);
3853
- width: 48px;
3854
- overflow: hidden;
3855
- }
3856
- .topbar-button > button {
3857
- vertical-align: middle;
3858
- }
3859
-
3860
- /**
3861
- * prism.js default theme for JavaScript, CSS and HTML
3862
- * Based on dabblet (http://dabblet.com)
3863
- * @author Lea Verou
3864
- */
3865
- code[class*=language-],
3866
- pre[class*=language-] {
3867
- color: black;
3868
- background: none;
3869
- text-shadow: 0 1px white;
3870
- font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
3871
- font-size: 1em;
3872
- text-align: left;
3873
- white-space: pre;
3874
- word-spacing: normal;
3875
- word-break: normal;
3876
- word-wrap: normal;
3877
- line-height: 1.5;
3878
- -moz-tab-size: 4;
3879
- -o-tab-size: 4;
3880
- tab-size: 4;
3881
- -webkit-hyphens: none;
3882
- -moz-hyphens: none;
3883
- -ms-hyphens: none;
3884
- hyphens: none;
3885
- }
3886
-
3887
- pre[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection,
3888
- code[class*=language-]::-moz-selection, code[class*=language-] ::-moz-selection {
3889
- text-shadow: none;
3890
- background: #b3d4fc;
3891
- }
3892
-
3893
- pre[class*=language-]::selection, pre[class*=language-] ::selection,
3894
- code[class*=language-]::selection, code[class*=language-] ::selection {
3895
- text-shadow: none;
3896
- background: #b3d4fc;
3897
- }
3898
-
3899
- @media print {
3900
- code[class*=language-],
3901
- pre[class*=language-] {
3902
- text-shadow: none;
3903
- }
3904
- }
3905
- /* Code blocks */
3906
- pre[class*=language-] {
3907
- padding: 1em;
3908
- margin: 0 0;
3909
- overflow: auto;
3910
- font-size: 0.8em;
3911
- }
3912
-
3913
- :not(pre) > code[class*=language-],
3914
- pre[class*=language-] {
3915
- background: #f5f2f0;
3916
- }
3917
-
3918
- /* Inline code */
3919
- :not(pre) > code[class*=language-] {
3920
- padding: 0.1em;
3921
- border-radius: 0.3em;
3922
- white-space: normal;
3923
- }
3924
-
3925
- .token.comment,
3926
- .token.prolog,
3927
- .token.doctype,
3928
- .token.cdata {
3929
- color: slategray;
3930
- }
3931
-
3932
- .token.punctuation {
3933
- color: #999;
3934
- }
3935
-
3936
- .token.namespace {
3937
- opacity: 0.7;
3938
- }
3939
-
3940
- .token.property,
3941
- .token.tag,
3942
- .token.boolean,
3943
- .token.number,
3944
- .token.constant,
3945
- .token.symbol,
3946
- .token.deleted {
3947
- color: #905;
3948
- }
3949
-
3950
- .token.selector,
3951
- .token.attr-name,
3952
- .token.string,
3953
- .token.char,
3954
- .token.builtin,
3955
- .token.inserted {
3956
- color: #690;
3957
- }
3958
-
3959
- .token.operator,
3960
- .token.entity,
3961
- .token.url,
3962
- .language-css .token.string,
3963
- .style .token.string {
3964
- color: #9a6e3a;
3965
- /* This background color was intended by the author of this theme. */
3966
- background: hsla(0, 0%, 100%, 0.5);
3967
- }
3968
-
3969
- .token.atrule,
3970
- .token.attr-value,
3971
- .token.keyword {
3972
- color: #07a;
3973
- }
3974
-
3975
- .token.function,
3976
- .token.class-name {
3977
- color: #DD4A68;
3978
- }
3979
-
3980
- .token.regex,
3981
- .token.important,
3982
- .token.variable {
3983
- color: #e90;
3984
- }
3985
-
3986
- .token.important,
3987
- .token.bold {
3988
- font-weight: bold;
3989
- }
3990
-
3991
- .token.italic {
3992
- font-style: italic;
3993
- }
3994
-
3995
- .token.entity {
3996
- cursor: help;
3997
- }
3998
-
3999
- pre[class*=language-].line-numbers {
4000
- position: relative;
4001
- padding-left: 3.8em;
4002
- counter-reset: linenumber;
4003
- }
4004
-
4005
- pre[class*=language-].line-numbers > code {
4006
- position: relative;
4007
- white-space: inherit;
4008
- }
4009
-
4010
- .line-numbers .line-numbers-rows {
4011
- position: absolute;
4012
- pointer-events: none;
4013
- top: 0;
4014
- font-size: 100%;
4015
- left: -3.8em;
4016
- width: 3em; /* works for line-numbers below 1000 lines */
4017
- letter-spacing: -1px;
4018
- border-right: 1px solid #999;
4019
- -webkit-user-select: none;
4020
- -moz-user-select: none;
4021
- -ms-user-select: none;
4022
- user-select: none;
4023
- }
4024
-
4025
- .line-numbers-rows > span {
4026
- display: block;
4027
- counter-increment: linenumber;
4028
- }
4029
-
4030
- .line-numbers-rows > span:before {
4031
- content: counter(linenumber);
4032
- color: #999;
4033
- display: block;
4034
- padding-right: 0.8em;
4035
- text-align: right;
4036
- }
4037
-
4038
- .widgets-page {
4039
- padding: 20px;
4040
- font-size: 16px;
4041
- overflow: auto;
4042
- }
4043
- .widgets-page h1 {
4044
- margin: 32px 0 0 0;
4045
- font-size: 28px;
4046
- }
4047
- .widgets-page h2 {
4048
- margin: 16px 0 0 0;
4049
- font-size: 24px;
4050
- }
4051
- .widgets-page ul {
4052
- margin-block-start: 5px;
4053
- margin-block-end: 0px;
4054
- padding-inline-start: 0px;
4055
- }
4056
- .widgets-page li {
4057
- list-style-type: none;
4058
- margin: 2px 0 0 0;
4059
- }
4060
- .widgets-page .widget-row {
4061
- margin: 10px;
4062
- }
4063
- .widgets-page .widget-row > * {
4064
- margin-right: 5px;
4065
- }
4066
- .widgets-page .widget-block {
4067
- display: flex;
4068
- flex-direction: row;
4069
- }
4070
- .widgets-page .widget-controls {
4071
- margin: 10px;
4072
- }
4073
- .widgets-page .widget-container {
4074
- display: flex;
4075
- min-width: 300px;
4076
- max-width: 600px;
4077
- min-height: 250px;
4078
- border-radius: 3px;
4079
- box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.1254901961);
4080
- border: dashed 1px gray;
4081
- margin: 10px 0 10px 0;
4082
- padding: 16px;
4083
- }
4084
- .widgets-page .widget-container > * {
4085
- margin: auto;
4086
- vertical-align: middle;
4087
- }
4088
- .widgets-page .widget-container-wide {
4089
- min-width: 450px;
4090
- }
4091
-
4092
- .pf-plugins-page {
4093
- padding: 20px;
4094
- font-size: 16px;
4095
- overflow: auto;
4096
- }
4097
- .pf-plugins-page .pf-plugins-topbar {
4098
- margin-bottom: 10px;
4099
- }
4100
- .pf-plugins-page .pf-plugins-topbar > button {
4101
- margin-right: 4px;
4102
- }
4103
- .pf-plugins-page h1 {
4104
- margin: 32px 0 8px 0;
4105
- font-size: 28px;
4106
- }
4107
- .pf-plugins-page .pf-plugins-grid {
4108
- display: inline-grid;
4109
- grid-template-columns: repeat(6, auto);
4110
- row-gap: 6px;
4111
- column-gap: 10px;
4112
- }
4113
- .pf-plugins-page .pf-tag {
4114
- padding: 3px 6px;
4115
- display: inline;
4116
- width: 100px;
4117
- text-align: center;
4118
- border-radius: 2px;
4119
- }
4120
- .pf-plugins-page .pf-tag.pf-active {
4121
- background: lightgreen;
4122
- }
4123
- .pf-plugins-page .pf-tag.pf-inactive {
4124
- background: lightcoral;
4125
- }
4126
-
4127
- .pf-anchor {
4128
- display: inline-block;
4129
- line-height: 1;
4130
- text-decoration: none;
4131
- color: #3d5688;
4132
- cursor: pointer;
4133
- border-bottom: dotted 1px #3d5688;
4134
- transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4135
- }
4136
- .pf-anchor > .material-icons {
4137
- float: right;
4138
- margin: 0 0 0 0px;
4139
- font-size: inherit;
4140
- line-height: inherit;
4141
- color: inherit;
4142
- }
4143
- .pf-anchor:hover {
4144
- border-bottom-style: solid;
4145
- background: rgba(0, 0, 0, 0.0666666667);
4146
- box-shadow: 0 1px 0 #3d5688;
4147
- }
4148
- .pf-anchor:focus-visible {
4149
- outline: 2px auto #64b5f6;
4150
- }
4151
-
4152
- .pf-button {
4153
- font-family: "Roboto Condensed", sans-serif;
4154
- line-height: 1;
4155
- user-select: none;
4156
- transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
4157
- border-radius: 2px;
4158
- padding: 4px 8px;
4159
- white-space: nowrap;
4160
- min-width: max-content;
4161
- background: none;
4162
- color: inherit;
4163
- }
4164
- .pf-button > .pf-left-icon {
4165
- float: left;
4166
- margin-right: 6px;
4167
- }
4168
- .pf-button > .pf-right-icon {
4169
- float: right;
4170
- margin-left: 6px;
4171
- }
4172
- .pf-button > .material-icons, .pf-button > .material-icons-filled {
4173
- font-size: inherit;
4174
- line-height: inherit;
4175
- }
4176
- .pf-button:focus-visible {
4177
- outline: 2px auto #64b5f6;
4178
- }
4179
- .pf-button:hover {
4180
- background: rgba(0, 0, 0, 0.0666666667);
4181
- }
4182
- .pf-button:active, .pf-button.pf-active {
4183
- background: rgba(0, 0, 0, 0.1333333333);
4184
- }
4185
- .pf-button[disabled] {
4186
- color: #aaa;
4187
- background: none;
4188
- cursor: not-allowed;
4189
- }
4190
- .pf-button.pf-intent-primary {
4191
- color: #fff;
4192
- background: #3d5688;
4193
- }
4194
- .pf-button.pf-intent-primary:hover {
4195
- background: #4966a2;
4196
- }
4197
- .pf-button.pf-intent-primary:active, .pf-button.pf-intent-primary.pf-active {
4198
- transition: none;
4199
- background: #243e71;
4200
- box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2509803922);
4201
- }
4202
- .pf-button.pf-intent-primary[disabled] {
4203
- background: #666;
4204
- color: #aaa;
4205
- box-shadow: none;
4206
- cursor: not-allowed;
4207
- }
4208
- .pf-button.pf-compact {
4209
- padding: 2px 4px;
4210
- }
4211
- .pf-button.pf-compact > .pf-left-icon {
4212
- margin-right: 2px;
4213
- }
4214
- .pf-button.pf-compact > .pf-right-icon {
4215
- margin-left: 2px;
4216
- }
4217
- .pf-button.pf-icon-only {
4218
- padding: 4px;
4219
- }
4220
- .pf-button.pf-icon-only > .pf-left-icon {
4221
- margin: 0;
4222
- }
4223
- .pf-button.pf-icon-only.pf-compact {
4224
- padding: 0;
4225
- }
4226
-
4227
- .pf-button-bar {
4228
- display: flex;
4229
- flex-direction: row;
4230
- gap: 2px;
4231
- }
4232
-
4233
- .pf-callout {
4234
- display: flex;
4235
- font-family: inherit;
4236
- font-size: inherit;
4237
- line-height: 1;
4238
- color: #19212b;
4239
- background: rgb(239, 239, 239);
4240
- border-radius: 2px;
4241
- padding: 4px;
4242
- border: solid lightgray 1px;
4243
- }
4244
- .pf-callout > .pf-left-icon {
4245
- font-size: inherit;
4246
- margin-right: 6px;
4247
- align-items: baseline;
4248
- }
4249
-
4250
- .pf-checkbox {
4251
- display: inline-block;
4252
- position: relative;
4253
- font-family: "Roboto Condensed", sans-serif;
4254
- font-size: inherit;
4255
- color: #19212b;
4256
- user-select: none;
4257
- cursor: pointer;
4258
- padding-left: 24px;
4259
- }
4260
- .pf-checkbox input {
4261
- position: absolute;
4262
- opacity: 0;
4263
- pointer-events: none;
4264
- }
4265
- .pf-checkbox span {
4266
- position: absolute;
4267
- left: 0;
4268
- top: 0;
4269
- bottom: 0;
4270
- margin-top: auto;
4271
- margin-bottom: auto;
4272
- height: 18px;
4273
- width: 18px;
4274
- border-radius: 2px;
4275
- border: solid 2px #19212b;
4276
- transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4277
- background: none;
4278
- }
4279
- .pf-checkbox span:after {
4280
- content: "";
4281
- display: block;
4282
- position: absolute;
4283
- bottom: 7.5px;
4284
- left: 1px;
4285
- width: 0px;
4286
- height: 0px;
4287
- border-color: #fff;
4288
- border-style: solid;
4289
- border-width: 0;
4290
- transform-origin: 0% 100%;
4291
- transform: rotate(45deg);
4292
- transition: height 150ms linear, width 100ms 150ms linear, border-width 0ms 250ms;
4293
- }
4294
- .pf-checkbox:hover span {
4295
- background: rgba(0, 0, 0, 0.0666666667);
4296
- }
4297
- .pf-checkbox input:checked + span {
4298
- border-color: #3d5688;
4299
- background: #3d5688;
4300
- }
4301
- .pf-checkbox input:focus-visible + span {
4302
- outline: 2px auto #64b5f6;
4303
- }
4304
- .pf-checkbox input:checked + span:after {
4305
- width: 5px;
4306
- height: 9px;
4307
- border-width: 0 2px 2px 0;
4308
- transition: width 150ms linear, height 150ms 100ms linear, border-width 0ms;
4309
- }
4310
- .pf-checkbox.pf-disabled {
4311
- cursor: not-allowed;
4312
- color: #aaa;
4313
- }
4314
- .pf-checkbox.pf-disabled span {
4315
- border-color: #aaa;
4316
- background: none;
4317
- }
4318
- .pf-checkbox.pf-disabled span:after {
4319
- border-color: #fff;
4320
- }
4321
- .pf-checkbox.pf-disabled input:checked ~ span {
4322
- border-color: #666;
4323
- background: #666;
4324
- }
4325
-
4326
- .pf-details-shell {
4327
- font-family: "Roboto Condensed", sans-serif;
4328
- display: flex;
4329
- flex-direction: column;
4330
- }
4331
- .pf-details-shell .pf-header-bar {
4332
- z-index: 1;
4333
- display: flex;
4334
- flex-direction: row;
4335
- align-items: baseline;
4336
- gap: 6px;
4337
- background-color: white;
4338
- color: black;
4339
- padding: 8px 8px 5px 8px;
4340
- border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4341
- }
4342
- .pf-details-shell .pf-header-bar .pf-header-title {
4343
- font-size: 18px;
4344
- min-width: min-content;
4345
- white-space: nowrap;
4346
- }
4347
- .pf-details-shell .pf-header-bar .pf-header-description {
4348
- font-size: 14px;
4349
- flex-grow: 1;
4350
- flex-shrink: 1;
4351
- white-space: nowrap;
4352
- text-overflow: ellipsis;
4353
- overflow: hidden;
4354
- }
4355
- .pf-details-shell .pf-header-bar .pf-header-buttons {
4356
- display: flex;
4357
- min-width: min-content;
4358
- gap: 4px;
4359
- align-items: baseline;
4360
- }
4361
- .pf-details-shell .pf-content {
4362
- flex-grow: 1;
4363
- overflow-x: auto;
4364
- }
4365
- .pf-details-shell.pf-fill-parent {
4366
- height: 100%;
4367
- overflow-y: hidden;
4368
- }
4369
- .pf-details-shell.pf-fill-parent .pf-content {
4370
- overflow-y: auto;
4371
- }
4372
-
4373
- .pf-editor {
4374
- width: 100%;
4375
- }
4376
- .pf-editor .cm-editor {
4377
- height: 100%;
4378
- }
4379
-
4380
- .pf-empty-state {
4381
- display: flex;
4382
- flex-direction: column;
4383
- align-items: center;
4384
- padding: 10px;
4385
- user-select: none;
4386
- color: #19212b;
4387
- margin: auto;
4388
- justify-content: center;
4389
- max-width: 100%;
4390
- overflow: hidden;
4391
- text-overflow: ellipsis;
4392
- white-space: nowrap;
4393
- }
4394
- .pf-empty-state > i {
4395
- font-size: 5em;
4396
- margin-bottom: 8px;
4397
- }
4398
- .pf-empty-state .pf-empty-state-title {
4399
- text-align: center;
4400
- font-weight: bolder;
4401
- margin-bottom: 2px;
4402
- }
4403
- .pf-empty-state .pf-empty-state-content {
4404
- text-align: center;
4405
- font-size: smaller;
4406
- }
4407
-
4408
- .pf-error {
4409
- padding: 20px 10px;
4410
- color: hsl(350, 50%, 50%);
4411
- font-family: "Roboto Condensed", sans-serif;
4412
- font-weight: 300;
4413
- }
4414
-
4415
- .pf-flamegraph {
4416
- height: 100%;
4417
- overflow-y: hidden;
4418
- }
4419
- .pf-flamegraph .loading-container {
4420
- font-size: larger;
4421
- display: flex;
4422
- align-items: center;
4423
- justify-content: center;
4424
- height: 100%;
4425
- }
4426
- .pf-flamegraph .filter-bar {
4427
- margin: 6px 8px;
4428
- display: flex;
4429
- column-gap: 8px;
4430
- align-items: start;
4431
- }
4432
- .pf-flamegraph .filter-bar .pf-tag-input {
4433
- flex-grow: 1;
4434
- }
4435
- .pf-flamegraph .filter-bar .pf-select {
4436
- flex-shrink: 0;
4437
- }
4438
- .pf-flamegraph .popup-anchor {
4439
- width: 0px;
4440
- height: 0px;
4441
- position: absolute;
4442
- }
4443
- .pf-flamegraph canvas {
4444
- user-select: none;
4445
- }
4446
- .pf-flamegraph .canvas-container {
4447
- height: 100%;
4448
- position: relative;
4449
- overflow-y: auto;
4450
- }
4451
-
4452
- .pf-flamegraph-filter-bar-popup-content {
4453
- white-space: pre-line;
4454
- width: max-content;
4455
- font-family: "Roboto Condensed", sans-serif;
4456
- }
4457
-
4458
- .pf-flamegraph-tooltip-popup {
4459
- width: max-content;
4460
- font-family: "Roboto Condensed", sans-serif;
4461
- font-size: 15px;
4462
- display: flex;
4463
- flex-direction: column;
4464
- padding: 4px;
4465
- }
4466
- .pf-flamegraph-tooltip-popup .tooltip-text-line {
4467
- display: flex;
4468
- cursor: text;
4469
- padding-top: 4px;
4470
- gap: 4px;
4471
- }
4472
- .pf-flamegraph-tooltip-popup .tooltip-text {
4473
- cursor: text;
4474
- }
4475
- .pf-flamegraph-tooltip-popup .tooltip-bold-text {
4476
- font-weight: 600;
4477
- cursor: text;
4478
- }
4479
- .pf-flamegraph-tooltip-popup .pf-button-bar {
4480
- padding-top: 16px;
4481
- }
4482
-
4483
- .pf-form {
4484
- display: grid;
4485
- grid-template-columns: auto auto;
4486
- gap: 8px;
4487
- font-family: "Roboto Condensed", sans-serif;
4488
- }
4489
- .pf-form .pf-form-button-bar {
4490
- grid-column: span 2;
4491
- margin-top: 6px;
4492
- display: flex;
4493
- justify-content: right;
4494
- flex-direction: row-reverse;
4495
- align-items: center;
4496
- gap: 2px;
4497
- }
4498
- .pf-form .pf-form-label {
4499
- font-weight: bolder;
4500
- }
4501
-
4502
- .pf-menu .pf-form {
4503
- margin: 0 4px;
4504
- }
4505
-
4506
- .pf-grid-layout {
4507
- display: grid;
4508
- gap: 8px;
4509
- grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
4510
- margin: 8px;
4511
- align-items: start;
4512
- }
4513
- .pf-grid-layout > .pf-grid-layout-column {
4514
- display: flex;
4515
- flex-direction: column;
4516
- gap: 8px;
4517
- }
4518
- .pf-grid-layout td {
4519
- word-break: break-all;
4520
- }
4521
-
4522
- .pf-keycap {
4523
- user-select: none;
4524
- line-height: 1;
4525
- background-color: #fafbfc;
4526
- border: 1px solid #d1d5da;
4527
- border-bottom-color: #c6cbd1;
4528
- border-radius: 3px;
4529
- box-shadow: inset 0 -1px 0 #c6cbd1;
4530
- color: #444d56;
4531
- display: inline-block;
4532
- font-family: "Roboto Condensed", sans-serif;
4533
- vertical-align: baseline;
4534
- padding: 2px 4px;
4535
- }
4536
- .pf-keycap i {
4537
- font-size: inherit;
4538
- vertical-align: baseline;
4539
- line-height: 1;
4540
- float: left;
4541
- }
4542
-
4543
- .pf-hotkey {
4544
- display: flex;
4545
- flex-direction: row;
4546
- gap: 2px;
4547
- }
4548
-
4549
- .pf-popup-menu.pf-popup .pf-popup-content {
4550
- padding: 0;
4551
- }
4552
-
4553
- .pf-menu {
4554
- display: flex;
4555
- flex-direction: column;
4556
- align-items: stretch;
4557
- margin: 4px 0;
4558
- }
4559
- .pf-menu .pf-menu-item {
4560
- font-family: "Roboto Condensed", sans-serif;
4561
- user-select: none;
4562
- text-align: left;
4563
- padding: 5px 10px;
4564
- white-space: nowrap;
4565
- min-width: max-content;
4566
- cursor: pointer;
4567
- background: none;
4568
- color: #19212b;
4569
- }
4570
- .pf-menu .pf-menu-item > .material-icons {
4571
- font-size: inherit;
4572
- line-height: inherit;
4573
- }
4574
- .pf-menu .pf-menu-item > .pf-left-icon {
4575
- float: left;
4576
- margin-right: 6px;
4577
- }
4578
- .pf-menu .pf-menu-item > .pf-right-icon {
4579
- float: right;
4580
- margin-left: 6px;
4581
- }
4582
- .pf-menu .pf-menu-item:hover {
4583
- background: rgba(0, 0, 0, 0.0666666667);
4584
- }
4585
- .pf-menu .pf-menu-item:active, .pf-menu .pf-menu-item.pf-active {
4586
- background: rgba(0, 0, 0, 0.1333333333);
4587
- }
4588
- .pf-menu .pf-menu-item[disabled] {
4589
- color: #aaa;
4590
- background: none;
4591
- box-shadow: none;
4592
- cursor: not-allowed;
4593
- }
4594
- .pf-menu .pf-menu-item:focus-visible {
4595
- outline: 2px auto #64b5f6;
4596
- }
4597
- .pf-menu .pf-menu-divider {
4598
- border-bottom: solid 1px #aaa;
4599
- margin: 5px 0 5px 0;
4600
- }
4601
-
4602
- .pf-list {
4603
- overflow-y: auto;
4604
- }
4605
-
4606
- .pf-multi-select-fixed-size {
4607
- max-height: 300px;
4608
- }
4609
-
4610
- .pf-multiselect-panel {
4611
- font-family: "Roboto Condensed", sans-serif;
4612
- display: flex;
4613
- flex-direction: column;
4614
- align-items: stretch;
4615
- width: 280px;
4616
- }
4617
- .pf-multiselect-panel > .pf-search-bar {
4618
- margin-bottom: 8px;
4619
- display: flex;
4620
- }
4621
- .pf-multiselect-panel > .pf-search-bar > .pf-search-box {
4622
- flex-grow: 1;
4623
- }
4624
- .pf-multiselect-panel .pf-multiselect-item {
4625
- display: block;
4626
- margin-top: 5px;
4627
- }
4628
- .pf-multiselect-panel .pf-multiselect-header {
4629
- align-items: baseline;
4630
- display: flex;
4631
- position: sticky;
4632
- top: 0;
4633
- font-size: 1em;
4634
- background-color: white;
4635
- z-index: 1;
4636
- font-size: 0.75em;
4637
- border-bottom: solid 1px #19212b;
4638
- padding-bottom: 2px;
4639
- min-width: max-content;
4640
- }
4641
- .pf-multiselect-panel .pf-multiselect-header > span {
4642
- margin-right: auto;
4643
- }
4644
- .pf-multiselect-panel .pf-multiselect-container {
4645
- position: relative;
4646
- margin-bottom: 16px;
4647
- }
4648
-
4649
- .pf-popup-portal {
4650
- position: absolute;
4651
- z-index: 10;
4652
- width: 100%;
4653
- }
4654
-
4655
- .pf-popup {
4656
- background: white;
4657
- border: solid 1px #aaa;
4658
- border-radius: 2px;
4659
- box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
4660
- }
4661
- .pf-popup .pf-popup-content {
4662
- position: relative;
4663
- padding: 4px;
4664
- }
4665
-
4666
- .pf-popup-arrow,
4667
- .pf-popup-arrow::before {
4668
- position: absolute;
4669
- width: 8px;
4670
- height: 8px;
4671
- background: inherit;
4672
- border: inherit;
4673
- }
4674
-
4675
- .pf-popup-arrow {
4676
- visibility: hidden;
4677
- }
4678
-
4679
- .pf-popup-arrow::before {
4680
- visibility: visible;
4681
- content: "";
4682
- transform: rotate(45deg);
4683
- }
4684
-
4685
- .pf-popup[data-popper-placement^=top] > .pf-popup-arrow {
4686
- bottom: -4px;
4687
- border-top: none;
4688
- border-left: none;
4689
- }
4690
-
4691
- .pf-popup[data-popper-placement^=bottom] > .pf-popup-arrow {
4692
- top: -6px;
4693
- border-bottom: none;
4694
- border-right: none;
4695
- }
4696
-
4697
- .pf-popup[data-popper-placement^=left] > .pf-popup-arrow {
4698
- right: -4px;
4699
- border-bottom: none;
4700
- border-left: none;
4701
- }
4702
-
4703
- .pf-popup[data-popper-placement^=right] > .pf-popup-arrow {
4704
- left: -6px;
4705
- border-top: none;
4706
- border-right: none;
4707
- }
4708
-
4709
- .pf-section {
4710
- border-radius: 2px;
4711
- border: 1px solid rgba(0, 0, 0, 0.2);
4712
- }
4713
- .pf-section header {
4714
- padding: 6px;
4715
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4716
- }
4717
- .pf-section article {
4718
- padding: 6px;
4719
- font-size: 14px;
4720
- }
4721
-
4722
- .pf-segmented-buttons {
4723
- display: flex;
4724
- flex-direction: row;
4725
- }
4726
- .pf-segmented-buttons .pf-button {
4727
- border-radius: 0;
4728
- }
4729
- .pf-segmented-buttons .pf-button:first-child {
4730
- border-radius: 2px 0 0 2px;
4731
- }
4732
- .pf-segmented-buttons .pf-button:last-child {
4733
- border-radius: 0 2px 2px 0;
4734
- }
4735
-
4736
- .pf-select {
4737
- font-family: "Roboto Condensed", sans-serif;
4738
- font-size: inherit;
4739
- outline: none;
4740
- border: none;
4741
- border-bottom: solid 1px #19212b;
4742
- background: none;
4743
- transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4744
- border-radius: 2px 2px 0 0;
4745
- cursor: pointer;
4746
- min-width: 80px;
4747
- }
4748
- .pf-select > .material-icons {
4749
- font-size: inherit;
4750
- line-height: inherit;
4751
- float: left;
4752
- }
4753
- .pf-select:hover {
4754
- background: rgba(0, 0, 0, 0.0666666667);
4755
- }
4756
- .pf-select:focus {
4757
- background: rgba(0, 0, 0, 0.0666666667);
4758
- border-bottom: solid 1px #3d5688;
4759
- box-shadow: 0 1px 0 #3d5688;
4760
- }
4761
- .pf-select[disabled] {
4762
- border-bottom-color: #aaa;
4763
- color: #aaa;
4764
- background: none;
4765
- cursor: not-allowed;
4766
- }
4767
-
4768
- @keyframes pf-spinner-rotation {
4769
- from {
4770
- transform: rotate(0deg);
4771
- }
4772
- to {
4773
- transform: rotate(360deg);
4774
- }
4775
- }
4776
- .pf-spinner {
4777
- display: inline-block;
4778
- width: 1em;
4779
- height: 1em;
4780
- border: solid 0.1em lightgray;
4781
- border-top: solid 0.1em #3d5688;
4782
- border-radius: 50%;
4783
- animation: pf-spinner-rotation 1s infinite linear;
4784
- }
4785
- .pf-spinner.easing {
4786
- animation-timing-function: ease-in-out;
4787
- }
4788
-
4789
- .pf-switch {
4790
- display: inline-block;
4791
- position: relative;
4792
- font-family: "Roboto Condensed", sans-serif;
4793
- font-size: inherit;
4794
- color: #19212b;
4795
- user-select: none;
4796
- cursor: pointer;
4797
- padding-left: 38px;
4798
- }
4799
- .pf-switch input {
4800
- position: absolute;
4801
- opacity: 0;
4802
- pointer-events: none;
4803
- }
4804
- .pf-switch span {
4805
- position: absolute;
4806
- left: 0;
4807
- top: 0;
4808
- bottom: 0;
4809
- margin-top: auto;
4810
- margin-bottom: auto;
4811
- height: 16px;
4812
- width: 32px;
4813
- border-radius: 8px;
4814
- transition: background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4815
- background: grey;
4816
- vertical-align: middle;
4817
- }
4818
- .pf-switch span:after {
4819
- content: "";
4820
- display: block;
4821
- position: absolute;
4822
- left: 2px;
4823
- top: 0;
4824
- bottom: 0;
4825
- margin-top: auto;
4826
- margin-bottom: auto;
4827
- width: 12px;
4828
- height: 12px;
4829
- background: #fff;
4830
- box-sizing: border-box;
4831
- border-radius: 50%;
4832
- transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1);
4833
- }
4834
- .pf-switch input:checked + span {
4835
- background: #3d5688;
4836
- }
4837
- .pf-switch input:checked + span:after {
4838
- left: 18px;
4839
- }
4840
- .pf-switch input:focus-visible + span {
4841
- outline: 2px auto #64b5f6;
4842
- }
4843
- .pf-switch.pf-disabled {
4844
- cursor: not-allowed;
4845
- color: #aaa;
4846
- }
4847
- .pf-switch.pf-disabled span {
4848
- border-color: #aaa;
4849
- background: #aaa;
4850
- }
4851
- .pf-switch.pf-disabled span:after {
4852
- border-color: #aaa;
4853
- }
4854
- .pf-switch.pf-disabled input:checked ~ span {
4855
- border-color: #666;
4856
- background: #666;
4857
- }
4858
-
4859
- .pf-tag-input {
4860
- display: flex;
4861
- align-items: baseline;
4862
- flex-wrap: wrap;
4863
- font-family: "Roboto Condensed", sans-serif;
4864
- font-size: inherit;
4865
- outline: none;
4866
- border: none;
4867
- border-bottom: solid 1px #19212b;
4868
- background: none;
4869
- transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4870
- border-radius: 2px 2px 0 0;
4871
- }
4872
- .pf-tag-input input {
4873
- outline: none;
4874
- border: none;
4875
- background: none;
4876
- font-family: inherit;
4877
- font-size: inherit;
4878
- flex-grow: 1;
4879
- }
4880
- .pf-tag-input i {
4881
- cursor: pointer;
4882
- font-size: smaller;
4883
- margin-left: 2px;
4884
- }
4885
- .pf-tag-input .pf-tag {
4886
- border-radius: 2px;
4887
- background: #3d5688;
4888
- margin-right: 2px;
4889
- color: #fff;
4890
- padding-inline: 4px;
4891
- white-space: nowrap;
4892
- }
4893
- .pf-tag-input:hover {
4894
- background: rgba(0, 0, 0, 0.0666666667);
4895
- }
4896
- .pf-tag-input:focus-within {
4897
- background: rgba(0, 0, 0, 0.0666666667);
4898
- border-bottom: solid 1px #3d5688;
4899
- box-shadow: 0 1px 0 #3d5688;
4900
- }
4901
-
4902
- .pf-text-input {
4903
- font-family: "Roboto Condensed", sans-serif;
4904
- font-size: inherit;
4905
- outline: none;
4906
- border: none;
4907
- border-bottom: solid 1px #19212b;
4908
- background: none;
4909
- transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), background 150ms cubic-bezier(0.4, 0, 0.2, 1);
4910
- border-radius: 2px 2px 0 0;
4911
- }
4912
- .pf-text-input:hover {
4913
- background: rgba(0, 0, 0, 0.0666666667);
4914
- }
4915
- .pf-text-input:focus {
4916
- background: rgba(0, 0, 0, 0.0666666667);
4917
- border-bottom: solid 1px #3d5688;
4918
- box-shadow: 0 1px 0 #3d5688;
4919
- }
4920
- .pf-text-input[disabled] {
4921
- border-bottom-color: #aaa;
4922
- color: #aaa;
4923
- background: none;
4924
- cursor: not-allowed;
4925
- }
4926
-
4927
- .pf-text-paragraph {
4928
- white-space: pre-wrap;
4929
- padding-top: 5px;
4930
- padding-bottom: 5px;
4931
- word-break: break-word;
4932
- }
4933
-
4934
- .pf-timecode .pf-timecode-millis {
4935
- margin-left: 1px;
4936
- }
4937
- .pf-timecode .pf-timecode-micros {
4938
- margin-left: 2px;
4939
- }
4940
- .pf-timecode .pf-timecode-nanos {
4941
- margin-left: 2px;
4942
- }
4943
- .pf-timecode .pf-button {
4944
- margin-left: 2px;
4945
- }
4946
-
4947
- .pf-tree {
4948
- font-family: "Roboto Condensed", sans-serif;
4949
- display: grid;
4950
- grid-template-columns: [left] auto [right] 1fr;
4951
- row-gap: 5px;
4952
- }
4953
- .pf-tree .pf-tree-node {
4954
- display: contents;
4955
- }
4956
- .pf-tree .pf-tree-node:hover {
4957
- background: hsl(214, 22%, 90%);
4958
- }
4959
- .pf-tree .pf-tree-node .pf-tree-left {
4960
- grid-column: left;
4961
- background: inherit;
4962
- min-width: max-content;
4963
- border-radius: 2px 0 0 2px;
4964
- font-weight: bolder;
4965
- }
4966
- .pf-tree .pf-tree-node .pf-tree-right {
4967
- grid-column: right;
4968
- background: inherit;
4969
- padding: 0 0 0 15px;
4970
- border-radius: 0 2px 2px 0;
4971
- overflow-wrap: break-word;
4972
- white-space: pre-wrap;
4973
- min-width: 0;
4974
- }
4975
- .pf-tree .pf-tree-node .pf-tree-gutter {
4976
- display: inline-flex;
4977
- position: relative;
4978
- width: 16px;
4979
- justify-content: center;
4980
- align-items: center;
4981
- }
4982
- .pf-tree .pf-tree-node.pf-collapsed > .pf-tree-left > .pf-tree-gutter {
4983
- cursor: pointer;
4984
- }
4985
- .pf-tree .pf-tree-node.pf-collapsed > .pf-tree-left > .pf-tree-gutter::after {
4986
- content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='8'%3E%3Cline x1='2' y1='0' x2='6' y2='4' stroke='black'/%3E%3Cline x1='6' y1='4' x2='2' y2='8' stroke='black'/%3E%3C/svg%3E");
4987
- }
4988
- .pf-tree .pf-tree-node.pf-expanded > .pf-tree-left > .pf-tree-gutter {
4989
- cursor: pointer;
4990
- }
4991
- .pf-tree .pf-tree-node.pf-expanded > .pf-tree-left > .pf-tree-gutter::after {
4992
- content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='8'%3E%3Cline x1='2' y1='0' x2='6' y2='4' stroke='black'/%3E%3Cline x1='6' y1='4' x2='2' y2='8' stroke='black'/%3E%3C/svg%3E");
4993
- rotate: 90deg;
4994
- }
4995
- .pf-tree .pf-tree-node.pf-loading > .pf-tree-left > .pf-tree-gutter::after {
4996
- content: "";
4997
- border: solid 1px lightgray;
4998
- border-top: solid 1px #3d5688;
4999
- animation: pf-spinner-rotation 1s infinite linear;
5000
- width: 8px;
5001
- height: 8px;
5002
- border-radius: 50%;
5003
- }
5004
- .pf-tree .pf-tree-node .pf-tree-indent-gutter {
5005
- display: block;
5006
- position: relative;
5007
- }
5008
- .pf-tree .pf-tree-node.pf-collapsed + .pf-tree-children {
5009
- display: none;
5010
- }
5011
- .pf-tree .pf-tree-children {
5012
- display: grid;
5013
- grid-column: 1/span 2;
5014
- grid-template-columns: subgrid;
5015
- row-gap: 5px;
5016
- border-left: solid rgba(0, 0, 0, 0.2) 1px;
5017
- margin-left: 6px;
5018
- padding-left: 6px;
5019
- }
5020
-
5021
- .pf-treetable {
5022
- font-family: "Roboto Condensed", sans-serif;
5023
- border-collapse: collapse;
5024
- text-align: left;
5025
- }
5026
- .pf-treetable th {
5027
- text-align: left;
5028
- padding: 2px 8px;
5029
- border-bottom: solid 1px grey;
5030
- font-weight: bolder;
5031
- }
5032
- .pf-treetable td {
5033
- padding: 2px 8px;
5034
- text-align: left;
5035
- padding-left: calc(var(--indentation-level) * 12px + 4px);
5036
- }
5037
- .pf-treetable td .pf-treetable-gutter {
5038
- display: inline;
5039
- }
5040
- .pf-treetable td .pf-treetable-gutter::before {
5041
- content: " ";
5042
- display: inline-block;
5043
- position: relative;
5044
- width: 12px;
5045
- }
5046
- .pf-treetable td.pf-treetable-maincol {
5047
- font-weight: bolder;
5048
- }
5049
- .pf-treetable td.pf-treetable-node .pf-treetable-gutter::before {
5050
- content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='8' width='8'%3E%3Cline x1='2' y1='0' x2='6' y2='4' stroke='black'/%3E%3Cline x1='6' y1='4' x2='2' y2='8' stroke='black'/%3E%3C/svg%3E");
5051
- display: inline-block;
5052
- cursor: pointer;
5053
- width: 12px;
5054
- rotate: 90deg;
5055
- }
5056
- .pf-treetable td.pf-treetable-node.pf-collapsed .pf-treetable-gutter::before {
5057
- rotate: 0deg;
5058
- }
5059
-
5060
- .pf-vega-view {
5061
- border-radius: 2px;
5062
- border: solid 1px #aaa;
5063
- color: #19212b;
5064
- position: relative;
5065
- }
5066
-
5067
- .pf-vega-view-status {
5068
- backdrop-filter: grayscale(1) blur(6px);
5069
- background-color: none;
5070
- height: 100%;
5071
- width: 100%;
5072
- padding: 1rem;
5073
- position: absolute;
5074
- top: 0;
5075
- }
5076
-
5077
- .pf-virtual-scroll-container {
5078
- overflow: auto;
5079
- height: 100%;
5080
- }
5081
-
5082
- @layer widgets {
5083
- .pf-vtable {
5084
- overflow: auto;
5085
- font-family: "Roboto Condensed", sans-serif;
5086
- position: relative;
5087
- background: white;
5088
- }
5089
- .pf-vtable .pf-vtable-content {
5090
- display: inline-flex;
5091
- flex-direction: column;
5092
- min-width: 100%;
5093
- }
5094
- .pf-vtable .pf-vtable-content .pf-vtable-header {
5095
- font-weight: bold;
5096
- position: sticky;
5097
- top: 0;
5098
- z-index: 1;
5099
- background: white;
5100
- white-space: nowrap;
5101
- padding-inline: 4px;
5102
- box-shadow: rgba(0, 0, 0, 0.0666666667) 0px 0px 8px;
5103
- }
5104
- .pf-vtable .pf-vtable-content .pf-vtable-data {
5105
- white-space: nowrap;
5106
- overflow: hidden;
5107
- text-overflow: ellipsis;
5108
- margin-right: 8px;
5109
- display: inline-block;
5110
- }
5111
- .pf-vtable .pf-vtable-content .pf-vtable-slider {
5112
- overflow: hidden;
5113
- overflow: hidden;
5114
- background: repeating-linear-gradient(-45deg, #ddd, #ddd 1.4142135624px, white 1.4142135624px, white 2.8284271247px);
5115
- }
5116
- .pf-vtable .pf-vtable-content .pf-vtable-slider .pf-vtable-puck .pf-vtable-row {
5117
- display: flex;
5118
- align-items: center;
5119
- white-space: nowrap;
5120
- padding-inline: 4px;
5121
- }
5122
- .pf-vtable .pf-vtable-content .pf-vtable-slider .pf-vtable-puck .pf-vtable-row:nth-child(odd) {
5123
- background-color: hsl(214, 22%, 95%);
5124
- }
5125
- .pf-vtable .pf-vtable-content .pf-vtable-slider .pf-vtable-puck .pf-vtable-row:nth-child(even) {
5126
- background-color: white;
5127
- }
5128
- .pf-vtable .pf-vtable-content .pf-vtable-slider .pf-vtable-puck .pf-vtable-row:hover {
5129
- background-color: hsl(214, 22%, 90%);
5130
- }
5131
- }
5132
-
5133
- /*# sourceMappingURL=perfetto.css.map */