Browse code

Created repository.

DoubleBastionAdmin authored on 26/01/2022 20:32:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,380 @@
1
+/*
2
+ Copyright (C) 2021  Double Bastion LLC
3
+
4
+ This file is part of Roundpin, which is licensed under the
5
+ GNU Affero General Public License Version 3.0. The license terms
6
+ are detailed in the "LICENSE.txt" file located in the root directory.
7
+
8
+ The file content from below is identical with that of the
9
+ original file "normalize-v8.0.1.css". The copyright notice for the
10
+ original content follows:
11
+*/
12
+
13
+/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
14
+/*
15
+ The MIT License (MIT)
16
+
17
+ Copyright © Nicolas Gallagher and Jonathan Neal
18
+
19
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
20
+ "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,
21
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following
22
+ conditions:
23
+
24
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
25
+
26
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
27
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
28
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
29
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
30
+ OR OTHER DEALINGS IN THE SOFTWARE.
31
+*/
32
+
33
+/* Document
34
+   ========================================================================== */
35
+
36
+/**
37
+ * 1. Correct the line height in all browsers.
38
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
39
+ */
40
+
41
+html {
42
+  line-height: 1.15; /* 1 */
43
+  -webkit-text-size-adjust: 100%; /* 2 */
44
+}
45
+
46
+/* Sections
47
+   ========================================================================== */
48
+
49
+/**
50
+ * Remove the margin in all browsers.
51
+ */
52
+
53
+body {
54
+  margin: 0;
55
+}
56
+
57
+/**
58
+ * Render the `main` element consistently in IE.
59
+ */
60
+
61
+main {
62
+  display: block;
63
+}
64
+
65
+/**
66
+ * Correct the font size and margin on `h1` elements within `section` and
67
+ * `article` contexts in Chrome, Firefox, and Safari.
68
+ */
69
+
70
+h1 {
71
+  font-size: 2em;
72
+  margin: 0.67em 0;
73
+}
74
+
75
+/* Grouping content
76
+   ========================================================================== */
77
+
78
+/**
79
+ * 1. Add the correct box sizing in Firefox.
80
+ * 2. Show the overflow in Edge and IE.
81
+ */
82
+
83
+hr {
84
+  box-sizing: content-box; /* 1 */
85
+  height: 0; /* 1 */
86
+  overflow: visible; /* 2 */
87
+}
88
+
89
+/**
90
+ * 1. Correct the inheritance and scaling of font size in all browsers.
91
+ * 2. Correct the odd `em` font sizing in all browsers.
92
+ */
93
+
94
+pre {
95
+  font-family: monospace, monospace; /* 1 */
96
+  font-size: 1em; /* 2 */
97
+}
98
+
99
+/* Text-level semantics
100
+   ========================================================================== */
101
+
102
+/**
103
+ * Remove the gray background on active links in IE 10.
104
+ */
105
+
106
+a {
107
+  background-color: transparent;
108
+}
109
+
110
+/**
111
+ * 1. Remove the bottom border in Chrome 57-
112
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
113
+ */
114
+
115
+abbr[title] {
116
+  border-bottom: none; /* 1 */
117
+  text-decoration: underline; /* 2 */
118
+  text-decoration: underline dotted; /* 2 */
119
+}
120
+
121
+/**
122
+ * Add the correct font weight in Chrome, Edge, and Safari.
123
+ */
124
+
125
+b,
126
+strong {
127
+  font-weight: bolder;
128
+}
129
+
130
+/**
131
+ * 1. Correct the inheritance and scaling of font size in all browsers.
132
+ * 2. Correct the odd `em` font sizing in all browsers.
133
+ */
134
+
135
+code,
136
+kbd,
137
+samp {
138
+  font-family: monospace, monospace; /* 1 */
139
+  font-size: 1em; /* 2 */
140
+}
141
+
142
+/**
143
+ * Add the correct font size in all browsers.
144
+ */
145
+
146
+small {
147
+  font-size: 80%;
148
+}
149
+
150
+/**
151
+ * Prevent `sub` and `sup` elements from affecting the line height in
152
+ * all browsers.
153
+ */
154
+
155
+sub,
156
+sup {
157
+  font-size: 75%;
158
+  line-height: 0;
159
+  position: relative;
160
+  vertical-align: baseline;
161
+}
162
+
163
+sub {
164
+  bottom: -0.25em;
165
+}
166
+
167
+sup {
168
+  top: -0.5em;
169
+}
170
+
171
+/* Embedded content
172
+   ========================================================================== */
173
+
174
+/**
175
+ * Remove the border on images inside links in IE 10.
176
+ */
177
+
178
+img {
179
+  border-style: none;
180
+}
181
+
182
+/* Forms
183
+   ========================================================================== */
184
+
185
+/**
186
+ * 1. Change the font styles in all browsers.
187
+ * 2. Remove the margin in Firefox and Safari.
188
+ */
189
+
190
+button,
191
+input,
192
+optgroup,
193
+select,
194
+textarea {
195
+  font-family: inherit; /* 1 */
196
+  font-size: 100%; /* 1 */
197
+  line-height: 1.15; /* 1 */
198
+  margin: 0; /* 2 */
199
+}
200
+
201
+/**
202
+ * Show the overflow in IE.
203
+ * 1. Show the overflow in Edge.
204
+ */
205
+
206
+button,
207
+input { /* 1 */
208
+  overflow: visible;
209
+}
210
+
211
+/**
212
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
213
+ * 1. Remove the inheritance of text transform in Firefox.
214
+ */
215
+
216
+button,
217
+select { /* 1 */
218
+  text-transform: none;
219
+}
220
+
221
+/**
222
+ * Correct the inability to style clickable types in iOS and Safari.
223
+ */
224
+
225
+button,
226
+[type="button"],
227
+[type="reset"],
228
+[type="submit"] {
229
+  -webkit-appearance: button;
230
+}
231
+
232
+/**
233
+ * Remove the inner border and padding in Firefox.
234
+ */
235
+
236
+button::-moz-focus-inner,
237
+[type="button"]::-moz-focus-inner,
238
+[type="reset"]::-moz-focus-inner,
239
+[type="submit"]::-moz-focus-inner {
240
+  border-style: none;
241
+  padding: 0;
242
+}
243
+
244
+/**
245
+ * Restore the focus styles unset by the previous rule.
246
+ */
247
+
248
+button:-moz-focusring,
249
+[type="button"]:-moz-focusring,
250
+[type="reset"]:-moz-focusring,
251
+[type="submit"]:-moz-focusring {
252
+  outline: 1px dotted ButtonText;
253
+}
254
+
255
+/**
256
+ * Correct the padding in Firefox.
257
+ */
258
+
259
+fieldset {
260
+  padding: 0.35em 0.75em 0.625em;
261
+}
262
+
263
+/**
264
+ * 1. Correct the text wrapping in Edge and IE.
265
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
266
+ * 3. Remove the padding so developers are not caught out when they zero out
267
+ *    `fieldset` elements in all browsers.
268
+ */
269
+
270
+legend {
271
+  box-sizing: border-box; /* 1 */
272
+  color: inherit; /* 2 */
273
+  display: table; /* 1 */
274
+  max-width: 100%; /* 1 */
275
+  padding: 0; /* 3 */
276
+  white-space: normal; /* 1 */
277
+}
278
+
279
+/**
280
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
281
+ */
282
+
283
+progress {
284
+  vertical-align: baseline;
285
+}
286
+
287
+/**
288
+ * Remove the default vertical scrollbar in IE 10+.
289
+ */
290
+
291
+textarea {
292
+  overflow: auto;
293
+}
294
+
295
+/**
296
+ * 1. Add the correct box sizing in IE 10.
297
+ * 2. Remove the padding in IE 10.
298
+ */
299
+
300
+[type="checkbox"],
301
+[type="radio"] {
302
+  box-sizing: border-box; /* 1 */
303
+  padding: 0; /* 2 */
304
+}
305
+
306
+/**
307
+ * Correct the cursor style of increment and decrement buttons in Chrome.
308
+ */
309
+
310
+[type="number"]::-webkit-inner-spin-button,
311
+[type="number"]::-webkit-outer-spin-button {
312
+  height: auto;
313
+}
314
+
315
+/**
316
+ * 1. Correct the odd appearance in Chrome and Safari.
317
+ * 2. Correct the outline style in Safari.
318
+ */
319
+
320
+[type="search"] {
321
+  -webkit-appearance: textfield; /* 1 */
322
+  outline-offset: -2px; /* 2 */
323
+}
324
+
325
+/**
326
+ * Remove the inner padding in Chrome and Safari on macOS.
327
+ */
328
+
329
+[type="search"]::-webkit-search-decoration {
330
+  -webkit-appearance: none;
331
+}
332
+
333
+/**
334
+ * 1. Correct the inability to style clickable types in iOS and Safari.
335
+ * 2. Change font properties to `inherit` in Safari.
336
+ */
337
+
338
+::-webkit-file-upload-button {
339
+  -webkit-appearance: button; /* 1 */
340
+  font: inherit; /* 2 */
341
+}
342
+
343
+/* Interactive
344
+   ========================================================================== */
345
+
346
+/*
347
+ * Add the correct display in Edge, IE 10+, and Firefox.
348
+ */
349
+
350
+details {
351
+  display: block;
352
+}
353
+
354
+/*
355
+ * Add the correct display in all browsers.
356
+ */
357
+
358
+summary {
359
+  display: list-item;
360
+}
361
+
362
+/* Misc
363
+   ========================================================================== */
364
+
365
+/**
366
+ * Add the correct display in IE 10+.
367
+ */
368
+
369
+template {
370
+  display: none;
371
+}
372
+
373
+/**
374
+ * Add the correct display in IE 10.
375
+ */
376
+
377
+[hidden] {
378
+  display: none;
379
+}
380
+