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.
- package/README.md +72 -7
- package/index.js +45 -6
- package/libs/30days30submits-18-v0.0.0.css +213 -0
- package/libs/amoled-cord-v5.0.11.css +894 -0
- package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
- package/libs/bootplus-v1.0.5.css +6876 -0
- package/libs/cleanslate-v0.10.1.css +454 -0
- package/libs/colofilter-v0.0.0.css +232 -0
- package/libs/enferno-v13.1.1.css +75 -0
- package/libs/facebook-buttons-v1.0.0.css +223 -0
- package/libs/fileicon-v0.1.1.css +140 -0
- package/libs/fluentbird-v1.1.2.css +1060 -0
- package/libs/freebies-v0.0.0.css +1110 -0
- package/libs/gitweb-theme-v0.0.0.css +764 -0
- package/libs/gridism-v0.2.2.css +133 -0
- package/libs/holmes-v6.8.12.css +483 -0
- package/libs/justified-v0.0.0.css +14 -0
- package/libs/kickoff-v8.0.0.css +2267 -0
- package/libs/knacss-v8.2.0.css +1141 -0
- package/libs/less-framework-v0.0.0.css +168 -0
- package/libs/linktree-v0.0.0.css +803 -0
- package/libs/littlebox-v0.0.4.css +5833 -0
- package/libs/lynx-v1.4.0.css +1587 -0
- package/libs/medium.css-v1.0.2.css +287 -0
- package/libs/obnoxious-v3.5.2.css +1144 -0
- package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
- package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
- package/libs/patternbolt-v0.0.0.css +861 -0
- package/libs/progress-tracker-v3.0.0.css +352 -0
- package/libs/proxmorph-v2.7.3.css +3952 -0
- package/libs/sapc-apca-v0.0.0.css +5546 -0
- package/libs/select2-bootstrap-v1.2.5.css +120 -0
- package/libs/shina-fox-v0.1.0.css +1194 -0
- package/libs/simptip-v1.0.4.css +447 -0
- package/libs/social-signin-buttons-v0.0.0.css +387 -0
- package/libs/spicetify-bloom-v0.0.0.css +2725 -0
- package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
- package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
- package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
- package/libs/tailwind-cards-v0.0.0.css +215592 -0
- package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
- package/libs/tocas-v5.7.0.css +19928 -0
- package/libs/utility-opentype-v0.1.4.css +515 -0
- package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
- package/libs/waffle-grid-v1.3.6.css +544 -0
- package/libs/wenk-v1.0.8.css +126 -0
- package/libs/wikipedia-dark-v3.7.9.css +9990 -0
- package/libs/windows-95-v0.0.0.css +393 -0
- package/libs/woah-v1.3.1.css +1025 -0
- package/libs/yacy-v4.1.2.css +677 -0
- package/libs/yue-v1.1.1.css +180 -0
- package/package.json +3 -3
- package/test.js +3 -4
- /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
- /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
/* https://github.com/jonikorpi/Less-Framework/blob/master/main-17px.css */
|
|
2
|
+
/* Less Framework 4 with 17/24 type presets
|
|
3
|
+
http://lessframework.com
|
|
4
|
+
by Joni Korpi
|
|
5
|
+
License: http://opensource.org/licenses/mit-license.php */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Resets
|
|
10
|
+
------ */
|
|
11
|
+
|
|
12
|
+
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
|
|
13
|
+
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
|
|
14
|
+
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
|
|
15
|
+
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
|
|
16
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
17
|
+
article, aside, canvas, details, figure, figcaption, hgroup,
|
|
18
|
+
menu, footer, header, nav, section, summary, time, mark, audio, video {
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
border: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
article, aside, canvas, figure, figure img, figcaption, hgroup,
|
|
25
|
+
footer, header, nav, section, audio, video {
|
|
26
|
+
display: block;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
a img {border: 0;}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
/* Typography presets
|
|
34
|
+
------------------ */
|
|
35
|
+
|
|
36
|
+
.gigantic {
|
|
37
|
+
font-size: 116px;
|
|
38
|
+
line-height: 120px;
|
|
39
|
+
letter-spacing: -2px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.huge, h1 {
|
|
43
|
+
font-size: 72px;
|
|
44
|
+
line-height: 72px;
|
|
45
|
+
letter-spacing: -1px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.large, h2 {
|
|
49
|
+
font-size: 44px;
|
|
50
|
+
line-height: 48px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.bigger, h3 {
|
|
54
|
+
font-size: 28px;
|
|
55
|
+
line-height: 36px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.big, h4 {
|
|
59
|
+
font-size: 24px;
|
|
60
|
+
line-height: 30px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
body {
|
|
64
|
+
font: 17px/24px Palatino, Constantia, "Palatino Linotype", serif;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.small, small {
|
|
68
|
+
font-size: 13px;
|
|
69
|
+
line-height: 18px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* Selection colours (easy to forget) */
|
|
73
|
+
|
|
74
|
+
::selection {background: rgb(255,255,158);}
|
|
75
|
+
::-moz-selection {background: rgb(255,255,158);}
|
|
76
|
+
img::selection {background: transparent;}
|
|
77
|
+
img::-moz-selection {background: transparent;}
|
|
78
|
+
body {-webkit-tap-highlight-color: rgb(255,255,158);}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
/* Default Layout: 992px.
|
|
83
|
+
Gutters: 24px.
|
|
84
|
+
Outer margins: 48px.
|
|
85
|
+
Leftover space for scrollbars @1024px: 32px.
|
|
86
|
+
-------------------------------------------------------------------------------
|
|
87
|
+
cols 1 2 3 4 5 6 7 8 9 10
|
|
88
|
+
px 68 160 252 344 436 528 620 712 804 896 */
|
|
89
|
+
|
|
90
|
+
body {
|
|
91
|
+
width: 896px;
|
|
92
|
+
padding: 72px 48px 84px;
|
|
93
|
+
background: rgb(232,232,232);
|
|
94
|
+
color: rgb(60,60,60);
|
|
95
|
+
-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
/* Tablet Layout: 768px.
|
|
101
|
+
Gutters: 24px.
|
|
102
|
+
Outer margins: 28px.
|
|
103
|
+
Inherits styles from: Default Layout.
|
|
104
|
+
-----------------------------------------------------------------
|
|
105
|
+
cols 1 2 3 4 5 6 7 8
|
|
106
|
+
px 68 160 252 344 436 528 620 712 */
|
|
107
|
+
|
|
108
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
109
|
+
|
|
110
|
+
body {
|
|
111
|
+
width: 712px;
|
|
112
|
+
padding: 48px 28px 60px;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
/* Mobile Layout: 320px.
|
|
119
|
+
Gutters: 24px.
|
|
120
|
+
Outer margins: 34px.
|
|
121
|
+
Inherits styles from: Default Layout.
|
|
122
|
+
---------------------------------------------
|
|
123
|
+
cols 1 2 3
|
|
124
|
+
px 68 160 252 */
|
|
125
|
+
|
|
126
|
+
@media only screen and (max-width: 767px) {
|
|
127
|
+
|
|
128
|
+
body {
|
|
129
|
+
width: 252px;
|
|
130
|
+
padding: 48px 34px 60px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
/* Wide Mobile Layout: 480px.
|
|
138
|
+
Gutters: 24px.
|
|
139
|
+
Outer margins: 22px.
|
|
140
|
+
Inherits styles from: Default Layout, Mobile Layout.
|
|
141
|
+
------------------------------------------------------------
|
|
142
|
+
cols 1 2 3 4 5
|
|
143
|
+
px 68 160 252 344 436 */
|
|
144
|
+
|
|
145
|
+
@media only screen and (min-width: 480px) and (max-width: 767px) {
|
|
146
|
+
|
|
147
|
+
body {
|
|
148
|
+
width: 436px;
|
|
149
|
+
padding: 36px 22px 48px;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
/* Retina media query.
|
|
156
|
+
Overrides styles for devices with a
|
|
157
|
+
device-pixel-ratio of 2+, such as iPhone 4.
|
|
158
|
+
----------------------------------------------- */
|
|
159
|
+
|
|
160
|
+
@media
|
|
161
|
+
only screen and (-webkit-min-device-pixel-ratio: 2),
|
|
162
|
+
only screen and (min-device-pixel-ratio: 2) {
|
|
163
|
+
|
|
164
|
+
body {
|
|
165
|
+
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
}
|