real-world-css-libraries 1.0.3 → 1.0.4

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.
Files changed (38) hide show
  1. package/README.md +36 -1
  2. package/index.js +36 -6
  3. package/libs/30days30submits-18-v0.0.0.css +213 -0
  4. package/libs/amoled-cord-v5.0.11.css +894 -0
  5. package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
  6. package/libs/bootplus-v1.0.5.css +6876 -0
  7. package/libs/enferno-v13.1.1.css +75 -0
  8. package/libs/facebook-buttons-v1.0.0.css +223 -0
  9. package/libs/fluentbird-v1.1.2.css +1060 -0
  10. package/libs/freebies-v0.0.0.css +1110 -0
  11. package/libs/gitweb-theme-v0.0.0.css +764 -0
  12. package/libs/justified-v0.0.0.css +14 -0
  13. package/libs/kickoff-v8.0.0.css +2267 -0
  14. package/libs/knacss-v8.2.0.css +1141 -0
  15. package/libs/linktree-v0.0.0.css +803 -0
  16. package/libs/littlebox-v0.0.4.css +5833 -0
  17. package/libs/lynx-v1.4.0.css +1587 -0
  18. package/libs/obnoxious-v3.5.2.css +1144 -0
  19. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  20. package/libs/patternbolt-v0.0.0.css +861 -0
  21. package/libs/progress-tracker-v3.0.0.css +352 -0
  22. package/libs/proxmorph-v2.7.3.css +3952 -0
  23. package/libs/sapc-apca-v0.0.0.css +5546 -0
  24. package/libs/shina-fox-v0.1.0.css +1194 -0
  25. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  26. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  27. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  28. package/libs/tocas-v5.7.0.css +19928 -0
  29. package/libs/utility-opentype-v0.1.4.css +515 -0
  30. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  31. package/libs/waffle-grid-v1.3.6.css +544 -0
  32. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  33. package/libs/windows-95-v0.0.0.css +393 -0
  34. package/libs/woah-v1.3.1.css +1025 -0
  35. package/libs/yacy-v4.1.2.css +677 -0
  36. package/libs/yue-v1.1.1.css +180 -0
  37. package/package.json +1 -1
  38. package/test.js +3 -4
@@ -0,0 +1,393 @@
1
+ /* https://github.com/h01000110/windows-95/blob/master/_sass/_main.scss */
2
+ body {
3
+ background: #008082;
4
+ font-family: sans-serif, serif, monospace;
5
+ font-size: 13px;
6
+ }
7
+
8
+ .wrapper, .content {
9
+ width: 800px;
10
+ margin: auto;
11
+ margin-top: 20px;
12
+ background: #bfb8bf;
13
+ border: 2px solid;
14
+ border-color: #fff8ff #000000 #000000 #fff8ff;
15
+ padding: 2px 0;
16
+ }
17
+
18
+ .default_title, .post_title {
19
+ padding: 2px 4px 3px 4px;
20
+ position: relative;
21
+ }
22
+ .default_title h1, .post_title h1 {
23
+ color: #bfb8bf;
24
+ font-size: 14px;
25
+ font-weight: bold;
26
+ }
27
+ .default_title img, .post_title img {
28
+ float: left;
29
+ width: 14px;
30
+ height: 14px;
31
+ margin: 0 3px 0 0;
32
+ }
33
+
34
+ .post_title h1 {
35
+ display: inline-block;
36
+ }
37
+ .post_title a {
38
+ color: #000000;
39
+ }
40
+ .post_title .btn {
41
+ background: #cccccc;
42
+ width: 13px;
43
+ height: 11px;
44
+ float: right;
45
+ border: 2px solid;
46
+ border-color: #fff8ff #000000 #000000 #fff8ff;
47
+ }
48
+ .post_title .btn span {
49
+ font-size: 11px;
50
+ position: relative;
51
+ left: 2px;
52
+ top: -2px;
53
+ }
54
+ .post_title .btn .fa-window-minimize {
55
+ font-size: 10px;
56
+ left: 1px;
57
+ }
58
+ .post_title .btn .fa-window-maximize {
59
+ font-size: 10px;
60
+ left: 1px;
61
+ }
62
+ .post_title .btn_max {
63
+ margin: 0 3px 0 0;
64
+ }
65
+ .post_title .btn:active {
66
+ width: 12px;
67
+ height: 10px;
68
+ }
69
+
70
+ ul.topbar {
71
+ list-style: none;
72
+ padding: 0 10px;
73
+ margin: 3px 0 3px 0;
74
+ }
75
+ ul.topbar li {
76
+ display: inline-block;
77
+ margin: 0 5px 0 0;
78
+ }
79
+ ul.topbar a {
80
+ text-decoration: none;
81
+ color: #000000;
82
+ }
83
+
84
+ .post_list, .tag_list, .post_content {
85
+ background: #fff8ff;
86
+ border-width: 2px;
87
+ border-style: ridge groove groove ridge;
88
+ border-color: #7f787f #fff8ff #fff8ff #7f787f;
89
+ }
90
+
91
+ .post_list {
92
+ width: 70.2%;
93
+ margin: 0 auto;
94
+ min-height: 150px;
95
+ max-height: 150px;
96
+ overflow-y: scroll;
97
+ display: inline-block;
98
+ }
99
+ .post_list ul {
100
+ list-style: none;
101
+ }
102
+ .post_list ul li {
103
+ display: inline-block;
104
+ margin: 10px;
105
+ max-width: 16ch;
106
+ overflow: hidden;
107
+ text-overflow: ellipsis;
108
+ white-space: nowrap;
109
+ text-align: center;
110
+ }
111
+ .post_list ul li img {
112
+ display: block;
113
+ margin: 0 auto;
114
+ margin-bottom: 8px;
115
+ }
116
+ .post_list ul li a {
117
+ text-decoration: none;
118
+ color: #000000;
119
+ }
120
+
121
+ .tag_list {
122
+ width: 28%;
123
+ margin: 0 auto;
124
+ min-height: 150px;
125
+ max-height: 150px;
126
+ overflow-y: scroll;
127
+ display: inline-block;
128
+ }
129
+ .tag_list img {
130
+ height: 16px;
131
+ width: 16px;
132
+ margin: -2px 5px;
133
+ }
134
+ .tag_list a {
135
+ text-decoration: none;
136
+ color: #000000;
137
+ }
138
+ .tag_list ul li {
139
+ max-width: 27ch;
140
+ overflow: hidden;
141
+ text-overflow: ellipsis;
142
+ white-space: nowrap;
143
+ }
144
+
145
+ #tag-list {
146
+ background: transparent url(/assets/img/pixel-alt.png) repeat-y 15px 0;
147
+ }
148
+
149
+ #tag-list li {
150
+ padding: 0 0 0 2px;
151
+ }
152
+
153
+ #tag-list li a {
154
+ background: #fff8ff;
155
+ display: block;
156
+ }
157
+
158
+ #tag-list li ul li {
159
+ background: transparent url(/assets/img/pixel-alt.png) repeat-x 0 8px;
160
+ margin: 4px 0 4px 13px;
161
+ padding: 0 0 0 20px;
162
+ }
163
+
164
+ .post_total .left, .post_total .right {
165
+ border: 1px solid;
166
+ border-color: #888888 #dadada #dadada #888888;
167
+ display: inline-block;
168
+ padding: 1px 3px;
169
+ }
170
+ .post_total .left {
171
+ width: 33%;
172
+ margin-left: 2px;
173
+ }
174
+ .post_total .right {
175
+ width: 64%;
176
+ margin-right: 2px;
177
+ }
178
+
179
+ .post_content {
180
+ position: relative;
181
+ width: 98.5%;
182
+ min-height: 600px;
183
+ max-height: 600px;
184
+ padding: 2px;
185
+ margin: 0 auto;
186
+ overflow-y: scroll;
187
+ overflow-x: scroll;
188
+ }
189
+ .post_content p {
190
+ line-height: 150%;
191
+ margin-bottom: 15px;
192
+ }
193
+ .post_content a {
194
+ color: #0000ff;
195
+ margin-bottom: 15px;
196
+ }
197
+ .post_content h1 {
198
+ font-size: 20px;
199
+ font-weight: 700;
200
+ margin: 50px 0 10px 0;
201
+ }
202
+ .post_content h2 {
203
+ font-size: 18px;
204
+ font-weight: 700;
205
+ margin: 25px 0 5px 0;
206
+ }
207
+ .post_content em {
208
+ font-style: italic;
209
+ }
210
+ .post_content blockquote {
211
+ padding: 0 0 0 15px;
212
+ margin: 15px 5px;
213
+ border-left: 8px solid #000000;
214
+ }
215
+ .post_content strong {
216
+ font-weight: 700;
217
+ }
218
+ .post_content hr {
219
+ border-top: 3px solid #333333;
220
+ border-left: 0;
221
+ }
222
+ .post_content ul {
223
+ list-style: square;
224
+ margin: 0 0 15px 30px;
225
+ }
226
+ .post_content ul li {
227
+ padding: 5px;
228
+ }
229
+ .post_content ul li ul {
230
+ margin: 10px 0 0 15px;
231
+ }
232
+ .post_content ul li ul li {
233
+ padding: 5px;
234
+ }
235
+ .post_content ol {
236
+ list-style: decimal-leading-zero;
237
+ margin: 0 0 15px 30px;
238
+ }
239
+ .post_content ol li {
240
+ padding: 5px;
241
+ }
242
+ .post_content ol li ul {
243
+ margin: 10px 0 0 15px;
244
+ }
245
+ .post_content ol li ul li {
246
+ padding: 5px;
247
+ }
248
+ .post_content table, .post_content th, .post_content td {
249
+ border: 1px solid #222222;
250
+ padding: 2px;
251
+ }
252
+ .post_content pre {
253
+ margin-bottom: 15px;
254
+ }
255
+
256
+ .hljs {
257
+ background: #fff8ff;
258
+ }
259
+
260
+ .footer {
261
+ font-size: 12px;
262
+ margin: 30px 0 10px 0;
263
+ }
264
+ .footer p {
265
+ text-align: center;
266
+ }
267
+ .footer p a {
268
+ color: #24244a;
269
+ }
270
+
271
+ .donate {
272
+ float: right;
273
+ padding: 0 3px 0 0;
274
+ }
275
+ .donate p {
276
+ text-align: right;
277
+ word-break: break-word;
278
+ }
279
+
280
+ @media only screen and (max-width: 900px) {
281
+ .content {
282
+ width: 90%;
283
+ }
284
+ }
285
+ @media only screen and (max-width: 700px) {
286
+ .content {
287
+ width: 90%;
288
+ }
289
+ .post_content {
290
+ width: 98%;
291
+ }
292
+ }
293
+ @media only screen and (max-width: 400px) {
294
+ .post_content {
295
+ width: 97%;
296
+ }
297
+ }
298
+ @media only screen and (max-width: 810px) {
299
+ .wrapper {
300
+ width: 90%;
301
+ }
302
+ .post_total .left {
303
+ width: 37%;
304
+ }
305
+ .post_total .right {
306
+ float: right;
307
+ width: 60%;
308
+ }
309
+ }
310
+ @media only screen and (max-width: 750px) {
311
+ .tag_list {
312
+ width: 99%;
313
+ }
314
+ .post_list {
315
+ width: 99%;
316
+ float: left;
317
+ }
318
+ .post_total .left {
319
+ width: 36%;
320
+ }
321
+ .post_total .right {
322
+ float: right;
323
+ width: 60%;
324
+ }
325
+ }
326
+ @media only screen and (max-width: 610px) {
327
+ .tag_list {
328
+ width: 98.7%;
329
+ }
330
+ .post_list {
331
+ width: 98.7%;
332
+ float: left;
333
+ }
334
+ .post_total .left {
335
+ width: 35.7%;
336
+ }
337
+ }
338
+ @media only screen and (max-width: 520px) {
339
+ .post_total .left {
340
+ width: 34.5%;
341
+ }
342
+ }
343
+ @media only screen and (max-width: 410px) {
344
+ .post_total .left {
345
+ width: 34%;
346
+ }
347
+ }
348
+ @media only screen and (max-width: 375px) {
349
+ .post_total .left {
350
+ width: 33%;
351
+ }
352
+ }
353
+ ::-webkit-scrollbar {
354
+ width: 16px;
355
+ } /* this targets the default scrollbar (compulsory) */
356
+ ::-webkit-scrollbar-track {
357
+ background-image: url("/assets/img/track.png");
358
+ background-repeat: repeat-x repeat-y;
359
+ } /* the new scrollbar will have a flat appearance with the set background color */
360
+ ::-webkit-scrollbar-thumb {
361
+ background-color: #cccccc;
362
+ border-width: 2px;
363
+ border-style: groove ridge ridge groove;
364
+ border-color: #fff8ff #000000 #000000 #fff8ff;
365
+ } /* this will style the thumb, ignoring the track */
366
+ ::-webkit-scrollbar-button {
367
+ background-color: #cccccc;
368
+ border-width: 2px;
369
+ border-style: groove ridge ridge groove;
370
+ border-color: #fff8ff #000000 #000000 #fff8ff;
371
+ background-position: center center;
372
+ background-repeat: no-repeat;
373
+ }
374
+ ::-webkit-scrollbar-button:vertical:decrement {
375
+ background-image: url("/assets/img/up.png");
376
+ }
377
+ ::-webkit-scrollbar-button:vertical:increment {
378
+ background-image: url("/assets/img/down.png");
379
+ }
380
+ ::-webkit-scrollbar-button:horizontal:decrement {
381
+ background-image: url("/assets/img/left.png");
382
+ }
383
+ ::-webkit-scrollbar-button:horizontal:increment {
384
+ background-image: url("/assets/img/right.png");
385
+ }
386
+ ::-webkit-scrollbar-button:active {
387
+ background-position: 1px 2px;
388
+ }
389
+
390
+ /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
391
+ ::-webkit-scrollbar-corner {
392
+ background-color: #cacaca;
393
+ } /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */