real-world-css-libraries 1.0.2 → 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 (55) hide show
  1. package/README.md +72 -7
  2. package/index.js +45 -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/cleanslate-v0.10.1.css +454 -0
  8. package/libs/colofilter-v0.0.0.css +232 -0
  9. package/libs/enferno-v13.1.1.css +75 -0
  10. package/libs/facebook-buttons-v1.0.0.css +223 -0
  11. package/libs/fileicon-v0.1.1.css +140 -0
  12. package/libs/fluentbird-v1.1.2.css +1060 -0
  13. package/libs/freebies-v0.0.0.css +1110 -0
  14. package/libs/gitweb-theme-v0.0.0.css +764 -0
  15. package/libs/gridism-v0.2.2.css +133 -0
  16. package/libs/holmes-v6.8.12.css +483 -0
  17. package/libs/justified-v0.0.0.css +14 -0
  18. package/libs/kickoff-v8.0.0.css +2267 -0
  19. package/libs/knacss-v8.2.0.css +1141 -0
  20. package/libs/less-framework-v0.0.0.css +168 -0
  21. package/libs/linktree-v0.0.0.css +803 -0
  22. package/libs/littlebox-v0.0.4.css +5833 -0
  23. package/libs/lynx-v1.4.0.css +1587 -0
  24. package/libs/medium.css-v1.0.2.css +287 -0
  25. package/libs/obnoxious-v3.5.2.css +1144 -0
  26. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  27. package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
  28. package/libs/patternbolt-v0.0.0.css +861 -0
  29. package/libs/progress-tracker-v3.0.0.css +352 -0
  30. package/libs/proxmorph-v2.7.3.css +3952 -0
  31. package/libs/sapc-apca-v0.0.0.css +5546 -0
  32. package/libs/select2-bootstrap-v1.2.5.css +120 -0
  33. package/libs/shina-fox-v0.1.0.css +1194 -0
  34. package/libs/simptip-v1.0.4.css +447 -0
  35. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  36. package/libs/spicetify-bloom-v0.0.0.css +2725 -0
  37. package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
  38. package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
  39. package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
  40. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  41. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  42. package/libs/tocas-v5.7.0.css +19928 -0
  43. package/libs/utility-opentype-v0.1.4.css +515 -0
  44. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  45. package/libs/waffle-grid-v1.3.6.css +544 -0
  46. package/libs/wenk-v1.0.8.css +126 -0
  47. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  48. package/libs/windows-95-v0.0.0.css +393 -0
  49. package/libs/woah-v1.3.1.css +1025 -0
  50. package/libs/yacy-v4.1.2.css +677 -0
  51. package/libs/yue-v1.1.1.css +180 -0
  52. package/package.json +3 -3
  53. package/test.js +3 -4
  54. /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
  55. /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
@@ -0,0 +1,287 @@
1
+ /* https://github.com/lucagez/medium.css/blob/master/demo/src/medium_extended.css */
2
+ @import url('https://fonts.googleapis.com/css?family=Lato:400,700|Lora|Playfair+Display:700i,900');
3
+
4
+ html,
5
+ body {
6
+ margin: 0;
7
+ width: 100%;
8
+ }
9
+
10
+ h1,
11
+ h2,
12
+ p,
13
+ i,
14
+ a,
15
+ .first-letter,
16
+ .authorName a {
17
+ color: rgba(0, 0, 0, 0.84);
18
+ text-rendering: optimizeLegibility;
19
+ }
20
+
21
+ h1 {
22
+ font-family: "Playfair Display", serif;
23
+ font-size: 48px;
24
+ text-align: left;
25
+ margin-bottom: 8px;
26
+ }
27
+
28
+ h2 {
29
+ font-family: "Lato", sans-serif;
30
+ font-size: 26px;
31
+ font-weight: 700;
32
+ padding: 0;
33
+ margin: 56px 0 -13px -1.883px;
34
+ text-align: left;
35
+ line-height: 34.5px;
36
+ letter-spacing: -0.45px;
37
+ }
38
+
39
+ p, i, a {
40
+ margin-top: 21px;
41
+ font-family: "Lora";
42
+ font-size: 21px;
43
+ letter-spacing: -0.03px;
44
+ line-height: 1.58;
45
+ }
46
+
47
+ a {
48
+ text-decoration: underline;
49
+ }
50
+
51
+ blockquote {
52
+ font-family: "Playfair Display", serif;
53
+ font-size: 30px;
54
+ font-style: italic;
55
+ letter-spacing: -0.36px;
56
+ line-height: 44.4px;
57
+ overflow-wrap: break-word;
58
+ margin: 55px 0 33px 0;
59
+ /* text-align: center; */
60
+ color: rgba(0, 0, 0, 0.68);
61
+ padding: 0 0 0 50px;
62
+ }
63
+
64
+ code {
65
+ font-size: 18px;
66
+ background: rgba(0,0,0,.05);
67
+ border-radius: 2px;
68
+ padding: 3px 5px;
69
+ }
70
+
71
+ .highlighted {
72
+ background: #7DFFB3;
73
+ }
74
+
75
+ .first-letter {
76
+ overflow-wrap: break-word;
77
+ font-family: "Playfair Display", serif;
78
+ font-size: 60px;
79
+ line-height: 60px;
80
+ display: block;
81
+ position: relative;
82
+ float: left;
83
+ margin: 0px 7px 0 -5px;
84
+ }
85
+
86
+ .subtitle {
87
+ font-family: "Lato", sans-serif;
88
+ color: rgba(0, 0, 0, 0.54);
89
+ margin: 0 0 24px 0;
90
+ }
91
+
92
+ /* ##################################################################################
93
+ ######################################## LAYOUT ###################################
94
+ ##################################################################################### */
95
+
96
+ .container {
97
+ display: -ms-grid;
98
+ display: grid;
99
+ -ms-grid-columns: auto 166px 740px 166px auto;
100
+ grid-template-columns: auto 166px 740px 166px auto;
101
+ -ms-grid-rows: 450px auto 150px;
102
+ grid-template-rows: 450px auto 150px;
103
+ grid-template-areas:
104
+ ". img img img ."
105
+ ". . article . ."
106
+ ". . footer . .";
107
+ }
108
+
109
+ .meta {
110
+ -ms-grid-row: 1;
111
+ -ms-grid-column: 2;
112
+ -ms-grid-column-span: 3;
113
+ grid-area: img;
114
+ margin: 10px;
115
+
116
+ display: -ms-grid;
117
+
118
+ display: grid;
119
+ -ms-grid-rows: auto;
120
+ grid-template-rows: auto;
121
+ -ms-grid-columns: 1fr 1fr;
122
+ grid-template-columns: 1fr 1fr;
123
+ grid-template-areas:
124
+ "info image";
125
+ }
126
+
127
+ .image {
128
+ -ms-grid-row: 1;
129
+ -ms-grid-column: 2;
130
+ grid-area: image;
131
+ background: url("https://images.unsplash.com/photo-1525547719571-a2d4ac8945e2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=ec073341402b36bb155e3bcb77eea9cd&dpr=1&auto=format&fit=crop&w=1000&q=80&cs=tinysrgb");
132
+ background-size: cover;
133
+ background-repeat: no-repeat;
134
+ }
135
+
136
+ .info {
137
+ -ms-grid-row: 1;
138
+ -ms-grid-column: 1;
139
+ grid-area: info;
140
+ padding: 60px 60px 0 0;
141
+ margin-bottom: 30px;
142
+ }
143
+
144
+ .author {
145
+ display: -ms-grid;
146
+ display: grid;
147
+ -ms-grid-columns: 60px auto;
148
+ grid-template-columns: 60px auto;
149
+ -ms-grid-rows: 60px;
150
+ grid-template-rows: 60px;
151
+ grid-template-areas:
152
+ "authorImage authorInfo";
153
+ }
154
+
155
+ .authorImage {
156
+ -ms-grid-row: 1;
157
+ -ms-grid-column: 1;
158
+ grid-area: authorImage;
159
+ border: 2px solid #7DFFB3;
160
+ border-radius: 50%;
161
+ background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1307985/profile/profile-512.jpg?1520076483');
162
+ background-size: cover;
163
+ }
164
+
165
+ .authorInfo {
166
+ -ms-grid-row: 1;
167
+ -ms-grid-column: 2;
168
+ grid-area: authorInfo;
169
+ padding-left: 10px;
170
+ }
171
+
172
+ .authorName,
173
+ .authorSub {
174
+ font-family: "Lato", sans-serif;
175
+ font-size: 16px;
176
+ font-weight: 400;
177
+ margin-top: 6px;
178
+ }
179
+
180
+ .authorName a {
181
+ font-size: inherit;
182
+ font-family: inherit;
183
+ text-decoration: none;
184
+ }
185
+
186
+ .authorName a:hover {
187
+ text-decoration: underline;
188
+ }
189
+
190
+ .authorSub {
191
+ color: rgba(0, 0, 0, 0.54);
192
+ }
193
+
194
+ .median-divider {
195
+ padding: 0 6px;
196
+ }
197
+
198
+ .lineLength {
199
+ border: 2px dashed rgba(0, 0, 0, 0.54);
200
+ }
201
+
202
+ .article {
203
+ -ms-grid-row: 2;
204
+ -ms-grid-column: 3;
205
+ grid-area: article;
206
+ margin: 40px 10px;
207
+ }
208
+
209
+ .footer {
210
+ -ms-grid-row: 3;
211
+ -ms-grid-column: 3;
212
+ grid-area: footer;
213
+ background: #333333;
214
+ }
215
+
216
+ @media screen and (max-width: 1072px) {
217
+ .container {
218
+ -ms-grid-columns: auto 740px auto;
219
+ grid-template-columns: auto 740px auto;
220
+ grid-template-areas:
221
+ ". img ."
222
+ ". article ."
223
+ ". footer .";
224
+ }
225
+ .meta {
226
+ -ms-grid-row: 1;
227
+ -ms-grid-column: 2;
228
+ -ms-grid-column-span: 1;
229
+ }
230
+ .article {
231
+ -ms-grid-row: 2;
232
+ -ms-grid-column: 2;
233
+ }
234
+ .footer {
235
+ -ms-grid-row: 3;
236
+ -ms-grid-column: 2;
237
+ }
238
+ }
239
+
240
+ @media screen and (max-width: 740px) {
241
+ .container {
242
+ -ms-grid-rows: auto auto 150px;
243
+ grid-template-rows: auto auto 150px;
244
+ -ms-grid-columns: auto;
245
+ grid-template-columns: auto;
246
+ grid-template-areas:
247
+ "img"
248
+ "article"
249
+ "footer";
250
+ }
251
+
252
+ .meta {
253
+ -ms-grid-rows: 1fr 1fr;
254
+ grid-template-rows: 1fr 1fr;
255
+ -ms-grid-columns: 1fr;
256
+ grid-template-columns: 1fr;
257
+ grid-template-areas:
258
+ "info"
259
+ "image";
260
+ }
261
+ .info {
262
+ padding-top: 0;
263
+ }
264
+ .meta {
265
+ -ms-grid-row: 1;
266
+ -ms-grid-column: 1;
267
+ -ms-grid-column-span: 1;
268
+ }
269
+
270
+ .image {
271
+ -ms-grid-row: 2;
272
+ -ms-grid-column: 1;
273
+ }
274
+
275
+ .info {
276
+ -ms-grid-row: 1;
277
+ -ms-grid-column: 1;
278
+ }
279
+ .article {
280
+ -ms-grid-row: 2;
281
+ -ms-grid-column: 1;
282
+ }
283
+ .footer {
284
+ -ms-grid-row: 3;
285
+ -ms-grid-column: 1;
286
+ }
287
+ }