@networkpro/web 0.10.2 → 0.10.6
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 +8 -48
- package/css/default.css +1 -124
- package/css/index.css +1 -117
- package/css/normalize.css +1 -152
- package/css/style.css +1 -279
- package/html/spotlight.html +126 -404
- package/html/spotlight.html.br +0 -0
- package/html/spotlight.html.gz +0 -0
- package/index.html +43 -46
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.2f84ee2b7813ca71b913.js +1 -0
- package/js/runtime.52b1ac291305b90de3df.js +1 -0
- package/legal.html +214 -646
- package/legal.html.br +0 -0
- package/legal.html.gz +0 -0
- package/package.json +10 -7
- package/terms-of-use.html +121 -347
- 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/app.db27971a5f177cdf8a3b.js.gz +0 -0
- package/js/runtime.aacedc5fe7f60f6e1917.js +0 -45
package/404.html
CHANGED
|
@@ -1,56 +1,16 @@
|
|
|
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.
|
|
24
|
-
|
|
25
|
-
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
|
26
|
-
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
|
5
|
+
<meta charset="utf-8">
|
|
27
6
|
|
|
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
|
-
-->
|
|
7
|
+
|
|
48
8
|
|
|
49
9
|
<title>Page Not Found</title>
|
|
50
|
-
<meta name="viewport" content="width=device-width,
|
|
10
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
51
11
|
|
|
52
|
-
<link rel="canonical" href="https://netwk.pro/404.html"
|
|
53
|
-
<base href="./404.html" target="_self"
|
|
12
|
+
<link rel="canonical" href="https://netwk.pro/404.html">
|
|
13
|
+
<base href="./404.html" target="_self">
|
|
54
14
|
|
|
55
15
|
<style>
|
|
56
16
|
* {
|
|
@@ -96,11 +56,11 @@ This file is part of Network Pro.
|
|
|
96
56
|
}
|
|
97
57
|
}
|
|
98
58
|
</style>
|
|
99
|
-
|
|
59
|
+
<script defer="defer" src="js/runtime.52b1ac291305b90de3df.js"></script><script defer="defer" src="js/app.2f84ee2b7813ca71b913.js"></script></head>
|
|
100
60
|
|
|
101
61
|
<body>
|
|
102
62
|
<h1>Page Not Found</h1>
|
|
103
63
|
<p>Sorry, but the page you were trying to view does not exist.</p>
|
|
104
64
|
</body>
|
|
105
65
|
</html>
|
|
106
|
-
|
|
66
|
+
|
package/css/default.css
CHANGED
|
@@ -1,124 +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
|
-
.soc{
|
|
23
|
-
border-collapse:collapse;
|
|
24
|
-
border-spacing:0;
|
|
25
|
-
margin:0 auto;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.soc td,.soc th{
|
|
29
|
-
border-collapse:collapse;
|
|
30
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
31
|
-
overflow:hidden;
|
|
32
|
-
padding:8px;
|
|
33
|
-
word-break:normal;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.soc .soc-fa{
|
|
37
|
-
text-align:center;
|
|
38
|
-
vertical-align:middle;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@media screen and (width <= 767px){
|
|
42
|
-
|
|
43
|
-
.soc,.soc col{
|
|
44
|
-
width:auto !important;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.soc-wrap{
|
|
48
|
-
margin:auto 0;
|
|
49
|
-
-webkit-overflow-scrolling:touch;
|
|
50
|
-
overflow-x:auto;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.foss{
|
|
55
|
-
border-collapse:collapse;
|
|
56
|
-
border-spacing:0;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.foss td,.foss th{
|
|
60
|
-
border-collapse:collapse;
|
|
61
|
-
font-family:Arial,Helvetica,sans-serif;
|
|
62
|
-
overflow:hidden;
|
|
63
|
-
padding:10px 5px;
|
|
64
|
-
word-break:normal;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.foss .foss-cell{
|
|
68
|
-
text-align:center;
|
|
69
|
-
vertical-align:middle;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
@media screen and (width <= 767px){
|
|
73
|
-
|
|
74
|
-
.foss,.foss col{
|
|
75
|
-
width:auto !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.foss-wrap{
|
|
79
|
-
-webkit-overflow-scrolling:touch;
|
|
80
|
-
overflow-x:auto;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.logo{
|
|
85
|
-
display:block;
|
|
86
|
-
margin-left:auto;
|
|
87
|
-
margin-right:auto;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.index1{
|
|
91
|
-
font-style:italic;
|
|
92
|
-
font-weight:700;
|
|
93
|
-
letter-spacing:-.035em;
|
|
94
|
-
line-height:2.125rem;
|
|
95
|
-
text-align:center;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.index2{
|
|
99
|
-
text-align:center;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.index2,.subhead{
|
|
103
|
-
font-size:1.5em;
|
|
104
|
-
font-variant:small-caps;
|
|
105
|
-
letter-spacing:-.035em;
|
|
106
|
-
line-height:1.75em;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.bolditalic{
|
|
110
|
-
font-style:italic;
|
|
111
|
-
font-weight:700;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.bquote{
|
|
115
|
-
border-left:3px solid #9e9e9e;
|
|
116
|
-
font-style:italic;
|
|
117
|
-
margin-left:30px;
|
|
118
|
-
padding-left:10px;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.small-text{
|
|
122
|
-
font-size:.75em;
|
|
123
|
-
line-height:1.125em;
|
|
124
|
-
}
|
|
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}.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}}.foss{border-collapse:collapse;border-spacing:0}.foss td,.foss th{border-collapse:collapse;font-family:Arial,Helvetica,sans-serif;overflow:hidden;padding:10px 5px;word-break:normal}.foss .foss-cell{text-align:center;vertical-align:middle}@media screen and (width <= 767px){.foss,.foss col{width:auto!important}.foss-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}}.logo{display:block;margin-left:auto;margin-right:auto}.index1{font-style:italic;font-weight:700;letter-spacing:-.035em;line-height:2.125rem;text-align:center}.index2{text-align:center}.index2,.subhead{font-size:1.5em;font-variant:small-caps;letter-spacing:-.035em;line-height:1.75em}.bolditalic{font-style:italic;font-weight:700}.bquote{border-left:3px solid #9e9e9e;font-style:italic;margin-left:30px;padding-left:10px}.small-text{font-size:.75em;line-height:1.125em}
|
package/css/index.css
CHANGED
|
@@ -1,117 +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.25em;
|
|
102
|
-
font-variant:small-caps;
|
|
103
|
-
letter-spacing:-.015em;
|
|
104
|
-
line-height:1.625em;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.join{
|
|
108
|
-
font-weight:700;
|
|
109
|
-
text-align:center;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.bquote{
|
|
113
|
-
border-left:3px solid #9e9e9e;
|
|
114
|
-
font-style:italic;
|
|
115
|
-
margin-left:30px;
|
|
116
|
-
padding-left:10px;
|
|
117
|
-
}
|
|
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.25em;font-variant:small-caps;letter-spacing:-.015em;line-height:1.625em}.join{font-weight:700;text-align:center}.bquote{border-left:3px solid #9e9e9e;font-style:italic;margin-left:30px;padding-left:10px}
|
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}
|