@networkpro/web 0.9.3 → 0.10.1
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 +4 -104
- package/css/default.css +37 -9
- package/css/index.css +33 -11
- package/css/normalize.css +36 -15
- package/css/style.css +63 -30
- package/favicon.svg.gz +0 -0
- package/html/spotlight.html.gz +0 -0
- package/img/shield.svg.gz +0 -0
- package/index.html +4 -251
- 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 +4 -953
- package/legal.html.gz +0 -0
- package/package.json +7 -6
- package/terms-of-use.html +4 -553
- 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
|
@@ -1,106 +1,6 @@
|
|
|
1
|
-
<!
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
=========================================================================== -->
|
|
6
|
-
<html class="no-js" lang="en">
|
|
7
|
-
<head>
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
|
|
10
|
-
<!--
|
|
11
|
-
Copyright © 2025 Network Pro Strategies (Network Pro)
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
I. Creative Commons Attribution 4.0 International
|
|
16
|
-
|
|
17
|
-
Network Pro (the "Licensed Material") is licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0"). To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/.
|
|
18
|
-
|
|
19
|
-
Per the terms of the License, you are free to distribute, remix, adapt, and build upon the Licensed Material for any purpose, even commercially. You must give appropriate credit, provide a link to the License, and indicate if changes were made.
|
|
20
|
-
|
|
21
|
-
The Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable.
|
|
22
|
-
|
|
23
|
-
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
|
24
|
-
|
|
25
|
-
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
|
26
|
-
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
|
27
|
-
|
|
28
|
-
---
|
|
29
|
-
|
|
30
|
-
II. GNU General Public License
|
|
31
|
-
|
|
32
|
-
Network Pro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License ("GNU GPL") as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
33
|
-
|
|
34
|
-
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
35
|
-
FITNESS FOR A PARTICULAR PURPOSE.
|
|
36
|
-
|
|
37
|
-
See the GNU General Public License for more details.
|
|
38
|
-
|
|
39
|
-
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
|
40
|
-
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
Author: Scott Lopez
|
|
45
|
-
Email: <contact@neteng.pro>
|
|
46
|
-
Web: <https://bio.neteng.pro>
|
|
47
|
-
-->
|
|
48
|
-
|
|
49
|
-
<title>Page Not Found</title>
|
|
50
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
51
|
-
|
|
52
|
-
<link rel="canonical" href="https://netwk.pro/404.html" />
|
|
53
|
-
<base href="./404.html" target="_self" />
|
|
54
|
-
|
|
55
|
-
<style>
|
|
56
|
-
* {
|
|
57
|
-
line-height: 1.2;
|
|
58
|
-
margin: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
html {
|
|
62
|
-
color: #888;
|
|
63
|
-
display: table;
|
|
64
|
-
font-family: sans-serif;
|
|
65
|
-
height: 100%;
|
|
66
|
-
text-align: center;
|
|
67
|
-
width: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
body {
|
|
71
|
-
display: table-cell;
|
|
72
|
-
vertical-align: middle;
|
|
73
|
-
margin: 2em auto;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
h1 {
|
|
77
|
-
color: #555;
|
|
78
|
-
font-size: 2em;
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
p {
|
|
83
|
-
margin: 0 auto;
|
|
84
|
-
width: 280px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@media only screen and (max-width: 280px) {
|
|
88
|
-
body,
|
|
89
|
-
p {
|
|
90
|
-
width: 95%;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
h1 {
|
|
94
|
-
font-size: 1.5em;
|
|
95
|
-
margin: 0 0 0.3em;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
</style>
|
|
99
|
-
</head>
|
|
100
|
-
|
|
101
|
-
<body>
|
|
102
|
-
<h1>Page Not Found</h1>
|
|
103
|
-
<p>Sorry, but the page you were trying to view does not exist.</p>
|
|
104
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--==========================================================================SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
3
|
+
This file is part of Network Pro.===========================================================================-->
|
|
4
|
+
<html class="no-js" lang="en"> <head> <meta charset="utf-8"> <title>Page Not Found</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="https://netwk.pro/404.html"> <base href="./404.html" target="_self"> <style> * { line-height: 1.2; margin: 0; } html { color: #888; display: table; font-family: sans-serif; height: 100%; text-align: center; width: 100%; } body { display: table-cell; vertical-align: middle; margin: 2em auto; } h1 { color: #555; font-size: 2em; font-weight: 400; } p { margin: 0 auto; width: 280px; } @media only screen and (max-width: 280px) { body, p { width: 95%; } h1 { font-size: 1.5em; margin: 0 0 0.3em; } } </style> </head> <body> <h1>Page Not Found</h1> <p>Sorry, but the page you were trying to view does not exist.</p> </body>
|
|
105
5
|
</html>
|
|
106
6
|
<!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages -->
|
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;
|
|
@@ -25,9 +27,17 @@ footer .container,header .container{
|
|
|
25
27
|
margin:0 auto;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
|
-
.soc td
|
|
30
|
+
.soc td{
|
|
29
31
|
border-collapse:collapse;
|
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
33
|
+
overflow:hidden;
|
|
34
|
+
padding:8px;
|
|
35
|
+
word-break:normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.soc th{
|
|
39
|
+
border-collapse:collapse;
|
|
40
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
31
41
|
overflow:hidden;
|
|
32
42
|
padding:8px;
|
|
33
43
|
word-break:normal;
|
|
@@ -39,8 +49,11 @@ footer .container,header .container{
|
|
|
39
49
|
}
|
|
40
50
|
|
|
41
51
|
@media screen and (width <= 767px){
|
|
52
|
+
.soc{
|
|
53
|
+
width:auto !important;
|
|
54
|
+
}
|
|
42
55
|
|
|
43
|
-
.soc
|
|
56
|
+
.soc col{
|
|
44
57
|
width:auto !important;
|
|
45
58
|
}
|
|
46
59
|
|
|
@@ -56,9 +69,17 @@ footer .container,header .container{
|
|
|
56
69
|
border-spacing:0;
|
|
57
70
|
}
|
|
58
71
|
|
|
59
|
-
.foss td
|
|
72
|
+
.foss td{
|
|
73
|
+
border-collapse:collapse;
|
|
74
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
75
|
+
overflow:hidden;
|
|
76
|
+
padding:10px 5px;
|
|
77
|
+
word-break:normal;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.foss th{
|
|
60
81
|
border-collapse:collapse;
|
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
82
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
62
83
|
overflow:hidden;
|
|
63
84
|
padding:10px 5px;
|
|
64
85
|
word-break:normal;
|
|
@@ -70,8 +91,11 @@ footer .container,header .container{
|
|
|
70
91
|
}
|
|
71
92
|
|
|
72
93
|
@media screen and (width <= 767px){
|
|
94
|
+
.foss{
|
|
95
|
+
width:auto !important;
|
|
96
|
+
}
|
|
73
97
|
|
|
74
|
-
.foss
|
|
98
|
+
.foss col{
|
|
75
99
|
width:auto !important;
|
|
76
100
|
}
|
|
77
101
|
|
|
@@ -89,17 +113,21 @@ footer .container,header .container{
|
|
|
89
113
|
|
|
90
114
|
.index1{
|
|
91
115
|
font-style:italic;
|
|
92
|
-
font-weight:
|
|
116
|
+
font-weight:bold;
|
|
93
117
|
letter-spacing:-.035em;
|
|
94
118
|
line-height:2.125rem;
|
|
95
119
|
text-align:center;
|
|
96
120
|
}
|
|
97
121
|
|
|
98
122
|
.index2{
|
|
123
|
+
font-size:1.5em;
|
|
124
|
+
font-variant:small-caps;
|
|
125
|
+
letter-spacing:-.035em;
|
|
126
|
+
line-height:1.75em;
|
|
99
127
|
text-align:center;
|
|
100
128
|
}
|
|
101
129
|
|
|
102
|
-
.
|
|
130
|
+
.subhead{
|
|
103
131
|
font-size:1.5em;
|
|
104
132
|
font-variant:small-caps;
|
|
105
133
|
letter-spacing:-.035em;
|
|
@@ -108,7 +136,7 @@ footer .container,header .container{
|
|
|
108
136
|
|
|
109
137
|
.bolditalic{
|
|
110
138
|
font-style:italic;
|
|
111
|
-
font-weight:
|
|
139
|
+
font-weight:bold;
|
|
112
140
|
}
|
|
113
141
|
|
|
114
142
|
.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;
|
|
@@ -25,9 +27,17 @@ footer .container,header .container{
|
|
|
25
27
|
margin:0 auto;
|
|
26
28
|
}
|
|
27
29
|
|
|
28
|
-
.gh td
|
|
30
|
+
.gh td{
|
|
29
31
|
border-collapse:collapse;
|
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
33
|
+
overflow:hidden;
|
|
34
|
+
padding:10px 5px;
|
|
35
|
+
word-break:normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.gh th{
|
|
39
|
+
border-collapse:collapse;
|
|
40
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
31
41
|
overflow:hidden;
|
|
32
42
|
padding:10px 5px;
|
|
33
43
|
word-break:normal;
|
|
@@ -39,8 +49,11 @@ footer .container,header .container{
|
|
|
39
49
|
}
|
|
40
50
|
|
|
41
51
|
@media screen and (width <= 767px){
|
|
52
|
+
.gh{
|
|
53
|
+
width:auto !important;
|
|
54
|
+
}
|
|
42
55
|
|
|
43
|
-
.gh
|
|
56
|
+
.gh col{
|
|
44
57
|
width:auto !important;
|
|
45
58
|
}
|
|
46
59
|
|
|
@@ -56,9 +69,17 @@ footer .container,header .container{
|
|
|
56
69
|
margin:0 auto;
|
|
57
70
|
}
|
|
58
71
|
|
|
59
|
-
.soc td
|
|
72
|
+
.soc td{
|
|
60
73
|
border-collapse:collapse;
|
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
74
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
75
|
+
overflow:hidden;
|
|
76
|
+
padding:8px;
|
|
77
|
+
word-break:normal;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.soc th{
|
|
81
|
+
border-collapse:collapse;
|
|
82
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
62
83
|
overflow:hidden;
|
|
63
84
|
padding:8px;
|
|
64
85
|
word-break:normal;
|
|
@@ -70,8 +91,11 @@ footer .container,header .container{
|
|
|
70
91
|
}
|
|
71
92
|
|
|
72
93
|
@media screen and (width <= 767px){
|
|
94
|
+
.soc{
|
|
95
|
+
width:auto !important;
|
|
96
|
+
}
|
|
73
97
|
|
|
74
|
-
.soc
|
|
98
|
+
.soc col{
|
|
75
99
|
width:auto !important;
|
|
76
100
|
}
|
|
77
101
|
|
|
@@ -90,10 +114,7 @@ footer .container,header .container{
|
|
|
90
114
|
|
|
91
115
|
.index1{
|
|
92
116
|
font-style:italic;
|
|
93
|
-
font-weight:
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.index1,.index2{
|
|
117
|
+
font-weight:bold;
|
|
97
118
|
text-align:center;
|
|
98
119
|
}
|
|
99
120
|
|
|
@@ -102,10 +123,11 @@ footer .container,header .container{
|
|
|
102
123
|
font-variant:small-caps;
|
|
103
124
|
letter-spacing:-.015em;
|
|
104
125
|
line-height:1.625em;
|
|
126
|
+
text-align:center;
|
|
105
127
|
}
|
|
106
128
|
|
|
107
129
|
.join{
|
|
108
|
-
font-weight:
|
|
130
|
+
font-weight:bold;
|
|
109
131
|
text-align:center;
|
|
110
132
|
}
|
|
111
133
|
|
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{
|
|
@@ -71,18 +76,17 @@ a:visited:hover{
|
|
|
71
76
|
|
|
72
77
|
.center-nav{
|
|
73
78
|
font-size:.875em;
|
|
79
|
+
line-height:1.125em;
|
|
74
80
|
padding:10px;
|
|
75
81
|
text-align:center;
|
|
76
82
|
}
|
|
77
|
-
.block,.center-nav{
|
|
78
|
-
line-height:1.125em;
|
|
79
|
-
}
|
|
80
83
|
.block{
|
|
81
84
|
background:none;
|
|
82
85
|
border:none;
|
|
83
86
|
border-radius:0;
|
|
84
87
|
font-size:.75em;
|
|
85
88
|
height:50vh;
|
|
89
|
+
line-height:1.125em;
|
|
86
90
|
outline:none;
|
|
87
91
|
resize:none;
|
|
88
92
|
width:100%;
|
|
@@ -95,7 +99,7 @@ a:visited:hover{
|
|
|
95
99
|
|
|
96
100
|
.emphasis{
|
|
97
101
|
font-style:italic;
|
|
98
|
-
font-weight:
|
|
102
|
+
font-weight:bold;
|
|
99
103
|
}
|
|
100
104
|
|
|
101
105
|
.hr-styled{
|
|
@@ -114,12 +118,19 @@ a:visited:hover{
|
|
|
114
118
|
}
|
|
115
119
|
|
|
116
120
|
.bnav td{
|
|
117
|
-
|
|
121
|
+
border-style:none;
|
|
122
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
123
|
+
font-size:.875em;
|
|
124
|
+
font-weight:bold;
|
|
125
|
+
line-height:1.125em;
|
|
126
|
+
overflow:hidden;
|
|
127
|
+
padding:10px;
|
|
128
|
+
word-break:normal;
|
|
118
129
|
}
|
|
119
130
|
|
|
120
|
-
.bnav
|
|
131
|
+
.bnav th{
|
|
121
132
|
border-style:none;
|
|
122
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
133
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
123
134
|
font-size:.875em;
|
|
124
135
|
line-height:1.125em;
|
|
125
136
|
overflow:hidden;
|
|
@@ -134,8 +145,11 @@ a:visited:hover{
|
|
|
134
145
|
}
|
|
135
146
|
|
|
136
147
|
@media screen and (width <= 767px){
|
|
148
|
+
.bnav{
|
|
149
|
+
width:auto !important;
|
|
150
|
+
}
|
|
137
151
|
|
|
138
|
-
.bnav
|
|
152
|
+
.bnav col{
|
|
139
153
|
width:auto !important;
|
|
140
154
|
}
|
|
141
155
|
|
|
@@ -153,21 +167,24 @@ a:visited:hover{
|
|
|
153
167
|
}
|
|
154
168
|
|
|
155
169
|
.bnav2 td{
|
|
156
|
-
font-weight:700;
|
|
157
|
-
padding:10px;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.bnav2 td,.bnav2 th{
|
|
161
170
|
border-style:none;
|
|
162
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
171
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
163
172
|
font-size:.875em;
|
|
173
|
+
font-weight:bold;
|
|
164
174
|
line-height:1.125em;
|
|
165
175
|
overflow:hidden;
|
|
176
|
+
padding:10px;
|
|
166
177
|
word-break:normal;
|
|
167
178
|
}
|
|
168
179
|
|
|
169
180
|
.bnav2 th{
|
|
181
|
+
border-style:none;
|
|
182
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
183
|
+
font-size:.875em;
|
|
184
|
+
line-height:1.125em;
|
|
185
|
+
overflow:hidden;
|
|
170
186
|
padding:12px;
|
|
187
|
+
word-break:normal;
|
|
171
188
|
}
|
|
172
189
|
|
|
173
190
|
.bnav2 .bnav2-cell{
|
|
@@ -177,8 +194,11 @@ a:visited:hover{
|
|
|
177
194
|
}
|
|
178
195
|
|
|
179
196
|
@media screen and (width <= 767px){
|
|
197
|
+
.bnav2{
|
|
198
|
+
width:auto !important;
|
|
199
|
+
}
|
|
180
200
|
|
|
181
|
-
.bnav2
|
|
201
|
+
.bnav2 col{
|
|
182
202
|
width:auto !important;
|
|
183
203
|
}
|
|
184
204
|
|
|
@@ -195,7 +215,8 @@ a:visited:hover{
|
|
|
195
215
|
text-align:center;
|
|
196
216
|
}
|
|
197
217
|
|
|
198
|
-
.hidden,
|
|
218
|
+
.hidden,
|
|
219
|
+
[hidden]{
|
|
199
220
|
display:none !important;
|
|
200
221
|
}
|
|
201
222
|
|
|
@@ -211,7 +232,8 @@ a:visited:hover{
|
|
|
211
232
|
width:1px;
|
|
212
233
|
}
|
|
213
234
|
|
|
214
|
-
.visually-hidden.focusable:active
|
|
235
|
+
.visually-hidden.focusable:active,
|
|
236
|
+
.visually-hidden.focusable:focus{
|
|
215
237
|
clip:auto;
|
|
216
238
|
height:auto;
|
|
217
239
|
margin:0;
|
|
@@ -225,34 +247,39 @@ a:visited:hover{
|
|
|
225
247
|
visibility:hidden;
|
|
226
248
|
}
|
|
227
249
|
|
|
228
|
-
|
|
250
|
+
|
|
251
|
+
.clearfix::after,.clearfix::before{
|
|
229
252
|
content:"";
|
|
230
253
|
display:table;
|
|
231
254
|
}
|
|
232
255
|
|
|
233
|
-
.clearfix
|
|
256
|
+
.clearfix::after{
|
|
234
257
|
clear:both;
|
|
235
258
|
}
|
|
236
259
|
@media print{
|
|
237
|
-
|
|
260
|
+
*,
|
|
261
|
+
*::after,
|
|
262
|
+
*::before{
|
|
238
263
|
background:#fff !important;
|
|
239
|
-
box-shadow:none !important;
|
|
240
264
|
color:#000 !important;
|
|
265
|
+
box-shadow:none !important;
|
|
241
266
|
text-shadow:none !important;
|
|
242
267
|
}
|
|
243
268
|
|
|
244
|
-
a,
|
|
269
|
+
a,
|
|
270
|
+
a:visited{
|
|
245
271
|
text-decoration:underline;
|
|
246
272
|
}
|
|
247
273
|
|
|
248
|
-
a[href]
|
|
274
|
+
a[href]::after{
|
|
249
275
|
content:" (" attr(href) ")";
|
|
250
276
|
}
|
|
251
277
|
|
|
252
|
-
abbr[title]
|
|
278
|
+
abbr[title]::after{
|
|
253
279
|
content:" (" attr(title) ")";
|
|
254
280
|
}
|
|
255
|
-
a[href^="#"]
|
|
281
|
+
a[href^="#"]::after,
|
|
282
|
+
a[href^="javascript:"]::after{
|
|
256
283
|
content:"";
|
|
257
284
|
}
|
|
258
285
|
|
|
@@ -260,20 +287,26 @@ a:visited:hover{
|
|
|
260
287
|
white-space:pre-wrap !important;
|
|
261
288
|
}
|
|
262
289
|
|
|
290
|
+
|
|
263
291
|
blockquote,pre{
|
|
264
292
|
border:1px solid #999;
|
|
293
|
+
page-break-inside:avoid;
|
|
265
294
|
}
|
|
266
295
|
|
|
267
|
-
|
|
296
|
+
|
|
297
|
+
img,tr{
|
|
268
298
|
page-break-inside:avoid;
|
|
269
299
|
}
|
|
270
300
|
|
|
271
|
-
|
|
301
|
+
|
|
302
|
+
h2,
|
|
303
|
+
h3,p{
|
|
272
304
|
orphans:3;
|
|
273
305
|
widows:3;
|
|
274
306
|
}
|
|
275
307
|
|
|
276
|
-
h2,
|
|
308
|
+
h2,
|
|
309
|
+
h3{
|
|
277
310
|
page-break-after:avoid;
|
|
278
311
|
}
|
|
279
312
|
}
|
package/favicon.svg.gz
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|