@networkpro/blog 1.2.6 → 1.2.8

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.
@@ -1,369 +0,0 @@
1
- /* ===========================================================================
2
- src/stylesheets/normalize.css
3
-
4
- Copyright © 2025 Network Pro Strategies (Network Pro™)
5
- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
- This file is part of Network Pro.
7
- =========================================================================== */
8
-
9
- /*! Modified from normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
10
-
11
- /* Document
12
- ========================================================================== */
13
-
14
- /**
15
- * 1. Correct the line height in all browsers. CONFLICTS WITH STYLE.CSS
16
- * 2. Prevent adjustments of font size after orientation changes in iOS.
17
- */
18
-
19
- html {
20
- /* line-height: 1.15; /* 1 */
21
- -webkit-text-size-adjust: 100%; /* 2 */
22
- }
23
-
24
- /* Sections
25
- ========================================================================== */
26
-
27
- /**
28
- * Remove the margin in all browsers.
29
- */
30
-
31
- body {
32
- margin: 0;
33
- }
34
-
35
- /**
36
- * Render the `main` element consistently in IE.
37
- */
38
-
39
- main {
40
- display: block;
41
- }
42
-
43
- /**
44
- * Correct the font size and margin on `h1` elements within `section` and
45
- * `article` contexts in Chrome, Firefox, and Safari.
46
- */
47
-
48
- h1 {
49
- margin: 0.67em 0;
50
- font-size: 2em;
51
- }
52
-
53
- /* Grouping content
54
- ========================================================================== */
55
-
56
- /**
57
- * 1. Add the correct box sizing in Firefox.
58
- * 2. Show the overflow in Edge and IE. CONFLICTS WITH STYLE.CSS
59
- */
60
-
61
- hr {
62
- box-sizing: content-box; /* 1 */
63
-
64
- /* height: 0; /* CONFLICTS /* 1 */
65
-
66
- /* overflow: visible; /* 2 */
67
- }
68
-
69
- /**
70
- * 1. Correct the inheritance and scaling of font size in all browsers.
71
- * 2. Correct the odd `em` font sizing in all browsers.
72
- */
73
-
74
- pre {
75
- font-size: 1em; /* 2 */
76
- font-family: monospace, monospace; /* 1 */
77
- }
78
-
79
- /* Text-level semantics
80
- ========================================================================== */
81
-
82
- /**
83
- * Remove the gray background on active links in IE 10.
84
- */
85
-
86
- a {
87
- background-color: transparent;
88
- }
89
-
90
- /**
91
- * 1. Remove the bottom border in Chrome 57-
92
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
93
- */
94
-
95
- abbr[title] {
96
- border-bottom: none; /* 1 */
97
- text-decoration: underline; /* 2 */
98
- text-decoration: underline dotted; /* 2 */
99
- }
100
-
101
- /**
102
- * Add the correct font weight in Chrome, Edge, and Safari.
103
- */
104
-
105
- b,
106
- strong {
107
- font-weight: bolder;
108
- }
109
-
110
- /**
111
- * 1. Correct the inheritance and scaling of font size in all browsers.
112
- * 2. Correct the odd `em` font sizing in all browsers.
113
- */
114
-
115
- code,
116
- kbd,
117
- samp {
118
- font-size: 1em; /* 2 */
119
- font-family: monospace, monospace; /* 1 */
120
- }
121
-
122
- /**
123
- * Add the correct font size in all browsers.
124
- */
125
-
126
- small {
127
- font-size: 80%;
128
- }
129
-
130
- /**
131
- * Prevent `sub` and `sup` elements from affecting the line height in
132
- * all browsers.
133
- */
134
-
135
- sub,
136
- sup {
137
- position: relative;
138
- font-size: 75%;
139
- line-height: 0;
140
- vertical-align: baseline;
141
- }
142
-
143
- sub {
144
- bottom: -0.25em;
145
- }
146
-
147
- sup {
148
- top: -0.5em;
149
- }
150
-
151
- /* Embedded content
152
- ========================================================================== */
153
-
154
- /**
155
- * Remove the border on images inside links in IE 10.
156
- */
157
-
158
- img {
159
- border-style: none;
160
- }
161
-
162
- /* Forms
163
- ========================================================================== */
164
-
165
- /**
166
- * 1. Change the font styles in all browsers.
167
- * 2. Remove the margin in Firefox and Safari.
168
- */
169
-
170
- button,
171
- input,
172
- optgroup,
173
- select,
174
- textarea {
175
- margin: 0; /* 2 */
176
- font-size: 100%; /* 1 */
177
- line-height: 1.15; /* 1 */
178
- font-family: inherit; /* 1 */
179
- }
180
-
181
- /**
182
- * Show the overflow in IE.
183
- * 1. Show the overflow in Edge.
184
- */
185
-
186
- button,
187
- input {
188
- /* 1 */
189
- overflow: visible;
190
- }
191
-
192
- /**
193
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
194
- * 1. Remove the inheritance of text transform in Firefox.
195
- */
196
-
197
- button,
198
- select {
199
- /* 1 */
200
- text-transform: none;
201
- }
202
-
203
- /**
204
- * Correct the inability to style clickable types in iOS and Safari.
205
- */
206
-
207
- /* stylelint-disable declaration-property-value-keyword-no-deprecated -- Maintain stylesheet consistency */
208
- button,
209
- [type='button'],
210
- [type='reset'],
211
- [type='submit'] {
212
- -webkit-appearance: button;
213
- appearance: button;
214
- }
215
- /* stylelint-enable declaration-property-value-keyword-no-deprecated */
216
-
217
- /**
218
- * Remove the inner border and padding in Firefox.
219
- */
220
-
221
- button::-moz-focus-inner,
222
- [type='button']::-moz-focus-inner,
223
- [type='reset']::-moz-focus-inner,
224
- [type='submit']::-moz-focus-inner {
225
- padding: 0;
226
- border-style: none;
227
- }
228
-
229
- /**
230
- * Restore the focus styles unset by the previous rule.
231
- */
232
-
233
- button:-moz-focusring,
234
- [type='button']:-moz-focusring,
235
- [type='reset']:-moz-focusring,
236
- [type='submit']:-moz-focusring {
237
- outline: 1px dotted ButtonText;
238
- }
239
-
240
- /**
241
- * Correct the padding in Firefox.
242
- */
243
-
244
- fieldset {
245
- padding: 0.35em 0.75em 0.625em;
246
- }
247
-
248
- /**
249
- * 1. Correct the text wrapping in Edge and IE.
250
- * 2. Correct the color inheritance from `fieldset` elements in IE.
251
- * 3. Remove the padding so developers are not caught out when they zero out
252
- * `fieldset` elements in all browsers.
253
- */
254
-
255
- legend {
256
- display: table; /* 1 */
257
- padding: 0; /* 3 */
258
- color: inherit; /* 2 */
259
- box-sizing: border-box; /* 1 */
260
- max-width: 100%; /* 1 */
261
- white-space: normal; /* 1 */
262
- }
263
-
264
- /**
265
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
266
- */
267
-
268
- progress {
269
- vertical-align: baseline;
270
- }
271
-
272
- /**
273
- * Remove the default vertical scrollbar in IE 10+.
274
- */
275
-
276
- textarea {
277
- overflow: auto;
278
- }
279
-
280
- /**
281
- * 1. Add the correct box sizing in IE 10.
282
- * 2. Remove the padding in IE 10.
283
- */
284
-
285
- [type='checkbox'],
286
- [type='radio'] {
287
- padding: 0; /* 2 */
288
- box-sizing: border-box; /* 1 */
289
- }
290
-
291
- /**
292
- * Correct the cursor style of increment and decrement buttons in Chrome.
293
- */
294
-
295
- [type='number']::-webkit-inner-spin-button,
296
- [type='number']::-webkit-outer-spin-button {
297
- height: auto;
298
- }
299
-
300
- /**
301
- * 1. Correct the odd appearance in Chrome and Safari.
302
- * 2. Correct the outline style in Safari.
303
- */
304
-
305
- [type='search'] {
306
- -webkit-appearance: textfield; /* 1 */
307
- appearance: textfield; /* 1 */
308
- outline-offset: -2px; /* 2 */
309
- }
310
-
311
- /**
312
- * Remove the inner padding in Chrome and Safari on macOS.
313
- */
314
-
315
- [type='search']::-webkit-search-decoration {
316
- -webkit-appearance: none;
317
- }
318
-
319
- /**
320
- * 1. Correct the inability to style clickable types in iOS and Safari.
321
- * 2. Change font properties to `inherit` in Safari.
322
- */
323
-
324
- ::-webkit-file-upload-button {
325
- font: inherit; /* 2 */
326
- -webkit-appearance: button; /* 1 */
327
- }
328
-
329
- /* Interactive
330
- ========================================================================== */
331
-
332
- /*
333
- * Add the correct display in Edge, IE 10+, and Firefox.
334
- */
335
-
336
- details {
337
- display: block;
338
- }
339
-
340
- /*
341
- * Add the correct display in all browsers.
342
- */
343
-
344
- summary {
345
- display: list-item;
346
- }
347
-
348
- /* Misc
349
- ========================================================================== */
350
-
351
- /**
352
- * Add the correct display in IE 10+.
353
- */
354
-
355
- template {
356
- display: none;
357
- }
358
-
359
- /**
360
- * CONFLICTS WITH STYLE.CSS
361
- * Add the correct display in IE 10.
362
- */
363
-
364
- /*
365
- [hidden] {
366
- display: none;
367
- } */
368
-
369
- /* cspell:ignore necolas */
@@ -1,315 +0,0 @@
1
- /* ==========================================================================
2
- src/stylesheets/style.css
3
-
4
- Copyright © 2025 Network Pro Strategies (Network Pro™)
5
- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
- This file is part of Network Pro.
7
- =========================================================================== */
8
-
9
- /*! Modified from HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
10
-
11
- /* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
12
-
13
- /*
14
- * What follows is the result of much research on cross-browser styling.
15
- * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
16
- * Kroc Camen, and the H5BP dev community and team.
17
- */
18
-
19
- /*! ==========================================================================
20
- Base styles: opinionated defaults
21
- =========================================================================== */
22
-
23
- html {
24
- font-size: 1em;
25
- line-height: 1.4;
26
- color: #222;
27
- scroll-behavior: smooth;
28
- }
29
-
30
- /*
31
- * Remove text-shadow in selection highlight:
32
- * https://twitter.com/miketaylr/status/12228805301
33
- *
34
- * Customize the background color to match your design.
35
- */
36
-
37
- ::-moz-selection {
38
- background: #191919;
39
- text-shadow: none;
40
- }
41
-
42
- ::selection {
43
- background: #191919;
44
- text-shadow: none;
45
- }
46
-
47
- /*
48
- * A better looking default horizontal rule
49
- * 1. Show the overflow in Edge and IE.
50
- */
51
-
52
- hr {
53
- display: block;
54
- height: 1px;
55
- padding: 0;
56
- margin: 1em 0;
57
- border: 0;
58
- border-top: 1px solid #ccc;
59
- overflow: visible; /* 1 */
60
- }
61
-
62
- /*
63
- * Remove the gap between audio, canvas, iframes,
64
- * images, videos and the bottom of their containers:
65
- * https://github.com/h5bp/html5-boilerplate/issues/440
66
- */
67
-
68
- audio,
69
- canvas,
70
- iframe,
71
- img,
72
- svg,
73
- video {
74
- vertical-align: middle;
75
- }
76
-
77
- /*
78
- * Remove default fieldset styles.
79
- */
80
-
81
- fieldset {
82
- padding: 0;
83
- margin: 0;
84
- border: 0;
85
- }
86
-
87
- /*
88
- * Allow only vertical resizing of textareas.
89
- */
90
-
91
- textarea {
92
- resize: vertical;
93
- }
94
-
95
- /*! ==========================================================================
96
- Author's custom styles
97
- =========================================================================== */
98
-
99
- /*
100
- * Additional line added to hr{} under 'Base Styles'
101
- */
102
-
103
- body {
104
- margin: 10px;
105
- color: #fafafa;
106
- background-color: #191919;
107
- font-family: Arial, Helvetica, sans-serif;
108
- }
109
-
110
- /* parent link element */
111
- a {
112
- /* align-content: center; */
113
- text-decoration: none;
114
- }
115
-
116
- /* unvisited link */
117
- a:link {
118
- color: #ffc627;
119
- }
120
-
121
- /* mouse over link */
122
- a:hover {
123
- color: #ffc627;
124
- text-decoration: underline;
125
- }
126
-
127
- /* selected link */
128
- a:active {
129
- color: #ffc627;
130
- text-decoration: underline;
131
- }
132
-
133
- /* focused link */
134
- a:focus {
135
- color: #191919; /* Black text when focused */
136
- background-color: #ffc627; /* Gold background when focused */
137
- }
138
-
139
- /* visited link */
140
- a:visited {
141
- color: #7f6227;
142
- }
143
-
144
- /* visited and mouse over */
145
- a:visited:hover {
146
- color: #7f6227;
147
- }
148
-
149
- /*! ==========================================================================
150
- Helper classes
151
- =========================================================================== */
152
-
153
- /*
154
- * Hide visually and from screen readers
155
- */
156
-
157
- .hidden,
158
- [hidden] {
159
- display: none !important;
160
- }
161
-
162
- /*
163
- * Hide only visually, but have it available for screen readers:
164
- * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
165
- *
166
- * 1. For long content, line feeds are not interpreted as spaces and small width
167
- * causes content to wrap 1 word per line:
168
- * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
169
- */
170
-
171
- .visually-hidden {
172
- position: absolute;
173
- width: 1px;
174
- height: 1px;
175
- padding: 0;
176
- margin: -1px;
177
- border: 0;
178
- clip: rect(0, 0, 0, 0);
179
- overflow: hidden;
180
- white-space: nowrap;
181
-
182
- /* 1 */
183
- }
184
-
185
- /*
186
- * Extends the .visually-hidden class to allow the element
187
- * to be focusable when navigated to via the keyboard:
188
- * https://www.drupal.org/node/897638
189
- */
190
-
191
- .visually-hidden.focusable:active,
192
- .visually-hidden.focusable:focus {
193
- position: static;
194
- width: auto;
195
- height: auto;
196
- margin: 0;
197
- clip: auto;
198
- overflow: visible;
199
- white-space: inherit;
200
- }
201
-
202
- /*
203
- * Hide visually and from screen readers, but maintain layout
204
- */
205
-
206
- .invisible {
207
- visibility: hidden;
208
- }
209
-
210
- /*
211
- * Clearfix: contain floats
212
- *
213
- * The use of `table` rather than `block` is only necessary if using
214
- * `::before` to contain the top-margins of child elements.
215
- */
216
-
217
- .clearfix::before,
218
- .clearfix::after {
219
- display: table;
220
- content: '';
221
- }
222
-
223
- .clearfix::after {
224
- clear: both;
225
- }
226
-
227
- /*! ==========================================================================
228
- EXAMPLE Media Queries for Responsive Design.
229
- These examples override the primary ('mobile first') styles.
230
- Modify as content requires.
231
- =========================================================================== */
232
-
233
- /*
234
- @media only screen and (width >= 35em) {
235
- /* Style adjustments for viewports that meet the condition
236
- }*/
237
-
238
- /*@media print,
239
- (-webkit-min-device-pixel-ratio: 1.25),
240
- (resolution >= 1.25dppx),
241
- (resolution >= 120dpi) {
242
- /* Style adjustments for high resolution devices
243
- }*/
244
-
245
- /*! ==========================================================================
246
- Print styles.
247
- Inlined to avoid the additional HTTP request:
248
- https://www.phpied.com/delay-loading-your-print-css/
249
- =========================================================================== */
250
-
251
- /* stylelint-disable order/properties-order -- Maintain spreadsheet consistency */
252
- @media print {
253
- *,
254
- *::before,
255
- *::after {
256
- background: #fff !important;
257
- color: #000 !important;
258
-
259
- /* Black prints faster */
260
- box-shadow: none !important;
261
- text-shadow: none !important;
262
- }
263
- /* stylelint-enable order/properties-order */
264
-
265
- a,
266
- a:visited {
267
- text-decoration: underline;
268
- }
269
-
270
- a[href]::after {
271
- content: ' (' attr(href) ')';
272
- }
273
-
274
- abbr[title]::after {
275
- content: ' (' attr(title) ')';
276
- }
277
-
278
- /*
279
- * Don't show links that are fragment identifiers,
280
- * or use the `javascript:` pseudo protocol
281
- */
282
- a[href^='#']::after,
283
- a[href^='javascript:']::after {
284
- content: '';
285
- }
286
-
287
- pre {
288
- white-space: pre-wrap !important;
289
- }
290
-
291
- pre,
292
- blockquote {
293
- border: 1px solid #999;
294
- page-break-inside: avoid;
295
- }
296
-
297
- tr,
298
- img {
299
- page-break-inside: avoid;
300
- }
301
-
302
- p,
303
- h2,
304
- h3 {
305
- orphans: 3;
306
- widows: 3;
307
- }
308
-
309
- h2,
310
- h3 {
311
- page-break-after: avoid;
312
- }
313
- }
314
-
315
- /* cspell:ignore camen textareas */