@networkpro/web 0.10.0 → 0.10.2

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