@networkpro/blog 1.2.6 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +67 -0
- package/CHANGELOG.template.md +64 -0
- package/cspell.json +1 -0
- package/package.json +6 -6
- package/src/img/cryptomator-promo.png +0 -0
- package/src/img/cryptomator-promo.webp +0 -0
- package/src/img/encryption-eff.png +0 -0
- package/src/img/encryption-eff.webp +0 -0
- package/src/posts/2025-06-16-cryptomator.md +73 -0
- package/src/posts/2025-06-23-encryption-eff.md +57 -0
- package/src/sitemap.xml +26 -2
- package/src/stylesheets/default.css +0 -475
- package/src/stylesheets/global.css +0 -11
- package/src/stylesheets/normalize.css +0 -369
- package/src/stylesheets/style.css +0 -315
|
@@ -1,475 +0,0 @@
|
|
|
1
|
-
/*! ==========================================================================
|
|
2
|
-
src/stylesheets/default.css
|
|
3
|
-
|
|
4
|
-
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
5
|
-
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
-
This file is part of Network Pro.
|
|
7
|
-
=========================================================================== */
|
|
8
|
-
|
|
9
|
-
/* ===========================================================================
|
|
10
|
-
Document Spacing
|
|
11
|
-
=========================================================================== */
|
|
12
|
-
|
|
13
|
-
/* Ensures backgrounds scale up to 1920px but stop expanding beyond */
|
|
14
|
-
.full-width-section {
|
|
15
|
-
width: 100%;
|
|
16
|
-
margin: 0 auto; /* Centers background */
|
|
17
|
-
background-position: center;
|
|
18
|
-
background-size: cover;
|
|
19
|
-
max-width: 1920px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* Content container constrained to 1200px */
|
|
23
|
-
.container {
|
|
24
|
-
padding: 0 12px; /* Half of gutter for balance */
|
|
25
|
-
margin: 0 auto;
|
|
26
|
-
max-width: 1200px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/* Header & Footer follow the same container width */
|
|
30
|
-
header,
|
|
31
|
-
footer {
|
|
32
|
-
width: 100%;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
header .container,
|
|
36
|
-
footer .container {
|
|
37
|
-
padding: 20px 12px;
|
|
38
|
-
margin: 0 auto;
|
|
39
|
-
max-width: 1200px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/* ===========================================================================
|
|
43
|
-
Responsive Tables
|
|
44
|
-
=========================================================================== */
|
|
45
|
-
|
|
46
|
-
/* github table */
|
|
47
|
-
.gh {
|
|
48
|
-
margin: 0 auto;
|
|
49
|
-
border-collapse: collapse;
|
|
50
|
-
border-spacing: 0;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.gh td {
|
|
54
|
-
padding: 10px 5px;
|
|
55
|
-
border-collapse: collapse;
|
|
56
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
57
|
-
overflow: hidden;
|
|
58
|
-
word-break: normal;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.gh th {
|
|
62
|
-
padding: 10px 5px;
|
|
63
|
-
border-collapse: collapse;
|
|
64
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
65
|
-
overflow: hidden;
|
|
66
|
-
word-break: normal;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.gh .gh-tcell {
|
|
70
|
-
text-align: center;
|
|
71
|
-
vertical-align: middle;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@media screen and (width <= 767px) {
|
|
75
|
-
.gh {
|
|
76
|
-
width: auto !important;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.gh col {
|
|
80
|
-
width: auto !important;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.gh-wrap {
|
|
84
|
-
margin: auto 0;
|
|
85
|
-
-webkit-overflow-scrolling: touch;
|
|
86
|
-
overflow-x: auto;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
/* social media table */
|
|
91
|
-
.soc {
|
|
92
|
-
margin: 0 auto;
|
|
93
|
-
border-collapse: collapse;
|
|
94
|
-
border-spacing: 0;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.soc td {
|
|
98
|
-
padding: 8px;
|
|
99
|
-
border-collapse: collapse;
|
|
100
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
101
|
-
overflow: hidden;
|
|
102
|
-
word-break: normal;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.soc th {
|
|
106
|
-
padding: 8px;
|
|
107
|
-
border-collapse: collapse;
|
|
108
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
109
|
-
overflow: hidden;
|
|
110
|
-
word-break: normal;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.soc .soc-fa {
|
|
114
|
-
text-align: center;
|
|
115
|
-
vertical-align: middle;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
@media screen and (width <= 767px) {
|
|
119
|
-
.soc {
|
|
120
|
-
width: auto !important;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.soc col {
|
|
124
|
-
width: auto !important;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.soc-wrap {
|
|
128
|
-
margin: auto 0;
|
|
129
|
-
-webkit-overflow-scrolling: touch;
|
|
130
|
-
overflow-x: auto;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.foss {
|
|
135
|
-
border-collapse: collapse;
|
|
136
|
-
border-spacing: 0;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.foss td {
|
|
140
|
-
padding: 10px 5px;
|
|
141
|
-
border-collapse: collapse;
|
|
142
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
143
|
-
overflow: hidden;
|
|
144
|
-
word-break: normal;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.foss th {
|
|
148
|
-
padding: 10px 5px;
|
|
149
|
-
border-collapse: collapse;
|
|
150
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
151
|
-
overflow: hidden;
|
|
152
|
-
word-break: normal;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.foss .foss-cell {
|
|
156
|
-
text-align: center;
|
|
157
|
-
vertical-align: middle;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
@media screen and (width <= 767px) {
|
|
161
|
-
.foss {
|
|
162
|
-
width: auto !important;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.foss col {
|
|
166
|
-
width: auto !important;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.foss-wrap {
|
|
170
|
-
-webkit-overflow-scrolling: touch;
|
|
171
|
-
overflow-x: auto;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.bnav {
|
|
176
|
-
margin: 0 auto;
|
|
177
|
-
border-collapse: collapse;
|
|
178
|
-
border-spacing: 0;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.bnav td {
|
|
182
|
-
padding: 10px;
|
|
183
|
-
font-size: 0.875rem;
|
|
184
|
-
font-weight: bold;
|
|
185
|
-
line-height: 1.125rem;
|
|
186
|
-
border-style: none;
|
|
187
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
188
|
-
overflow: hidden;
|
|
189
|
-
word-break: normal;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.bnav th {
|
|
193
|
-
padding: 10px;
|
|
194
|
-
font-size: 0.875rem;
|
|
195
|
-
line-height: 1.125rem;
|
|
196
|
-
border-style: none;
|
|
197
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
198
|
-
overflow: hidden;
|
|
199
|
-
word-break: normal;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.bnav .bnav-cell {
|
|
203
|
-
text-align: center;
|
|
204
|
-
align-content: center;
|
|
205
|
-
vertical-align: middle;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@media screen and (width <= 767px) {
|
|
209
|
-
.bnav {
|
|
210
|
-
width: auto !important;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.bnav col {
|
|
214
|
-
width: auto !important;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.bnav-wrap {
|
|
218
|
-
margin: auto 0;
|
|
219
|
-
-webkit-overflow-scrolling: touch;
|
|
220
|
-
overflow-x: auto;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.bnav2 {
|
|
225
|
-
margin: 0 auto;
|
|
226
|
-
border-collapse: collapse;
|
|
227
|
-
border-spacing: 0;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.bnav2 td {
|
|
231
|
-
padding: 10px;
|
|
232
|
-
font-size: 0.875rem;
|
|
233
|
-
font-weight: bold;
|
|
234
|
-
line-height: 1.125rem;
|
|
235
|
-
border-style: none;
|
|
236
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
237
|
-
overflow: hidden;
|
|
238
|
-
word-break: normal;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.bnav2 th {
|
|
242
|
-
padding: 12px;
|
|
243
|
-
font-size: 0.875rem;
|
|
244
|
-
line-height: 1.125rem;
|
|
245
|
-
border-style: none;
|
|
246
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
247
|
-
overflow: hidden;
|
|
248
|
-
word-break: normal;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.bnav2 .bnav2-cell {
|
|
252
|
-
text-align: center;
|
|
253
|
-
align-content: center;
|
|
254
|
-
vertical-align: middle;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
@media screen and (width <= 767px) {
|
|
258
|
-
.bnav2 {
|
|
259
|
-
width: auto !important;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.bnav2 col {
|
|
263
|
-
width: auto !important;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.bnav2-wrap {
|
|
267
|
-
margin: auto 0;
|
|
268
|
-
-webkit-overflow-scrolling: touch;
|
|
269
|
-
overflow-x: auto;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.pgp {
|
|
274
|
-
margin: 0 auto;
|
|
275
|
-
border-collapse: collapse;
|
|
276
|
-
border-spacing: 0;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.pgp td {
|
|
280
|
-
padding: 10px;
|
|
281
|
-
font-size: 0.875rem;
|
|
282
|
-
line-height: 1.125rem;
|
|
283
|
-
border-style: none;
|
|
284
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
285
|
-
overflow: hidden;
|
|
286
|
-
word-break: normal;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.pgp th {
|
|
290
|
-
padding: 10px;
|
|
291
|
-
font-size: 0.875rem;
|
|
292
|
-
line-height: 1.125rem;
|
|
293
|
-
border-color: black;
|
|
294
|
-
border-style: solid;
|
|
295
|
-
border-width: 1px;
|
|
296
|
-
font-family: Arial, sans-serif;
|
|
297
|
-
overflow: hidden;
|
|
298
|
-
word-break: normal;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.pgp .pgp-col1 {
|
|
302
|
-
text-align: right;
|
|
303
|
-
padding-right: 1rem; /* Add spacing between columns */
|
|
304
|
-
vertical-align: middle;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.pgp .pgp-col2 {
|
|
308
|
-
text-align: left;
|
|
309
|
-
padding-left: 1rem; /* Add spacing between columns */
|
|
310
|
-
vertical-align: middle;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
@media screen and (width <= 767px) {
|
|
314
|
-
.pgp {
|
|
315
|
-
width: auto !important;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.pgp col {
|
|
319
|
-
width: auto !important;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.pgp-wrap {
|
|
323
|
-
margin: auto 0;
|
|
324
|
-
margin-top: 2rem;
|
|
325
|
-
-webkit-overflow-scrolling: touch;
|
|
326
|
-
overflow-x: auto;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/* ===========================================================================
|
|
331
|
-
Custom CSS
|
|
332
|
-
=========================================================================== */
|
|
333
|
-
|
|
334
|
-
.logo {
|
|
335
|
-
display: block;
|
|
336
|
-
margin-left: auto;
|
|
337
|
-
margin-right: auto;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.index-title1 {
|
|
341
|
-
font-weight: bold;
|
|
342
|
-
text-align: center;
|
|
343
|
-
font-style: italic;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.index-title2 {
|
|
347
|
-
font-size: 1.25rem;
|
|
348
|
-
line-height: 1.625rem;
|
|
349
|
-
letter-spacing: -0.015em;
|
|
350
|
-
text-align: center;
|
|
351
|
-
font-variant: small-caps;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.index1 {
|
|
355
|
-
font-weight: bold;
|
|
356
|
-
line-height: 2.125rem;
|
|
357
|
-
letter-spacing: -0.035em;
|
|
358
|
-
text-align: center;
|
|
359
|
-
font-style: italic;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.index2 {
|
|
363
|
-
font-size: 1.5rem;
|
|
364
|
-
line-height: 1.75rem;
|
|
365
|
-
letter-spacing: -0.035em;
|
|
366
|
-
text-align: center;
|
|
367
|
-
font-variant: small-caps;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.index3 {
|
|
371
|
-
font-size: 1.5rem;
|
|
372
|
-
line-height: 1.75rem;
|
|
373
|
-
letter-spacing: -0.035em;
|
|
374
|
-
text-align: center;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.subhead {
|
|
378
|
-
font-size: 1.5rem;
|
|
379
|
-
line-height: 1.75rem;
|
|
380
|
-
letter-spacing: -0.035em;
|
|
381
|
-
font-variant: small-caps;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.bolditalic {
|
|
385
|
-
font-weight: bold;
|
|
386
|
-
font-style: italic;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.bquote {
|
|
390
|
-
border-left: 3px solid #9e9e9e;
|
|
391
|
-
font-style: italic;
|
|
392
|
-
margin-left: 30px;
|
|
393
|
-
padding-left: 10px;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
.small-text {
|
|
397
|
-
font-size: 0.75rem;
|
|
398
|
-
line-height: 1.125rem;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.large-text-center {
|
|
402
|
-
font-size: 1.25rem;
|
|
403
|
-
line-height: 1.75rem;
|
|
404
|
-
text-align: center;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.join {
|
|
408
|
-
font-weight: bold;
|
|
409
|
-
text-align: center;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.prewrap {
|
|
413
|
-
display: block;
|
|
414
|
-
white-space: pre-wrap;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.emphasis {
|
|
418
|
-
font-weight: bold;
|
|
419
|
-
font-style: italic;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.hr-styled {
|
|
423
|
-
width: 75%;
|
|
424
|
-
margin: auto;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.center-text {
|
|
428
|
-
text-align: center;
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.copyright {
|
|
432
|
-
font-size: 0.75rem;
|
|
433
|
-
line-height: 1.125rem;
|
|
434
|
-
text-align: center;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.visited {
|
|
438
|
-
color: #7f6227;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.center-nav {
|
|
442
|
-
padding: 5px;
|
|
443
|
-
font-size: 0.875rem;
|
|
444
|
-
line-height: 1.125rem;
|
|
445
|
-
text-align: center;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
/* code block for legal text */
|
|
449
|
-
.block {
|
|
450
|
-
width: 100%;
|
|
451
|
-
border: none;
|
|
452
|
-
font-size: 0.75rem;
|
|
453
|
-
line-height: 1.125rem;
|
|
454
|
-
background: none;
|
|
455
|
-
border-radius: 0;
|
|
456
|
-
outline: none;
|
|
457
|
-
resize: none;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.fingerprint {
|
|
461
|
-
display: block;
|
|
462
|
-
font-weight: bold;
|
|
463
|
-
white-space: pre-line; /* Ensures newlines are respected for "\n" */
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
.pgp-image {
|
|
467
|
-
width: 125px;
|
|
468
|
-
height: 125px;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.spacer {
|
|
472
|
-
margin: 2rem 0;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/* cspell:ignore bolditalic tcell bquote prewrap imgtext */
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*! ==========================================================================
|
|
2
|
-
src/stylesheets/global.css
|
|
3
|
-
|
|
4
|
-
Copyright © 2025 Network Pro Strategies (Network Pro™)
|
|
5
|
-
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
6
|
-
This file is part of Network Pro.
|
|
7
|
-
=========================================================================== */
|
|
8
|
-
|
|
9
|
-
@import './normalize.css';
|
|
10
|
-
@import './style.css';
|
|
11
|
-
@import './default.css';
|