@networkpro/legal 0.2.3 → 0.2.5
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 +26 -48
- package/LICENSE.md +14 -16
- package/README.md +2 -2
- package/css/default.css +1 -122
- package/css/normalize.css +1 -152
- package/css/style.css +1 -279
- package/favicon.svg.gz +0 -0
- package/html/CC-BY-4.0.html +176 -457
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +107 -271
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/index.html +54 -56
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.6f7616e04ac0463f582a.mjs +1 -0
- package/js/runtime.aac6c30edf7d8d569715.mjs +1 -0
- package/package.json +10 -6
- package/sitemap.xml +10 -48
- package/PRIVACY.md +0 -210
- package/TERMS.md +0 -210
- package/html/terms-conditions.html +0 -644
- package/html/terms-conditions.html.br +0 -0
- package/js/app.787b2446c603c390d69b.js +0 -356
- package/js/app.787b2446c603c390d69b.js.br +0 -0
- package/js/runtime.69afa8e03e74c9c3671e.js +0 -45
- package/legal.html +0 -958
- package/legal.html.br +0 -0
- package/terms-of-use.html +0 -556
- package/terms-of-use.html.br +0 -0
package/404.html
CHANGED
@@ -1,56 +1,32 @@
|
|
1
1
|
<!doctype html>
|
2
|
-
|
3
|
-
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
4
|
-
This file is part of Network Pro.
|
5
|
-
=========================================================================== -->
|
2
|
+
|
6
3
|
<html class="no-js" lang="en">
|
7
4
|
<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.
|
5
|
+
<meta charset="utf-8">
|
24
6
|
|
25
|
-
|
26
|
-
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
7
|
+
|
27
8
|
|
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.
|
9
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
10
|
+
<title>Page Not Found</title>
|
38
11
|
|
39
|
-
|
40
|
-
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
14
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
15
|
+
<link rel="stylesheet" href="css/default.css" type="text/css">
|
41
16
|
|
42
|
-
|
17
|
+
<meta name="description" content="Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro">
|
18
|
+
<meta name="author" content="Scott Lopez">
|
19
|
+
<meta name="robots" content="noindex, nofollow">
|
43
20
|
|
44
|
-
|
45
|
-
|
46
|
-
Web: <https://bio.neteng.pro>
|
47
|
-
-->
|
21
|
+
<link rel="canonical" href="https://netwk.pro/404.html">
|
22
|
+
<base href="./404.html" target="_self">
|
48
23
|
|
49
|
-
<
|
50
|
-
<
|
24
|
+
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon">
|
25
|
+
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
26
|
+
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png">
|
51
27
|
|
52
|
-
<link rel="
|
53
|
-
<
|
28
|
+
<link rel="manifest" href="site.webmanifest">
|
29
|
+
<meta name="theme-color" content="#ffc627">
|
54
30
|
|
55
31
|
<style>
|
56
32
|
* {
|
@@ -59,22 +35,24 @@ This file is part of Network Pro.
|
|
59
35
|
}
|
60
36
|
|
61
37
|
html {
|
62
|
-
color: #
|
38
|
+
color: #222;
|
63
39
|
display: table;
|
64
|
-
font-family: sans-serif;
|
40
|
+
font-family: Arial, Helvetica, sans-serif;
|
65
41
|
height: 100%;
|
66
42
|
text-align: center;
|
67
43
|
width: 100%;
|
68
44
|
}
|
69
45
|
|
70
46
|
body {
|
47
|
+
background-color: #191919;
|
48
|
+
color: #fafafa;
|
71
49
|
display: table-cell;
|
72
50
|
vertical-align: middle;
|
73
51
|
margin: 2em auto;
|
74
52
|
}
|
75
53
|
|
76
54
|
h1 {
|
77
|
-
color: #
|
55
|
+
color: #808080;
|
78
56
|
font-size: 2em;
|
79
57
|
font-weight: 400;
|
80
58
|
}
|
@@ -96,11 +74,11 @@ This file is part of Network Pro.
|
|
96
74
|
}
|
97
75
|
}
|
98
76
|
</style>
|
99
|
-
|
77
|
+
<script defer="defer" src="js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="js/app.6f7616e04ac0463f582a.mjs"></script></head>
|
100
78
|
|
101
79
|
<body>
|
102
80
|
<h1>Page Not Found</h1>
|
103
81
|
<p>Sorry, but the page you were trying to view does not exist.</p>
|
104
82
|
</body>
|
105
83
|
</html>
|
106
|
-
|
84
|
+
|
package/LICENSE.md
CHANGED
@@ -51,7 +51,7 @@ Web: <https://bio.neteng.pro>
|
|
51
51
|
# Legal, Copyright, and Licensing
|
52
52
|
|
53
53
|
**Network Pro Strategies**
|
54
|
-
**Effective Date:** April
|
54
|
+
**Effective Date:** April 20, 2025
|
55
55
|
|
56
56
|
|
57
57
|
|
@@ -66,15 +66,15 @@ Web: <https://bio.neteng.pro>
|
|
66
66
|
3. [Restrictions on Branding and Graphics](#branding)
|
67
67
|
4. [Licensed Material Definition](#licensed-material)
|
68
68
|
5. [License Terms](#licenses)
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
69
|
+
6. [Dual Licensing Notes](#dlnotes)
|
70
|
+
7. [Creative Commons License (CC BY 4.0)](#cc-by)
|
71
|
+
8. [GNU General Public License (GPL)](#gnu-gpl)
|
72
|
+
9. [Third-Party Code and Licenses](#third-party)
|
73
|
+
10. [Prohibited Uses](#prohibited-uses)
|
74
|
+
11. [Modifications and Liability Disclaimer](#disclaimer)
|
75
|
+
12. [Contact](#contact)
|
76
|
+
13. [Revisions](#revisions)
|
77
|
+
14. [Attribution](#attribution)
|
78
78
|
|
79
79
|
---
|
80
80
|
|
@@ -132,11 +132,9 @@ This work is dual-licensed under:
|
|
132
132
|
- [Creative Commons Attribution 4.0 International (CC BY 4.0)](#cc-by)
|
133
133
|
- [GNU General Public License v3.0 or later (GNU GPL)](#gnu-gpl)
|
134
134
|
|
135
|
-
|
136
|
-
|
137
135
|
<a name="dlnotes"></a>
|
138
136
|
|
139
|
-
|
137
|
+
## 6. Dual Licensing Notes
|
140
138
|
|
141
139
|
- You may choose to use the work under either license, or both where appropriate.
|
142
140
|
- See Creative Commons FAQ: [Separate agreements](https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work)
|
@@ -148,7 +146,7 @@ This work is dual-licensed under:
|
|
148
146
|
|
149
147
|
## 6. Creative Commons Attribution 4.0 International
|
150
148
|
|
151
|
-
<sup>Formats: [HTML](https://legal.netwk.pro/html/CC-BY-4.0.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://
|
149
|
+
<sup>Formats: [HTML](https://legal.netwk.pro/html/CC-BY-4.0.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.xml)</sup>
|
152
150
|
|
153
151
|
Network Pro™ (the "Licensed Material") is licensed under **Creative
|
154
152
|
Commons Attribution 4.0 International** (CC BY 4.0)
|
@@ -280,7 +278,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
280
278
|
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
281
279
|
|
282
280
|
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
283
|
-
[Privacy Policy](https://
|
281
|
+
[Privacy Policy](https://netwk.pro/privacy.html) | Legal
|
284
282
|
|
285
283
|
</div>
|
286
284
|
|
@@ -293,6 +291,6 @@ Copyright © 2025
|
|
293
291
|
|
294
292
|
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](#trademark) of Network Pro Strategies.
|
295
293
|
|
296
|
-
Licensed under **[CC BY 4.0](
|
294
|
+
Licensed under **[CC BY 4.0](#cc-by)** and the **[GNU GPL](#gnu-gpl)**, as published by the [Free Software Foundation](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
|
297
295
|
|
298
296
|
</div>
|
package/README.md
CHANGED
@@ -68,7 +68,7 @@ Repository of legal documents for Network Pro Strategies (Network Pro™).
|
|
68
68
|
<span style="font-size: 12px; font-weight: bold; text-align: center;">
|
69
69
|
|
70
70
|
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
71
|
-
[Privacy Policy](https://
|
71
|
+
[Privacy Policy](https://netwk.pro/privacy.html) | [Legal](https://netwk.pro/legal.html)
|
72
72
|
|
73
73
|
</span>
|
74
74
|
|
@@ -81,6 +81,6 @@ Copyright © 2025
|
|
81
81
|
|
82
82
|
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/legal.html#trademark) of Network Pro Strategies.
|
83
83
|
|
84
|
-
Licensed under **[CC BY 4.0](https://
|
84
|
+
Licensed under **[CC BY 4.0](https://netwk.pro/legal.html#cc-by)** and the **[GNU GPL](hhttps://netwk.pro/legal.html#gnu-gpl)**, as published by the [Free Software Foundation](https://fsf.org), either version 3 of the License, or (at your option) any later version.
|
85
85
|
|
86
86
|
</span>
|
package/css/default.css
CHANGED
@@ -1,122 +1 @@
|
|
1
|
-
.full-width-section{
|
2
|
-
background-position:50%;
|
3
|
-
background-size:cover;
|
4
|
-
margin:0 auto;
|
5
|
-
max-width:1920px;
|
6
|
-
width:100%;
|
7
|
-
}
|
8
|
-
.container{
|
9
|
-
margin:0 auto;
|
10
|
-
max-width:1200px;
|
11
|
-
padding:0 12px;
|
12
|
-
}
|
13
|
-
footer,header{
|
14
|
-
width:100%;
|
15
|
-
}
|
16
|
-
|
17
|
-
footer .container,header .container{
|
18
|
-
margin:0 auto;
|
19
|
-
max-width:1200px;
|
20
|
-
padding:20px 12px;
|
21
|
-
}
|
22
|
-
.gh{
|
23
|
-
border-collapse:collapse;
|
24
|
-
border-spacing:0;
|
25
|
-
margin:0 auto;
|
26
|
-
}
|
27
|
-
|
28
|
-
.gh td,.gh th{
|
29
|
-
border-collapse:collapse;
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
31
|
-
overflow:hidden;
|
32
|
-
padding:10px 5px;
|
33
|
-
word-break:normal;
|
34
|
-
}
|
35
|
-
|
36
|
-
.gh .gh-tcell{
|
37
|
-
text-align:center;
|
38
|
-
vertical-align:middle;
|
39
|
-
}
|
40
|
-
|
41
|
-
@media screen and (width <= 767px){
|
42
|
-
|
43
|
-
.gh,.gh col{
|
44
|
-
width:auto !important;
|
45
|
-
}
|
46
|
-
|
47
|
-
.gh-wrap{
|
48
|
-
margin:auto 0;
|
49
|
-
-webkit-overflow-scrolling:touch;
|
50
|
-
overflow-x:auto;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
.soc{
|
54
|
-
border-collapse:collapse;
|
55
|
-
border-spacing:0;
|
56
|
-
margin:0 auto;
|
57
|
-
}
|
58
|
-
|
59
|
-
.soc td,.soc th{
|
60
|
-
border-collapse:collapse;
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
62
|
-
overflow:hidden;
|
63
|
-
padding:8px;
|
64
|
-
word-break:normal;
|
65
|
-
}
|
66
|
-
|
67
|
-
.soc .soc-fa{
|
68
|
-
text-align:center;
|
69
|
-
vertical-align:middle;
|
70
|
-
}
|
71
|
-
|
72
|
-
@media screen and (width <= 767px){
|
73
|
-
|
74
|
-
.soc,.soc col{
|
75
|
-
width:auto !important;
|
76
|
-
}
|
77
|
-
|
78
|
-
.soc-wrap{
|
79
|
-
margin:auto 0;
|
80
|
-
-webkit-overflow-scrolling:touch;
|
81
|
-
overflow-x:auto;
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
.logo{
|
86
|
-
display:block;
|
87
|
-
margin-left:auto;
|
88
|
-
margin-right:auto;
|
89
|
-
}
|
90
|
-
|
91
|
-
.index1{
|
92
|
-
font-style:italic;
|
93
|
-
font-weight:700;
|
94
|
-
}
|
95
|
-
|
96
|
-
.index1,.index2{
|
97
|
-
text-align:center;
|
98
|
-
}
|
99
|
-
|
100
|
-
.index2{
|
101
|
-
font-size:1.5em;
|
102
|
-
font-variant:small-caps;
|
103
|
-
letter-spacing:-.035em;
|
104
|
-
line-height:1.75em;
|
105
|
-
}
|
106
|
-
|
107
|
-
.join{
|
108
|
-
font-weight:700;
|
109
|
-
text-align:center;
|
110
|
-
}
|
111
|
-
|
112
|
-
.bquote{
|
113
|
-
border-left:4px solid #9e9e9e;
|
114
|
-
font-style:italic;
|
115
|
-
margin-left:30px;
|
116
|
-
padding-left:10px;
|
117
|
-
}
|
118
|
-
|
119
|
-
.small-text{
|
120
|
-
font-size:.75em;
|
121
|
-
line-height:1.125em;
|
122
|
-
}
|
1
|
+
.full-width-section{background-position:50%;background-size:cover;margin:0 auto;max-width:1920px;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 12px}footer,header{width:100%}footer .container,header .container{margin:0 auto;max-width:1200px;padding:20px 12px}.gh{border-collapse:collapse;border-spacing:0;margin:0 auto}.gh td,.gh th{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;overflow:hidden;padding:10px 5px;word-break:normal}.gh .gh-tcell{text-align:center;vertical-align:middle}@media screen and (width <= 767px){.gh,.gh col{width:auto!important}.gh-wrap{margin:auto 0;-webkit-overflow-scrolling:touch;overflow-x:auto}}.soc{border-collapse:collapse;border-spacing:0;margin:0 auto}.soc td,.soc th{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;overflow:hidden;padding:8px;word-break:normal}.soc .soc-fa{text-align:center;vertical-align:middle}@media screen and (width <= 767px){.soc,.soc col{width:auto!important}.soc-wrap{margin:auto 0;-webkit-overflow-scrolling:touch;overflow-x:auto}}.logo{display:block;margin-left:auto;margin-right:auto}.index1{font-style:italic;font-weight:700}.index1,.index2{text-align:center}.index2{font-size:1.5em;font-variant:small-caps;letter-spacing:-.035em;line-height:1.75em}.join{font-weight:700;text-align:center}.bquote{border-left:4px solid #9e9e9e;font-style:italic;margin-left:30px;padding-left:10px}.small-text{font-size:.75em;line-height:1.125em}
|
package/css/normalize.css
CHANGED
@@ -1,152 +1 @@
|
|
1
|
-
html{
|
2
|
-
-webkit-text-size-adjust:100%;
|
3
|
-
}
|
4
|
-
|
5
|
-
body{
|
6
|
-
margin:0;
|
7
|
-
}
|
8
|
-
|
9
|
-
main{
|
10
|
-
display:block;
|
11
|
-
}
|
12
|
-
|
13
|
-
h1{
|
14
|
-
font-size:2em;
|
15
|
-
margin:.67em 0;
|
16
|
-
}
|
17
|
-
|
18
|
-
hr{
|
19
|
-
box-sizing:content-box;
|
20
|
-
}
|
21
|
-
|
22
|
-
pre{
|
23
|
-
font-family:monospace,monospace;
|
24
|
-
font-size:1em;
|
25
|
-
}
|
26
|
-
|
27
|
-
a{
|
28
|
-
background-color:transparent;
|
29
|
-
}
|
30
|
-
|
31
|
-
abbr[title]{
|
32
|
-
border-bottom:none;
|
33
|
-
text-decoration:underline;
|
34
|
-
text-decoration:underline dotted;
|
35
|
-
}
|
36
|
-
|
37
|
-
b,strong{
|
38
|
-
font-weight:bolder;
|
39
|
-
}
|
40
|
-
|
41
|
-
code,kbd,samp{
|
42
|
-
font-family:monospace,monospace;
|
43
|
-
font-size:1em;
|
44
|
-
}
|
45
|
-
|
46
|
-
small{
|
47
|
-
font-size:80%;
|
48
|
-
}
|
49
|
-
|
50
|
-
sub,sup{
|
51
|
-
font-size:75%;
|
52
|
-
line-height:0;
|
53
|
-
position:relative;
|
54
|
-
vertical-align:baseline;
|
55
|
-
}
|
56
|
-
|
57
|
-
sub{
|
58
|
-
bottom:-.25em;
|
59
|
-
}
|
60
|
-
|
61
|
-
sup{
|
62
|
-
top:-.5em;
|
63
|
-
}
|
64
|
-
|
65
|
-
img{
|
66
|
-
border-style:none;
|
67
|
-
}
|
68
|
-
|
69
|
-
button,input,optgroup,select,textarea{
|
70
|
-
font-family:inherit;
|
71
|
-
font-size:100%;
|
72
|
-
line-height:1.15;
|
73
|
-
margin:0;
|
74
|
-
}
|
75
|
-
|
76
|
-
button,input{
|
77
|
-
overflow:visible;
|
78
|
-
}
|
79
|
-
|
80
|
-
button,select{
|
81
|
-
text-transform:none;
|
82
|
-
}
|
83
|
-
[type=button],[type=reset],[type=submit],button{
|
84
|
-
-webkit-appearance:button;
|
85
|
-
appearance:button;
|
86
|
-
}
|
87
|
-
|
88
|
-
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
|
89
|
-
border-style:none;
|
90
|
-
padding:0;
|
91
|
-
}
|
92
|
-
|
93
|
-
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
|
94
|
-
outline:1px dotted ButtonText;
|
95
|
-
}
|
96
|
-
|
97
|
-
fieldset{
|
98
|
-
padding:.35em .75em .625em;
|
99
|
-
}
|
100
|
-
|
101
|
-
legend{
|
102
|
-
box-sizing:border-box;
|
103
|
-
color:inherit;
|
104
|
-
display:table;
|
105
|
-
max-width:100%;
|
106
|
-
padding:0;
|
107
|
-
white-space:normal;
|
108
|
-
}
|
109
|
-
|
110
|
-
progress{
|
111
|
-
vertical-align:baseline;
|
112
|
-
}
|
113
|
-
|
114
|
-
textarea{
|
115
|
-
overflow:auto;
|
116
|
-
}
|
117
|
-
|
118
|
-
[type=checkbox],[type=radio]{
|
119
|
-
box-sizing:border-box;
|
120
|
-
padding:0;
|
121
|
-
}
|
122
|
-
|
123
|
-
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
|
124
|
-
height:auto;
|
125
|
-
}
|
126
|
-
|
127
|
-
[type=search]{
|
128
|
-
-webkit-appearance:textfield;
|
129
|
-
appearance:textfield;
|
130
|
-
outline-offset:-2px;
|
131
|
-
}
|
132
|
-
|
133
|
-
[type=search]::-webkit-search-decoration{
|
134
|
-
-webkit-appearance:none;
|
135
|
-
}
|
136
|
-
|
137
|
-
::-webkit-file-upload-button{
|
138
|
-
-webkit-appearance:button;
|
139
|
-
font:inherit;
|
140
|
-
}
|
141
|
-
|
142
|
-
details{
|
143
|
-
display:block;
|
144
|
-
}
|
145
|
-
|
146
|
-
summary{
|
147
|
-
display:list-item;
|
148
|
-
}
|
149
|
-
|
150
|
-
template{
|
151
|
-
display:none;
|
152
|
-
}
|
1
|
+
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}
|