-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path05_12_2022-stilte-NRC.html
965 lines (822 loc) · 71.5 KB
/
05_12_2022-stilte-NRC.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
<!DOCTYPE html> <html class="dark-mode cssgrid objectfit smil no-touchevents webp wtlwndky single-file-cut-mode" data-darkreader-mode=dynamic data-darkreader-scheme=dark data-nav-state=closed style lang=nl><!--
Page saved with SingleFile
url: https://www.nrc.nl/nieuws/2022/12/02/stilte-is-de-grootste-luxe-a4150001
saved date: Mon Dec 05 2022 21:04:12 GMT+0100 (Central European Standard Time)
info: republished in the interests of the flow of free information 🤓 2022
--><meta charset=utf-8>
<meta name=dcterms.rights content="Copyright NRC Media BV">
<link rel=license href=https://www.nrc.nl/leveringsvoorwaarden/>
<title>‘Superrijken trekken zich terug in cocons van stilte en luxe’ - NRC</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=darkreader content=dab2b1cd3e51400a95644be06b8dfeca>
<meta name=twitter:site content=@nrc>
<meta property=twitter:account_id content=4503599627452245>
<meta property=og:site_name content=NRC>
<meta property=fb:page_id content=196118303833398>
<meta property=fb:pages content=196118303833398><meta property=fb:pages content=285390408300968><meta property=fb:pages content=238487967764><meta property=fb:pages content=1331135880337552><meta property=og:type content=article>
<meta property=og:url content=https://www.nrc.nl/nieuws/2022/12/02/stilte-is-de-grootste-luxe-a4150001>
<meta name=twitter:creator content=@nrc>
<meta property=og:title content="‘Superrijken trekken zich terug in cocons van stilte en luxe’">
<meta property=og:description content="Luxe: Op de Zuidas betalen mensen zestig euro voor een nieuw luxeproduct: stilte.">
<meta name=description content="Luxe: Op de Zuidas betalen mensen zestig euro voor een nieuw luxeproduct: stilte. Op de duurste grond van Nederland, de Amsterdamse Zuidas, is sinds kort…">
<meta name=twitter:card content=summary_large_image>
<meta property=og:image content="https://images.nrc.nl/VDdij6Kg3R4WeJboHpJI2-pNrHY=/1200x627/smart/filters:no_upscale()/s3/static.nrc.nl/bvhw/files/2022/12/web-0212culstilte.jpg">
<meta property=og:image:width content=1200>
<meta property=og:image:height content=627>
<meta property=og:image:alt content="Hoog boven het lawaai van de stad zwemt een koppel in het dakzwembad van een luxe woontoren in New York.">
<meta name=robots content=max-image-preview:large>
<meta name=googlebot content=noarchive>
<meta name=parsely-type content=post>
<link rel=canonical href=https://www.nrc.nl/nieuws/2022/12/02/stilte-is-de-grootste-luxe-a4150001>
<link rel="shortcut icon" href="data:image/x-icon;base64,AAABAAMAMDAAAAEAIACoJQAANgAAACAgAAABACAAqBAAAN4lAAAQEAAAAQAgAGgEAACGNgAAKAAAADAAAABgAAAAAQAgAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Ff///zL///9J/v7+Vv7+/lT///9J////Mv7+/hX///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8V////YP7+/qf+/v7g////+P////3//////////////////////////f7+/vj+/v7g/v7+p////2D+/v4V////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Ov7+/qj////z/v7+/f///////////v7+/f///////////v7+/f///////////v7+/f7+/v3//////v7+/f7+/v3////z////qP///zr///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP7+/i3///+1/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3///+2/v7+Lf///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8F/v7+gv////j//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v7++P///4L///8F////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///xz////F///////////+/v79///////////////////////////////////////////////////////////////////////////+/v79///////////+/v79///////////+/v79///////////////F////HP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A/v7+K////+D+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+4P///yv///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD+/v4r/v7+5/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/uf///8r////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP7+/hz////g/v7+/f7+/v3//////v7+/f7+/v3//////v7+/f///////////v7+/f///////////v7+/f///////////v7+/f///////////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3////g/v7+HP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Bf///8X+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/cjH9P3Fw/T9xcP0/cXD9P3Fw/T94OD5/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79////xf///wX///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////gv///////////////////////////////////////////////////////////////2ll4/8QCdP/EAnT/xAJ0/8QCdP/KiTX/+zr+////////////////////////////////////////////////////////////////////////////////////////////////4L///8A////AP///wD///8A////AP///wD///8A////AP///wD///8t/v7++P/////////////////////////////////////+/v79/////////////////////9/e+f8XENT/EAnS/xAJ0/8QCNP/EAnT/1hT4P/8/P7////////////+/v79///////////+/v79///////////+/v79///////////+/v79///////////+/v79//////7+/vj+/v4t////AP///wD///8A////AP///wD///8A////AP///wD+/v61/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v10cOX9EAjS/RAJ0v0QCNL9EAjS/RAJ0/2Vkev9/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v61////AP///wD///8A////AP///wD///8A////AP///zr////9///////////////////////////////////////////////////////////////////////////k5Pr/HBXV/xAJ0/8QCNP/EAnT/xAJ0/8YEdT/zMr1///////////////////////////////////////////////////////////////////////////////////////////9////Ov///wD///8A////AP///wD///8A////AP///6j+/v79//////7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f///////////v7+/f//////////fnrn/RAJ0/8QCdL/EAnT/RAJ0/8QCNL/NC7Z/e/v/P3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+qP///wD///8A////AP///wD///8A////Ff7+/vP+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v796un7/SAZ1v0QCNL9EAjS/RAI0v0QCNL9EAnS/WVg4v39/f79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+8////xX///8A////AP///wD///8A////YP///////////////////////////////////////////////////////////////////////////////////////////////4iE6f8QCdP/EAnT/xAJ0/8QCdP/EAnT/xAJ0/+in+3//////////////////////////////////////////////////////////////////////////////////////////2D///8A////AP///wD///8A////p//////+/v79///////////////////////////////////////////+/v79//////////////////////////////////////Dv/P8lH9b/EAnT/xAJ0/8QCNL/EAnS/xAJ0/8aFNT91tX3///////+/v79///////////+/v79///////////+/v79///////////+/v79///////////+/v79/////////6f///8A////AP///wD///8A/v7+4P7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v2TkOv9EAjS/RAI0v0QCNL9EAjS/RAJ0v0QCNL9OjXa/fX1/f3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/uD///8A////AP///wD///8X////+P/////////////////////////////////////////////////////////////////////////////////////////////////////09P3/KyTY/xAJ0/8QCNP/EAnT/xAJ0/8QCdP/EAnT/3Ft5f/+/v7///////////////////////////////////////////////////////////////////////////j///8X////AP///wD///8y/v7+/f/////+/v79//////7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3/////nZrt/RAI0v0QCdP/EAjS/RAJ0/8QCdP/EAnT/xEK0/+urPD//v7+/f///////////////////////////v7+/f///////////////////////////v7+/f////3///8y////AP///wD///9K/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79+fn9/TAq2P0QCNL9EAnS/RAJ0v0QCNL9EAnS/RAJ0v0hGtb93t35/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3///9K////AP///wD+/v5V/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////6ek7v8QCdP/EAnT/xAJ0/8QCdP/EAnT/xAJ0/8QCdP/RkDd//j4/f////////////////////////////////////////////////////////////////////9U////AP///wD+/v5V/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f/////+/v79///////////+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/dHQ9v8SC9P9EAjS/RAJ0/8QCdP9EAnT/xAJ0/8QCdP9HRbV/+Df+f/+/v79///////////+/v79///////////+/v79///////////+/v79//////////////9U////AP///wD+/v5K/v7+/f7+/v3+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/VxX4f0QCNL9EAjS/RAI0v0QCNL9EAjS/RAI0v0QCtP9paPu/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3///9K////AP///wD///8y/////f//////////////////////////////////////////////////////////////////////////////////////////////////////////zcz1/xEK0/8QCdP/EAnT/xAJ0/8QCdP/EAnT/xAJ0/9oZOP//f3+//////////////////////////////////////////////////////////////////////3+/v4y////AP///wD///8X////+P/////+/v79//////7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v39/f7/U07f/RAI0v0QCdP/EAjS/RAJ0/8QCdP/EAnT/zUv2f/x8fz//v7+/f///////////////////////////v7+/f///////////////////////////v7+/f////j+/v4X////AP///wD///8A/v7+4P7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3EwvT9EArT/RAI0v0QCNL9EAnS/RAJ0v0QCNL9FxDU/dDP9v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/uD///8A////AP///wD///8A////p/////////////////////////////////////////////////////////////////////////////////////////////////38/v9LRd3/EAnT/xAJ0/8QCdP/EAnT/xAJ0/8QCdP/mJXs//////////////////////////////////////////////////////////////////////////////////7+/qf///8A////AP///wD///8A////YP/////+/v79/v7+/f/////+/v79/v7+/f/////+/v79///////////+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/bq48v8QCdP9EAjS/RAJ0/8QCNL9EAjS/RAJ0/9bVuD9/f3+///////+/v79///////////+/v79///////////+/v79///////////+/v79///////////+/v79/////////2D///8A////AP///wD///8A/v7+Ff7+/vP+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79+/v+/UI83P0QCNL9EAjS/RAI0v0QCNL9EAjS/S4o2P3s6/v9/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+8////xX///8A////AP///wD///8A////AP7+/qr/////////////////////////////////////////////////////////////////////////////////////sK7w/xAJ0/8QCdP/EAnT/xAJ0/8QCdP/Fg/U/8TC9P///////////////////////////////////////////////////////////////////////////////////////v7+qv///wD///8A////AP///wD///8A////AP7+/jr////9//////7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v35+f7/OTTa/RAJ0v0QCdP/EAjS/RAI0v0QCdP/i4jp/f7+/v///////////////////////v7+/f///////////////////////////v7+/f/////////////////////////9////Ov///wD///8A////AP///wD///8A////AP///wD///+1/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v2npO79EAnT/RAJ0v0QCNL9EAnS/RAJ0v1QS979+vr+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3///+1/v7+AP///wD///8A////AP///wD///8A////AP///wD///8t////+P////////////////////////////////////////////////////////////////j4/f8xK9n/EAnT/xAJ0/8QCdP/EAnT/yUf1v/m5fr///////////////////////////////////////////////////////////////////////////////////////////j///8t////AP///wD///8A////AP///wD///8A////AP///wD///8A////gv/////+/v79///////////+/v79///////////////////////////+/v79/////52a7P8QCdP9EAnT/xAJ0/8QCNP9EQrT/7u68v/+/v79///////////+/v79///////////+/v79///////////+/v79///////////+/v79///////////+/v79//////7+/oL///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Bf7+/sX+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/Xt45v1iXeL9Yl3i/WJd4v1iXeL9lpPr/f7+/v3+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f/////+/v79/v7+xf///wX///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///xz////g///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////g////HP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8r/v7+5////////////////////////////v7+/f///////////v7+/f///////////v7+/f///////////v7+/f///////////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f7+/v3//////v7+/f///+f+/v4r////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////K/7+/uD+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+4P7+/iv///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///xz////F///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////F/v7+HP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8F////gv////j////////////////////////////////////////////////////////////////////////////////+/v79///////////+/v79///////////+/v79////+P///4L///8F////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///y3+/v61/v7+/f7+/v3+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f/////+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v79/v7+/f7+/v3+/v61////Lf///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Ov7+/qj////z///////////////////////////////////////////////////////////////////////////////z/v7+qP///zr///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD+/v4V/v7+YP7+/qf////g/v7++P////3//////////////////////v7+/f////j////g/v7+p////2D///8V////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A/v7+Ff7+/jL+/v5J/v7+Vv7+/lb+/v5J/v7+Mv///xX///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///////wAA////////AAD//8AD//8AAP/+AAB//wAA//gAAB//AAD/4AAAB/8AAP/AAAAD/wAA/4AAAAH/AAD/AAAAAP8AAP4AAAAAfwAA/AAAAAA/AAD4AAAAAB8AAPgAAAAAHwAA8AAAAAAPAADwAAAAAA8AAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAMAAAAAAAwAAwAAAAAADAADAAAAAAAMAAMAAAAAAAwAAwAAAAAADAADAAAAAAAMAAMAAAAAAAwAAwAAAAAADAADAAAAAAAMAAMAAAAAAAwAAwAAAAAADAADAAAAAAAMAAOAAAAAABwAA4AAAAAAHAADgAAAAAAcAAPAAAAAADwAA8AAAAAAPAAD4AAAAAB8AAPgAAAAAHwAA/AAAAAA/AAD+AAAAAH8AAP8AAAAA/wAA/4AAAAH/AAD/wAAAA/8AAP/gAAAH/wAA//gAAB//AAD//gAAf/8AAP//wAP//wAA////////AAD///////8AACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////Mv///3n///+t////z////+D////g/v7+z////63///95////Mv///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8G////Zf7+/tT+/v79///////////////////////////////////////////+/v79////1P///2X+/v4G////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////PP///9b//////////////////////////////////////////////////////////////////////////////9b///88////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///3X+/v76//////////////////////////////////////////////////////////////////////////////////////7+/vr///91////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP7+/gD///+M/////f////////////////////////////////////////////////////////////////////////////////////////////////////3///+M/v7+AP///wD///8A////AP///wD///8A////AP///wD///8A////df////3///////////////////////////////////////////////////////////////////////////////////////////////////////////////3///91////AP///wD///8A////AP///wD///8A////AP///zz////6/////////////////////////////////////2Jd4v85M9r/OTPa/1FM3//29v3///////////////////////////////////////////////////////////r///88////AP///wD///8A////AP///wD///8G////1v//////////////////////////////////////////tLHx/xAJ0/8QCdP/EAnT/3Fs5P/+/v7//////////////////////////////////////////////////////////9b///8G////AP///wD///8A////AP7+/mX////////////////////////////////////////////////9/f7/Qz3c/xAJ0/8QCdP/EArT/6+s8P///////////////////////////////////////////////////////////////2X///8A////AP///wD///8A////1P////////////////////////////////////////////////////+9u/L/EAnT/xAJ0/8QCdP/IBnV/9/e+f//////////////////////////////////////////////////////////1P///wH///8A////AP///zL+/v79//////////////////////////////////////////////////////7+/v9MR97/EAnT/xAJ0/8QCdP/RT/c//n5/v/////////////////////////////////////////////////////9////Mv///wD///8A////ef///////////////////////////////////////////////////////////////8fF9P8RCtP/EAnT/xAJ0/8QCdP/fnrn//////////////////////////////////////////////////////////95////AP///wD+/v6u/////////////////////////////////////////////////////////////////v7+/1ZR3/8QCdP/EAnT/xAJ0/8RCtP/u7ny/////////////////////////////////////////////////////67///8A////AP///8//////////////////////////////////////////////////////////////////////0c/2/xEK0/8QCdP/EAnT/xAJ0/8lH9f/5+b6////////////////////////////////////////////////z////wD///8A/v7+4P//////////////////////////////////////////////////////////////////////////YFvh/xAJ0/8QCdP/EAnT/xAJ0/9QSt7//Pz+///////////////////////////////////////////g////AP///wD+/v7g//////////////////////////////////////////////////////////////////////////9+e+f/EAnT/xAJ0/8QCdP/EAnT/y0n2P/x8Pz//////////////////////////////////////////+D///8A////AP///8//////////////////////////////////////////////////////////////////////6ej6/xoU1P8QCdP/EAnT/xAJ0/8UDtP/x8X0////////////////////////////////////////////////z////wD///8A////rv////////////////////////////////////////////////////////////////////93c+b/EAnT/xAJ0/8QCdP/EAnT/42J6v/////////////////////////////////////////////////+/v6u////AP///wD///95////////////////////////////////////////////////////////////////4uH5/xcR1P8QCdP/EAnT/xAJ0/9PSt7//Pz+/////////////////////////////////////////////////////3n///8A////AP///zL+/v79//////////////////////////////////////////////////////////9taOT/EAnT/xAJ0/8QCdP/JiDX/+fn+v/////////////////////////////////////////////////+/v79////Mv///wD///8A////AP7+/tX/////////////////////////////////////////////////////2tn4/xUO0/8QCdP/EAnT/xIL0/+8uvL///////////////////////////////////////////////////////7+/tX///8A////AP///wD///8A/v7+Zf////////////////////////////////////////////////7+/v9jX+L/EAnT/xAJ0/8QCdP/f3vn//7+/v///////////////////////////////////////////////////////v7+Zf///wD///8A////AP///wD///8G////1v//////////////////////////////////////////09L2/xIL0/8QCdP/EAnT/0VA3P/5+f7//////////////////////////////////////////////////////////9b///8G////AP///wD///8A////AP///wD///88////+v////////////////////////////////////9ZVOD/EAnT/xAJ0/8fGdX/4eD5///////////////////////////////////////////////////////////6////PP///wD///8A////AP///wD///8A////AP///wD+/v51/////f///////////////////////////////+fm+v/m5fr/5uX6/+7u+////////////////////////////////////////////////////////////f///3X///8A////AP///wD///8A////AP///wD///8A////AP7+/gD///+M/////f////////////////////////////////////////////////////////////////////////////////////////////////////3///+M/v7+AP///wD///8A////AP///wD///8A////AP///wD///8A////AP7+/gD///91////+v/////////////////////////////////////////////////////////////////////////////////////////6////df7+/gD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///88////1v//////////////////////////////////////////////////////////////////////////////1v///zz///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8G/v7+ZP///9T////9///////////////////////////////////////////////9////1P7+/mT///8G////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP7+/jL///95////rf///8/////g/v7+4P///8////+t////ef7+/jL///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A///////4H///wAP//wAA//4AAH/4AAAf+AAAH/AAAA/gAAAH4AAAB8AAAAPAAAADwAAAA4AAAAGAAAABgAAAAYAAAAGAAAABgAAAAcAAAAPAAAADwAAAA+AAAAfgAAAH8AAAD/gAAB/4AAAf/gAAf/8AAP//wAP///gf//////8oAAAAEAAAACAAAAABACAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A////AP///wD+/v4M////Sf///2v///9r////Sf///wz///8A////AP///wD///8A////AP///wD///8A////AP///w////+Q////8//////////////////////////z////kP///w////8A////AP///wD///8A////AP7+/iP////c///////////////////////////////////////////////c////I////wD///8A////AP///w/////c////////////////pqPu/6Kf7f/8/P7//////////////////////////9z///8P////AP///wD///+Q/////////////////////4F95/8QCdP/jIjp/////////////////////////////v7+kP///wD///8M////8//////////////////////u7fv/HxjV/xQN0//HxfT///////////////////////////P+/v4M////Sf///////////////////////////////4uI6f8QCdP/LCXY/+7t+///////////////////////////Sv///2v////////////////////////////////z8/z/JB7W/xAJ0/9bVuD//v7+/////////////////////2v///9r////////////////////////////////+fn9/y4o2P8QCdP/RkHd//v7/v////////////////////9r/v7+Sf///////////////////////////////5yZ7P8QCdP/HxnV/+Hh+f//////////////////////////Sf///wz////z//////////////////////X1/f8oItf/EAnT/7Kw8P//////////////////////////8/7+/gz///8A////kP////////////////////+Sjur/EAnT/3Nv5f/+/v7///////////////////////7+/pD///8A////AP///w/+/v7b////////////////jYrq/4F95//39/3///////////////////////7+/tz///8P////AP///wD///8A////I////9v//////////////////////////////////////////////9v///8j////AP///wD///8A////AP///wD///8P/v7+kP7+/vP//////////////////////v7+8/7+/pD///8P////AP///wD///8A////AP///wD///8A////AP///wD+/v4M////Sf///2v///9r////Sf7+/gz///8A////AP///wD///8A////AP//AADwDwAA4AcAAMADAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAMADAADgBwAA8A8AAP//AAA="><meta http-equiv=content-security-policy content="default-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'unsafe-inline'; media-src 'self' data:; script-src 'unsafe-inline' data:; object-src 'self' data:;"><style>
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Avoid adding ID selector rules in this style sheet, since they could
* inadvertently match elements in the article content. */
:root {
--grey-90-a10: rgba(12, 12, 13, 0.1);
--grey-90-a20: rgba(12, 12, 13, 0.2);
--grey-90-a30: rgba(12, 12, 13, 0.3);
--grey-90-a80: rgba(12, 12, 13, 0.8);
--grey-30: #d7d7db;
--blue-40: #45a1ff;
--blue-40-a30: rgba(69, 161, 255, 0.3);
--blue-60: #0060df;
--body-padding: 64px;
--font-size: 12;
--content-width: 70em;
--line-height: 1.6em;
}
body {
--main-background: #fff;
--main-foreground: #333;
--font-color: #000000;
--primary-color: #0B83FF;
--toolbar-border: var(--grey-90-a20);
--toolbar-transparent-border: transparent;
--toolbar-box-shadow: var(--grey-90-a10);
--toolbar-button-background: transparent;
--toolbar-button-background-hover: var(--grey-90-a10);
--toolbar-button-foreground-hover: var(--font-color);
--toolbar-button-background-active: var(--grey-90-a20);
--toolbar-button-foreground-active: var(--primary-color);
--toolbar-button-border: transparent;
--toolbar-button-border-hover: transparent;
--toolbar-button-border-active: transparent;
--tooltip-background: var(--grey-90-a80);
--tooltip-foreground: white;
--tooltip-border: transparent;
--popup-background: white;
--popup-border: rgba(0, 0, 0, 0.12);
--opaque-popup-border: #e0e0e0;
--popup-line: var(--grey-30);
--popup-shadow: rgba(49, 49, 49, 0.3);
--popup-button-background: #edecf0;
--popup-button-background-hover: hsla(0,0%,70%,.4);
--popup-button-foreground-hover: var(--font-color);
--popup-button-background-active: hsla(240,5%,5%,.15);
--selected-background: var(--blue-40-a30);
--selected-border: var(--blue-40);
--font-value-border: var(--grey-30);
--icon-fill: #3b3b3c;
--icon-disabled-fill: #8080807F;
--link-foreground: var(--blue-60);
--link-selected-foreground: #333;
--visited-link-foreground: #b5007f;
/* light colours */
}
body.sepia {
--main-background: #f4ecd8;
--main-foreground: #5b4636;
--toolbar-border: #5b4636;
}
body.dark {
--main-background: rgb(28, 27, 34);
--main-foreground: #eee;
--font-color: #fff;
--toolbar-border: #4a4a4b;
--toolbar-box-shadow: black;
--toolbar-button-background-hover: var(--grey-90-a30);
--toolbar-button-background-active: var(--grey-90-a80);
--tooltip-background: black;
--tooltip-foreground: white;
--popup-background: rgb(66,65,77);
--opaque-popup-border: #434146;
--popup-line: rgb(82, 82, 94);
--popup-button-background: #5c5c61;
--popup-button-background-active: hsla(0,0%,70%,.6);
--selected-background: #3E6D9A;
--font-value-border: #656468;
--icon-fill: #fff;
--icon-disabled-fill: #ffffff66;
--link-foreground: #45a1ff;
--link-selected-foreground: #fff;
--visited-link-foreground: #e675fd;
/* dark colours */
}
body.hcm {
--main-background: Canvas;
--main-foreground: CanvasText;
--font-color: CanvasText;
--primary-color: SelectedItem;
--toolbar-border: CanvasText;
/* We need a true transparent but in HCM this would compute to an actual color,
so select the page's background color instead: */
--toolbar-transparent-border: Canvas;
--toolbar-box-shadow: Canvas;
--toolbar-button-background: ButtonFace;
--toolbar-button-background-hover: ButtonText;
--toolbar-button-foreground-hover: ButtonFace;
--toolbar-button-background-active: SelectedItem;
--toolbar-button-foreground-active: SelectedItemText;
--toolbar-button-border: ButtonText;
--toolbar-button-border-hover: ButtonText;
--toolbar-button-border-active: ButtonText;
--tooltip-background: Canvas;
--tooltip-foreground: CanvasText;
--tooltip-border: CanvasText;
--popup-background: Canvas;
--popup-border: CanvasText;
--opaque-popup-border: CanvasText;
--popup-line: CanvasText;
--popup-button-background: ButtonFace;
--popup-button-background-hover: ButtonText;
--popup-button-foreground-hover: ButtonFace;
--popup-button-background-active: ButtonText;
--selected-background: Canvas;
--selected-border: SelectedItem;
--font-value-border: CanvasText;
--icon-fill: ButtonText;
--icon-disabled-fill: GrayText;
--link-foreground: LinkText;
--link-selected-foreground: ActiveText;
--visited-link-foreground: VisitedText;
}
body {
margin: 0;
padding: var(--body-padding);
background-color: var(--main-background);
color: var(--main-foreground);
}
body.loaded {
transition: color 0.4s, background-color 0.4s;
}
body.dark *::-moz-selection {
background-color: var(--selected-background);
}
a::-moz-selection {
color: var(--link-selected-foreground);
}
body.sans-serif,
body.sans-serif .remove-button {
font-family: Helvetica, Arial, sans-serif;
}
body.serif,
body.serif .remove-button {
font-family: Georgia, "Times New Roman", serif;
}
/* Override some controls and content styles based on color scheme */
body.light > .container > .header > .domain {
border-bottom-color: #333333 !important;
}
body.sepia > .container > .header > .domain {
border-bottom-color: #5b4636 !important;
}
body.dark > .container > .header > .domain {
border-bottom-color: #eeeeee !important;
}
body.light blockquote {
border-inline-start: 2px solid #333333 !important;
}
body.sepia blockquote {
border-inline-start: 2px solid #5b4636 !important;
}
body.dark blockquote {
border-inline-start: 2px solid #eeeeee !important;
}
.light-button {
color: #333333;
background-color: #ffffff;
}
.dark-button {
color: #eeeeee;
background-color: #1c1b22;
}
.sepia-button {
color: #5b4636;
background-color: #f4ecd8;
}
.auto-button {
text-align: center;
}
@media (prefers-color-scheme: dark) {
.auto-button {
background-color: #1c1b22;
color: #eeeeee;
}
}
@media not (prefers-color-scheme: dark) {
.auto-button {
background-color: #ffffff;
color: #333333;
}
}
/* Loading/error message */
.reader-message {
margin-top: 40px;
display: none;
text-align: center;
width: 100%;
font-size: 0.9em;
}
/* Detector element to see if we're at the top of the doc or not. */
.top-anchor {
position: absolute;
top: 0;
width: 0;
height: 5px;
pointer-events: none;
}
/* Header */
.header {
text-align: start;
display: none;
}
.domain {
font-size: 0.9em;
line-height: 1.48em;
padding-bottom: 4px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
border-bottom: 1px solid;
color: var(--link-foreground);
}
.header > h1 {
font-size: 1.6em;
line-height: 1.25em;
width: 100%;
margin: 30px 0;
padding: 0;
}
.header > .credits {
font-size: 0.9em;
line-height: 1.48em;
margin: 0 0 10px;
padding: 0;
font-style: italic;
}
.header > .meta-data {
font-size: 0.65em;
margin: 0 0 15px;
}
.reader-estimated-time {
text-align: match-parent;
}
/* Controls toolbar */
.toolbar-container {
position: sticky;
z-index: 2;
top: 32px;
height: 0; /* take up no space, so body is at the top. */
/* As a stick container, we're positioned relative to the body. Move us to
* the edge of the viewport using margins, and take the width of
* the body padding into account for calculating our width.
*/
margin-inline-start: calc(-1 * var(--body-padding));
width: max(var(--body-padding), calc((100% - var(--content-width)) / 2 + var(--body-padding)));
font-size: var(--font-size); /* Needed to ensure 'em' units match, is reset for .reader-controls */
}
.toolbar {
padding-block: 16px;
border: 1px solid var(--toolbar-border);
border-radius: 6px;
box-shadow: 0 2px 8px var(--toolbar-box-shadow);
width: 32px; /* basic width, without padding/border */
/* padding should be 16px, except if there's not enough space for that, in
* which case use half the available space for padding (=25% on each side).
* The 34px here is the width + borders. We use a variable because we need
* to know this size for the margin calculation.
*/
--inline-padding: min(16px, calc(25% - 0.25 * 34px));
padding-inline: var(--inline-padding);
/* Keep a maximum of 96px distance to the body, but center once the margin
* gets too small. We need to set the start margin, however...
* To center, we'd want 50% of the container, but we'd subtract half our
* own width (16px) and half the border (1px) and the inline padding.
* When the other margin would be 96px, we want 100% - 96px - the complete
* width of the actual toolbar (34px + 2 * padding)
*/
margin-inline-start: max(calc(50% - 17px - var(--inline-padding)), calc(100% - 96px - 34px - 2 * var(--inline-padding)));
font-family: Helvetica, Arial, sans-serif;
list-style: none;
user-select: none;
}
@media (prefers-reduced-motion: no-preference) {
.toolbar {
transition-property: border-color, box-shadow;
transition-duration: 250ms;
}
.toolbar .toolbar-button {
transition-property: opacity;
transition-duration: 250ms;
}
.toolbar-container.scrolled .toolbar:not(:hover, :focus-within) {
border-color: var(--toolbar-transparent-border);
box-shadow: 0 2px 8px transparent;
}
.toolbar-container.scrolled .toolbar:not(:hover, :focus-within) .toolbar-button {
opacity: 0.6;
}
.toolbar-container.transition-location {
transition-duration: 250ms;
transition-property: width;
}
}
.toolbar-container.overlaps .toolbar-button {
opacity: 0.1;
}
.dropdown-open .toolbar {
border-color: var(--toolbar-transparent-border);
box-shadow: 0 2px 8px transparent;
}
.reader-controls {
/* We use 'em's above this node to get it to the right size. However,
* the UI inside the toolbar should use a fixed, smaller size. */
font-size: 11px;
}
button {
-moz-context-properties: fill;
color: var(--font-color);
fill: var(--icon-fill);
}
button:disabled {
fill: var(--icon-disabled-fill);
}
.toolbar button::-moz-focus-inner {
border: 0;
}
.toolbar-button {
position: relative;
width: 32px;
height: 32px;
padding: 0;
border: 1px solid var(--toolbar-button-border);
border-radius: 4px;
margin: 4px 0;
background-color: var(--toolbar-button-background);
background-size: 16px 16px;
background-position: center;
background-repeat: no-repeat;
}
.toolbar-button:hover,
.toolbar-button:focus-visible {
background-color: var(--toolbar-button-background-hover);
border-color: var(--toolbar-button-border-hover);
fill: var(--toolbar-button-foreground-hover);
}
.open .toolbar-button,
.toolbar-button:hover:active {
background-color: var(--toolbar-button-background-active);
border-color: var(--toolbar-button-border-active);
color: var(--toolbar-button-foreground-active);
fill: var(--toolbar-button-foreground-active);
}
.hover-label {
position: absolute;
top: 4px;
inset-inline-start: 36px;
line-height: 16px;
white-space: pre; /* make sure we don't wrap */
background-color: var(--tooltip-background);
color: var(--tooltip-foreground);
padding: 4px 8px;
border: 1px solid var(--tooltip-border);
border-radius: 2px;
visibility: hidden;
pointer-events: none;
/* Put above .dropdown .dropdown-popup, which has z-index: 1000. */
z-index: 1001;
}
/* Show the hover tooltip on non-dropdown buttons. */
.toolbar-button:not(.dropdown-toggle):hover > .hover-label,
.toolbar-button:not(.dropdown-toggle):focus-visible > .hover-label,
/* Show the hover tooltip for dropdown buttons unless its dropdown is open. */
:not(.open) > li > .dropdown-toggle:hover > .hover-label,
:not(.open) > li > .dropdown-toggle:focus-visible > .hover-label {
visibility: visible;
}
.dropdown {
text-align: center;
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
.dropdown li {
margin: 0;
padding: 0;
}
/* Popup */
.dropdown .dropdown-popup {
text-align: start;
position: absolute;
inset-inline-start: 40px;
z-index: 1000;
background-color: var(--popup-background);
visibility: hidden;
border-radius: 4px;
border: 1px solid var(--popup-border);
box-shadow: 0 0 10px 0 var(--popup-shadow);
top: 0;
}
.open > .dropdown-popup {
visibility: visible;
}
.dropdown-arrow {
position: absolute;
height: 24px;
width: 16px;
inset-inline-start: -16px;
background-image: url("chrome://global/skin/reader/RM-Type-Controls-Arrow.svg");
display: block;
-moz-context-properties: fill, stroke;
fill: var(--popup-background);
stroke: var(--opaque-popup-border);
pointer-events: none;
}
.dropdown-arrow:dir(rtl) {
transform: scaleX(-1);
}
/* Align the style dropdown arrow (narrate does its own) */
.style-dropdown .dropdown-arrow {
top: 7px;
}
/* Font style popup */
.radio-button {
/* We visually hide these, but we keep them around so they can be focused
* and changed by interacting with them via the label, or the keyboard, or
* assistive technology.
*/
opacity: 0;
pointer-events: none;
position: absolute;
}
.radiorow,
.buttonrow {
display: flex;
align-content: center;
justify-content: center;
}
.content-width-value,
.font-size-value,
.line-height-value {
box-sizing: border-box;
width: 36px;
height: 20px;
line-height: 20px;
display: flex;
justify-content: center;
align-content: center;
margin: auto;
border-radius: 10px;
border: 1px solid var(--font-value-border);
background-color: var(--popup-button-background);
}
.buttonrow > button {
border: 0;
height: 60px;
width: 90px;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
}
.buttonrow > button:enabled:hover,
.buttonrow > button:enabled:focus-visible {
background-color: var(--popup-button-background-hover);
color: var(--popup-button-foreground-hover);
fill: var(--popup-button-foreground-hover);
}
.buttonrow > button:enabled:hover:active {
background-color: var(--popup-button-background-active);
}
.radiorow:not(:last-child),
.buttonrow:not(:last-child) {
border-bottom: 1px solid var(--popup-line);
}
body.hcm .buttonrow.line-height-buttons {
/* On HCM the .color-scheme-buttons row is hidden, so remove the border from the row above it */
border-bottom: none;
}
.radiorow > label {
position: relative;
box-sizing: border-box;
border-radius: 2px;
border: 2px solid var(--popup-border);
}
.radiorow > label[checked] {
border-color: var(--selected-border);
}
/* For the hover style, we draw a line under the item by means of a
* pseudo-element. Because these items are variable height, and
* because their contents are variable height, position it absolutely,
* and give it a width of 100% (the content width) + 4px for the 2 * 2px
* border width.
*/
.radiorow > input[type=radio]:focus-visible + label::after,
.radiorow > label:hover::after {
content: "";
display: block;
border-bottom: 2px solid var(--selected-border);
width: calc(100% + 4px);
position: absolute;
/* to skip the 2 * 2px border + 2px spacing. */
bottom: -6px;
/* Match the start of the 2px border of the element: */
inset-inline-start: -2px;
}
.font-type-buttons > label {
height: 64px;
width: 105px;
/* Slightly more space between these items. */
margin: 10px;
/* Center the Sans-serif / Serif labels */
text-align: center;
background-size: 63px 39px;
background-repeat: no-repeat;
background-position: center 18px;
background-color: var(--popup-button-background);
fill: currentColor;
-moz-context-properties: fill;
/* This mostly matches baselines, but because of differences in font
* baselines between serif and sans-serif, this isn't always enough. */
line-height: 1;
padding-top: 2px;
}
.font-type-buttons > label[checked] {
background-color: var(--selected-background);
}
.sans-serif-button {
font-family: Helvetica, Arial, sans-serif;
background-image: url("chrome://global/skin/reader/RM-Sans-Serif.svg");
}
/* Tweak padding to match the baseline on mac */
:root[platform=macosx] .sans-serif-button {
padding-top: 3px;
}
.serif-button {
font-family: Georgia, "Times New Roman", serif;
background-image: url("chrome://global/skin/reader/RM-Serif.svg");
}
body.hcm .color-scheme-buttons {
/* Disallow selecting themes when HCM is on. */
display: none;
}
.color-scheme-buttons > label {
padding: 12px;
height: 34px;
font-size: 12px;
/* Center the labels horizontally as well as vertically */
display: inline-flex;
align-items: center;
justify-content: center;
/* We want 10px between items, but there's no margin collapsing in flexbox. */
margin: 10px 5px;
}
.color-scheme-buttons > input:first-child + label {
margin-inline-start: 10px;
}
.color-scheme-buttons > label:last-child {
margin-inline-end: 10px;
}
/* Toolbar icons */
.close-button {
background-image: url("chrome://global/skin/icons/close.svg");
}
.style-button {
background-image: url("chrome://global/skin/reader/RM-Type-Controls-24x24.svg");
}
.minus-button {
background-size: 18px 18px;
background-image: url("chrome://global/skin/reader/RM-Minus-24x24.svg");
}
.plus-button {
background-size: 18px 18px;
background-image: url("chrome://global/skin/reader/RM-Plus-24x24.svg");
}
.content-width-minus-button {
background-size: 42px 16px;
background-image: url("chrome://global/skin/reader/RM-Content-Width-Minus-42x16.svg");
}
.content-width-plus-button {
background-size: 44px 16px;
background-image: url("chrome://global/skin/reader/RM-Content-Width-Plus-44x16.svg");
}
.line-height-minus-button {
background-size: 34px 14px;
background-image: url("chrome://global/skin/reader/RM-Line-Height-Minus-38x14.svg");
}
.line-height-plus-button {
background-size: 34px 24px;
background-image: url("chrome://global/skin/reader/RM-Line-Height-Plus-38x24.svg");
}
/* Mirror the line height buttons if the article is RTL. */
.reader-controls[articledir="rtl"] .line-height-minus-button,
.reader-controls[articledir="rtl"] .line-height-plus-button {
transform: scaleX(-1);
}
@media print {
.toolbar {
display: none !important;
}
}
/* Article content */
/* Note that any class names from the original article that we want to match on
* must be added to CLASSES_TO_PRESERVE in ReaderMode.jsm, so that
* Readability.js doesn't strip them out */
.container {
margin: 0 auto;
font-size: var(--font-size);
max-width: var(--content-width);
line-height: var(--line-height);
}
pre {
font-family: inherit;
}
.moz-reader-content {
display: none;
font-size: 1em;
}
@media print {
.moz-reader-content p,
.moz-reader-content code,
.moz-reader-content pre,
.moz-reader-content blockquote,
.moz-reader-content ul,
.moz-reader-content ol,
.moz-reader-content li,
.moz-reader-content figure,
.moz-reader-content .wp-caption {
margin: 0 0 10px !important;
padding: 0 !important;
}
}
.moz-reader-content h1,
.moz-reader-content h2,
.moz-reader-content h3 {
font-weight: bold;
}
.moz-reader-content h1 {
font-size: 1.6em;
line-height: 1.25em;
}
.moz-reader-content h2 {
font-size: 1.2em;
line-height: 1.51em;
}
.moz-reader-content h3 {
font-size: 1em;
line-height: 1.66em;
}
.moz-reader-content a:link {
text-decoration: underline;
font-weight: normal;
}
.moz-reader-content a:link,
.moz-reader-content a:link:hover,
.moz-reader-content a:link:active {
color: var(--link-foreground);
}
.moz-reader-content a:visited {
color: var(--visited-link-foreground);
}
.moz-reader-content * {
max-width: 100%;
height: auto;
}
.moz-reader-content p,
.moz-reader-content p,
.moz-reader-content code,
.moz-reader-content pre,
.moz-reader-content blockquote,
.moz-reader-content ul,
.moz-reader-content ol,
.moz-reader-content li,
.moz-reader-content figure,
.moz-reader-content .wp-caption {
margin: -10px -10px 20px;
padding: 10px;
border-radius: 5px;
}
.moz-reader-content li {
margin-bottom: 0;
}
.moz-reader-content li > ul,
.moz-reader-content li > ol {
margin-bottom: -10px;
}
.moz-reader-content p > img:only-child,
.moz-reader-content p > a:only-child > img:only-child,
.moz-reader-content .wp-caption img,
.moz-reader-content figure img {
display: block;
}
.moz-reader-content img[moz-reader-center] {
margin-inline: auto;
}
.moz-reader-content .caption,
.moz-reader-content .wp-caption-text
.moz-reader-content figcaption {
font-size: 0.9em;
line-height: 1.48em;
font-style: italic;
}
.moz-reader-content pre {
white-space: pre-wrap;
}
.moz-reader-content blockquote {
padding: 0;
padding-inline-start: 16px;
}
.moz-reader-content ul,
.moz-reader-content ol {
padding: 0;
}
.moz-reader-content ul {
padding-inline-start: 30px;
list-style: disc;
}
.moz-reader-content ol {
padding-inline-start: 30px;
}
table,
th,
td {
border: 1px solid currentColor;
border-collapse: collapse;
padding: 6px;
vertical-align: top;
}
table {
margin: 5px;
}
/* Visually hide (but don't display: none) screen reader elements */
.moz-reader-content .visually-hidden,
.moz-reader-content .visuallyhidden,
.moz-reader-content .sr-only {
display: inline-block;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
border-width: 0;
}
/* Hide elements with common "hidden" class names */
.moz-reader-content .hidden,
.moz-reader-content .invisible {
display: none;
}
/* Enforce wordpress and similar emoji/smileys aren't sized to be full-width,
* see bug 1399616 for context. */
.moz-reader-content img.wp-smiley,
.moz-reader-content img.emoji {
display: inline-block;
border-width: 0;
/* height: auto is implied from '.moz-reader-content *' rule. */
width: 1em;
margin: 0 .07em;
padding: 0;
}
.reader-show-element {
display: initial;
}
/* Provide extra spacing for images that may be aided with accompanying element such as <figcaption> */
.moz-reader-block-img:not(:last-child) {
margin-block-end: 12px;
}
.moz-reader-wide-table {
overflow-x: auto;
display: block;
}
pre code {
background-color: var(--main-background);
border: 1px solid var(--font-color);
display: block;
overflow: auto;
}</style></head>
<body class="moz-reader-content content-width6 reader-show-element sans-serif container line-height4 dark" style="display: block; padding: 24px;"><h1 class=reader-title>‘Superrijken trekken zich terug in cocons van stilte en luxe’</h1><div id=readability-page-1 class=page><div class>
<p>Op de duurste grond van Nederland, de Amsterdamse Zuidas, is sinds kort het luxeproduct te koop waar menig stedeling naar verlangt: stilte. Op de begane grond van ‘900 Mahler’, een wolkenkrabber met dakzwembad, penthouses en conciërgeservice, opende afgelopen lente Renessence, een wellnesscentrum voor de elite. Een ongelimiteerd jaarabonnement heb je hier al voor 16.500 euro.</p>
<p>Een Engelssprekende medewerkster in witte, linnen doktersjas leidt mij door de minimalistische ruimte, waar ook een advocaat uit een van de naburige kantoren een rondleiding krijgt. We lopen door een lange gang met in marmer uitgevoerde ijsbaden, een kamer voor ‘zuurstoftherapie’ (met verhoogde zuurstof in de lucht) en een hot yoga-zaal. Aan het einde van de gang laat ze me achter in een kamer waar een enorm wit bad staat, met klep, dat eruitziet als een futuristisch ei.</p>
<p>Even later laat ik mij in het zoute water zakken. Ik trek de klep dicht. Hier ben ik voor gekomen: een uur lang prikkelvrij drijven in het donker. <em>Floaten</em>, zoals deze wellnesstrend heet, voelt alsof je in de baarmoeder drijft, of zweeft in het luchtledige, zegt <a href=https://renessence.com/sensory-deprivation-float> Renessence op zijn site</a>. „Je zult een rustgevend gevoel van gewichtloosheid ervaren, een gevoel van niets en diepe stilte.”</p>
<p>In de donkere cabine gebeurt in eerste instantie het tegenovergestelde. De eerste paar minuten hoor je via onderwaterspeakers het geluid van het strand: golven, krijsende meeuwen. Lichtjes aan de rand van de badkuip verschieten van kleur. Dan houdt dit op en begint de complete stilte in het donker. Het grote niets overweldigt me. Dat ik in het donker drijf, zonder afleiding, betekent dat ik alleen ben met mijn gedachten – waardoor die als een razende door mijn hoofd tollen. Mijn hartslag verhoogt en ik verlies het besef van tijd. </p>
<p>Pas in de laatste minuten van dit 60 euro kostende uur begin ik te ontspannen. Even later stap ik weer de drukte van de stad in. De rest van de dag voel ik me rozig, als na een goede massage. En vallen de prikkels van de stad extra op – wanneer kan ik weer een sessie boeken?</p>
<h2>Vijfsterrenhotel</h2>
<p>Echte stilte is voor steeds meer mensen een luxe. In het overweldigende en lawaaierige leven lijkt het of de volumeknop altijd maximaal open staat. Vooral in de grote steden, <a href=https://www.nrc.nl/nieuws/2022/10/27/migranten-zorgen-voor-snelle-groei-van-nederlandse-bevolking-2-a4146577>waar steeds meer mensen dicht op elkaar wonen</a>, en er lawaai is van verkeer, verbouwingen, horeca, toeristen en festivals. Maar het gaat het ook om een gevoel van rusteloosheid – door notificaties, appjes, e-mails en reclame die constant de aandacht vragen.</p>
<p>Die overprikkeling maakt van stilte en rust een luxeproduct, zegt schrijver en journalist Roderick Nieuwenhuis, auteur van <em><a href=https://www.nrc.nl/nieuws/2022/09/15/een-simpel-leven-leiden-zo-eenvoudig-is-dat-niet-a4141993>Een simpel leven</a></em>. Daarin onderzoekt hij waarom een sobere levensstijl – van ‘ontspulde’ interieurs tot <em>tiny houses</em> – de laatste jaren zo populair is. „In de vorige eeuw dachten we dat technologie alles efficiënter zou maken, dat we in de toekomst nog maar vijftien uur per week moesten werken. Maar we werken steeds harder en langer, en staan de hele tijd aan.” </p>
<p class><em> </em>In de Romantiek kwam het verlangen naar natuur en gevoel centraal te staan, als tegenhanger van het industriële tijdperk. En nu willen we, zegt Nieuwenhuis, „ons bevrijden van de constante drukte. Echte stilte en afzondering is maar voor een kleine groep weggelegd.”</p>
<p class>Rust en stilte zijn het ‘tegengif’ geworden van het moderne leven, zegt Philip Fimmano, uitvoerend directeur van Studio Edelkoort en Trend Union, bedrijven van trendwatcher Lidewij Edelkoort. Zo kopen mensen ruisonderdrukkende koptelefoons en oordoppen. Maar voor échte stilte en rust heb je veel meer geld nodig. „Stiltevakanties zijn een trend in het luxesegment.<span class="single-file-highlight single-file-highlight-yellow" data-singlefile-highlight-id=1> In Italië worden vijfsterrenhotels geopend in voormalige kloosters, voor een ‘meditatieve’ vakantie.”</span> CNN meldde <a href=https://edition.cnn.com/travel/article/sleep-tourism-wellness/index.html>de opkomst van slaaptoerisme</a>: luxueuze hotels die voor duizenden euro’s per nacht extra stille kamers en speciale pakketten met onder meer privé-meditatiesessies aanbieden. </p>
<h2 class>Dopaminevasten</h2>
<p class>De laatste jaren kwamen meer stille en prikkelarme trends op. Techmiljonairs uit Silicon Valley doen aan ‘<a href=https://www.bbc.com/news/newsbeat-50834914>dopaminevasten</a>’, ze vermijden wat dopamine creëert. Voor volkstuinhuisjes in de Randstad <a href=https://eenvandaag.avrotros.nl/item/even-de-stad-uit-wachtlijsten-volkstuinen-enorm-lang-maar-er-zijn-er-steeds-minder/>zijn lange wachtlijsten</a>. Wie het kan betalen richt het huis zo prikkelvrij mogelijk in, geïnspireerd door de spartaanse ontwerpen van de Vlaamse Axel Vervoordt. De elite die zich terugtrekt is ook een thema in literaire bestsellers en tv-series. Zo gaat de roman <em>Laat de wereld achter</em> (2020) van de Amerikaanse Rumaan Alam over een yuppenstel dat een klimaatramp overleeft in een luxueuze Airbnb. <em></em> <em class="single-file-highlight single-file-highlight-yellow" data-singlefile-highlight-id=2><span class="single-file-highlight single-file-highlight-yellow" data-singlefile-highlight-id=2>Mijn jaar van rust en kalmte</span></em><span class="single-file-highlight single-file-highlight-yellow" data-singlefile-highlight-id=2> (2018) van de Amerikaanse schrijfster Ottessa Moshfegh draait om een rijke depressieve jonge vrouw die zichzelf opsluit om met behulp van medicijnen een jaar lang te slapen.</span> Ook hitseries als <em>The White Lotus</em> (HBO) en <em>Nine Perfect Strangers</em> (Amazon Prime) gaan over superrijken in serene resorts, die niet bezig zijn met wereldproblemen. </p>
<p class>Maar juist mensen met lagere inkomens staan bloot aan lawaai en andere prikkels, zegt Fimmano, en zij hebben daarom rust en stilte écht nodig. Denk aan flitsbezorgers en Uber-chauffeurs die de hele dag berichten op schermen binnenkrijgen. Of mensen die in gehorige sociale huurwoningen op elkaar gepakt wonen. „In IJsland bestaat een door de overheid gesubsidieerd programma, waarmee arme gezinnen mogen ontspannen in de lokale thermale baden”, zegt Fimmano. „Meer landen zouden een voorbeeld moeten nemen aan dit idee.”</p>
</div></div><style>.single-file-highlight-yellow, .single-file-highlight-yellow-mode ::selection { background-color: #ffff7c !important; color: black !important; } .single-file-highlight-pink, .single-file-highlight-pink-mode ::selection { background-color: #ffbbb6 !important; color: black !important; } .single-file-highlight-blue, .single-file-highlight-blue-mode ::selection { background-color: #95d0ff !important; color: black !important; } .single-file-highlight-green, .single-file-highlight-green-mode ::selection { background-color: #93ef8d !important; color: black !important; } span.single-file-highlight-yellow, span.single-file-highlight-pink, span.single-file-highlight-blue, span.single-file-highlight-green { display: inline !important; } .single-file-highlight-hidden { background-color: inherit !important; color: inherit !important; } .single-file-mask { all: initial; display: contents !important; } .single-file-mask.single-file-page-mask { opacity: .99 !important; } single-file-note { all: initial !important; display: contents !important; } .single-file-cut-hover, .single-file-cut-outer-hover, .single-file-cut-selected, .single-file-cut-outer-selected { transition: outline-width 125ms !important; outline-offset: -4px !important; outline-width: 4px !important; } .single-file-cut-hover, .single-file-cut-outer-hover { outline-style: dotted !important; } .single-file-cut-selected, .single-file-cut-outer-selected { outline-style: dashed !important; } .single-file-cut-hover, .single-file-cut-selected { outline-color: red !important; } .single-file-cut-outer-hover, .single-file-cut-outer-selected { outline-color: green !important; } .single-file-cut-mode, .single-file-cut-mode * { pointer-events: auto !important; } .single-file-cut-hover, .single-file-cut-outer-hover, .single-file-remove-highlights-mode .single-file-highlight:hover { cursor: crosshair !important; } .single-file-removed { display: none !important; float: none !important; position: static !important; visibility: collapse !important; }</style><script data-template-shadow-root>(() => { document.currentScript.remove(); const processNode = node => { node.querySelectorAll("template[shadowroot]").forEach(element=>{ let shadowRoot = getShadowRoot(element.parentElement); if (!shadowRoot) { try { shadowRoot = element.parentElement.attachShadow({mode:element.getAttribute("shadowroot")}); shadowRoot.innerHTML = element.innerHTML; element.remove(); } catch (error) {} if (shadowRoot) { processNode(shadowRoot); } } }) }; const FORBIDDEN_TAG_NAMES = ["a","area","audio","base","br","col","command","embed","hr","img","iframe","input","keygen","link","meta","param","source","track","video","wbr"]; const NOTE_TAGNAME = "single-file-note"; const NOTE_CLASS = "note"; const NOTE_ANCHORED_CLASS = "note-anchored"; const NOTE_SELECTED_CLASS = "note-selected"; const NOTE_MOVING_CLASS = "note-moving"; const NOTE_MASK_MOVING_CLASS = "note-mask-moving"; const MASK_CLASS = "single-file-mask"; const HIGHLIGHT_CLASS = "single-file-highlight"; const NOTES_WEB_STYLESHEET = ".note { all: initial; display: flex; flex-direction: column; height: 150px; width: 150px; position: absolute; top: 10px; left: 10px; border: 1px solid rgb(191, 191, 191); z-index: 2147483646; box-shadow: 3px 3px 3px rgba(33, 33, 33, .7); min-height: 100px; min-width: 100px; } .note-selected { z-index: 2147483647; } .note-hidden { display: none; } .note-collapsed { min-height: 30px; max-height: 30px; overflow: hidden; } .note blockquote { all: initial; padding: 1px; height: 100%; } .note textarea { all: initial; white-space: break-spaces; font-family: Arial, Helvetica, sans-serif; font-size: 14px; height: 100%; width: 100%; padding: 2px; border: 1px solid transparent; resize: none; color: black; } .note textarea:focus { border: 1px dotted rgb(160, 160, 160); } .note header { all: initial; min-height: 30px; cursor: grab; user-select: none; } .note .note-remove { all: initial; position: absolute; right: 0px; top: 2px; padding: 5px; opacity: .5; cursor: pointer; user-select: none; width: 16px; height: 16px; } .note .note-anchor { all: initial; position: absolute; left: 0px; top: 2px; padding: 5px; opacity: .25; cursor: pointer; width: 16px; height: 16px; } .note .note-resize { all: initial; position: absolute; bottom: -5px; right: -5px; height: 15px; width: 15px; cursor: nwse-resize; user-select: none; } .note .note-remove:hover { opacity: 1; } .note .note-anchor:hover { opacity: .5; } .note-anchored .note-anchor { opacity: .5; } .note-anchored .note-anchor:hover { opacity: 1; } .note-moving { opacity: .75; box-shadow: 6px 6px 3px rgba(33, 33, 33, .7); } .note-moving * { cursor: grabbing; } .note-yellow header { background-color: #f5f545; } .note-yellow blockquote { background-color: #ffff7c; } .note-pink header { background-color: #ffa59f; } .note-pink blockquote { background-color: #ffbbb6; } .note-blue header { background-color: #84c8ff; } .note-blue blockquote { background-color: #95d0ff; } .note-green header { background-color: #93ef8d; } .note-green blockquote { background-color: #9cff95; }"; const MASK_WEB_STYLESHEET = ".note-mask { all: initial; position: fixed; z-index: 2147483645; pointer-events: none; background-color: transparent; transition: background-color 125ms; } .note-mask-moving.note-yellow { background-color: rgba(255, 255, 124, .3); } .note-mask-moving.note-pink { background-color: rgba(255, 187, 182, .3); } .note-mask-moving.note-blue { background-color: rgba(149, 208, 255, .3); } .note-mask-moving.note-green { background-color: rgba(156, 255, 149, .3); } .page-mask { all: initial; position: fixed; top: 0; left: 0; width: 0; height: 0; z-index: 2147483646; } .page-mask-active { width: 100vw; height: 100vh; }"; const NOTE_HEADER_HEIGHT = 25; const PAGE_MASK_ACTIVE_CLASS = "page-mask-active"; const REMOVED_CONTENT_CLASS = "single-file-removed"; const reflowNotes = function reflowNotes() { document.querySelectorAll(NOTE_TAGNAME).forEach(containerElement => { const noteElement = containerElement.shadowRoot.querySelector("." + NOTE_CLASS); const noteBoundingRect = noteElement.getBoundingClientRect(); const anchorElement = getAnchorElement(containerElement); const anchorBoundingRect = anchorElement.getBoundingClientRect(); const maxX = anchorBoundingRect.x + Math.max(0, anchorBoundingRect.width - noteBoundingRect.width); const minX = anchorBoundingRect.x; const maxY = anchorBoundingRect.y + Math.max(0, anchorBoundingRect.height - NOTE_HEADER_HEIGHT); const minY = anchorBoundingRect.y; let left = parseInt(noteElement.style.getPropertyValue("left")); let top = parseInt(noteElement.style.getPropertyValue("top")); if (noteBoundingRect.x > maxX) { left -= noteBoundingRect.x - maxX; } if (noteBoundingRect.x < minX) { left += minX - noteBoundingRect.x; } if (noteBoundingRect.y > maxY) { top -= noteBoundingRect.y - maxY; } if (noteBoundingRect.y < minY) { top += minY - noteBoundingRect.y; } noteElement.style.setProperty("position", "absolute"); noteElement.style.setProperty("left", left + "px"); noteElement.style.setProperty("top", top + "px"); }); }; const addNoteRef = function addNoteRef(anchorElement, noteId) { const noteRefs = getNoteRefs(anchorElement); noteRefs.push(noteId); setNoteRefs(anchorElement, noteRefs); }; const deleteNoteRef = function deleteNoteRef(containerElement, noteId) { const anchorElement = getAnchorElement(containerElement); const noteRefs = getNoteRefs(anchorElement).filter(noteRefs => noteRefs != noteId); if (noteRefs.length) { setNoteRefs(anchorElement, noteRefs); } else { delete anchorElement.dataset.singleFileNoteRefs; } }; const getNoteRefs = function getNoteRefs(anchorElement) { return anchorElement.dataset.singleFileNoteRefs ? anchorElement.dataset.singleFileNoteRefs.split(" ") : []; }; const setNoteRefs = function setNoteRefs(anchorElement, noteRefs) { anchorElement.dataset.singleFileNoteRefs = noteRefs.join(" "); }; const getAnchorElement = function getAnchorElement(containerElement) { return document.querySelector("[data-single-file-note-refs~=\"" + containerElement.dataset.noteId + "\"]") || document.documentElement; }; const getMaskElement = function getMaskElement(className, containerClassName) { let maskElement = document.documentElement.querySelector("." + className); if (!maskElement) { maskElement = document.createElement("div"); const maskContainerElement = document.createElement("div"); if (containerClassName) { maskContainerElement.classList.add(containerClassName); } maskContainerElement.classList.add(MASK_CLASS); const firstNote = document.querySelector(NOTE_TAGNAME); if (firstNote && firstNote.parentElement == document.documentElement) { document.documentElement.insertBefore(maskContainerElement, firstNote); } else { document.documentElement.appendChild(maskContainerElement); } maskElement.classList.add(className); const maskShadow = maskContainerElement.attachShadow({ mode: "open" }); maskShadow.appendChild(getStyleElement(MASK_WEB_STYLESHEET)); maskShadow.appendChild(maskElement); return maskElement; } }; const getStyleElement = function getStyleElement(stylesheet) { const linkElement = document.createElement("style"); linkElement.textContent = stylesheet; return linkElement; }; const attachNoteListeners = function attachNoteListeners(containerElement, editable = false) { const SELECT_PX_THRESHOLD = 4; const COLLAPSING_NOTE_DELAY = 750; const noteShadow = containerElement.shadowRoot; const noteElement = noteShadow.childNodes[1]; const headerElement = noteShadow.querySelector("header"); const mainElement = noteShadow.querySelector("textarea"); const noteId = containerElement.dataset.noteId; const resizeElement = noteShadow.querySelector(".note-resize"); const anchorIconElement = noteShadow.querySelector(".note-anchor"); const removeNoteElement = noteShadow.querySelector(".note-remove"); mainElement.readOnly = !editable; if (!editable) { anchorIconElement.style.setProperty("display", "none", "important"); } else { anchorIconElement.style.removeProperty("display"); } headerElement.ontouchstart = headerElement.onmousedown = event => { if (event.target == headerElement) { collapseNoteTimeout = setTimeout(() => { noteElement.classList.toggle("note-collapsed"); hideMaskNote(); }, COLLAPSING_NOTE_DELAY); event.preventDefault(); const position = getPosition(event); const clientX = position.clientX; const clientY = position.clientY; const boundingRect = noteElement.getBoundingClientRect(); const deltaX = clientX - boundingRect.left; const deltaY = clientY - boundingRect.top; maskPageElement.classList.add(PAGE_MASK_ACTIVE_CLASS); document.documentElement.style.setProperty("user-select", "none", "important"); anchorElement = getAnchorElement(containerElement); displayMaskNote(); selectNote(noteElement); moveNote(event, deltaX, deltaY); movingNoteMode = { event, deltaX, deltaY }; document.documentElement.ontouchmove = document.documentElement.onmousemove = event => { clearTimeout(collapseNoteTimeout); if (!movingNoteMode) { movingNoteMode = { deltaX, deltaY }; } movingNoteMode.event = event; moveNote(event, deltaX, deltaY); }; } }; resizeElement.ontouchstart = resizeElement.onmousedown = event => { event.preventDefault(); resizingNoteMode = true; selectNote(noteElement); maskPageElement.classList.add(PAGE_MASK_ACTIVE_CLASS); document.documentElement.style.setProperty("user-select", "none", "important"); document.documentElement.ontouchmove = document.documentElement.onmousemove = event => { event.preventDefault(); const { clientX, clientY } = getPosition(event); const boundingRectNote = noteElement.getBoundingClientRect(); noteElement.style.width = clientX - boundingRectNote.left + "px"; noteElement.style.height = clientY - boundingRectNote.top + "px"; }; }; anchorIconElement.ontouchend = anchorIconElement.onclick = event => { event.preventDefault(); noteElement.classList.toggle(NOTE_ANCHORED_CLASS); if (!noteElement.classList.contains(NOTE_ANCHORED_CLASS)) { deleteNoteRef(containerElement, noteId); addNoteRef(document.documentElement, noteId); } onUpdate(false); }; removeNoteElement.ontouchend = removeNoteElement.onclick = event => { event.preventDefault(); deleteNoteRef(containerElement, noteId); containerElement.remove(); }; noteElement.onmousedown = () => { selectNote(noteElement); }; function moveNote(event, deltaX, deltaY) { event.preventDefault(); const { clientX, clientY } = getPosition(event); noteElement.classList.add(NOTE_MOVING_CLASS); if (editable) { if (noteElement.classList.contains(NOTE_ANCHORED_CLASS)) { deleteNoteRef(containerElement, noteId); anchorElement = getTarget(clientX, clientY) || document.documentElement; addNoteRef(anchorElement, noteId); } else { anchorElement = document.documentElement; } } document.documentElement.insertBefore(containerElement, maskPageElement.getRootNode().host); noteElement.style.setProperty("left", (clientX - deltaX) + "px"); noteElement.style.setProperty("top", (clientY - deltaY) + "px"); noteElement.style.setProperty("position", "fixed"); displayMaskNote(); } function displayMaskNote() { if (anchorElement == document.documentElement || anchorElement == document.documentElement) { hideMaskNote(); } else { const boundingRectAnchor = anchorElement.getBoundingClientRect(); maskNoteElement.classList.add(NOTE_MASK_MOVING_CLASS); if (selectedNote) { maskNoteElement.classList.add(selectedNote.dataset.color); } maskNoteElement.style.setProperty("top", (boundingRectAnchor.y - 3) + "px"); maskNoteElement.style.setProperty("left", (boundingRectAnchor.x - 3) + "px"); maskNoteElement.style.setProperty("width", (boundingRectAnchor.width + 3) + "px"); maskNoteElement.style.setProperty("height", (boundingRectAnchor.height + 3) + "px"); } } function hideMaskNote() { maskNoteElement.classList.remove(NOTE_MASK_MOVING_CLASS); if (selectedNote) { maskNoteElement.classList.remove(selectedNote.dataset.color); } } function selectNote(noteElement) { if (selectedNote) { selectedNote.classList.remove(NOTE_SELECTED_CLASS); maskNoteElement.classList.remove(selectedNote.dataset.color); } noteElement.classList.add(NOTE_SELECTED_CLASS); noteElement.classList.add(noteElement.dataset.color); selectedNote = noteElement; } function getTarget(clientX, clientY) { const targets = Array.from(document.elementsFromPoint(clientX, clientY)).filter(element => element.matches("html *:not(" + NOTE_TAGNAME + "):not(." + MASK_CLASS + ")")); if (!targets.includes(document.documentElement)) { targets.push(document.documentElement); } let newTarget, target = targets[0], boundingRect = target.getBoundingClientRect(); newTarget = determineTargetElement("floor", target, clientX - boundingRect.left, getMatchedParents(target, "left")); if (newTarget == target) { newTarget = determineTargetElement("ceil", target, boundingRect.left + boundingRect.width - clientX, getMatchedParents(target, "right")); } if (newTarget == target) { newTarget = determineTargetElement("floor", target, clientY - boundingRect.top, getMatchedParents(target, "top")); } if (newTarget == target) { newTarget = determineTargetElement("ceil", target, boundingRect.top + boundingRect.height - clientY, getMatchedParents(target, "bottom")); } target = newTarget; while (boundingRect = target && target.getBoundingClientRect(), boundingRect && boundingRect.width <= SELECT_PX_THRESHOLD && boundingRect.height <= SELECT_PX_THRESHOLD) { target = target.parentElement; } return target; } function getMatchedParents(target, property) { let element = target, matchedParent, parents = []; do { const boundingRect = element.getBoundingClientRect(); if (element.parentElement && !element.parentElement.tagName.toLowerCase() != NOTE_TAGNAME && !element.classList.contains(MASK_CLASS)) { const parentBoundingRect = element.parentElement.getBoundingClientRect(); matchedParent = Math.abs(parentBoundingRect[property] - boundingRect[property]) <= SELECT_PX_THRESHOLD; if (matchedParent) { if (element.parentElement.clientWidth > SELECT_PX_THRESHOLD && element.parentElement.clientHeight > SELECT_PX_THRESHOLD && ((element.parentElement.clientWidth - element.clientWidth > SELECT_PX_THRESHOLD) || (element.parentElement.clientHeight - element.clientHeight > SELECT_PX_THRESHOLD))) { parents.push(element.parentElement); } element = element.parentElement; } } else { matchedParent = false; } } while (matchedParent && element); return parents; } function determineTargetElement(roundingMethod, target, widthDistance, parents) { if (Math[roundingMethod](widthDistance / SELECT_PX_THRESHOLD) <= parents.length) { target = parents[parents.length - Math[roundingMethod](widthDistance / SELECT_PX_THRESHOLD) - 1]; } return target; } }; const anchorNote = function anchorNote(event, noteElement, deltaX, deltaY) { event.preventDefault(); const { clientX, clientY } = getPosition(event); document.documentElement.style.removeProperty("user-select"); noteElement.classList.remove(NOTE_MOVING_CLASS); maskNoteElement.classList.remove(NOTE_MASK_MOVING_CLASS); maskPageElement.classList.remove(PAGE_MASK_ACTIVE_CLASS); maskNoteElement.classList.remove(noteElement.dataset.color); const headerElement = noteElement.querySelector("header"); headerElement.ontouchmove = document.documentElement.onmousemove = null; let currentElement = anchorElement; let positionedElement; while (currentElement.parentElement && !positionedElement) { if (!FORBIDDEN_TAG_NAMES.includes(currentElement.tagName.toLowerCase())) { const currentElementStyle = getComputedStyle(currentElement); if (currentElementStyle.position != "static") { positionedElement = currentElement; } } currentElement = currentElement.parentElement; } if (!positionedElement) { positionedElement = document.documentElement; } const containerElement = noteElement.getRootNode().host; if (positionedElement == document.documentElement) { const firstMaskElement = document.querySelector("." + MASK_CLASS); firstMaskElement.parentElement.insertBefore(containerElement, firstMaskElement); } else { positionedElement.appendChild(containerElement); } const boundingRectPositionedElement = positionedElement.getBoundingClientRect(); const stylePositionedElement = window.getComputedStyle(positionedElement); const borderX = parseInt(stylePositionedElement.getPropertyValue("border-left-width")); const borderY = parseInt(stylePositionedElement.getPropertyValue("border-top-width")); noteElement.style.setProperty("position", "absolute"); noteElement.style.setProperty("left", (clientX - boundingRectPositionedElement.x - deltaX - borderX) + "px"); noteElement.style.setProperty("top", (clientY - boundingRectPositionedElement.y - deltaY - borderY) + "px"); }; const getPosition = function getPosition(event) { if (event.touches && event.touches.length) { const touch = event.touches[0]; return touch; } else { return event; } }; const onMouseUp = function onMouseUp(event) { if (highlightSelectionMode) { highlightSelection(); onUpdate(false); } if (removeHighlightMode) { let element = event.target, done; while (element && !done) { if (element.classList.contains(HIGHLIGHT_CLASS)) { document.querySelectorAll("." + HIGHLIGHT_CLASS + "[data-singlefile-highlight-id=" + JSON.stringify(element.dataset.singlefileHighlightId) + "]").forEach(highlightedElement => { resetHighlightedElement(highlightedElement); onUpdate(false); }); done = true; } element = element.parentElement; } } if (resizingNoteMode) { resizingNoteMode = false; document.documentElement.style.removeProperty("user-select"); maskPageElement.classList.remove(PAGE_MASK_ACTIVE_CLASS); document.documentElement.ontouchmove = document.documentElement.onmousemove = null; onUpdate(false); } if (movingNoteMode) { anchorNote(movingNoteMode.event || event, selectedNote, movingNoteMode.deltaX, movingNoteMode.deltaY); movingNoteMode = null; document.documentElement.ontouchmove = document.documentElement.onmousemove = null; onUpdate(false); } if (collapseNoteTimeout) { clearTimeout(collapseNoteTimeout); collapseNoteTimeout = null; } if ((cuttingMode || cuttingOuterMode) && cuttingPath) { if (event.ctrlKey) { const element = cuttingPath[cuttingPathIndex]; element.classList.toggle(cuttingMode ? CUT_SELECTED_CLASS : CUT_OUTER_SELECTED_CLASS); } else { validateCutElement(event.shiftKey); } } }; const getShadowRoot = function getShadowRoot(element) { const chrome = window.chrome; if (element.openOrClosedShadowRoot) { return element.openOrClosedShadowRoot; } else if (chrome && chrome.dom && chrome.dom.openOrClosedShadowRoot) { try { return chrome.dom.openOrClosedShadowRoot(element); } catch (error) { return element.shadowRoot; } } else { return element.shadowRoot; } }; const maskNoteElement = getMaskElement("note-mask"); const maskPageElement = getMaskElement("page-mask", "single-file-page-mask"); let selectedNote, highlightSelectionMode, removeHighlightMode, resizingNoteMode, movingNoteMode, collapseNoteTimeout, cuttingMode, cuttingOuterMode; window.onresize = reflowNotes; window.onUpdate = () => {}; document.documentElement.onmouseup = document.documentElement.ontouchend = onMouseUp; processNode(document); reflowNotes(); document.querySelectorAll("single-file-note").forEach(noteElement => attachNoteListeners(noteElement)); })()</script>