@networkpro/web 0.9.3 → 0.10.0
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/404.html +1 -1
- package/css/default.css +6 -4
- package/css/index.css +6 -4
- package/css/normalize.css +36 -15
- package/css/style.css +38 -20
- package/favicon.svg.gz +0 -0
- package/html/spotlight.html.gz +0 -0
- package/img/shield.svg.gz +0 -0
- package/index.html +330 -109
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.eeddff1dcc63d8fea0fa.js +120 -0
- package/js/runtime.476456c89f9919bd45a9.js +13 -0
- package/legal.html +1 -1
- package/legal.html.br +0 -0
- package/legal.html.gz +0 -0
- package/package.json +6 -5
- package/terms-of-use.html +1 -1
- package/terms-of-use.html.br +0 -0
- package/terms-of-use.html.gz +0 -0
- package/js/app.db27971a5f177cdf8a3b.js +0 -356
- package/js/app.db27971a5f177cdf8a3b.js.br +0 -0
- package/js/runtime.aacedc5fe7f60f6e1917.js +0 -45
package/404.html
CHANGED
package/css/default.css
CHANGED
|
@@ -10,10 +10,12 @@
|
|
|
10
10
|
max-width:1200px;
|
|
11
11
|
padding:0 12px;
|
|
12
12
|
}
|
|
13
|
+
|
|
13
14
|
footer,header{
|
|
14
15
|
width:100%;
|
|
15
16
|
}
|
|
16
17
|
|
|
18
|
+
|
|
17
19
|
footer .container,header .container{
|
|
18
20
|
margin:0 auto;
|
|
19
21
|
max-width:1200px;
|
|
@@ -27,7 +29,7 @@ footer .container,header .container{
|
|
|
27
29
|
|
|
28
30
|
.soc td,.soc th{
|
|
29
31
|
border-collapse:collapse;
|
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
31
33
|
overflow:hidden;
|
|
32
34
|
padding:8px;
|
|
33
35
|
word-break:normal;
|
|
@@ -58,7 +60,7 @@ footer .container,header .container{
|
|
|
58
60
|
|
|
59
61
|
.foss td,.foss th{
|
|
60
62
|
border-collapse:collapse;
|
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
63
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
62
64
|
overflow:hidden;
|
|
63
65
|
padding:10px 5px;
|
|
64
66
|
word-break:normal;
|
|
@@ -89,7 +91,7 @@ footer .container,header .container{
|
|
|
89
91
|
|
|
90
92
|
.index1{
|
|
91
93
|
font-style:italic;
|
|
92
|
-
font-weight:
|
|
94
|
+
font-weight:bold;
|
|
93
95
|
letter-spacing:-.035em;
|
|
94
96
|
line-height:2.125rem;
|
|
95
97
|
text-align:center;
|
|
@@ -108,7 +110,7 @@ footer .container,header .container{
|
|
|
108
110
|
|
|
109
111
|
.bolditalic{
|
|
110
112
|
font-style:italic;
|
|
111
|
-
font-weight:
|
|
113
|
+
font-weight:bold;
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
.bquote{
|
package/css/index.css
CHANGED
|
@@ -10,10 +10,12 @@
|
|
|
10
10
|
max-width:1200px;
|
|
11
11
|
padding:0 12px;
|
|
12
12
|
}
|
|
13
|
+
|
|
13
14
|
footer,header{
|
|
14
15
|
width:100%;
|
|
15
16
|
}
|
|
16
17
|
|
|
18
|
+
|
|
17
19
|
footer .container,header .container{
|
|
18
20
|
margin:0 auto;
|
|
19
21
|
max-width:1200px;
|
|
@@ -27,7 +29,7 @@ footer .container,header .container{
|
|
|
27
29
|
|
|
28
30
|
.gh td,.gh th{
|
|
29
31
|
border-collapse:collapse;
|
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
31
33
|
overflow:hidden;
|
|
32
34
|
padding:10px 5px;
|
|
33
35
|
word-break:normal;
|
|
@@ -58,7 +60,7 @@ footer .container,header .container{
|
|
|
58
60
|
|
|
59
61
|
.soc td,.soc th{
|
|
60
62
|
border-collapse:collapse;
|
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
63
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
62
64
|
overflow:hidden;
|
|
63
65
|
padding:8px;
|
|
64
66
|
word-break:normal;
|
|
@@ -90,7 +92,7 @@ footer .container,header .container{
|
|
|
90
92
|
|
|
91
93
|
.index1{
|
|
92
94
|
font-style:italic;
|
|
93
|
-
font-weight:
|
|
95
|
+
font-weight:bold;
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
.index1,.index2{
|
|
@@ -105,7 +107,7 @@ footer .container,header .container{
|
|
|
105
107
|
}
|
|
106
108
|
|
|
107
109
|
.join{
|
|
108
|
-
font-weight:
|
|
110
|
+
font-weight:bold;
|
|
109
111
|
text-align:center;
|
|
110
112
|
}
|
|
111
113
|
|
package/css/normalize.css
CHANGED
|
@@ -20,7 +20,7 @@ hr{
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
pre{
|
|
23
|
-
font-family:monospace,monospace;
|
|
23
|
+
font-family:monospace, monospace;
|
|
24
24
|
font-size:1em;
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -34,12 +34,15 @@ abbr[title]{
|
|
|
34
34
|
text-decoration:underline dotted;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
b,
|
|
37
|
+
b,
|
|
38
|
+
strong{
|
|
38
39
|
font-weight:bolder;
|
|
39
40
|
}
|
|
40
41
|
|
|
41
|
-
code,
|
|
42
|
-
|
|
42
|
+
code,
|
|
43
|
+
kbd,
|
|
44
|
+
samp{
|
|
45
|
+
font-family:monospace, monospace;
|
|
43
46
|
font-size:1em;
|
|
44
47
|
}
|
|
45
48
|
|
|
@@ -47,7 +50,8 @@ small{
|
|
|
47
50
|
font-size:80%;
|
|
48
51
|
}
|
|
49
52
|
|
|
50
|
-
sub,
|
|
53
|
+
sub,
|
|
54
|
+
sup{
|
|
51
55
|
font-size:75%;
|
|
52
56
|
line-height:0;
|
|
53
57
|
position:relative;
|
|
@@ -66,31 +70,46 @@ img{
|
|
|
66
70
|
border-style:none;
|
|
67
71
|
}
|
|
68
72
|
|
|
69
|
-
button,
|
|
73
|
+
button,
|
|
74
|
+
input,
|
|
75
|
+
optgroup,
|
|
76
|
+
select,
|
|
77
|
+
textarea{
|
|
70
78
|
font-family:inherit;
|
|
71
79
|
font-size:100%;
|
|
72
80
|
line-height:1.15;
|
|
73
81
|
margin:0;
|
|
74
82
|
}
|
|
75
83
|
|
|
76
|
-
button,
|
|
84
|
+
button,
|
|
85
|
+
input{
|
|
77
86
|
overflow:visible;
|
|
78
87
|
}
|
|
79
88
|
|
|
80
|
-
button,
|
|
89
|
+
button,
|
|
90
|
+
select{
|
|
81
91
|
text-transform:none;
|
|
82
92
|
}
|
|
83
|
-
|
|
93
|
+
|
|
94
|
+
[type="button"],
|
|
95
|
+
[type="reset"],
|
|
96
|
+
[type="submit"],button{
|
|
84
97
|
-webkit-appearance:button;
|
|
85
98
|
appearance:button;
|
|
86
99
|
}
|
|
87
100
|
|
|
88
|
-
|
|
101
|
+
|
|
102
|
+
[type="button"]::-moz-focus-inner,
|
|
103
|
+
[type="reset"]::-moz-focus-inner,
|
|
104
|
+
[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{
|
|
89
105
|
border-style:none;
|
|
90
106
|
padding:0;
|
|
91
107
|
}
|
|
92
108
|
|
|
93
|
-
|
|
109
|
+
|
|
110
|
+
[type="button"]:-moz-focusring,
|
|
111
|
+
[type="reset"]:-moz-focusring,
|
|
112
|
+
[type="submit"]:-moz-focusring,button:-moz-focusring{
|
|
94
113
|
outline:1px dotted ButtonText;
|
|
95
114
|
}
|
|
96
115
|
|
|
@@ -115,22 +134,24 @@ textarea{
|
|
|
115
134
|
overflow:auto;
|
|
116
135
|
}
|
|
117
136
|
|
|
118
|
-
[type=checkbox],
|
|
137
|
+
[type="checkbox"],
|
|
138
|
+
[type="radio"]{
|
|
119
139
|
box-sizing:border-box;
|
|
120
140
|
padding:0;
|
|
121
141
|
}
|
|
122
142
|
|
|
123
|
-
[type=number]::-webkit-inner-spin-button,
|
|
143
|
+
[type="number"]::-webkit-inner-spin-button,
|
|
144
|
+
[type="number"]::-webkit-outer-spin-button{
|
|
124
145
|
height:auto;
|
|
125
146
|
}
|
|
126
147
|
|
|
127
|
-
[type=search]{
|
|
148
|
+
[type="search"]{
|
|
128
149
|
-webkit-appearance:textfield;
|
|
129
150
|
appearance:textfield;
|
|
130
151
|
outline-offset:-2px;
|
|
131
152
|
}
|
|
132
153
|
|
|
133
|
-
[type=search]::-webkit-search-decoration{
|
|
154
|
+
[type="search"]::-webkit-search-decoration{
|
|
134
155
|
-webkit-appearance:none;
|
|
135
156
|
}
|
|
136
157
|
|
package/css/style.css
CHANGED
|
@@ -24,7 +24,12 @@ hr{
|
|
|
24
24
|
padding:0;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
audio,
|
|
27
|
+
audio,
|
|
28
|
+
canvas,
|
|
29
|
+
iframe,
|
|
30
|
+
img,
|
|
31
|
+
svg,
|
|
32
|
+
video{
|
|
28
33
|
vertical-align:middle;
|
|
29
34
|
}
|
|
30
35
|
|
|
@@ -41,7 +46,7 @@ textarea{
|
|
|
41
46
|
body{
|
|
42
47
|
background-color:#191919;
|
|
43
48
|
color:#fafafa;
|
|
44
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
49
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
45
50
|
margin:10px;
|
|
46
51
|
}
|
|
47
52
|
a{
|
|
@@ -95,7 +100,7 @@ a:visited:hover{
|
|
|
95
100
|
|
|
96
101
|
.emphasis{
|
|
97
102
|
font-style:italic;
|
|
98
|
-
font-weight:
|
|
103
|
+
font-weight:bold;
|
|
99
104
|
}
|
|
100
105
|
|
|
101
106
|
.hr-styled{
|
|
@@ -114,12 +119,12 @@ a:visited:hover{
|
|
|
114
119
|
}
|
|
115
120
|
|
|
116
121
|
.bnav td{
|
|
117
|
-
font-weight:
|
|
122
|
+
font-weight:bold;
|
|
118
123
|
}
|
|
119
124
|
|
|
120
125
|
.bnav td,.bnav th{
|
|
121
126
|
border-style:none;
|
|
122
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
127
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
123
128
|
font-size:.875em;
|
|
124
129
|
line-height:1.125em;
|
|
125
130
|
overflow:hidden;
|
|
@@ -153,13 +158,13 @@ a:visited:hover{
|
|
|
153
158
|
}
|
|
154
159
|
|
|
155
160
|
.bnav2 td{
|
|
156
|
-
font-weight:
|
|
161
|
+
font-weight:bold;
|
|
157
162
|
padding:10px;
|
|
158
163
|
}
|
|
159
164
|
|
|
160
165
|
.bnav2 td,.bnav2 th{
|
|
161
166
|
border-style:none;
|
|
162
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
167
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
163
168
|
font-size:.875em;
|
|
164
169
|
line-height:1.125em;
|
|
165
170
|
overflow:hidden;
|
|
@@ -195,7 +200,8 @@ a:visited:hover{
|
|
|
195
200
|
text-align:center;
|
|
196
201
|
}
|
|
197
202
|
|
|
198
|
-
.hidden,
|
|
203
|
+
.hidden,
|
|
204
|
+
[hidden]{
|
|
199
205
|
display:none !important;
|
|
200
206
|
}
|
|
201
207
|
|
|
@@ -211,7 +217,8 @@ a:visited:hover{
|
|
|
211
217
|
width:1px;
|
|
212
218
|
}
|
|
213
219
|
|
|
214
|
-
.visually-hidden.focusable:active
|
|
220
|
+
.visually-hidden.focusable:active,
|
|
221
|
+
.visually-hidden.focusable:focus{
|
|
215
222
|
clip:auto;
|
|
216
223
|
height:auto;
|
|
217
224
|
margin:0;
|
|
@@ -225,34 +232,39 @@ a:visited:hover{
|
|
|
225
232
|
visibility:hidden;
|
|
226
233
|
}
|
|
227
234
|
|
|
228
|
-
|
|
235
|
+
|
|
236
|
+
.clearfix::after,.clearfix::before{
|
|
229
237
|
content:"";
|
|
230
238
|
display:table;
|
|
231
239
|
}
|
|
232
240
|
|
|
233
|
-
.clearfix
|
|
241
|
+
.clearfix::after{
|
|
234
242
|
clear:both;
|
|
235
243
|
}
|
|
236
244
|
@media print{
|
|
237
|
-
|
|
245
|
+
*,
|
|
246
|
+
*::after,
|
|
247
|
+
*::before{
|
|
238
248
|
background:#fff !important;
|
|
239
|
-
box-shadow:none !important;
|
|
240
249
|
color:#000 !important;
|
|
250
|
+
box-shadow:none !important;
|
|
241
251
|
text-shadow:none !important;
|
|
242
252
|
}
|
|
243
253
|
|
|
244
|
-
a,
|
|
254
|
+
a,
|
|
255
|
+
a:visited{
|
|
245
256
|
text-decoration:underline;
|
|
246
257
|
}
|
|
247
258
|
|
|
248
|
-
a[href]
|
|
259
|
+
a[href]::after{
|
|
249
260
|
content:" (" attr(href) ")";
|
|
250
261
|
}
|
|
251
262
|
|
|
252
|
-
abbr[title]
|
|
263
|
+
abbr[title]::after{
|
|
253
264
|
content:" (" attr(title) ")";
|
|
254
265
|
}
|
|
255
|
-
a[href^="#"]
|
|
266
|
+
a[href^="#"]::after,
|
|
267
|
+
a[href^="javascript:"]::after{
|
|
256
268
|
content:"";
|
|
257
269
|
}
|
|
258
270
|
|
|
@@ -260,20 +272,26 @@ a:visited:hover{
|
|
|
260
272
|
white-space:pre-wrap !important;
|
|
261
273
|
}
|
|
262
274
|
|
|
275
|
+
|
|
263
276
|
blockquote,pre{
|
|
264
277
|
border:1px solid #999;
|
|
265
278
|
}
|
|
266
279
|
|
|
267
|
-
|
|
280
|
+
|
|
281
|
+
blockquote,
|
|
282
|
+
img,pre,tr{
|
|
268
283
|
page-break-inside:avoid;
|
|
269
284
|
}
|
|
270
285
|
|
|
271
|
-
|
|
286
|
+
|
|
287
|
+
h2,
|
|
288
|
+
h3,p{
|
|
272
289
|
orphans:3;
|
|
273
290
|
widows:3;
|
|
274
291
|
}
|
|
275
292
|
|
|
276
|
-
h2,
|
|
293
|
+
h2,
|
|
294
|
+
h3{
|
|
277
295
|
page-break-after:avoid;
|
|
278
296
|
}
|
|
279
297
|
}
|
package/favicon.svg.gz
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|