1
<!DOCTYPE html>
2
<html dir="ltr" lang="en">
3
<head>
4
<meta charset="utf-8">
5
<meta name="theme-color" content="#fff">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
<title>sexteller.com</title>
8
<style>/* Copyright 2017 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */a {
9
color: var(--link-color);
10
}
11
body {
12
--background-color: #fff;
13
--error-code-color: var(--google-gray-700);
14
--google-blue-100: rgb(210, 227, 252);
15
--google-blue-300: rgb(138, 180, 248);
16
--google-blue-600: rgb(26, 115, 232);
17
--google-blue-700: rgb(25, 103, 210);
18
--google-gray-100: rgb(241, 243, 244);
19
--google-gray-300: rgb(218, 220, 224);
20
--google-gray-500: rgb(154, 160, 166);
21
--google-gray-50: rgb(248, 249, 250);
22
--google-gray-600: rgb(128, 134, 139);
23
--google-gray-700: rgb(95, 99, 104);
24
--google-gray-800: rgb(60, 64, 67);
25
--google-gray-900: rgb(32, 33, 36);
26
--heading-color: var(--google-gray-900);
27
--link-color: rgb(88, 88, 88);
28
--popup-container-background-color: rgba(0,0,0,.65);
29
--primary-button-fill-color-active: var(--google-blue-700);
30
--primary-button-fill-color: var(--google-blue-600);
31
--primary-button-text-color: #fff;
32
--quiet-background-color: rgb(247, 247, 247);
33
--secondary-button-border-color: var(--google-gray-500);
34
--secondary-button-fill-color: #fff;
35
--secondary-button-hover-border-color: var(--google-gray-600);
36
--secondary-button-hover-fill-color: var(--google-gray-50);
37
--secondary-button-text-color: var(--google-gray-700);
38
--small-link-color: var(--google-gray-700);
39
--text-color: var(--google-gray-700);
40
--edge-background: var(--edge-grey-background);
41
--edge-black: #101010;
42
--edge-focus-color: #838383;
43
--edge-blue-hover: #0078D4;
44
--edge-blue-pressed: #1081D7;
45
--edge-blue-rest: #0070C6;
46
--edge-blue-selected: #004274;
47
--edge-border-hover:#949494;
48
--edge-border-pressed: #ADADAD;
49
--edge-border-rest: #C5C5C5;
50
--edge-grey-background: #F6F6F6;
51
--edge-grey-selected: #C6C6C6;
52
--edge-light-grey-hover: #F3F3F3;
53
--edge-light-grey-pressed: #F7F7F7;
54
--edge-light-grey-rest: #EFEFEF;
55
--edge-primary-text-color: var(--edge-black);
56
--edge-secondary-text-color: var(--edge-text-grey-rest);
57
--edge-text-blue-hover: #0070C6;
58
--edge-text-blue-rest: #0061AB;
59
--edge-text-blue-pressed: #1081D7;
60
--edge-text-grey-rest: #6F6F6F;
61
--edge-white: #FFFFFF;
62
--edge-primary-button-focus-shadow: 0 0 0 2px inset #F2F8FD;
63
--edge-focus-outline: 2px solid var(--edge-focus-color);
64
background: var(--edge-background);
65
color: var(--edge-primary-text-color);
66
word-wrap: break-word;
67
}
68
.nav-wrapper .secondary-button {
69
background: var(--secondary-button-fill-color);
70
border: 1px solid var(--secondary-button-border-color);
71
color: var(--secondary-button-text-color);
72
float: none;
73
margin: 0;
74
padding: 8px 16px;
75
}
76
.hidden {
77
display: none;
78
}
79
html {
80
-webkit-text-size-adjust: 100%;
81
font-size: 125%;
82
}
83
.icon {
84
background-repeat: no-repeat;
85
background-size: 100%;
86
}
87
@media (prefers-color-scheme: dark) {
88
body {
89
--background-color: var(--google-gray-900);
90
--error-code-color: var(--google-gray-500);
91
--heading-color: var(--google-gray-500);
92
--link-color: var(--google-blue-300);
93
--primary-button-fill-color-active: rgb(129, 162, 208);
94
--primary-button-fill-color: var(--google-blue-300);
95
--primary-button-text-color: var(--google-gray-900);
96
--quiet-background-color: var(--background-color);
97
--secondary-button-border-color: var(--google-gray-700);
98
--secondary-button-fill-color: var(--google-gray-900);
99
--secondary-button-hover-fill-color: rgb(48, 51, 57);
100
--secondary-button-text-color: var(--google-blue-300);
101
--small-link-color: var(--google-blue-300);
102
--text-color: var(--google-gray-500);
103
--edge-black: #FFFFFF;
104
--edge-focus-color: #888;
105
--edge-blue-hover: #0070C6;
106
--edge-blue-pressed: #0069B9;
107
--edge-blue-rest: #0078D4;
108
--edge-blue-selected: #63ACE5;
109
--edge-border-hover:#909090;
110
--edge-border-pressed: #787878;
111
--edge-border-rest: #575757;
112
--edge-grey-background: #2D2D2D;
113
--edge-grey-selected: #676767;
114
--edge-light-grey-hover: #424242;
115
--edge-light-grey-pressed: #3E3E3E;
116
--edge-light-grey-rest: #464646;
117
--edge-text-blue-hover: #429BDF;
118
--edge-text-blue-rest: #63ACE5;
119
--edge-text-blue-pressed: #2189DA;
120
--edge-text-grey-rest: #949494;
121
--edge-white: #1D1D1D;
122
--edge-primary-button-focus-shadow: 0 0 0 2px inset #F2F8FD;
123
}
124
}
125
126
</style>
127
128
<style>/* Copyright 2014 The Chromium Authors Copyright (C) Microsoft Corporation. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */button {
129
border: 0;
130
border-radius: 2px;
131
box-sizing: border-box;
132
color: var(--primary-button-text-color);
133
cursor: pointer;
134
float: right;
135
font-size: .875em;
136
margin: 0;
137
padding: 8px 16px;
138
transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
139
user-select: none;
140
}
141
[dir='rtl'] button {
142
float: left;
143
}
144
.bad-clock button,.captive-portal button,.https-only button,.insecure-form button,.lookalike-url button,.main-frame-blocked button,.neterror button,.pdf button,.ssl button,.enterprise-block button,.enterprise-warn button,.safe-browsing-billing button {
145
background: var(--edge-blue-rest);
146
}
147
.bad-clock a,.captive-portal a,.ssl a {
148
color: var(--edge-text-blue-rest);
149
text-decoration: none;
150
border-bottom: 1px solid currentColor;
151
}
152
@media (forced-colors: active) {
153
.bad-clock a, .captive-portal a, .lookalike-url a, .ssl a {
154
-ms-high-contrast-adjust: none;
155
color: LinkText;
156
border-bottom: 1px solid currentColor;
157
}
158
.bad-clock a:focus, .captive-portal a:focus, .lookalike-url a:focus, .ssl a:focus {
159
outline: none;
160
border-bottom: 2px solid LinkText;
161
}
162
}
163
.bad-clock #primary-button,.captive-portal #primary-button,.lookalike-url #primary-button,.ssl #primary-button {
164
color: white;
165
background-color: var(--edge-blue-rest);
166
border: 2px solid var(--edge-blue-rest);
167
font-family: system-ui, sans-serif;
168
font-weight: 600;
169
outline: none;
170
}
171
.bad-clock #primary-button:focus,.captive-portal #primary-button:focus,.lookalike-url #primary-button:focus,.ssl #primary-button:focus {
172
border-color: var(--edge-focus-color);
173
box-shadow: var(--edge-primary-button-focus-shadow);
174
}
175
.bad-clock #primary-button:hover,.captive-portal #primary-button:hover,.lookalike-url #primary-button:hover,.ssl #primary-button:hover {
176
background-color: var(--edge-blue-hover);
177
border-color: var(--edge-blue-hover);
178
}
179
.bad-clock #primary-button:active,.captive-portal #primary-button:active,.lookalike-url #primary-button:active,.ssl #primary-button:active {
180
background-color: var(--edge-blue-pressed);
181
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
182
}
183
@media(forced-colors: active) {
184
/* Accent button */ .bad-clock #primary-button, .captive-portal #primary-button, .lookalike-url #primary-button, .ssl #primary-button {
185
-ms-high-contrast-adjust: none;
186
background-color: Highlight;
187
color: HighlightText;
188
border: 2px solid transparent;
189
}
190
.bad-clock #primary-button:focus, .captive-portal #primary-button:focus, .lookalike-url #primary-button:focus, .ssl #primary-button:focus {
191
outline: 2px solid ButtonText;
192
border-color: transparent;
193
box-shadow: none;
194
}
195
.bad-clock #primary-button:hover, .captive-portal #primary-button:hover, .lookalike-url #primary-button:hover, .ssl #primary-button:hover {
196
background-color: HighlightText;
197
color: Highlight;
198
border: 2px solid Highlight;
199
}
200
}
201
.bad-clock #details-button,.captive-portal #details-button,.lookalike-url #proceed-button,.ssl #details-button {
202
color: var(--edge-primary-text-color);
203
background-color: transparent;
204
border-color: var(--edge-border-rest);
205
}
206
.bad-clock #details-button:focus,.captive-portal #details-button:focus,.lookalike-url #proceed-button:focus,.ssl #details-button:focus {
207
outline: var(--edge-focus-outline);
208
}
209
.bad-clock #details-button:active,.captive-portal #details-button:active,.lookalike-url #proceed-button:active,.ssl #details-button:active {
210
border-color: white;
211
background: var(--edge-light-grey-pressed);
212
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
213
}
214
.bad-clock #details-button:hover,.captive-portal #details-button:hover,.lookalike-url #proceed-button:hover,.ssl #details-button:hover {
215
background: var(--edge-light-grey-hover);
216
border-color: var(--edge-border-hover);
217
text-decoration: none;
218
}
219
@media(forced-colors: active) {
220
/* Outline button */ .bad-clock #details-button, .captive-portal #details-button, .lookalike-url #proceed-button, .ssl #details-button {
221
-ms-high-contrast-adjust: none;
222
background-color: ButtonFace;
223
color: ButtonText;
224
border: 1px solid ButtonText;
225
}
226
.bad-clock #details-button:focus, .captive-portal #details-button:focus, .lookalike-url #proceed-button:focus, .ssl #details-button:focus {
227
outline: 2px solid ButtonText;
228
}
229
.bad-clock #details-button:hover, .captive-portal #details-button:hover, .lookalike-url #proceed-button:hover, .ssl #details-button:hover {
230
background-color: Highlight;
231
color: HighlightText;
232
}
233
}
234
.bad-clock #main-message > p,.captive-portal #main-message > p,.lookalike-url #main-message > p,.ssl #main-message > p {
235
font-size: 14px;
236
line-height: 20px;
237
color: var(--edge-primary-text-color);
238
}
239
button:active {
240
background: var(--primary-button-fill-color-active);
241
outline: 0;
242
}
243
#debugging {
244
display: inline;
245
overflow: auto;
246
}
247
.debugging-content {
248
line-height: 1em;
249
margin-bottom: 0;
250
margin-top: 1em;
251
}
252
.debugging-content-fixed-width {
253
display: block;
254
font-family: monospace;
255
font-size: 1.2em;
256
margin-top: 0.5em;
257
}
258
.debugging-title {
259
font-weight: bold;
260
}
261
#details {
262
margin: 0 0 50px;
263
}
264
#details p:not(:first-of-type) {
265
margin-top: 20px;
266
}
267
.secondary-button:active {
268
border-color: white;
269
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
270
}
271
.secondary-button:hover {
272
background: var(--secondary-button-hover-fill-color);
273
border-color: var(--secondary-button-hover-border-color);
274
text-decoration: none;
275
}
276
.error-code {
277
color: var(--error-code-color);
278
font-size: .8em;
279
margin-top: 12px;
280
text-transform: uppercase;
281
}
282
#error-debugging-info {
283
font-size: 0.8em;
284
}
285
h1 {
286
color: var(--edge-primary-text-color);
287
font-size: 1.6em;
288
font-weight: bold;
289
line-height: 1.25em;
290
margin-bottom: 16px;
291
}
292
h2 {
293
font-size: 1.2em;
294
font-weight: normal;
295
}
296
.icon {
297
height: 72px;
298
margin: 0 0 40px;
299
width: 72px;
300
}
301
input[type=checkbox] {
302
opacity: 0;
303
}
304
input[type=checkbox]:focus ~ .checkbox::after {
305
outline: -webkit-focus-ring-color auto 5px;
306
}
307
.interstitial-wrapper {
308
box-sizing: border-box;
309
font-size: 1em;
310
line-height: 1.6em;
311
margin: 14vh auto 0;
312
max-width: 600px;
313
width: 100%;
314
}
315
#main-message > p {
316
display: inline;
317
}
318
#extended-reporting-opt-in {
319
font-size: .875em;
320
margin-top: 32px;
321
}
322
#extended-reporting-opt-in label {
323
display: grid;
324
grid-template-columns: 1.8em 1fr;
325
position: relative;
326
}
327
#enhanced-protection-message {
328
border-radius: 4px;
329
font-size: 1em;
330
margin-top: 32px;
331
padding: 10px 5px;
332
}
333
#enhanced-protection-message label {
334
display: grid;
335
grid-template-columns: 2.5em 1fr;
336
position: relative;
337
}
338
#enhanced-protection-message div {
339
margin: 0.5em;
340
}
341
#enhanced-protection-message .icon {
342
height: 1.5em;
343
vertical-align: middle;
344
width: 1.5em;
345
}
346
#https-upgrades-message {
347
border-radius: 4px;
348
font-size: 1em;
349
}
350
.nav-wrapper {
351
margin-top: 51px;
352
}
353
.nav-wrapper::after {
354
clear: both;
355
content: '';
356
display: table;
357
width: 100%;
358
}
359
.small-link {
360
color: var(--small-link-color);
361
font-size: .875em;
362
}
363
.checkboxes {
364
flex: 0 0 24px;
365
}
366
.checkbox {
367
--padding: .9em;
368
background: transparent;
369
display: block;
370
height: 1em;
371
left: -1em;
372
padding-inline-start: var(--padding);
373
position: absolute;
374
right: 0;
375
top: -.5em;
376
width: 1em;
377
}
378
.checkbox::after {
379
border: 1px solid white;
380
border-radius: 2px;
381
content: '';
382
height: 1em;
383
left: var(--padding);
384
position: absolute;
385
top: var(--padding);
386
width: 1em;
387
}
388
.checkbox::before {
389
background: transparent;
390
border: 2px solid white;
391
border-inline-end-width: 0;
392
border-top-width: 0;
393
content: '';
394
height: .2em;
395
left: calc(.3em + var(--padding));
396
opacity: 0;
397
position: absolute;
398
top: calc(.3em + var(--padding));
399
transform: rotate(-45deg);
400
width: .5em;
401
}
402
input[type=checkbox]:checked ~ .checkbox::before {
403
opacity: 1;
404
}
405
#recurrent-error-message {
406
background: var(--edge-light-grey-rest);
407
border-radius: 4px;
408
margin-bottom: 16px;
409
margin-top: 12px;
410
padding: 12px 16px;
411
}
412
.showing-recurrent-error-message #extended-reporting-opt-in {
413
margin-top: 16px;
414
}
415
.showing-recurrent-error-message #enhanced-protection-message {
416
margin-top: 16px;
417
}
418
@media (max-width: 700px) {
419
.interstitial-wrapper {
420
padding: 0 10%;
421
}
422
#error-debugging-info {
423
overflow: auto;
424
}
425
}
426
@media (max-width: 420px) {
427
button, [dir='rtl'] button, .small-link {
428
float: none;
429
font-size: .825em;
430
font-weight: 500;
431
margin: 0;
432
width: 100%;
433
}
434
button {
435
padding: 16px 24px;
436
}
437
#details {
438
margin: 20px 0 20px 0;
439
}
440
#details p:not(:first-of-type) {
441
margin-top: 10px;
442
}
443
.secondary-button:not(.hidden) {
444
display: block;
445
margin-top: 20px;
446
text-align: center;
447
width: 100%;
448
}
449
.interstitial-wrapper {
450
padding: 0 5%;
451
}
452
#extended-reporting-opt-in {
453
margin-top: 24px;
454
}
455
#enhanced-protection-message {
456
margin-top: 24px;
457
}
458
.nav-wrapper {
459
margin-top: 30px;
460
}
461
}
462
/** * Mobile specific styling. * Navigation buttons are anchored to the bottom of the screen. * Details message replaces the top content in its own scrollable area. */@media (max-width: 420px) {
463
.nav-wrapper .secondary-button {
464
border: 0;
465
margin: 16px 0 0;
466
margin-inline-end: 0;
467
padding-bottom: 16px;
468
padding-top: 16px;
469
}
470
}
471
/* Fixed nav. */@media (min-width: 240px) and (max-width: 420px) and (min-height: 401px), (min-width: 421px) and (min-height: 240px) and (max-height: 560px) {
472
body .nav-wrapper {
473
background: var(--edge-grey-background);
474
bottom: 0;
475
box-shadow: 0 -22px 40px var(--edge-grey-background);
476
left: 0;
477
margin: 0 auto;
478
max-width: 736px;
479
padding-inline-end: 24px;
480
padding-inline-start: 24px;
481
position: fixed;
482
right: 0;
483
width: 100%;
484
z-index: 2;
485
}
486
.interstitial-wrapper {
487
max-width: 736px;
488
}
489
#details, #main-content {
490
padding-bottom: 40px;
491
}
492
#details {
493
padding-top: 5.5vh;
494
}
495
button.small-link {
496
color: var(--google-blue-600);
497
}
498
}
499
@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
500
body {
501
margin: 0 auto;
502
}
503
button, #details-button, [dir='rtl'] button, button.small-link {
504
font-size: .933em;
505
margin: 6px 0;
506
transform: translatez(0);
507
}
508
.nav-wrapper {
509
box-sizing: border-box;
510
padding-bottom: 8px;
511
width: 100%;
512
}
513
#details {
514
box-sizing: border-box;
515
height: auto;
516
margin: 0;
517
opacity: 1;
518
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
519
}
520
#details.hidden, #main-content.hidden {
521
height: 0;
522
opacity: 0;
523
overflow: hidden;
524
padding-bottom: 0;
525
transition: none;
526
}
527
h1 {
528
font-size: 1.5em;
529
margin-bottom: 8px;
530
}
531
.icon {
532
margin-bottom: 5.69vh;
533
}
534
.interstitial-wrapper {
535
box-sizing: border-box;
536
margin: 7vh auto 12px;
537
padding: 0 24px;
538
position: relative;
539
}
540
.interstitial-wrapper p {
541
font-size: .95em;
542
line-height: 1.61em;
543
margin-top: 8px;
544
}
545
#main-content {
546
margin: 0;
547
transition: opacity 100ms cubic-bezier(0.4, 0, 0.2, 1);
548
}
549
.small-link {
550
border: 0;
551
}
552
.suggested-left > #control-buttons, .suggested-right > #control-buttons {
553
float: none;
554
margin: 0;
555
}
556
}
557
@media (min-width: 421px) and (min-height: 500px) and (max-height: 560px) {
558
.interstitial-wrapper {
559
margin-top: 10vh;
560
}
561
}
562
@media (min-height: 400px) and (orientation:portrait) {
563
.interstitial-wrapper {
564
margin-bottom: 145px;
565
}
566
}
567
@media (min-height: 299px) {
568
.nav-wrapper {
569
padding-bottom: 16px;
570
}
571
}
572
@media (max-height: 560px) and (min-height: 240px) and (orientation:landscape) {
573
.extended-reporting-has-checkbox #details {
574
padding-bottom: 80px;
575
}
576
}
577
@media (min-height: 500px) and (max-height: 650px) and (max-width: 414px) and (orientation: portrait) {
578
.interstitial-wrapper {
579
margin-top: 7vh;
580
}
581
}
582
@media (min-height: 650px) and (max-width: 414px) and (orientation: portrait) {
583
.interstitial-wrapper {
584
margin-top: 10vh;
585
}
586
}
587
/* Small mobile screens. No fixed nav. */@media (max-height: 400px) and (orientation: portrait), (max-height: 239px) and (orientation: landscape), (max-width: 419px) and (max-height: 399px) {
588
.interstitial-wrapper {
589
display: flex;
590
flex-direction: column;
591
margin-bottom: 0;
592
}
593
#details {
594
flex: 1 1 auto;
595
order: 0;
596
}
597
#main-content {
598
flex: 1 1 auto;
599
order: 0;
600
}
601
.nav-wrapper {
602
flex: 0 1 auto;
603
margin-top: 8px;
604
order: 1;
605
padding-inline-end: 0;
606
padding-inline-start: 0;
607
position: relative;
608
width: 100%;
609
}
610
button, .nav-wrapper .secondary-button {
611
padding: 16px 24px;
612
}
613
button.small-link {
614
color: var(--google-blue-600);
615
}
616
}
617
@media (max-width: 239px) and (orientation: portrait) {
618
.nav-wrapper {
619
padding-inline-end: 0;
620
padding-inline-start: 0;
621
}
622
}
623
624
</style>
625
626
<style>/* Copyright 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. *//* Don't use the main frame div when the error is in a subframe. */body {
627
background-color: var(--edge-grey-background);
628
}
629
html[subframe] #main-frame-error {
630
display: none;
631
}
632
/* Don't use the subframe error div when the error is in a main frame. */html:not([subframe]) #sub-frame-error {
633
display: none;
634
}
635
#diagnose-button {
636
float: none;
637
margin-bottom: 10px;
638
margin-inline-start: 0;
639
margin-top: 20px;
640
}
641
h1 {
642
margin-top: 0;
643
word-wrap: break-word;
644
color: var(--edge-primary-text-color);
645
margin-bottom: 22px;
646
}
647
h1 span {
648
font-weight: bold;
649
font-size: 24px;
650
line-height: 32px;
651
}
652
h2 {
653
color: var(--edge-secondary-text-color);
654
font-size: 1.2em;
655
font-weight: normal;
656
margin: 10px 0;
657
}
658
a {
659
color: var(--edge-text-blue-rest);
660
text-decoration: none;
661
border-bottom: 1px solid currentColor;
662
}
663
a:hover {
664
color: var(--edge-text-blue-hover);
665
}
666
a:focus {
667
outline: none;
668
text-decoration: none;
669
border-bottom: var(--edge-focus-outline);
670
}
671
#game-buttons {
672
display: flex;
673
align-items: center;
674
}
675
#game-message {
676
margin-inline-end: 16px;
677
}
678
#game-button {
679
color: var(--edge-primary-text-color);
680
background-color: transparent;
681
border: 1px solid var(--edge-border-rest);
682
}
683
#game-button:disabled {
684
opacity: 0.3;
685
cursor: not-allowed;
686
}
687
#game-button:hover:not(:disabled) {
688
background-color: var(--edge-light-grey-hover);
689
border-color: var(--edge-border-hover);
690
}
691
#game-button:active:not(:disabled) {
692
border-color: white;
693
background: var(--edge-light-grey-pressed);
694
box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
695
}
696
#game-button:focus:not(:disabled) {
697
outline: var(--edge-focus-outline);
698
}
699
@media (forced-colors: active) {
700
a:hover {
701
color: HightlightText;
702
}
703
}
704
.icon {
705
-webkit-user-select: none;
706
display: inline-block;
707
}
708
.icon-generic {
709
/** * Can't access edge://theme/IDR_ERROR_NETWORK_GENERIC from an untrusted * renderer process, so embed the resource manually. */ content: -webkit-image-set( url(data:image/png;
710
base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAADtJREFUKM9jYBgFRIP///8/wM16wGAhg5fF3ICbVYCfZf8fD4uBgXlAWPx/8LEKmJvxsCiwFxji/3GyANQXWAZOSFkcAAAAAElFTkSuQmCC) 1x, url(data:image/png;
711
base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAFFJREFUSMdjYBgFo2AUjALSwX8weDCwQv+AmP2D/IFBIMRg3zCwQvYNQCGG+gEXAkXSwApBQP2o0CARqv//b8CFgHmF8c9ACw3lePwPAwMoBADzVzSl0RutTQAAAABJRU5ErkJggg==) 2x);
712
}
713
.icon-offline {
714
content: -webkit-image-set( url(data:image/png;
715
base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAGxJREFUeF7tyMEJwkAQRuFf5ipMKxYQiJ3Z2nSwrWwBA0+DQZcdxEOueaePp9+dQZFB7GpUcURSVU66yVNFj6LFICatThZB6r/ko/pbRpUgilY0Cbw5sNmb9txGXUKyuH7eV25x39DtJXUNPQGJtWFV+BT/QAAAAABJRU5ErkJggg==) 1x, url(data:image/png;
716
base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAGFBMVEUAAABTU1NNTU1TU1NPT09SUlJSUlJTU1O8B7DEAAAAB3RSTlMAoArVKvVgBuEdKgAAAJ1JREFUeF7t1TEOwyAMQNG0Q6/UE+RMXD9d/tC6womIFSL9P+MnAYOXeTIzMzMzMzMzaz8J9Ri6HoITmuHXhISE8nEh9yxDh55aCEUoTGbbQwjqHwIkRAEiIaG0+0AA9VBMaE89Rogeoww936MQrWdBr4GN/z0IAdQ6nQ/FIpRXDwHcA+JIJcQowQAlFUA0MfQpXLlVQfkzR4igS6ENjknm/wiaGhsAAAAASUVORK5CYII=) 2x);
717
position: relative;
718
}
719
.icon-page-error {
720
content: url(data:image/svg+xml;
721
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjIxIDEzLjVsMS43NjcgMS43NzMtLjcwNC43MDRMMTMuNSAxNC4yMWwtMS43NzMgMS43NzMtLjcwNC0uNzEgMS43NzQtMS43NzQtMS43NzQtMS43NzMuNzA0LS43MDQgMS43NzMgMS43NzQgMS43NzMtMS43NzQuNzA0LjcxMUwxNC4yMSAxMy41ek0yIDE1aDh2MUgxVjBoOC43MUwxNCA0LjI5VjEwaC0xVjVIOVYxSDJ2MTR6bTgtMTFoMi4yOUwxMCAxLjcxVjR6IiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
722
}
723
.icon-thinking {
724
content: url(data:image/svg+xml;
725
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAxMWExLjUwNSAxLjUwNSAwIDAxMS4zODMuOTE0Yy4wNzguMTgyLjExNy4zNzguMTE3LjU4NmExLjUwNSAxLjUwNSAwIDAxLS45MTQgMS4zODNBMS40NzIgMS40NzIgMCAwMTMuNSAxNGExLjUwNSAxLjUwNSAwIDAxLTEuMzgzLS45MTRBMS40NzEgMS40NzEgMCAwMTIgMTIuNWExLjUwNSAxLjUwNSAwIDAxLjkxNC0xLjM4M2MuMTgyLS4wNzguMzc4LS4xMTcuNTg2LS4xMTd6bTAgMmEuNDguNDggMCAwMC4zNTItLjE0OEEuNDguNDggMCAwMDQgMTIuNWEuNDguNDggMCAwMC0uMTQ4LS4zNTJBLjQ4LjQ4IDAgMDAzLjUgMTJhLjQ4LjQ4IDAgMDAtLjM1Mi4xNDhBLjQ4LjQ4IDAgMDAzIDEyLjVjMCAuMTM1LjA1LjI1My4xNDguMzUyQS40OC40OCAwIDAwMy41IDEzek0xIDE0YS45NDEuOTQxIDAgMDEuNzAzLjI5N0EuOTQxLjk0MSAwIDAxMiAxNWEuOTcuOTcgMCAwMS0uMDc4LjM5IDEuMDMgMS4wMyAwIDAxLS41MzEuNTMyQS45NjkuOTY5IDAgMDExIDE2YS45NjkuOTY5IDAgMDEtLjM5LS4wNzggMS4xMDMgMS4xMDMgMCAwMS0uMzItLjIxMSAxLjEwMyAxLjEwMyAwIDAxLS4yMTItLjMyQS45NjkuOTY5IDAgMDEwIDE1YS45NjkuOTY5IDAgMDEuMjktLjcwM0EuOTY5Ljk2OSAwIDAxMSAxNHpNMTEuNSAxYy42MiAwIDEuMjAzLjEyIDEuNzUuMzZhNC41MTUgNC41MTUgMCAwMTEuNDMuOTZjLjQwNi40MDcuNzI2Ljg4My45NiAxLjQzLjI0LjU0Ny4zNiAxLjEzLjM2IDEuNzUgMCAuNjItLjEyIDEuMjAzLS4zNiAxLjc1YTQuNTE2IDQuNTE2IDAgMDEtMi4zOSAyLjM5OEE0LjM5NSA0LjM5NSAwIDAxMTEuNSAxMGgtLjE4YTQuNDUyIDQuNDUyIDAgMDEtMi44MiAxYy0uMzggMC0uNzUtLjA0NC0xLjExLS4xMzNhNC43MzggNC43MzggMCAwMS0xLjAxNS0uMzk4IDQuNzM4IDQuNzM4IDAgMDEtLjg5LS42MjVBNC45MjQgNC45MjQgMCAwMTQuNzU3IDlINC41YTMuNDUgMy40NSAwIDAxLTEuMzY3LS4yNzMgMy41MzcgMy41MzcgMCAwMS0xLjg2LTEuODZBMy40NDYgMy40NDYgMCAwMTEgNS41YTMuNTEzIDMuNTEzIDAgMDEyLjEzMy0zLjIyN0EzLjQ0NiAzLjQ0NiAwIDAxNC41IDJoLjU0Yy4xNzYtLjMwNy4zOS0uNTgzLjY0LS44MjhBMy45NyAzLjk3IDAgMDE4LjUgMGMuNDkgMCAuOTYuMDg2IDEuNDE0LjI1OC40NTguMTcyLjg2Ny40MiAxLjIyNy43NDJoLjM1OXptMCA4YTMuMzkgMy4zOSAwIDAwMS4zNi0uMjczIDMuNTk2IDMuNTk2IDAgMDAxLjEwOS0uNzVBMy41MzIgMy41MzIgMCAwMDE1IDUuNWEzLjMxIDMuMzEgMCAwMC0uMjgxLTEuMzYgMy40MjIgMy40MjIgMCAwMC0uNzUtMS4xMDkgMy40MjMgMy40MjMgMCAwMC0xLjExLS43NUEzLjMxIDMuMzEgMCAwMDExLjUgMmgtLjc1OGEzLjk3NiAzLjk3NiAwIDAwLTEuMDIzLS43MzRDOS4zNjkgMS4wODkgOC45NjQgMSA4LjUgMWEyLjkgMi45IDAgMDAtLjk0NS4xNDhjLS4yODcuMDk0LS41NDcuMjMtLjc4Mi40MDdhMy4zMSAzLjMxIDAgMDAtLjYzMi42MzNBNC43ODUgNC43ODUgMCAwMDUuNjU2IDNINC41YTIuNTM1IDIuNTM1IDAgMDAtMS43NzMuNzQyIDIuNTA3IDIuNTA3IDAgMDAtLjUzMi43OWMtLjEzLjMtLjE5NS42MjMtLjE5NS45NjhzLjA2NS42Ny4xOTUuOTc3Yy4xMy4zMDIuMzA4LjU2Ny41MzIuNzk2LjIyOS4yMjQuNDk0LjQwMS43OTYuNTMyLjMwOC4xMy42MzMuMTk1Ljk3Ny4xOTVoLjgyOGMuMTYyLjMwMi4zNTIuNTc4LjU3LjgyOC4yMi4yNDUuNDY0LjQ1Ni43MzUuNjMzQTMuNDM2IDMuNDM2IDAgMDA4LjUgMTBhMy4zOSAzLjM5IDAgMDAxLjMyLS4yNTljLjQxMi0uMTc3Ljc5LS40MjQgMS4xMzMtLjc0MmguNTQ3eiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
726
}
727
.icon-blocked {
728
content: url(data:image/svg+xml;
729
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgOWEzLjUxMyAzLjUxMyAwIDAxMi40NzcgMS4wMjMgMy41MTMgMy41MTMgMCAwMS43NSAzLjg0NCAzLjUxMyAzLjUxMyAwIDAxLTQuNTk0IDEuODYgMy41MzcgMy41MzcgMCAwMS0xLjg2LTEuODZBMy40NDYgMy40NDYgMCAwMTkgMTIuNWEzLjUxMyAzLjUxMyAwIDAxMi4xMzMtMy4yMjdBMy40NDYgMy40NDYgMCAwMTEyLjUgOXpNMTAgMTIuNWMwIC4zNDQuMDY1LjY3LjE5NS45NzcuMTMuMzAyLjMwOC41NjcuNTMyLjc5Ni4yMjkuMjI0LjQ5NC40MDIuNzk2LjUzMmEyLjU3OCAyLjU3OCAwIDAwMS42OTUuMDk0Yy4yMzUtLjA3My40NTQtLjE3OC42NTctLjMxM2wtMy40Ni0zLjQ2MWMtLjEzNi4yMDMtLjI0LjQyMi0uMzEzLjY1NkEyLjU3OCAyLjU3OCAwIDAwMTAgMTIuNXptNC41ODYgMS4zNzVjLjEzNS0uMjAzLjIzNy0uNDIyLjMwNS0uNjU2YTIuNDA3IDIuNDA3IDAgMDAtLjA5NC0xLjY4OCAyLjQ0MyAyLjQ0MyAwIDAwLS41NC0uNzg5IDIuNDQzIDIuNDQzIDAgMDAtLjc4OC0uNTM5IDIuNDA3IDIuNDA3IDAgMDAtMS42ODgtLjA5NGMtLjIzNC4wNjgtLjQ1My4xNy0uNjU2LjMwNWwzLjQ2IDMuNDYxek04LjQ2OSAxNWMuMjI0LjM3LjUuNzAzLjgyOCAxSDFWMGg4LjcxTDE0IDQuMjlWOGE0LjA3MyA0LjA3MyAwIDAwLTEtLjIxOVY1SDlWMUgydjE0aDYuNDY5ek0xMCA0aDIuMjlMMTAgMS43MVY0eiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
730
}
731
.icon-disconnected {
732
content: url(data:image/svg+xml;
733
base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDQ4IDIwNDgiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTE2MDAgMTE1MnE5MyAwIDE3NCAzNXQxNDMgOTYgOTYgMTQyIDM1IDE3NXEwIDkzLTM1IDE3NHQtOTYgMTQzLTE0MiA5Ni0xNzUgMzVxLTkzIDAtMTc0LTM1dC0xNDMtOTYtOTYtMTQyLTM1LTE3NXEwLTkzIDM1LTE3NHQ5Ni0xNDMgMTQyLTk2IDE3NS0zNXptLTMyMCA0NDhxMCA2NiAyNSAxMjR0NjggMTAyIDEwMiA2OSAxMjUgMjVxNDcgMCA5Mi0xM3Q4NC00MGwtNDQzLTQ0M3EtMjYgMzktMzkgODR0LTE0IDkyem01ODcgMTc2cTI2LTM5IDM5LTg0dDE0LTkycTAtNjYtMjUtMTI0dC02OS0xMDEtMTAyLTY5LTEyNC0yNnEtNDcgMC05MiAxM3QtODQgNDBsNDQzIDQ0M3ptLTc3NCAxMjVxMjIgMzYgNDggNjl0NTcgNjJxLTQzIDgtODYgMTJ0LTg4IDRxLTE0MSAwLTI3Mi0zNnQtMjQ0LTEwNC0yMDctMTYwLTE2MS0yMDctMTAzLTI0NS0zNy0yNzJxMC0xNDEgMzYtMjcydDEwNC0yNDQgMTYwLTIwNyAyMDctMTYxVDc1MiAzN3QyNzItMzdxMTQxIDAgMjcyIDM2dDI0NCAxMDQgMjA3IDE2MCAxNjEgMjA3IDEwMyAyNDUgMzcgMjcycTAgNDQtNCA4N3QtMTIgODdxLTU0LTU5LTExOC05OGw0LTM4cTItMTkgMi0zOCAwLTEzMC0zOC0yNTZoLTM2MnE4IDYyIDExIDEyM3Q1IDEyNHEtMzMgMy02NSAxMHQtNjQgMTh2LTM5cTAtNjAtNC0xMTh0LTEyLTExOEg2NTdxLTkgNjQtMTMgMTI3dC00IDEyOXEwIDY1IDQgMTI4dDEzIDEyOGg0NDZxLTM3IDU5LTYwIDEyOEg2NzlxOCAzNyAyMyA4OXQzNyAxMDkgNTEgMTEzIDY0IDEwMSA3OCA3MiA5MiAyOHExOCAwIDM1LTV0MzQtMTR6bTczOS0xMjYxcS0zOC04MS05MS0xNTJ0LTEyMC0xMzEtMTQzLTEwNC0xNjItNzVxMzYgNDkgNjQgMTA1dDUxIDExNSA0MCAxMjEgMjkgMTIxaDMzMnptLTgwOC01MTJxLTQ5IDAtOTEgMjd0LTc4IDczLTY1IDEwMS01MSAxMTMtMzcgMTA5LTIzIDg5aDY5MHEtOC0zNy0yMy04OXQtMzctMTA5LTUxLTExMy02NC0xMDEtNzgtNzItOTItMjh6bS0yOTIgNTBxLTg1IDI5LTE2MiA3NFQ0MjcgMzU3IDMwOCA0ODd0LTkyIDE1M2gzMzJxMTItNTkgMjgtMTIwdDM5LTEyMSA1Mi0xMTYgNjUtMTA1em0tNjA0IDg0NnEwIDEzMCAzOCAyNTZoMzYycS04LTY0LTEyLTEyN3QtNC0xMjlxMC02NSA0LTEyOHQxMi0xMjhIMTY2cS0zOCAxMjYtMzggMjU2em04OCAzODRxMzggODEgOTEgMTUydDEyMCAxMzEgMTQzIDEwNCAxNjIgNzVxLTM2LTQ5LTY1LTEwNXQtNTEtMTE1LTM5LTEyMS0yOS0xMjFIMjE2eiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
734
}
735
.icon-find {
736
content: url(data:image/svg+xml;
737
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDBjLjIwOCAwIC40MTIuMDM0LjYxLjEwMi4xOTcuMDYyLjM4LjE1My41NDYuMjczLjE2Ny4xMi4zMTMuMjYzLjQzOC40My4xMy4xNjEuMjI5LjM0LjI5Ny41MzlsMi44MzYgOC41Yy4xODIuNTM2LjI3MyAxLjA4OC4yNzMgMS42NTYgMCAuNDg0LS4wOTQuOTQtLjI4MSAxLjM2N2EzLjUzNyAzLjUzNyAwIDAxLS43NSAxLjExIDMuNTk2IDMuNTk2IDAgMDEtMS4xMS43NUEzLjM5IDMuMzkgMCAwMTEyLjUgMTVjLS40NjMgMC0uOTEyLS4wODgtMS4zNDQtLjI2NmEzLjQ2NSAzLjQ2NSAwIDAxLTEuMTMzLS43NTcgMy40NjUgMy40NjUgMCAwMS0uNzU3LTEuMTMzQTMuNTEzIDMuNTEzIDAgMDE5IDExLjVWOEg3djMuNWEzLjQ4OCAzLjQ4OCAwIDAxLTIuMTY0IDMuMjM0QTMuNDU0IDMuNDU0IDAgMDEzLjUgMTVhMy40NSAzLjQ1IDAgMDEtMS4zNjctLjI3MyAzLjcyMiAzLjcyMiAwIDAxLTEuMTEtLjc1IDMuNzIyIDMuNzIyIDAgMDEtLjc1LTEuMTFBMy40NDYgMy40NDYgMCAwMTAgMTEuNWMwLS41NjguMDkxLTEuMTIuMjczLTEuNjU2LjAyNi0uMDczLjA4Ni0uMjUuMTgtLjUzMWwuMzQ0LTEuMDQ3Yy4xNC0uNDE3LjI5NC0uODc1LjQ2LTEuMzc1YTUxNi4yMDYgNTE2LjIwNiAwIDAwMS4wMTYtMy4wMjRsLjQzLTEuMjk3Yy4xMjUtLjM3NS4yMjQtLjY3Ny4yOTctLjkwNmwuMTE3LS4zNDRjLjA3OC0uMTkyLjE4LS4zNy4zMDUtLjUzLjEyNS0uMTY4LjI2OC0uMzA4LjQzLS40MjMuMTY2LS4xMTQuMzQ2LS4yMDMuNTM5LS4yNjVBMS44MSAxLjgxIDAgMDE1IDBjLjM4NSAwIC43LjA2My45NDUuMTg4LjI1LjEyNC40NDguMjk0LjU5NC41MDcuMTUxLjIwOS4yNi40NS4zMjguNzI3LjA2OC4yNy4xMS41NTUuMTI1Ljg1MS4wMjEuMjk3LjAyNi41OTcuMDE2Ljg5OUM3LjAwMyAzLjQ2OSA3IDMuNzQ1IDcgNGgyYzAtLjI1NS0uMDA1LS41MzEtLjAxNi0uODI4LS4wMDUtLjMwMiAwLS42MDIuMDE2LS44OTkuMDItLjI5Ni4wNjUtLjU4LjEzMy0uODUxLjA2OC0uMjc2LjE3NC0uNTE4LjMyLS43MjdhMS42MSAxLjYxIDAgMDEuNTk0LS41MDdDMTAuMjk3LjA2MSAxMC42MTUgMCAxMSAwek0zLjUgMTRjLjM0NCAwIC42NjctLjA2NS45NjktLjE5NS4zMDItLjEzNi41NjUtLjMxNS43ODktLjU0YTIuNTMgMi41MyAwIDAwLjUzOS0uNzk2Yy4xMzUtLjMwMi4yMDMtLjYyNS4yMDMtLjk2OXMtLjA2OC0uNjY3LS4yMDMtLjk2OWEyLjQ0NCAyLjQ0NCAwIDAwLS41NC0uNzg5IDIuNDQ0IDIuNDQ0IDAgMDAtLjc4OC0uNTM5QTIuMzQxIDIuMzQxIDAgMDAzLjUgOWMtLjM0NCAwLS42NjcuMDY4LS45NjkuMjAzLS4zMDIuMTMtLjU2Ny4zMS0uNzk3LjU0YTIuNjIgMi42MiAwIDAwLS41MzkuNzg4Yy0uMTMuMzAyLS4xOTUuNjI1LS4xOTUuOTY5cy4wNjUuNjY3LjE5NS45NjljLjEzNi4zMDIuMzE1LjU2OC41NC43OTcuMjI5LjIyNC40OTQuNDAzLjc5Ni41MzkuMzAyLjEzLjYyNS4xOTUuOTY5LjE5NXpNNiAyYS45NDEuOTQxIDAgMDAtLjI5Ny0uNzAzQS45NDEuOTQxIDAgMDA1IDFjLS4yMDMgMC0uMzk2LjA2My0uNTc4LjE4OGEuOTYzLjk2MyAwIDAwLS4zNjcuNDg0TDEuNzk3IDguNDM4Yy4yNjYtLjE0MS41NDItLjI0OC44MjgtLjMyQTMuMzEgMy4zMSAwIDAxMy41IDhjLjE3MiAwIC4zOC4wMjYuNjI1LjA3OC4yNS4wNDcuNDk3LjExNy43NDIuMjExLjI1LjA4OS40NzcuMTk4LjY4LjMyOC4yMDguMTMuMzYuMjc2LjQ1My40MzhWMnptMyA1VjVIN3YyaDJ6bTEgMi4wNTVjLjA5NC0uMTYyLjI0Mi0uMzA4LjQ0NS0uNDM4LjIwOS0uMTMuNDM1LS4yNC42OC0uMzI4YTQuNDMgNC40MyAwIDAxLjc0Mi0uMjFjLjI1LS4wNTMuNDYxLS4wNzkuNjMzLS4wNzkuMjk3IDAgLjU4OC4wNC44NzUuMTE3LjI4Ny4wNzMuNTYzLjE4LjgyOC4zMmwtMi4yNTgtNi43NjVhLjk1Ljk1IDAgMDAtLjM3NS0uNDg0Ljk3Ljk3IDAgMDAtLjk2LS4xMSAxLjAzIDEuMDMgMCAwMC0uNTMyLjUzMUEuOTY5Ljk2OSAwIDAwMTAgMnY3LjA1NXpNMTIuNSAxNGMuMzQ0IDAgLjY2Ny0uMDY1Ljk2OS0uMTk1LjMwMi0uMTM2LjU2NS0uMzE1Ljc4OS0uNTRhMi41MyAyLjUzIDAgMDAuNTM5LS43OTZjLjEzNS0uMzAyLjIwMy0uNjI1LjIwMy0uOTY5cy0uMDY4LS42NjctLjIwMy0uOTY5YTIuNDQ0IDIuNDQ0IDAgMDAtLjU0LS43ODkgMi40NDQgMi40NDQgMCAwMC0uNzg4LS41MzlBMi4zNDEgMi4zNDEgMCAwMDEyLjUgOWMtLjM0NCAwLS42NjcuMDY4LS45NjkuMjAzYTIuNTIgMi41MiAwIDAwLS43OTcuNTQgMi42MiAyLjYyIDAgMDAtLjUzOS43ODhjLS4xMy4zMDItLjE5NS42MjUtLjE5NS45NjlzLjA2NS42NjcuMTk1Ljk2OWMuMTM2LjMwMi4zMTUuNTY4LjU0Ljc5Ny4yMjkuMjI0LjQ5NC40MDMuNzk2LjUzOS4zMDIuMTMuNjI1LjE5NS45NjkuMTk1eiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
738
}
739
.icon-insecure-site {
740
content: url(data:image/svg+xml;
741
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDd2OUgyVjdoOVY0YzAtLjQyNy0uMDc4LS44MjMtLjIzNC0xLjE4OGEyLjgxOSAyLjgxOSAwIDAwLS42MzMtLjk0NSAyLjgxOSAyLjgxOSAwIDAwLS45NDUtLjYzM0EyLjk4MiAyLjk4MiAwIDAwOCAxYy0uNDI3IDAtLjgyMy4wNzgtMS4xODguMjM0YTIuOTA1IDIuOTA1IDAgMDAtMS41ODUgMS41NzlBMy4wNjEgMy4wNjEgMCAwMDUgNEg0YzAtLjU2OC4xMDItMS4wOTQuMzA1LTEuNTc4LjIwMy0uNDkuNDg0LS45MTQuODQzLTEuMjc0QTMuOTIgMy45MiAwIDAxNi40MTQuMzA1IDQuMDk3IDQuMDk3IDAgMDE4IDBhNC4wNCA0LjA0IDAgMDExLjU3OC4zMDVjLjQ5LjIwMy45MTQuNDg0IDEuMjc0Ljg0My4zNTkuMzYuNjQuNzg0Ljg0MyAxLjI3NEE0LjA0IDQuMDQgMCAwMTEyIDR2M2gyem0tMSAxSDN2N2gxMFY4eiIgZmlsbD0iIzEwMTAxMCIvPjwvc3ZnPg==);
742
}
743
.icon-page-briefcase {
744
content: url(data:image/svg+xml;
745
base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNC4wNTUgNjBhOC45NDggOC45NDggMCAwMDEuNDYgNEg0VjBoMzQuODQ0TDU2IDE3LjE1NnYxMi4wOTlBNi45NjggNi45NjggMCAwMDUyIDI4di04SDM2VjRIOHY1NmgxNi4wNTV6bTI1LjEwMS00NEg0MFY2Ljg0NEw0OS4xNTYgMTZ6IiBmaWxsPSIjMTAxMDEwIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNyAzOHYtM2EzIDMgMCAwMTMtM2gxMmEzIDMgMCAwMTMgM3YzaDRhNSA1IDAgMDE1IDV2MTZhNSA1IDAgMDEtNSA1SDMzYTUgNSAwIDAxLTUtNVY0M2E1IDUgMCAwMTUtNWg0em00IDB2LTJoMTB2Mkg0MXptLTggNGExIDEgMCAwMC0xIDF2M2EzIDMgMCAwMDMgM2g4di0xYTEgMSAwIDAxMS0xaDRhMSAxIDAgMDExIDF2MWg4YTMgMyAwIDAwMy0zdi0zYTEgMSAwIDAwLTEtMUgzM3ptMiAxMWg4djFhMSAxIDAgMDAxIDFoNGExIDEgMCAwMDEtMXYtMWg4YzEuMDc0IDAgMi4wOS0uMjQyIDMtLjY3NFY1OWExIDEgMCAwMS0xIDFIMzNhMSAxIDAgMDEtMS0xdi02LjY3NGMuOTEuNDMyIDEuOTI2LjY3NCAzIC42NzR6IiBmaWxsPSIjMTAxMDEwIi8+PC9zdmc+);
746
}
747
.icon-disabled {
748
content: -webkit-image-set( url(data:image/png;
749
base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABICAMAAAAZF4G5AAAABlBMVEVMaXFTU1OXUj8tAAAAAXRSTlMAQObYZgAAASZJREFUeAHd11Fq7jAMRGGf/W/6PoWB67YMqv5DybwG/CFjRuR8JBw3+ByiRjgV9W/TJ31P0tBfC6+cj1haUFXKHmVJo5wP98WwQ0ZCbfUc6LQ6VuUBz31ikADkLMkDrfUC4rR6QGW+gF6rx7NaHWCj1Y/W6lf4L7utvgBSt3rBFSS/XBMPUILcJINHCBWYUfpWn4NBi1ZfudIc3rf6/NGEvEA+AsYTJozmXemjXeLZAov+mnkN2HfzXpMSVQDnGw++57qNJ4D1xitA2sJ+VAWMygSEaYf2mYPTjZfk2K8wmP7HLIH5Mg4/pP+PEcDzUvDMvYbs/2NWwPO5vBdMZE4EE5UTQLiBFDaUlTDPBRoJ9HdAYIkIo06og3BNXtCzy7zA1aXk5x+tJARq63eAygAAAABJRU5ErkJggg==) 1x, url(data:image/png;
750
base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAACQAQMAAAArwfVjAAAABlBMVEVMaXFTU1OXUj8tAAAAAXRSTlMAQObYZgAAAYdJREFUeF7F1EFqwzAUBNARAmVj0FZe5QoBH6BX+dn4GlY2PYNzGx/A0CvkCIJuvIraKJKbgBvzf2g62weDGD7CYggpfFReis4J0ey9EGFIiEQQojFSlA9kSIiqd0KkFjKsewgRbStEN19mxUPTtmW9HQ/h6tyqNQ8NlSMZdzyE6qkoE0trVYGFm0n1WYeBhduzwbwBC7voS+vIxfeMjeaiLxsMMtQNwMPtuew+DjzcTHk8YMfDknEcIUOtf2lVfgVH3K4Xv5PRYAXRVMtItIJ3rfaCIVn9DsTH2NxisAVRex2Hh3hX+/mRUR08bAwPEYsI51ZxWH4Q0SpicQRXeyEaIug48FEdegARfMz/tADVsRciwTAxW308ehmC2gLraC+YCbV3QoTZexa+zegAEW5PhhgYfmbvJgcRqngGByOSXdFJcLk2JeDPEN0kxe1JhIt5FiFA+w+ItMELsUyPF2IaJ4aILqb4FbxPwhImwj6JauKgDUCYaxmYIsd4KXdMjIC9ItB5Bn4BNRwsG0XM2nwAAAAASUVORK5CYII=) 2x);
751
width: 112px;
752
}
753
.managed-icon {
754
content: url(data:image/svg+xml;
755
base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDQ4IDIwNDgiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTIwNDggNTQ0djEwODhxMCAzMy0xMiA2MnQtMzUgNTEtNTEgMzQtNjIgMTNIMTYwcS0zMyAwLTYyLTEydC01MS0zNS0zNC01MS0xMy02MlY1NDRxMC0zMyAxMi02MnQzNS01MSA1MS0zNCA2Mi0xM2g0ODBWMjM2cTAtMjIgOC00MnQyMy0zNCAzNC0yMyA0My05aDU1MnEyMiAwIDQyIDh0MzQgMjMgMjMgMzUgOSA0MnYxNDhoNDgwcTMzIDAgNjIgMTJ0NTEgMzUgMzQgNTEgMTMgNjJ6TTc0OCAyMzZ2MTQ4aDU1MlYyMzZINzQ4em0xMTQwIDE0MjhxMTQgMCAyMy05dDktMjN2LTUxNHEtNjAgMzQtMTI4IDM0aC02NDB2ODNxMCAxOS0xMyAzMnQtMzIgMTNIOTQxcS0xOSAwLTMyLTEzdC0xMy0zMnYtODNIMjU2cS02OCAwLTEyOC0zNHY1MTRxMCAxNCA5IDIzdDIzIDloMTcyOHptLTk2LTY0MHEyNyAwIDUwLTEwdDQwLTI3IDI4LTQxIDEwLTUwVjU0NHEwLTE0LTktMjN0LTIzLTlIMTYwcS0xNCAwLTIzIDl0LTkgMjN2MzUycTAgMjcgMTAgNTB0MjcgNDAgNDEgMjggNTAgMTBoNjQwdi04M3EwLTE5IDEzLTMydDMyLTEzaDE2NnExOSAwIDMyIDEzdDEzIDMydjgzaDY0MHoiLz48L3N2Zz4=);
756
margin-inline-end: 6px;
757
height: 16px;
758
width: 16px;
759
}
760
.error-code {
761
display: block;
762
font-size: 10px;
763
line-height: 12px;
764
color: var(--edge-secondary-text-color);
765
margin-top: 24px;
766
font-weight: 500;
767
}
768
#content-top {
769
margin: 20px;
770
}
771
.hidden {
772
display: none;
773
}
774
#suggestion {
775
margin-top: 15px;
776
}
777
#suggestions-list p {
778
margin-block-end: 0;
779
color: var(--edge-primary-text-color);
780
font-weight: 700;
781
}
782
#suggestions-list ul {
783
margin-top: 0;
784
color: var(--edge-primary-text-color);
785
padding-inline-start: 0;
786
list-style: none;
787
}
788
#suggestions-list li {
789
margin-top: 12px;
790
font-size: 14px;
791
line-height: 20px;
792
}
793
#suggestions-list li:before {
794
content: "•";
795
font-size: 14px;
796
padding-right: 1em;
797
}
798
.single-suggestion li:before{
799
display: none;
800
}
801
#short-suggestion {
802
margin-top: 5px;
803
}
804
#error-information-button {
805
content: url(data:image/svg+xml;
806
base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTExIDE4aDJ2LTJoLTJ2MnptMS0xNkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMCAxOGMtNC40MSAwLTgtMy41OS04LThzMy41OS04IDgtOCA4IDMuNTkgOCA4LTMuNTkgOC04IDh6bTAtMTRjLTIuMjEgMC00IDEuNzktNCA0aDJjMC0xLjEuOS0yIDItMnMyIC45IDIgMmMwIDItMyAxLjc1LTMgNWgyYzAtMi4yNSAzLTIuNSAzLTUgMC0yLjIxLTEuNzktNC00LTR6Ii8+PC9zdmc+);
807
height: 24px;
808
vertical-align: -.15em;
809
width: 24px;
810
}
811
.use-popup-container#error-information-popup-container #error-information-popup {
812
align-items: center;
813
background-color: var(--edge-grey-background);
814
display: flex;
815
height: 100%;
816
left: 0;
817
position: fixed;
818
top: 0;
819
width: 100%;
820
z-index: 100;
821
}
822
.use-popup-container#error-information-popup-container #error-information-popup-content > p {
823
margin-bottom: 11px;
824
margin-inline-start: 20px;
825
}
826
.use-popup-container#error-information-popup-container #suggestions-list ul {
827
margin-inline-start: 15px;
828
}
829
.use-popup-container#error-information-popup-container #error-information-popup-box {
830
background-color: var(--edge-white);
831
left: 5%;
832
padding-bottom: 15px;
833
padding-top: 15px;
834
position: fixed;
835
width: 90%;
836
z-index: 101;
837
}
838
.use-popup-container#error-information-popup-container div.error-code {
839
margin-inline-start: 20px;
840
}
841
.use-popup-container#error-information-popup-container #suggestions-list p {
842
margin-inline-start: 20px;
843
}
844
:not(.use-popup-container)#error-information-popup-container #error-information-popup-close {
845
display: none;
846
}
847
#error-information-popup-close {
848
margin-bottom: 0px;
849
margin-inline-end: 35px;
850
margin-top: 15px;
851
text-align: end;
852
}
853
.link-button {
854
color: var(--edge-text-blue-rest);
855
display: inline-block;
856
font-weight: bold;
857
text-transform: uppercase;
858
}
859
#sub-frame-error-details {
860
color: var(--edge-secondary-text-color);
861
}
862
[jscontent=hostName],[jscontent=failedUrl] {
863
overflow-wrap: break-word;
864
}
865
#search-container {
866
/* Prevents a space between controls. */ display: flex;
867
margin-top: 20px;
868
}
869
.snackbar {
870
background: #323232;
871
border-radius: 2px;
872
bottom: 24px;
873
box-sizing: border-box;
874
color: #fff;
875
font-size: .87em;
876
left: 24px;
877
max-width: 568px;
878
min-width: 288px;
879
opacity: 0;
880
padding: 16px 24px 12px;
881
position: fixed;
882
transform: translateY(90px);
883
will-change: opacity, transform;
884
z-index: 999;
885
}
886
.snackbar-show {
887
-webkit-animation: show-snackbar .25s cubic-bezier(0.0, 0.0, 0.2, 1) forwards, hide-snackbar .25s cubic-bezier(0.4, 0.0, 1, 1) forwards 5s;
888
}
889
@-webkit-keyframes show-snackbar {
890
100% {
891
opacity: 1;
892
transform: translateY(0);
893
}
894
}
895
@-webkit-keyframes hide-snackbar {
896
0% {
897
opacity: 1;
898
transform: translateY(0);
899
}
900
100% {
901
opacity: 0;
902
transform: translateY(90px);
903
}
904
}
905
.suggestions {
906
margin-top: 18px;
907
color: var(--edge-primary-text-color);
908
font-size: 14px;
909
line-height: 20px;
910
}
911
.suggestion-header {
912
font-weight: bold;
913
margin-bottom: 4px;
914
}
915
/* Decrease padding at low sizes. */@media (max-width: 640px), (max-height: 640px) {
916
h1 {
917
margin: 0 0 15px;
918
}
919
#content-top {
920
margin: 15px;
921
}
922
.suggestions {
923
margin-top: 10px;
924
}
925
.suggestion-header {
926
margin-bottom: 0;
927
}
928
}
929
#download-link, #download-link-clicked {
930
margin-bottom: 30px;
931
margin-top: 30px;
932
}
933
#download-link-clicked {
934
color: #BBB;
935
}
936
#download-link:before, #download-link-clicked:before {
937
content: url(data:image/svg+xml;
938
base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxLjJlbSIgaGVpZ2h0PSIxLjJlbSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNSAyMGgxNHYtMkg1bTE0LTloLTRWM0g5djZINWw3IDcgNy03eiIgZmlsbD0iIzQyODVGNCIvPjwvc3ZnPg==);
939
display: inline-block;
940
margin-inline-end: 4px;
941
vertical-align: -webkit-baseline-middle;
942
}
943
#download-link-clicked:before {
944
width: 0px;
945
opacity: 0;
946
}
947
.offline-content-list-title {
948
color: rgb(95, 99, 104);
949
font-size: .8em;
950
line-height: 1;
951
margin-bottom: .8em;
952
}
953
#offline-content-suggestions {
954
margin-inline-start: -5%;
955
width: 110%;
956
}
957
/* The selectors below adjust the "overflow" of the suggestion cards contents * based on the same screen size based strategy used for the main frame, which * is applied by the `interstitial-wrapper` class. */@media (max-width: 700px) {
958
#offline-content-suggestions {
959
margin-inline-start: -5%;
960
width: 110%;
961
}
962
}
963
@media (max-width: 420px) {
964
#offline-content-suggestions {
965
margin-inline-start: -2.5%;
966
width: 105%;
967
}
968
}
969
@media (max-width: 420px) and (orientation: portrait), (max-height: 560px) {
970
#offline-content-suggestions {
971
margin-inline-start: -12px;
972
width: calc(100% + 24px);
973
}
974
}
975
.suggestion-with-image .offline-content-suggestion-visual {
976
flex-basis: 8.2em;
977
flex-shrink: 0;
978
}
979
.suggestion-with-image .offline-content-suggestion-visual > img {
980
height: 100%;
981
width: 100%;
982
}
983
#offline-content-list:not(.is-rtl) .suggestion-with-image.offline-content-suggestion-visual > img {
984
border-bottom-right-radius: 8px;
985
border-top-right-radius: 8px;
986
}
987
#offline-content-list.is-rtl .suggestion-with-image.offline-content-suggestion-visual > img {
988
border-bottom-left-radius: 8px;
989
border-top-left-radius: 8px;
990
}
991
.suggestion-with-icon .offline-content-suggestion-visual {
992
align-items: center;
993
display: flex;
994
justify-content: center;
995
min-height: 4.2em;
996
min-width: 4.2em;
997
}
998
.suggestion-with-icon .offline-content-suggestion-visual > div {
999
align-items: center;
1000
background-color: rgb(241, 243, 244);
1001
border-radius: 50%;
1002
display: flex;
1003
height: 2.3em;
1004
justify-content: center;
1005
width: 2.3em;
1006
}
1007
.suggestion-with-icon .offline-content-suggestion-visual > div > img {
1008
height: 1.45em;
1009
width: 1.45em;
1010
}
1011
.offline-content-suggestion-texts {
1012
display: flex;
1013
flex-direction: column;
1014
justify-content: space-between;
1015
line-height: 1.3;
1016
padding: .9em;
1017
width: 100%;
1018
}
1019
.offline-content-suggestion-title {
1020
-webkit-box-orient: vertical;
1021
-webkit-line-clamp: 3;
1022
color: rgb(32, 33, 36);
1023
display: -webkit-box;
1024
font-size: 1.1em;
1025
overflow: hidden;
1026
text-overflow: ellipsis;
1027
}
1028
div.offline-content-suggestion {
1029
align-items: stretch;
1030
border-color: rgb(218, 220, 224);
1031
border-radius: 8px;
1032
border-style: solid;
1033
border-width: 1px;
1034
display: flex;
1035
justify-content: space-between;
1036
margin-bottom: .8em;
1037
}
1038
.suggestion-with-image {
1039
flex-direction: row;
1040
height: 8.2em;
1041
max-height: 8.2em;
1042
}
1043
.suggestion-with-icon {
1044
flex-direction: row-reverse;
1045
height: 4.2em;
1046
max-height: 4.2em;
1047
}
1048
.suggestion-with-icon .offline-content-suggestion-title {
1049
-webkit-line-clamp: 1;
1050
word-break: break-all;
1051
}
1052
.suggestion-with-icon .offline-content-suggestion-texts {
1053
padding-inline-start: 0px;
1054
}
1055
.offline-content-suggestion-attribution-freshness {
1056
color: rgb(95, 99, 104);
1057
display: flex;
1058
font-size: .8em;
1059
}
1060
.offline-content-suggestion-attribution {
1061
-webkit-box-orient: vertical;
1062
-webkit-line-clamp: 1;
1063
display: -webkit-box;
1064
flex-shrink: 1;
1065
overflow-wrap: break-word;
1066
overflow: hidden;
1067
text-overflow: ellipsis;
1068
word-break: break-all;
1069
}
1070
.no-attribution .offline-content-suggestion-attribution {
1071
display: none;
1072
}
1073
.offline-content-suggestion-freshness:before {
1074
content: '-';
1075
display: inline-block;
1076
flex-shrink: 0;
1077
margin-inline-end: .1em;
1078
margin-inline-start: .1em;
1079
}
1080
.no-attribution .offline-content-suggestion-freshness:before {
1081
display: none;
1082
}
1083
.offline-content-suggestion-freshness {
1084
flex-shrink: 0;
1085
}
1086
.suggestion-with-image .offline-content-suggestion-pin-spacer {
1087
flex-shrink: 1;
1088
flex-grow: 100;
1089
}
1090
.suggestion-with-image .offline-content-suggestion-pin {
1091
content: url(data:image/svg+xml;
1092
base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjR2MjRIMFYweiIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9ImIiPjx1c2UgeGxpbms6aHJlZj0iI2EiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGQ9Ik0xMiAyQzYuNSAyIDIgNi41IDIgMTJzNC41IDEwIDEwIDEwIDEwLTQuNSAxMC0xMFMxNy41IDIgMTIgMnptNSAxNkg3di0yaDEwdjJ6bS02LjctNEw3IDEwLjdsMS40LTEuNCAxLjkgMS45IDUuMy01LjNMMTcgNy4zIDEwLjMgMTR6IiBmaWxsPSIjOUFBMEE2Ii8+PC9zdmc+);
1093
flex-shrink: 0;
1094
height: 1.4em;
1095
margin-inline-start: .4em;
1096
width: 1.4em;
1097
}
1098
.offline-content-list-action {
1099
text-align: center;
1100
}
1101
#offline-content-summary {
1102
border-color: rgb(241, 243, 244);
1103
border-radius: 12px;
1104
border-style: solid;
1105
border-width: 1px;
1106
padding: 12px;
1107
text-align: center;
1108
}
1109
.offline-content-summary-image-truncate {
1110
width: 45px;
1111
}
1112
.offline-content-summary-images {
1113
direction: ltr;
1114
display: flex;
1115
margin-top: 10px;
1116
justify-content: center;
1117
padding-bottom: 12px;
1118
}
1119
.offline-content-summary-images img {
1120
background: rgb(241, 243, 244);
1121
border-radius: 50%;
1122
box-shadow: 0px 1px 2px 0px rgb(155, 155, 155), 0px 1px 3px 0px rgb(155, 155, 155);
1123
padding: 12px;
1124
width: 32px;
1125
}
1126
.offline-content-summary-description {
1127
border-top: 1px solid rgb(241, 243, 244);
1128
padding-top: 12px;
1129
}
1130
.offline-content-summary-action {
1131
padding-top: 12px;
1132
}
1133
/* Don't allow overflow when in a subframe. */html[subframe] body {
1134
overflow: hidden;
1135
}
1136
#sub-frame-error {
1137
-webkit-align-items: center;
1138
background-color: #DDD;
1139
display: -webkit-flex;
1140
-webkit-flex-flow: column;
1141
height: 100%;
1142
-webkit-justify-content: center;
1143
left: 0;
1144
position: absolute;
1145
text-align: center;
1146
top: 0;
1147
transition: background-color .2s ease-in-out;
1148
width: 100%;
1149
}
1150
#sub-frame-error:hover {
1151
background-color: #EEE;
1152
}
1153
#sub-frame-error .icon-generic {
1154
margin: 0 0 16px;
1155
}
1156
#sub-frame-error-details {
1157
margin: 0 10px;
1158
text-align: center;
1159
visibility: hidden;
1160
}
1161
/* Show details only when hovering. */#sub-frame-error:hover #sub-frame-error-details {
1162
visibility: visible;
1163
}
1164
/* If the iframe is too small, always hide the error code. *//* TODO(mmenke): See if overflow: no-display works better, once supported. */@media (max-width: 200px), (max-height: 95px) {
1165
#sub-frame-error-details {
1166
display: none;
1167
}
1168
}
1169
/* Adjust icon for small embedded frames in apps. */@media (max-height: 100px) {
1170
#sub-frame-error .icon-generic {
1171
height: auto;
1172
margin: 0;
1173
padding-top: 0;
1174
width: 25px;
1175
}
1176
}
1177
#control-buttons {
1178
margin-bottom: 44px;
1179
}
1180
/* details-button is special;
1181
it's a <button> element that looks like a link. */#details-buttons {
1182
width: 100%;
1183
}
1184
#details-button {
1185
box-shadow: none;
1186
min-width: 0;
1187
background: none;
1188
border: none;
1189
color: var(--edge-primary-text-color);
1190
cursor: pointer;
1191
font-size: 14px;
1192
line-height: 20px;
1193
text-decoration: none;
1194
float: left;
1195
padding: 4px;
1196
font-family: system-ui, sans-serif;
1197
}
1198
#details-button:before {
1199
display: inline-block;
1200
content: "";
1201
background-image: url("data:image/svg+xml;
1202
base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjM2MTMgNC43MzYzM0wxMy44ODg3IDUuMjYzNjdMOCAxMS4xNTIzTDIuMTExMzMgNS4yNjM2N0wyLjYzODY3IDQuNzM2MzNMOCAxMC4wOTc3TDEzLjM2MTMgNC43MzYzM1oiIGZpbGw9IiMxMDEwMTAiLz4KPC9zdmc+Cg==");
1203
margin-right: 10px;
1204
width: 14px;
1205
height: 10px;
1206
background-repeat: no-repeat;
1207
background-position: center center;
1208
fill: var(--edge-primary-text-color);
1209
}
1210
#details-button.expanded:before {
1211
transform: rotate(180deg);
1212
}
1213
#details-button:focus {
1214
outline: solid 2px var(--edge-focus-color);
1215
}
1216
@media (forced-colors: active) {
1217
#details-button, #game-button {
1218
-ms-high-contrast-adjust: none;
1219
color: ButtonText;
1220
background-color: ButtonFace;
1221
}
1222
#game-button {
1223
/* extra border for this button only */ border: 1px solid ButtonText;
1224
}
1225
#details-button::before, #game-button::before {
1226
fill: ButtonText;
1227
}
1228
#details-button:focus, #game-button:focus {
1229
outline: 2px solid ButtonText;
1230
}
1231
#details-button:hover, #game-button:hover {
1232
background-color: Highlight;
1233
color: HighlightText;
1234
}
1235
#details-button:hover::before, #game-button:hover::before {
1236
fill: HighlightText;
1237
}
1238
}
1239
.nav-wrapper {
1240
margin-top: 44px;
1241
}
1242
#control-buttons,#stale-load-button,#details-buttons {
1243
float: left !important;
1244
}
1245
.suggested-left .secondary-button {
1246
margin-inline-end: 0px;
1247
}
1248
#details-button.singular {
1249
float: none;
1250
}
1251
/* download-button shows both icon and text. */#download-button {
1252
padding-bottom: 4px;
1253
padding-top: 4px;
1254
position: relative;
1255
}
1256
#download-b
utton:before {
1257
background: -webkit-image-set( url(data:image/png;
1258
base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAO0lEQVQ4y2NgGArgPxIY1YChsOE/LtBAmpYG0mxpIOSDBpKUo2lpIDZxNJCkHKqlYZAla3RAHQ1DFgAARRroHyLNTwwAAAAASUVORK5CYII=) 1x, url(data:image/png;
1259
base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAZElEQVRYw+3Ruw3AMAwDUY3OzZUmRRD4E9iim9wNwAdbEURHyk4AAAAATiCVK8lLyPsKeT9K3lsownnunfkPxO78hKiYHxBV8x2icr5BVM+/CMf8g3DN34Rzns6ViwHUAUQ/6wIAd5Km7l6c8AAAAABJRU5ErkJggg==) 2x) no-repeat;
1260
content: '';
1261
display: inline-block;
1262
width: 24px;
1263
height: 24px;
1264
margin-inline-end: 4px;
1265
margin-inline-start: -4px;
1266
vertical-align: middle;
1267
}
1268
#download-button:disabled {
1269
background: rgb(180, 206, 249);
1270
color: rgb(255, 255, 255);
1271
}
1272
/*TODO(https://crbug.com/852872): UI for offline suggested content is incomplete.*/.suggested-thumbnail {
1273
width: 25vw;
1274
height: 25vw;
1275
}
1276
#reload-button {
1277
background-color: var(--edge-blue-rest);
1278
color: white;
1279
/* always
white because it is a blue button */ border-radius: 2px;
1280
width: 100px;
1281
height: 32px;
1282
font-family: system-ui, sans-serif;
1283
font-weig
ht: 600;
1284
font-size: 12px;
1285
padding: 0;
1286
outline: none;
1287
}
1288
#reload-button:focus {
1289
outline: var(--edge-focus-outline);
1290
box-shadow: var(--edge-primary-button-focus-shadow);
1291
}
1292
#reload-button:hover {
1293
background-color: var(--edge-blue-hover);
1294
}
1295
#reload-but
ton:active {
1296
background-color: var(--edge-blue-pressed);
1297
}
1298
@media (forced-colors: active) {
1299
/* Acts l
ike an accent button */ #reload-button {
1300
-ms-high-contrast-adjust: none;
1301
background-color: Highlight;
1302
color: HighlightText;
1303
}
1304
#reload-button:hover {
1305
background-color: HighlightText;
1306
color: Highlight;
1307
border: 2px solid Highlight;
1308
}
1309
#reload-b
utton:focus {
1310
outline: 2px solid ButtonText;
1311
box-shadow: none;
1312
}
1313
}
1314
/* Offline page */.offline {
1315
transition: -webkit-filter 1.5s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
1316
will-change: -webkit-filter, background-color;
1317
}
1318
#main-message > p {
1319
font-size: 14px;
1320
line-height: 20px;
1321
color: var(--edge-primary-text-color);
1322
}
1323
.offline #main-message > p {
1324
display: none;
1325
}
1326
.offline.inverted {
1327
-webkit-filter: invert(100%);
1328
background-color: var(--edge-black);
1329
}
1330
.offline .interstitial-wrapper {
1331
color: #2b2b2b;
1332
font-size: 1em;
1333
line-height: 1.55;
1334
margin: 0 auto;
1335
max-width: 600px;
1336
padding-top: 100px;
1337
width: 100%;
1338
}
1339
.offline .controller {
1340
background: rgba(247,247,247, .1);
1341
height: 100vh;
1342
left: 0;
1343
position: absolute;
1344
top: 0;
1345
width: 100vw;
1346
z-index: 9;
1347
}
1348
#offline-resources {
1349
display: none;
1350
}
1351
@media (max-width: 420px) {
1352
#download-button {
1353
padding-bottom: 12px;
1354
padding-top: 12px;
1355
}
1356
.snackbar {
1357
left: 0;
1358
bottom: 0;
1359
width: 100%;
1360
border-
radius: 0;
1361
}
1362
}
1363
@media (max-height: 350px) {
1364
h1 {
1365
margin: 0 0 15px;
1366
}
1367
.icon-offline {
1368
margin: 0 0 10px;
1369
}
1370
.interstitial-wrapper {
1371
margin-top: 5%;
1372
}
1373
.nav-wrapper {
1374
margin-top: 30px;
1375
}
1376
}
1377
@media (min-width: 420px) and (max-width: 736px) and (min-height: 240px) and (max-height: 420px) and (orientation:landscape) {
1378
.interstitial-wrapper {
1379
margin-bottom: 100px;
1380
}
1381
}
1382
@m
edia (max-width: 360px) and (max-height: 480px) {
1383
.offline .interstitial-wrapper {
1384
padding-top: 60px;
1385
}
1386
}
1387
@media (min-height: 240px) and (orientation: landscape) {
1388
.offline .interstitial-wrapper {
1389
margin-bottom: 90px;
1390
}
1391
.icon-offline {
1392
margin-bottom: 20px;
1393
}
1394
}
1395
@media (max-height: 320px) and (orientation: landscape) {
1396
.icon-offline {
1397
margin-bottom: 0;
1398
}
1399
}
1400
@media (max-width: 240px) {
1401
button {
1402
padding-left: 12px;
1403
padding-right: 12px;
1404
}
1405
.interstitial-wrapper {
1406
overflow: inherit;
1407
padding: 0 8px;
1408
}
1409
}
1410
@media (max-width: 120px) {
1411
button {
1412
width: auto;
1413
}
1414
}
1415
@media (prefers-color-scheme: dark) {
1416
.icon, .managed-icon {
1417
filter: invert(1);
1418
}
1419
#details-button:before {
1420
filter: invert(1);
1421
}
1422
}
1423
1424
</style>
1425
1426
<script>var certificateErrorPageController;
1427
const SecurityInterstitialCommandId={
1428
CMD_INTERSTITIAL_PAGE_LOADED:-32,CMD_MCAS_SUPPORT_PAGE:-31,CMD_DONT_PROCEED:0,CMD_PROCEED:1,CMD_SHOW_MORE_SECTION:2,CMD_OPEN_HELP_CENTER:3,CMD_OPEN_DIAGNOSTIC:4,CMD_RELOAD:5,CMD_OPEN_DATE_SETTINGS:6,CMD_OPEN_LOGIN:7,CMD_DO_REPORT:8,CMD_DONT_REPORT:9,CMD_OPEN_REPORTING_PRIVACY:10,CMD_OPEN_WHITEPAPER:11,CMD_REPORT_PHISHING_ERROR:12,CMD_OPEN_ENHANCED_PROTECTION_SETTINGS:13,CMD_OPEN_EDGE_PRIVACY_SETTINGS:1e3,CMD_OPEN_EDGE_FEEDBACK_DIALOG:1001}
1429
;
1430
const HIDDEN_CLASS="hidden";
1431
function sendCommand(cmd){
1432
if(window.certificateErrorPageController){
1433
switch(cmd){
1434
case SecurityInterstitialCommandId.CMD_DONT_PROCEED:certificateErrorPageController.dontProceed();
1435
break;
1436
case SecurityInterstitialCommandId.CMD_PROCEED:certificateErrorPageController.proceed();
1437
break;
1438
case SecurityInterstitialCommandId.CMD_SHOW_MORE_SECTION:certificateErrorPageController.showMoreSection();
1439
break;
1440
case SecurityInterstitialCommandId.CMD_OPEN_HELP_CENTER:certificateErrorPageController.openHelpCenter();
1441
break;
1442
ca
se SecurityInterstitialCommandId.CMD_OPEN_DIAGNOSTIC:certificateErrorPageController.openDiagnostic();
1443
break;
1444
case SecurityInterstitialCommandId.CMD_RELOAD:certificateErrorPageController.reload();
1445
break;
1446
case SecurityInterstitialCommandId.CMD_OPEN_DATE_SETTINGS:certificateErrorPageController.openDateSettings();
1447
break;
1448
case SecurityInterstitialCommandId.CMD_OPEN_LOGIN:certificateErrorPageController.openLogin();
1449
break;
1450
case SecurityInterstitialCommandId.CMD_DO_REPORT:certificateErrorPageController.doReport();
1451
break;
1452
case SecurityInterstitialCommandId.CMD_DONT_REPORT:certificateErrorPageController.dontReport();
1453
break;
1454
case SecurityInterstitialCommandId.CMD_OPEN_REPORTING_PRIVACY:certificateErrorPageController.openReportingPrivacy();
1455
break;
1456
case SecurityInterstitialCommandId.CMD_OPEN_WHITEPAPER:certificateErrorPageController.openWhitepaper();
1457
break;
1458
case SecurityInterstitialCommandId.CMD_REPORT_PHISHING_ERROR:certificateErrorPageController.reportPhishingError();
1459
break;
1460
case SecurityInterstitialCommandId.CMD_INTERSTITIAL_PAGE_LOADED:certificateErrorPageController.interstitialLoaded();
1461
break;
1462
case SecurityInterstitialCommandId.CMD_MCAS_SUPPORT_PAGE:certificateErrorPageController.mcasSupportPage();
1463
br
eak;
1464
case SecurityInterstitialCommandId.CMD_OPEN_ENHANCED_PROTECTION_SETTINGS:certificateErrorPageController.openEnhancedProtectionSettings();
1465
break;
1466
case SecurityInterstitialCommandId.CMD_OPEN_EDGE_PRIVACY_SETTINGS:certificateErrorPageController.openEdgePrivacySettings();
1467
break;
1468
case SecurityInterstitialCommandId.CMD_OPEN_EDGE_FEEDBACK_DIALOG:certificateErrorPageController.openEdgeFeedbackDialog();
1469
break}
1470
return}
1471
window.domAutomationController.send(cmd)}
1472
function preventDefaultOnPoundLinkClicks(){
1473
const anchors=document.body.querySelectorAll('a[href="#"]');
1474
for(const anchor of anchors){
1475
anchor.addEventListener("click",(e=>e.preventDefault()))}
1476
}
1477
1478
</script>
1479
1480
<script>let mobileNav=false;
1481
function onResize(){
1482
const helpOuterBox=document.querySelector("#details");
1483
const mainContent=document.querySelector("#main-content");
1484
const mediaQuery="(min-width: 240px) and (max-width: 420px) and "+"(min-height: 401px), "+"(max-height: 560px) and (min-height: 240px) and "+"(min-width: 421px)";
1485
const detailsHidden=helpOuterBox.classList.contains(HIDDEN_CLASS);
1486
const runnerContainer=document.querySelector(".runner-container");
1487
if(mobileNav!==window.matchMedia(mediaQuery).matches){
1488
mobileNav=!mobileNav;
1489
if(mobileNav){
1490
mainContent.classList.toggle(HIDDEN_CLASS,!detailsHidden);
1491
helpOuterBox.classList.toggle(HIDDEN_CLASS,detailsHidden);
1492
if(runnerCo
ntainer){
1493
runnerContainer.classList.toggle(HIDDEN_CLASS,!detailsHidden)}
1494
}
1495
el
se if(!detailsHidden){
1496
mainContent.classList.remove(HIDDEN_CLASS);
1497
helpOuterBox.classList.remove(HIDDEN_CLASS);
1498
if(runnerContainer){
1499
runnerContainer.classList.remove(HIDDEN_CLASS)}
1500
}
1501
}
1502
}
1503
function setupMobileNav(){
1504
window.addEventListener("resize",onResize);
1505
onResize()}
1506
document.addEventListener("DOMContentLoaded",setupMobileNav);
1507
1508
</script>
1509
1510
<script>function toggleHelpBox(){
1511
const helpBoxOuter=document.getElementById("details");
1512
helpBoxOuter.classList.toggle(HIDDEN_CLASS);
1513
const detailsButton=document.getElementById("details-button");
1514
if(h
elpBoxOuter.classList.contains(HIDDEN_CLASS)){
1515
detailsButton.innerText=detailsButton.detailsText;
1516
detailsButton.classList.remove("expanded")}
1517
else{
1518
detailsButton.innerText=detailsButton.hideDetailsText;
1519
detailsButton.classList.add("expanded")}
1520
if(m
obileNav){
1521
document.getElementById("main-content").classList.toggle(HIDDEN_CLASS);
1522
const runnerContainer=document.querySelector(".runner-container");
1523
if(runnerContainer){
1524
runnerContainer.classList.toggle(HIDDEN_CLASS)}
1525
}
1526
}
1527
function diagnoseErrors(){
1528
if(window.errorPageController){
1529
errorPageController.diagnoseErrorsButtonClick()}
1530
}
1531
if(window.top.location!=window.location||window.portalHost){
1532
document.documentElement.setAttribute("subframe","")}
1533
function updateForDnsProbe(strings){
1534
const context=new JsEvalContext(strings);
1535
jstProcess(context,document.getElementById("t"))}
1536
function updateIconClass(classList,newClass){
1537
let oldClass;
1538
if(classList.hasOwnProperty("last_icon_class")){
1539
oldClass=classList["last_icon_class"];
1540
if(oldClass==newClass){
1541
return}
1542
}
1543
classList.add(newClass);
1544
if(oldClass!==undefined){
1545
classList.remove(oldClass)}
1546
classList["last_icon_class"]=newClass;
1547
document.body.classList.add("neterror")}
1548
function search(baseSearchUrl){
1549
const searchTextNode=document.getElementById("search-box");
1550
document.location=baseSearchUrl+searchTextNode.value;
1551
return false}
1552
function navigationCorrectionClicked(jstdata){
1553
if(jstdata.clickData!==undefined&&errorPageController){
1554
errorPageController.edgeNavigationCorrectionClicked(jstdata.clickData)}
1555
}
1556
function reloadButtonClick(url){
1557
if(window.errorPageController){
1558
errorPageController.reloadButtonClick()}
1559
else{
1560
location=url}
1561
}
1562
function showSavedCopyButtonClick(){
1563
if(window.errorPageController){
1564
errorPageController.showSavedCopyButtonClick()}
1565
}
1566
function downloadButtonClick(){
1567
if(window.errorPageController){
1568
errorPageController.downloadButtonClick();
1569
const downloadButton=document.getElementById("download-button");
1570
downloadButton.disabled=true;
1571
downloadButton.textContent=downloadButton.disabledText;
1572
document.getElementById("download-link-wrapper").classList.add(HIDDEN_CLASS);
1573
document.getElementById("download-link-clicked-wrapper").classList.remove(HIDDEN_CLASS)}
1574
}
1575
fu
nction detailsButtonClick(){
1576
if
(window.errorPageController){
1577
errorPageController.detailsButtonClick()}
1578
}
1579
let primaryControlOnLeft=true;
1580
function setAutoFetchState(scheduled,can_schedule){
1581
}
1582
function toggleErrorInformationPopup(){
1583
document.getElementById("error-information-popup-container").classList.toggle(HIDDEN_CLASS)}
1584
function launchOfflineItem(itemID,name_space){
1585
errorPageController.launchOfflineItem(itemID,name_space)}
1586
function launchDownloadsPage(){
1587
errorPageController.launchDownloadsPage()}
1588
function offlineContentSummaryAvailable(summary){
1589
if(!summary||summary.total_items==0||!loadTimeData.valueExists("offlineContentSummary")){
1590
return}
1591
document.getElementById("offline-content-summary").hidden=false}
1592
function getIconForSuggestedItem(item){
1593
switch(item.content_type){
1594
case 1:return"image-video";
1595
case 2:return"image-music-note";
1596
case 0:case 3:return"image-earth"}
1597
return"image-file"}
1598
function getSuggestedContentDiv(item,index){
1599
let visual="";
1600
const extraContainerClasses=[];
1601
const src="src";
1602
if(item.thumbnail_data_uri){
1603
extraContainerClasses.push("suggestion-with-image");
1604
vi
sual=`<img ${
1605
src}
1606
="${
1607
item.thumbnail_data_uri}
1608
">`}
1609
else{
1610
extraContainerClasses.push("suggestion-with-icon");
1611
iconClass=getIconForSuggestedItem(item);
1612
visual=`<div><img class="${
1613
iconClass}
1614
"></div>`}
1615
if(!item.attribution_base64){
1616
ex
traContainerClasses.push("no-attribution")}
1617
re
turn`\n <div class="offline-content-suggestion ${
1618
extraContainerClasses.join(" ")}
1619
"\n onclick="launchOfflineItem('${
1620
item.ID}
1621
', '${
1622
item.name_space}
1623
')">\n <div class="offline-content-suggestion-texts">\n <div id="offline-content-suggestion-title-${
1624
index}
1625
"\n class="offline-content-suggestion-title">\n </div>\n <div class="offline-content-suggestion-attribution-freshness">\n <div id="offline-content-suggestion-attribution-${
1626
index}
1627
"\n class="offline-content-suggestion-attribution">\n </div>\n <div class="offline-content-suggestion-freshness">\n ${
1628
item.date_modified}
1629
\n </div>\n <div class="offline-content-suggestion-pin-spacer"></div>\n <div class="offline-content-suggestion-pin"></div>\n </div>\n </div>\n <div class="offline-content-suggestion-visual">\n ${
1630
visual}
1631
\n </div>\n </div>`}
1632
fu
nction offlineContentAvailable(suggestions){
1633
if
(!suggestions||!loadTimeData.valueExists("offlineContentList")){
1634
return}
1635
const suggestionsHTML=[];
1636
for(let index=0;
1637
index<suggestions.length;
1638
index++){
1639
suggestionsHTML.push(getSuggestedContentDiv(suggestions[index],index))}
1640
document.getElementById("offline-content-suggestions").innerHTML=suggestionsHTML.join("\n");
1641
for(let index=0;
1642
index<suggestions.length;
1643
index++){
1644
document.getElementById(`offline-content-suggestion-title-${
1645
index}
1646
`).textCont
ent=atob(suggestions[index].title_base64);
1647
document.getElementById(`offline-content-suggestion-attribution-${
1648
index}
1649
`).textContent=atob(suggestions[index].attribution_base64)}
1650
co
nst contentListElement=document.getElementById("offline-content-list");
1651
if(document.dir=="rtl"){
1652
contentListElement.classList.add("is-rtl")}
1653
contentListElement.hidden=false}
1654
function onDocumentLoad(){
1655
const controlButtonDiv=document.getElementById("control-buttons");
1656
const reloadButton=document.getElementById("reload-button");
1657
const detailsButton=document.getElementById("details-button");
1658
const showSavedCopyButton=document.getElementById("show-saved-copy-button");
1659
const downloadButton=document.getElementById("download-button");
1660
const gameButton=document.getElementById("game-button");
1661
const gameButtonContainer=document.getElementById("game-buttons");
1662
const reloadButtonVisible=loadTimeData.valueExists("reloadButton")&&loadTimeData.getValue("reloadButton").msg;
1663
const showSavedCopyButtonVisible=loadTimeData.valueExists("showSavedCopyButton")&&loadTimeData.getValue("showSavedCopyButton").msg;
1664
const downloadButtonVisible=loadTimeData.valueExists("downloadButton")&&loadTimeData.getValue("downloadButton").msg;
1665
const gameButtonDisabled=loadTimeData.valueExists("disabledGame")&&loadTimeData.getBoolean("disabledGame");
1666
if(gameButtonDisabled){
1667
gameButton.disabled=true;
1668
const managedIcon=gameButtonContainer.getElementsByClassName("managed-icon")[0];
1669
if(!!managedIcon&&loadTimeData.valueExists("playGameMsg")){
1670
managedIcon.setAttribute("title",loadTimeData.getString("disabledGameMsg"))}
1671
}
1672
const automaticHTTPSVisible=loadTimeData.valueExists("httpsUpgradesMessage");
1673
if(automaticHTTPSVisible){
1674
document.getElementById("https-upgrades-message").classList.toggle(HIDDEN_CLASS);
1675
document.getElementById("https-upgrades-message-details").classList.toggle(HIDDEN_CLASS)}
1676
const offlineContentVisible=loadTimeData.valueExists("suggestedOfflineContentPresentationMode");
1677
if(offlineContentVisible){
1678
document.querySelector(".nav-wrapper").classList.add(HIDDEN_CLASS);
1679
detailsButton.classList.add(HIDDEN_CLASS);
1680
if(downloadButtonVisible){
1681
document.getElementById("download-link").hidden=false}
1682
document.getElementById("download-links-wrapper").classList.remove(HIDDEN_CLASS);
1683
document.getElementById("error-information-popup-container").classList.add("use-popup-container",HIDDEN_CLASS);
1684
document.getElementById("error-information-button").classList.remove(HIDDEN_CLASS);
1685
return}
1686
let primaryButton,secondaryButton;
1687
if(showSavedCopyButton.primary){
1688
primaryButton=showSavedCopyButton;
1689
secondaryButton=reloadButton}
1690
else{
1691
primaryButton=reloadButton;
1692
se
condaryButton=showSavedCopyButton}
1693
if(primaryControlOnLeft){
1694
buttons.classList.add("suggested-left");
1695
co
ntrolButtonDiv.insertBefore(secondaryButton,primaryButton)}
1696
else{
1697
bu
ttons.classList.add("suggested-right");
1698
controlButtonDiv.insertBefore(primaryButton,secondaryButton)}
1699
if(reloadButton.style.display=="none"&&showSavedCopyButton.style.display=="none"&&downloadButton.style.display=="none"){
1700
detailsButton.classList.add("singular")}
1701
if(reloadButtonVisible||showSavedCopyButtonVisible||downloadButtonVisible){
1702
controlButtonDiv.hidden=false;
1703
if((reloadButtonVisible||downloadButtonVisible)&&showSavedCopyButtonVisible){
1704
secondaryButton.classList.add("secondary-button")}
1705
}
1706
}
1707
function launchGame(){
1708
const gameButtonDisabled=loadTimeData.valueExists("disabledGame")&&loadTimeData.getBoolean("disabledGame");
1709
if(!gameButtonDisabled){
1710
errorPageController.openSurfGame()}
1711
}
1712
function launchEdgePrivacySettings(){
1713
errorPageController.openEdgePrivacySettings()}
1714
function updateHttpsUpgradeState(){
1715
errorPageController.bypassEdgeHttpsUpgrades()}
1716
document.addEventListener("DOMContentLoaded",onDocumentLoad);
1717
1718
</script>
1719
1720
</head>
1721
<body id="t" style="font-family: system-ui, sans-serif; font-size: 75%" jstcache="0" class="neterror">
1722
<div id="main-frame-error" class="interstitial-wrapper" jstcache="0">
1723
<div id="main-content" jstcache="0">
1724
<div class="icon icon-page-error" jseval="updateIconClass(this.classList, iconClass)" alt="" jstcache="2"></div>
1725
<div id="main-message" jstcache="0">
1726
<h1 jstcache="0">
1727
<span jsselect="heading" jsvalues=".innerHTML:msg" jstcache="14">This page isn’t working right now</span>
<a id="error-information-button" class="hidden" onclick="toggleErrorInformationPopup();" jstcache="0"></a>
1728
</h1>
1729
<p jsselect="summary" jsvalues=".innerHTML:msg" jstcache="3">
1730
<strong jscontent="hostName" jstcache="27">sexteller.com</strong> redirected you too many times.
1731
</p>
1732
<div id="https-upgrades-message" class="hidden" jstcache="0">
1733
<p id="https-upgrades-message-details" jsselect="httpsUpgradesMessage" jsvalues=".innerHTML:msg" class="hidden" jstcache="15" style="display: none;"></p>
1734
</div><!--The suggestion list and error code are normally presented inline, in which case error-information-popup-* divs have no effect. When error-information-popup-container has the use-popup-container class, this information is provided in a popup instead.-->
1735
<div id="error-information-popup-container" jstcache="0">
1736
<div id="error-information-popup" jstcache="0">
1737
<div id="error-information-popup-box" jstcache="0">
1738
<div id="error-information-popup-content" jstcache="0">
1739
<div id="suggestions-list" style="" jsdisplay="(suggestionsSummaryList && suggestionsSummaryList.length)" jstcache="21">
1740
<p jsvalues=".innerHTML:suggestionsSummaryListHeader" jstcache="23"></p>
1741
<ul jsvalues=".className:suggestionsSummaryList.length == 1 ? 'single-suggestion' : ''" jstcache="24" class="single-suggestion">
1742
<li jsselect="suggestionsSummaryList" jsvalues=".innerHTML:summary" jstcache="26" jsinstance="*0">
1743
To fix this issue, try
<a jsvalues="href:learnMoreUrl" id="clear-cookies-link" jstcache="28" href="https://go.microsoft.com/fwlink/?linkid=2112473">clearing your cookies</a>.
1744
</li>
1745
</ul>
1746
</div>
1747
<div class="error-code" jscontent="errorCode" jstcache="22">ERR_TOO_MANY_REDIRECTS</div>
1748
<p id="error-information-popup-close" jstcache="0">
1749
<a class="link-button" jscontent="closeDescriptionPopup" onclick="toggleErrorInformationPopup();" jstcache="25">null</a>
1750
</p>
1751
</div>
1752
</div>
1753
</div>
1754
</div>
1755
<div id="diagnose-frame" class="hidden" jstcache="0"></div>
1756
<div id="download-
links-wrapper" class="hidden" jstcache="0">
1757
<div id="download-link-wrapper" jstcache="0">
1758
<a id="download-link" class="link-button" onclick="downloadButtonClick()" jsselect="downloadButton" jscontent="msg" jsvalues=".disabledText:disabledMsg" jstcache="10" style="display: none;"></a>
1759
</div>
1760
<div id="download-link-clicked-wrapper" class="hidden" jstcache="0">
1761
<div id="download-link-clicked" class="link-button" jsselect="downloadButton" jscontent="disabledMsg" jstcache="19" style="display: none;"></div>
1762
</div>
1763
</div>
1764
<div id="offline-content-list" hidden="" jstcache="0">
1765
<div class="offline-content-list-title" jsselect="offlineContentList" jscontent="title" jstcache="16" style="display: none;"></div>
1766
<div id="offline-content-suggestions" jstcache="0"></div>
1767
<div class="offline-content-list-action" jstcache="0">
1768
<a class="link-button" onclick="launchDownloadsPage()" jsselect="offlineContentList" jscontent="actionText" jstcache="20" style="display: none;"></a>
1769
</div>
1770
</div>
1771
<div id="offline-content-summary" onclick="launchDownloadsPage()" hidden="" jstcache="0">
1772
<div class="offline-content-summary-images" jstcache="0">
1773
<div class="offline-content-summary-image-truncate" jstcache="0">
1774
<img id="earth" src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMmM1LjUyIDAgMTAgNC40OCAxMCAxMHMtNC40OCAxMC0xMCAxMFMyIDE3LjUyIDIgMTIgNi40OCAyIDEyIDJ6TTQgMTJoNC40YzMuNDA3LjAyMiA0LjkyMiAxLjczIDQuNTQzIDUuMTI3SDkuNDg4djIuNDdhOC4wMDQgOC4wMDQgMCAwIDAgMTAuNDk4LTguMDgzQzE5LjMyNyAxMi41MDQgMTguMzMyIDEzIDE3IDEzYy0yLjEzNyAwLTMuMjA2LS45MTYtMy4yMDYtMi43NWgtMy43NDhjLS4yNzQtMi43MjguNjgzLTQuMDkyIDIuODctNC4wOTIgMC0uOTc1LjMyNy0xLjU5Ny44MTEtMS45N0E4LjAwNCA4LjAwNCAwIDAgMCA0IDEyeiIgZmlsbD0iIzNDNDA0MyIvPjwvc3ZnPg==" jstcache="0">
1775
</div>
1776
<div class="offline-content-summary-image-truncate" jstcache="0">
1777
<img id="music-note" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgM3Y5LjI2Yy0uNS0uMTctMS0uMjYtMS41LS4yNkM4IDEyIDYgMTQgNiAxNi41UzggMjEgMTAuNSAyMXM0LjUtMiA0LjUtNC41VjZoNFYzaC03eiIgZmlsbD0iIzNDNDA0MyIvPjwvc3ZnPg==" jstcache="0">
1778
</div>
1779
<div class="offline-content-summary-image-truncate" jstcache="0">
1780
<img id="video" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTcgMTAuNVY3YTEgMSAwIDAgMC0xLTFINGExIDEgMCAwIDAtMSAxdjEwYTEgMSAwIDAgMCAxIDFoMTJhMSAxIDAgMCAwIDEtMXYtMy41bDQgNHYtMTFsLTQgNHoiIGZpbGw9IiMzQzQwNDMiLz48L3N2Zz4=" jstcache="0">
1781
</div>
1782
<div jstcache="0"><!-- Pump Follow Up Bug #20954431 --></div>
1783
</div>
1784
<div class="offline-content-summary-description" jsselect="offlineContentSummary" jscontent="description" jstcache="17" style="display: none;"></div> <a class="offline-content-summary-action link-button" jsselect="offlineContentSummary" jscontent="actionText" jstcache="18" style="display: none;"></a>
1785
</div>
1786
</div>
1787
</div>
1788
<div id="buttons" class="nav-wrapper suggested-left" jstcache="0">
1789
<div id="control-buttons" jstcache="0">
1790
<button id="show-saved-copy-button" class="blue-button text-button" onclick="showSavedCopyButtonClick()" jsselect="showSavedCopyButton" jscontent="msg" jsvalues="title:title; .primary:primary" jstcache="9" style="display: none;"></button>
<button id="reload-button" class="blue-button text-button" onclick="reloadButtonClick(this.url);" jsselect="reloadButton" jsvalues=".url:reloadUrl" jscontent="msg" jstcache="8">Refresh</button> <button id="download-button" class="blue-button text-button" onclick="downloadButtonClick()" jsselect="downloadButton" jscontent="msg" jsvalues=".disabledText:disabledMsg" jstcache="10" style="display: none;"></button>
1791
</div>
1792
<div id="details-buttons" jstcache="0">
1793
<button id="details-button" onclick="detailsButtonClick(); toggleHelpBox()" jscontent="details" jsdisplay="(suggestionsDetails && suggestionsDetails.length > 0) || diagnose" jsvalues=".detailsText:details; .hideDetailsText:hideDetails;" jstcache="11" style="display: none;"></button>
1794
</div>
1795
</div>
1796
<div id="details" class="hidden" jstcache="0">
1797
<div class="suggestions" jsselect="suggestionsDetails" jstcache="4" jsinstance="*0" style="display: none;">
1798
<div class="suggestion-header" jsvalues=".innerHTML:header" jstcache="12"></div>
1799
<div class="suggestion-body" jsvalues=".innerHTML:body" jstcache="13"></div>
1800
</div>
1801
</
div>
1802
<div id="game-buttons" jsdisplay="!!showGameButtons" jstcache="1" style="display: none;">
1803
<span id="game-message" jscontent="playGameMsg" jstcache="5"></span>
1804
<div class="managed-icon" jsdisplay="!!disabledGame" jstcache="6"></div> <button id="game-button" onclick="launchGame()" jsselect="gameButton" jscontent="msg" jstcache="7"></button>
1805
</div>
1806
</div>
1807
<div id="sub-frame-error" jstcache="0"><!-- Show details when hovering over the icon, in case the details are hidden because they're too large. -->
1808
<div class="icon icon-page-error" jseval="updateIconClass(this.classList, iconClass)" jstcache="2"></div>
1809
<div id="sub-frame-error-details" jsselect="summary" jsvalues=".innerHTML:msg" jstcache="3">
1810
<strong jscontent="hostName" jstcache="27">sexteller.com</strong> redirected you too many times.
1811
</div>
1812
</div>
1813
<script jstcache="0">(function(){
1814
function l(a,b,c){
1815
return Function.prototype.call.apply(Array.prototype.slice,arguments)}
1816
function m(a,b,c){
1817
var e=l(arguments,2);
1818
return function(){
1819
re
turn b.apply(a,e)}
1820
}
1821
function n(a,b){
1822
var c=new p(b);
1823
for(c.h=[a];
1824
c.h.length;
1825
){
1826
var e=c,d=c.h.shift();
1827
e.i(d);
1828
for(d=d.firstChild;
1829
d;
1830
d=d.nextSibling)1==d.nodeType&&e.h.push(d)}
1831
}
1832
function p(a){
1833
this.i=a}
1834
function q(a){
1835
a.style.display=""}
1836
function r(a){
1837
a.style.display="none"}
1838
var t=/\s*;
1839
\s
*/;
1840
function u(a,b){
1841
this.l.apply(this,arguments)}
1842
u.prototype.l=function(a,b){
1843
this.a||(this.a={
1844
}
1845
);
1846
if(b){
1847
var c=this.a,e=b.a;
1848
for(d in e)c[d]=e[d]}
1849
else{
1850
var d=this.a;
1851
e=v;
1852
for(c in e)d[c]=e[c]}
1853
this.a.$this=a;
1854
this.a.$context=this;
1855
this
.f="undefined"!=typeof a&&null!=a?a:"";
1856
b||(this.a.$top=this.f)}
1857
;
1858
var v={
1859
$default:null}
1860
,w=[];
1861
function x(a){
1862
for(var b in a.a)delete a.a[b];
1863
a.f=null;
1864
w.push(a)}
1865
function y(a,b,c){
1866
try{
1867
return b.call(c,a.a,a.f)}
1868
catch(e){
1869
return v.$default}
1870
}
1871
u.prototype.clone=function(a,b,c){
1872
if(0<w.length){
1873
var e=w.pop();
1874
u.
call(e,a,this);
1875
a=e}
1876
else a=new u(a,this);
1877
a.a.$index=b;
1878
a.a.$count=c;
1879
return a}
1880
;
1881
var z;
1882
wi
ndow.trustedTypes&&(z=trustedTypes.createPolicy("jstemplate",{
1883
createScript:function(a){
1884
return a}
1885
}
1886
));
1887
var A={
1888
}
1889
;
1890
function B(a){
1891
if(!A[a])try{
1892
var b="(function(a_, b_) {
1893
with (a_) with (b_) return "+a+" }
1894
)",c=window.trustedTypes?z.createScript(b):b;
1895
A[a]=window.eval(c)}
1896
catch(e){
1897
}
1898
return A[a]}
1899
function E(a){
1900
var b=[];
1901
a=a.split(t);
1902
for(var c=0,e=a.length;
1903
c<e;
1904
++c){
1905
var d=a[c].indexOf(":");
1906
if(!(0>d)){
1907
var g=a[c].substr(0,d).replace(/^\s+/,"").replace(/\s+$/,"");
1908
d=B(a[c].substr(d+1));
1909
b.push(g,d)}
1910
}
1911
return b}
1912
function F(){
1913
}
1914
var G=0,H={
1915
0:{
1916
}
1917
}
1918
,I={
1919
}
1920
,J={
1921
}
1922
,K=[];
1923
function L(a){
1924
a.__jstcache||n(a,(function(b){
1925
M(b)}
1926
))}
1927
var N=[["jsselect",B],["jsdisplay",B],["jsvalues",E],["jsvars",E],["jseval",function(a){
1928
var b=[];
1929
a=a.split(t);
1930
for(var c=0,e=a.length;
1931
c<e;
1932
++c)if(a[c]){
1933
var d=B(a[c]);
1934
b.push(d)}
1935
return b}
1936
],["transclude",function(a){
1937
return a}
1938
],["jscontent",B],["jsskip",B]];
1939
function M(a){
1940
if(a.__jstcache)return a.__jstcache;
1941
var b=a.getAttribute("jstcache");
1942
if(null!=b)return a.__jstcache=H[b];
1943
b=K.length=0;
1944
for(var c=N.length;
1945
b<c;
1946
++b){
1947
var e=N[b][0],d=a.getAttribute(e);
1948
J[e]=d;
1949
null!=d&&K.push(e+"="+d)}
1950
if(0==K.length)return a.setAttribute("jstcache","0"),a.__jstcache=H[0];
1951
var g=K.join("&");
1952
if(b=I[g])return a.setAttribute("jstcache",b),a.__jstcache=H[b];
1953
var h={
1954
}
1955
;
1956
b=0;
1957
for(c=N.length;
1958
b<c;
1959
++b){
1960
d=N[b];
1961
e=d[0];
1962
var f=d[1];
1963
d=J[e];
1964
null!=d&&(h[e]=f(d))}
1965
b=""+ ++G;
1966
a.setAttribute("jstcache",b);
1967
H[b]=h;
1968
I[g]=b;
1969
return a.__jstcache=h}
1970
function P(a,b){
1971
a.j.push(b);
1972
a.o.push(0)}
1973
function Q(a){
1974
return a.c.length?a.c.pop():[]}
1975
F.prototype.g=function(a,b){
1976
var c=R(b),e=c.transclude;
1977
if(e)(c=S(e))?(b.parentNode.replaceChild(c,b),e=Q(this),e.push(this.g,a,c),P(this,e)):b.parentNode.removeChild(b);
1978
else if(c=c.jsselect){
1979
c=y(a,c,b);
1980
var d=b.getAttribute("jsinstance");
1981
var g=!1;
1982
d&&("*"==d.charAt(0)?(d=parseInt(d.substr(1),10),g=!0):d=parseInt(d,10));
1983
var h=null!=c&&"object"==typeof c&&"number"==typeof c.length;
1984
e=h?c.length:1;
1985
var f=h&&0==e;
1986
if(h)if(f)d?b.parentNode.removeChild(b):(b.setAttribute("jsinstance","*0"),r(b));
1987
else if(q(b),null===d||""===d||g&&d<e-1){
1988
g=Q(this);
1989
d=d||0;
1990
for(h=e-1;
1991
d<h;
1992
++d){
1993
var k=b.cloneNode(!0);
1994
b.parentNode.insertBefore(k,b);
1995
T(k,c,d);
1996
f=a.clone(c[d],d,e);
1997
g.push(this.b,f,k,x,f,null)}
1998
T(b,c,d);
1999
f=a.clone(c[d],d,e);
2000
g.push(this.b,f,b,x,f,null);
2001
P(this,g)}
2002
else d<e?(g=c[d],T(b,c,d),f=a.clone(g,d,e),g=Q(this),g.push(this.b,f,b,x,f,null),P(this,g)):b.parentNode.removeChild(b);
2003
else null==c?r(b):(q(b),f=a.clone(c,0,1),g=Q(this),g.push(this.b,f,b,x,f,null),P(this,g))}
2004
else this.b(a,b)}
2005
;
2006
F.prototype.b=function(a,b){
2007
var c=R(b),e=c.jsdisplay;
2008
if(e){
2009
if(!y(a,e,b)){
2010
r(b);
2011
return}
2012
q(b)}
2013
if(e=c.jsvars)for(var d=0,g=e.length;
2014
d<g;
2015
d+=2){
2016
var h=e[d],f=y(a,e[d+1],b);
2017
a.a[h]=f}
2018
if(e=c.jsvalues)for(d=0,g=e.length;
2019
d<g;
2020
d+=2)if(f=e[d],h=y(a,e[d+1],b),"$"==f.charAt(0))a.a[f]=h;
2021
else if("."==f.charAt(0)){
2022
f=f.substr(1).split(".");
2023
for(var k=b,O=f.length,C=0,U=O-1;
2024
C<U;
2025
++C){
2026
var D=f[C];
2027
k[D]||(k[D]={
2028
}
2029
);
2030
k=k[D]}
2031
k[f[O-1]]=h}
2032
else f&&("boolean"==typeof h?h?b.setAttribute(f,f):b.removeAttribute(f):b.setAttribute(f,""+h));
2033
if(e=c.jseval)for(d=0,g=e.length;
2034
d<g;
2035
++d)y(a,e[d],b);
2036
e=c.jsskip;
2037
if(!e||!y(a,e,b))if(c=c.jscontent){
2038
if(c=""+y(a,c,b),b.innerHTML!=c){
2039
for(;
2040
b.firstChild;
2041
)e=b.firstChild,e.parentNode.removeChild(e);
2042
b.appendChild(this.m.createTextNode(c))}
2043
}
2044
else{
2045
c=Q(this);
2046
for(e=b.firstChild;
2047
e;
2048
e=e.nextSibling)1==e.nodeType&&c.push(this.g,a,e);
2049
c.length&&P(this,c)}
2050
}
2051
;
2052
function R(a){
2053
if(a.__jstcache)return a.__jstcache;
2054
var b=a.getAttribute("jstcache");
2055
return b?a.__jstcache=H[b]:M(a)}
2056
function S(a,b){
2057
var c=document;
2058
if(b){
2059
var e=c.getElementById(a);
2060
if(!e){
2061
e=b();
2062
var d=c.getElementById("jsts");
2063
d||(d=c.createElement("div"),d.id="jsts",r(d),d.style.position="absolute",c.body.appendChild(d));
2064
var g=c.createElement("div");
2065
d.appendChild(g);
2066
g.innerHTML=e;
2067
e=c.getElementById(a)}
2068
c=e}
2069
else c=c.getElementById(a);
2070
return c?(L(c),c=c.cloneNode(!0),c.removeAttribute("id"),c):null}
2071
function T(a,b,c){
2072
c==b.length-1?a.setAttribute("jsinstance","*"+c):a.setAttribute("jsinstance",""+c)}
2073
window.jstGetTemplate=S;
2074
window.JsEvalContext=u;
2075
window.jstProcess=function(a,b){
2076
var c=new F;
2077
L(b);
2078
c.m=b?9==b.nodeType?b:b.ownerDocument||document:document;
2079
var e=m(c,c.g,a,b),d=c.j=[],g=c.o=[];
2080
c.c=[];
2081
e();
2082
for(var h,f,k;
2083
d.length;
2084
)h=d[d.length-1],e=g[g.length-1],e>=h.length?(e=c,f=d.pop(),f.length=0,e.c.push(f),g.pop()):(f=h[e++],k=h[e++],h=h[e++],g[g.length-1]=e,f.call(c,k,h))}
2085
}
2086
)();
2087
2088
</script>
2089
2090
<script jstcache="0">var loadTimeData;
2091
class LoadTimeData{
2092
constructor(){
2093
this.data_=null}
2094
set data(value){
2095
expect(!this.data_,"Re-setting data.");
2096
this.data_=value}
2097
valueExists(id){
2098
return id in this.data_}
2099
getValue(id){
2100
expect(this.data_,"No data. Did you remember to include strings.js?");
2101
const value=this.data_[id];
2102
expect(typeof value!=="undefined","Could not find value for "+id);
2103
return value}
2104
getString(id){
2105
const value=this.getValue(id);
2106
expectIsType(id,value,"string");
2107
return value}
2108
getStringF(id,var_args){
2109
const value=this.getString(id);
2110
if(!value){
2111
return""}
2112
const args=Array.prototype.slice.call(arguments);
2113
args[0]=value;
2114
return this.substituteString.apply(this,args)}
2115
substituteString(label,var_args){
2116
const varArgs=arguments;
2117
return label.replace(/\$(.|$|\n)/g,(function(m){
2118
expect(m.match(/\$[$1-9]/),"Unescaped $ found in localized string.");
2119
return m==="$$"?"$":varArgs[m[1]]}
2120
))}
2121
getBoolean(id){
2122
const value=this.getValue(id);
2123
expectIsType(id,value,"boolean");
2124
return value}
2125
getInteger(id){
2126
const value=this.getValue(id);
2127
expectIsType(id,value,"number");
2128
expect(value===Math.floor(value),"Number isn't integer: "+value);
2129
return value}
2130
overrideValues(replacements){
2131
expect(typeof replacements==="object","Replacements must be a dictionary object.");
2132
for(const key in replacements){
2133
this.data_[key]=replacements[key]}
2134
}
2135
}
2136
function expect(condition,message){
2137
if(!condition){
2138
throw new Error("Unexpected condition on "+document.location.href+": "+message)}
2139
}
2140
function expectIsType(id,value,type){
2141
expect(typeof value===type,"["+value+"] ("+id+") is not a "+type)}
2142
expect(!loadTimeData,"should only include this file once");
2143
loadTimeData=new LoadTimeData;
2144
window.loadTimeData=loadTimeData;
2145
console.warn("crbug/1173575, non-JS module files deprecated.");
2146
2147
</script>
2148
2149
<script jstcache="0">const pageData = {
2150
"details":"Details","errorCode":"ERR_TOO_MANY_REDIRECTS","fontfamily":"system-ui, sans-serif","fontsize":"75%","heading":{
2151
"hostName":"sexteller.com","msg":"This page isn’t working right now"}
2152
,"hideDetails":"Hide details","iconClass":"icon-page-error","is_windows_xbox_sku":"false","language":"en","reloadButton":{
2153
"msg":"Refresh","reloadUrl":"http://sexteller.com/"}
2154
,"suggestionsDetails":[],"suggestionsSummaryList":[{
2155
"learnMoreUrl":"https://go.microsoft.com/fwlink/?linkid=2112473","summary":"To fix this issue, try \u003Ca jsvalues=\"href:learnMoreUrl\" id=\"clear-cookies-link\">clearing your cookies\u003C/a>."}
2156
],"summary":{
2157
"failedUrl":"http://sexteller.com/","hostName":"sexteller.com","msg":"\u003Cstrong jscontent=\"hostName\">\u003C/strong> redirected you too many times."}
2158
,"textdirection":"ltr","title":"sexteller.com"}
2159
;
2160
loadTimeData.data = pageData;
2161
var tp = document.getElementById('t');
2162
jstProcess(new JsEvalContext(pageData), tp);
2163
2164
</script>
2165
2166
</body>
2167
</html>