@jaisocx/css-clean-start-2 1.0.0

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 (79) hide show
  1. package/MediaAndStyles/CssCleanStart_2_main.css +430 -0
  2. package/MediaAndStyles/CssCleanStart_2_main_Webpack.css +18 -0
  3. package/MediaAndStyles/CssCleanStart_2_main_Webpack_min.css +19 -0
  4. package/MediaAndStyles/CssCleanStart_2_main_relative.css +17 -0
  5. package/MediaAndStyles/CssCleanStart_2_main_resolved.css +6796 -0
  6. package/MediaAndStyles/CssCleanStart_2_main_resolved_min.css +625 -0
  7. package/MediaAndStyles/CssCleanStart_2_presets.css +51 -0
  8. package/MediaAndStyles/responsive_size_Constants.css +137 -0
  9. package/MediaAndStyles/themes/theme_base/CssCleanStart_2_theme_base_main.css +193 -0
  10. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e02_mobile_xs_landscape__CssCleanStart_2__theme_base.css +231 -0
  11. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e02_mobile_xs_portrait__CssCleanStart_2__theme_base.css +231 -0
  12. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e04_mobile_s_landscape__CssCleanStart_2__theme_base.css +231 -0
  13. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e04_mobile_s_portrait__CssCleanStart_2__theme_base.css +231 -0
  14. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e06_mobile_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  15. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e06_mobile_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  16. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e08_mobile_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  17. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_e08_mobile_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  18. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h03_tablet_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  19. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h03_tablet_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  20. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h05_tablet_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  21. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_h05_tablet_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  22. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l03_laptop_sm_landscape__CssCleanStart_2__theme_base.css +231 -0
  23. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l03_laptop_sm_portrait__CssCleanStart_2__theme_base.css +231 -0
  24. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l05_laptop_md_landscape__CssCleanStart_2__theme_base.css +231 -0
  25. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l05_laptop_md_portrait__CssCleanStart_2__theme_base.css +231 -0
  26. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l07_laptop_lg_landscape__CssCleanStart_2__theme_base.css +231 -0
  27. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_l07_laptop_lg_portrait__CssCleanStart_2__theme_base.css +231 -0
  28. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s02_display_xl_landscape__CssCleanStart_2__theme_base.css +231 -0
  29. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s02_display_xl_portrait__CssCleanStart_2__theme_base.css +231 -0
  30. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s04_display_xxl_landscape__CssCleanStart_2__theme_base.css +231 -0
  31. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s04_display_xxl_portrait__CssCleanStart_2__theme_base.css +231 -0
  32. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s08_display_qhd_landscape__CssCleanStart_2__theme_base.css +231 -0
  33. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_s08_display_qhd_portrait__CssCleanStart_2__theme_base.css +231 -0
  34. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t04_tv_4k_landscape__CssCleanStart_2__theme_base.css +231 -0
  35. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t04_tv_4k_portrait__CssCleanStart_2__theme_base.css +231 -0
  36. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t08_tv_8k_landscape__CssCleanStart_2__theme_base.css +231 -0
  37. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t08_tv_8k_portrait__CssCleanStart_2__theme_base.css +231 -0
  38. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t16_tv_16k_landscape__CssCleanStart_2__theme_base.css +231 -0
  39. package/MediaAndStyles/themes/theme_base/responsive/responsive_size_t16_tv_16k_portrait__CssCleanStart_2__theme_base.css +231 -0
  40. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Relative.css +106 -0
  41. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack.css +106 -0
  42. package/MediaAndStyles/themes/theme_base/responsive_size_Imports_CssCleanStart_2_theme_base_Webpack_min.css +106 -0
  43. package/README.md +109 -0
  44. package/index.html +197 -0
  45. package/package.json +50 -0
  46. package/responsive_sizes.html +158 -0
  47. package/transpiled/CommonJS/index.d.ts +2 -0
  48. package/transpiled/CommonJS/index.d.ts.map +1 -0
  49. package/transpiled/CommonJS/index.js +4 -0
  50. package/transpiled/CommonJS/index.js.map +1 -0
  51. package/transpiled/CommonJS/webpack.aliases.cjs +19 -0
  52. package/transpiled/CommonJS/webpack.aliases.cjs.map +1 -0
  53. package/transpiled/CommonJS/webpack.aliases.d.cts +6 -0
  54. package/transpiled/CommonJS/webpack.aliases.d.cts.map +1 -0
  55. package/transpiled/CommonJS/webpack.aliases.d.mts +6 -0
  56. package/transpiled/CommonJS/webpack.aliases.d.mts.map +1 -0
  57. package/transpiled/CommonJS/webpack.aliases.mjs +15 -0
  58. package/transpiled/CommonJS/webpack.aliases.mjs.map +1 -0
  59. package/transpiled/CommonJS/webpackAliases.d.ts +2 -0
  60. package/transpiled/CommonJS/webpackAliases.d.ts.map +1 -0
  61. package/transpiled/CommonJS/webpackAliases.js +64 -0
  62. package/transpiled/CommonJS/webpackAliases.js.map +1 -0
  63. package/transpiled/ESNext/index.d.ts +2 -0
  64. package/transpiled/ESNext/index.d.ts.map +1 -0
  65. package/transpiled/ESNext/index.js +2 -0
  66. package/transpiled/ESNext/index.js.map +1 -0
  67. package/transpiled/ESNext/webpack.aliases.cjs +19 -0
  68. package/transpiled/ESNext/webpack.aliases.cjs.map +1 -0
  69. package/transpiled/ESNext/webpack.aliases.d.cts +6 -0
  70. package/transpiled/ESNext/webpack.aliases.d.cts.map +1 -0
  71. package/transpiled/ESNext/webpack.aliases.d.mts +6 -0
  72. package/transpiled/ESNext/webpack.aliases.d.mts.map +1 -0
  73. package/transpiled/ESNext/webpack.aliases.mjs +14 -0
  74. package/transpiled/ESNext/webpack.aliases.mjs.map +1 -0
  75. package/transpiled/ESNext/webpackAliases.d.ts +2 -0
  76. package/transpiled/ESNext/webpackAliases.d.ts.map +1 -0
  77. package/transpiled/ESNext/webpackAliases.js +28 -0
  78. package/transpiled/ESNext/webpackAliases.js.map +1 -0
  79. package/webpack.aliases.json +4 -0
@@ -0,0 +1,625 @@
1
+
2
+
3
+ .jsx {
4
+
5
+
6
+ --responsive_size_e02_mobile_xs_portrait_min_width: 240px;
7
+ --responsive_size_e02_mobile_xs_portrait_max_width: 320px;
8
+
9
+ --responsive_size_e02_mobile_xs_landscape_min_width: 320px;
10
+ --responsive_size_e02_mobile_xs_landscape_max_width: 500px;
11
+
12
+
13
+
14
+
15
+ --responsive_size_e04_mobile_s_portrait_min_width: 321px;
16
+ --responsive_size_e04_mobile_s_portrait_max_width: 374px;
17
+
18
+ --responsive_size_e04_mobile_s_landscape_min_width: 501px;
19
+ --responsive_size_e04_mobile_s_landscape_max_width: 667px;
20
+
21
+
22
+
23
+
24
+ --responsive_size_e06_mobile_sm_portrait_min_width: 375px;
25
+ --responsive_size_e06_mobile_sm_portrait_max_width: 430px;
26
+
27
+ --responsive_size_e06_mobile_sm_landscape_min_width: 668px;
28
+ --responsive_size_e06_mobile_sm_landscape_max_width: 736px;
29
+
30
+
31
+
32
+
33
+ --responsive_size_e08_mobile_md_portrait_min_width: 431px;
34
+ --responsive_size_e08_mobile_md_portrait_max_width: 480px;
35
+
36
+ --responsive_size_e08_mobile_md_landscape_min_width: 737px;
37
+ --responsive_size_e08_mobile_md_landscape_max_width: 812px;
38
+
39
+
40
+
41
+
42
+ --responsive_size_h03_tablet_sm_portrait_min_width: 481px;
43
+ --responsive_size_h03_tablet_sm_portrait_max_width: 767px;
44
+
45
+ --responsive_size_h03_tablet_sm_landscape_min_width: 813px;
46
+ --responsive_size_h03_tablet_sm_landscape_max_width: 960px;
47
+
48
+
49
+
50
+
51
+ --responsive_size_h05_tablet_md_portrait_min_width: 768px;
52
+ --responsive_size_h05_tablet_md_portrait_max_width: 1024px;
53
+
54
+ --responsive_size_h05_tablet_md_landscape_min_width: 961px;
55
+ --responsive_size_h05_tablet_md_landscape_max_width: 1024px;
56
+
57
+
58
+
59
+
60
+ --responsive_size_l03_laptop_sm_portrait_min_width: 1025px;
61
+ --responsive_size_l03_laptop_sm_portrait_max_width: 1080px;
62
+
63
+ --responsive_size_l03_laptop_sm_landscape_min_width: 1025px;
64
+ --responsive_size_l03_laptop_sm_landscape_max_width: 1279px;
65
+
66
+
67
+
68
+
69
+ --responsive_size_l05_laptop_md_portrait_min_width: 1081px;
70
+ --responsive_size_l05_laptop_md_portrait_max_width: 1200px;
71
+
72
+ --responsive_size_l05_laptop_md_landscape_min_width: 1280px;
73
+ --responsive_size_l05_laptop_md_landscape_max_width: 1439px;
74
+
75
+
76
+
77
+
78
+ --responsive_size_l07_laptop_lg_portrait_min_width: 1201px;
79
+ --responsive_size_l07_laptop_lg_portrait_max_width: 1440px;
80
+
81
+ --responsive_size_l07_laptop_lg_landscape_min_width: 1440px;
82
+ --responsive_size_l07_laptop_lg_landscape_max_width: 1600px;
83
+
84
+
85
+
86
+
87
+ --responsive_size_s02_display_xl_portrait_min_width: 1441px;
88
+ --responsive_size_s02_display_xl_portrait_max_width: 1600px;
89
+
90
+ --responsive_size_s02_display_xl_landscape_min_width: 1601px;
91
+ --responsive_size_s02_display_xl_landscape_max_width: 1920px;
92
+
93
+
94
+
95
+
96
+ --responsive_size_s04_display_xxl_portrait_min_width: 1601px;
97
+ --responsive_size_s04_display_xxl_portrait_max_width: 2160px;
98
+
99
+ --responsive_size_s04_display_xxl_landscape_min_width: 1921px;
100
+ --responsive_size_s04_display_xxl_landscape_max_width: 2560px;
101
+
102
+
103
+
104
+
105
+ --responsive_size_s08_display_qhd_portrait_min_width: 2161px;
106
+ --responsive_size_s08_display_qhd_portrait_max_width: 2160px;
107
+
108
+ --responsive_size_s08_display_qhd_landscape_min_width: 2561px;
109
+ --responsive_size_s08_display_qhd_landscape_max_width: 3840px;
110
+
111
+
112
+
113
+
114
+ --responsive_size_t04_tv_4k_portrait_min_width: 2161px;
115
+ --responsive_size_t04_tv_4k_portrait_max_width: 4320px;
116
+
117
+ --responsive_size_t04_tv_4k_landscape_min_width: 3841px;
118
+ --responsive_size_t04_tv_4k_landscape_max_width: 7680px;
119
+
120
+
121
+
122
+
123
+ --responsive_size_t08_tv_8k_portrait_min_width: 4321px;
124
+ --responsive_size_t08_tv_8k_portrait_max_width: 8640px;
125
+
126
+ --responsive_size_t08_tv_8k_landscape_min_width: 7681px;
127
+ --responsive_size_t08_tv_8k_landscape_max_width: 15360px;
128
+
129
+
130
+
131
+
132
+ --responsive_size_t16_tv_16k_portrait_min_width: 8641px;
133
+ --responsive_size_t16_tv_16k_portrait_max_width: 9999px;
134
+
135
+ --responsive_size_t16_tv_16k_landscape_min_width: 15361px;
136
+ --responsive_size_t16_tv_16k_landscape_max_width: 25360px;
137
+
138
+ }
139
+
140
+
141
+ .jsx {
142
+
143
+ --jsx--css-clean-start-2--rem: 16px;
144
+
145
+
146
+
147
+ --jsx--css-clean-start-2--body-tag--background: #eee;
148
+ --jsx--css-clean-start-2--site--background: #fff;
149
+
150
+
151
+
152
+
153
+ --jsx--css-clean-start-2--body-tag--width: 100%;
154
+ --jsx--css-clean-start-2--body-tag--max-width: 100%;
155
+ --jsx--css-clean-start-2--body-tag--min-width: 100%;
156
+
157
+ --jsx--css-clean-start-2--body-tag--height: auto;
158
+ --jsx--css-clean-start-2--body-tag--max-height: unset;
159
+ --jsx--css-clean-start-2--body-tag--min-height: 100vh;
160
+
161
+
162
+
163
+
164
+ --jsx--css-clean-start-2--site--height: fit-content;
165
+ --jsx--css-clean-start-2--site--max-height: fit-content;
166
+ --jsx--css-clean-start-2--site--min-height: 100vh;
167
+
168
+ --jsx--css-clean-start-2--site--width: 70%;
169
+ --jsx--css-clean-start-2--site--max-width: 100%;
170
+ --jsx--css-clean-start-2--site--min-width: 70%;
171
+
172
+
173
+
174
+
175
+ --jsx--css-clean-start-2--site--margin: 0 auto 0 auto;
176
+
177
+ --jsx--css-clean-start-2--site--padding-top: 1rem;
178
+ --jsx--css-clean-start-2--site--padding-left: 1rem;
179
+ --jsx--css-clean-start-2--site--padding-right: 1rem;
180
+ --jsx--css-clean-start-2--site--padding-bottom: 1rem;
181
+ --jsx--css-clean-start-2--site--padding: var(--jsx--css-clean-start-2--site--padding-top) var(--jsx--css-clean-start-2--site--padding-left) var(--jsx--css-clean-start-2--site--padding-bottom) var(--jsx--css-clean-start-2--site--padding-right);
182
+
183
+
184
+
185
+ --jsx--css-clean-start-2--body-tag--overflow-x: hidden;
186
+ --jsx--css-clean-start-2--site--overflow-y: visible;
187
+
188
+
189
+
190
+
191
+ --jsx--css-clean-start-2--all-tags--position: relative;
192
+ --jsx--css-clean-start-2--all-tags--box-sizing: border-box;
193
+
194
+ --jsx--css-clean-start-2--inline-tags--display: inline-block;
195
+ --jsx--css-clean-start-2--block-tags--display: block;
196
+ --jsx--css-clean-start-2--custom-tags--display: var(--jsx--css-clean-start-2--block-tags--display);
197
+
198
+ --jsx--css-clean-start-2--all-tags--padding: 0 0 0 0;
199
+ --jsx--css-clean-start-2--h--padding: 0 0 0 0;
200
+
201
+ --jsx--css-clean-start-2--all-tags--margin: 0 0 0 0;
202
+ --jsx--css-clean-start-2--h--margin: 0 0 0 0;
203
+ --jsx--css-clean-start-2--p--margin: 0.2rem 0 0.2rem 0;
204
+
205
+ --jsx--css-clean-start-2--all-tags--color: black;
206
+
207
+ --jsx--css-clean-start-2--all-tags--font-family: "Franklin Gothic Medium", Verdana, sans-serif;
208
+ --jsx--css-clean-start-2--pre--font-family: "Courier New", Courier, monospace;
209
+
210
+ --jsx--css-clean-start-2--all-tags--font-size: 0.85rem;
211
+ --jsx--css-clean-start-2--all-tags--line-height: 1rem;
212
+
213
+ --jsx--css-clean-start-2--all-tags--border-color: green;
214
+ --jsx--css-clean-start-2--all-tags--border-style: dotted;
215
+ --jsx--css-clean-start-2--all-tags--border-width: 0;
216
+
217
+
218
+
219
+
220
+ --jsx--css-clean-start-2--h--color: #555;
221
+ --jsx--css-clean-start-2--h--font-weight: 800;
222
+
223
+ --jsx--css-clean-start-2--h1--font-size: 2.6rem;
224
+ --jsx--css-clean-start-2--h1--line-height: 3rem;
225
+
226
+ --jsx--css-clean-start-2--h2--font-size: 2.1rem;
227
+ --jsx--css-clean-start-2--h2--line-height: 2.5rem;
228
+
229
+ --jsx--css-clean-start-2--h3--font-size: 1.8rem;
230
+ --jsx--css-clean-start-2--h3--line-height: 2.2rem;
231
+
232
+ --jsx--css-clean-start-2--h4--font-size: 1.6rem;
233
+ --jsx--css-clean-start-2--h4--line-height: 2rem;
234
+
235
+ --jsx--css-clean-start-2--h5--font-size: 1.33rem;
236
+ --jsx--css-clean-start-2--h5--line-height: 1.67rem;
237
+
238
+ --jsx--css-clean-start-2--h6--font-size: 1rem;
239
+ --jsx--css-clean-start-2--h6--line-height: 1.6rem;
240
+
241
+
242
+
243
+
244
+ --jsx--css-clean-start-2--anchor--color: navy;
245
+ --jsx--css-clean-start-2--anchor-hover--color: blue;
246
+ --jsx--css-clean-start-2--anchor-visited--color: grey;
247
+ --jsx--css-clean-start-2--anchor-visited-hover--color: grey;
248
+ --jsx--css-clean-start-2--anchor-active--color: darkblue;
249
+ --jsx--css-clean-start-2--anchor-active-hover--color: blue;
250
+
251
+ }
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ .jsx.small {
261
+ --jsx--css-clean-start-2--body-tag--height: 100vh;
262
+ --jsx--css-clean-start-2--body-tag--max-height: unset;
263
+ --jsx--css-clean-start-2--body-tag--min-height: 100vh;
264
+
265
+ --jsx--css-clean-start-2--site--height: fit-content;
266
+ --jsx--css-clean-start-2--site--max-height: fit-content;
267
+ --jsx--css-clean-start-2--site--min-height: fit-content;
268
+ }
269
+
270
+
271
+
272
+
273
+ .jsx.browser-width {
274
+
275
+ --jsx--css-clean-start-2--body-tag--width: 100%;
276
+ --jsx--css-clean-start-2--body-tag--max-width: 100%;
277
+ --jsx--css-clean-start-2--body-tag--min-width: 100%;
278
+
279
+ --jsx--css-clean-start-2--body-tag--overflow-x: hidden;
280
+
281
+
282
+
283
+ --jsx--css-clean-start-2--site--width: 100%;
284
+ --jsx--css-clean-start-2--site--max-width: 100%;
285
+ --jsx--css-clean-start-2--site--min-width: 100%;
286
+
287
+ --jsx--css-clean-start-2--site--overflow-x: hidden;
288
+ }
289
+
290
+
291
+
292
+
293
+
294
+ .jsx {
295
+
296
+ position: var(--jsx--css-clean-start-2--all-tags--position);
297
+ display: var(--jsx--css-clean-start-2--custom-tags--display);
298
+ box-sizing: var(--jsx--css-clean-start-2--all-tags--box-sizing);
299
+
300
+ line-break: strict;
301
+ word-wrap: normal;
302
+ word-break: normal;
303
+
304
+ color: var(--jsx--css-clean-start-2--all-tags--color);
305
+
306
+ border-width: var(--jsx--css-clean-start-2--all-tags--border-width);
307
+ border-style: var(--jsx--css-clean-start-2--all-tags--border-style);
308
+ border-color: var(--jsx--css-clean-start-2--all-tags--border-color);
309
+
310
+ margin: var(--jsx--css-clean-start-2--all-tags--margin);
311
+ padding: var(--jsx--css-clean-start-2--all-tags--padding);
312
+
313
+ font-family: var(--jsx--css-clean-start-2--all-tags--font-family);
314
+ line-height: var(--jsx--css-clean-start-2--all-tags--line-height);
315
+
316
+ }
317
+
318
+
319
+
320
+
321
+ html.jsx {
322
+ font-size: var(--jsx--css-clean-start-2--rem);
323
+ }
324
+
325
+
326
+
327
+ html.jsx {
328
+ position: static;
329
+ padding: 0 0 0 0;
330
+ margin: 0 0 0 0;
331
+ box-sizing: border-box;
332
+ top: 0;
333
+
334
+ width: var(--jsx--css-clean-start-2--body-tag--width);
335
+ max-width: var(--jsx--css-clean-start-2--body-tag--max-width);
336
+ min-width: var(--jsx--css-clean-start-2--body-tag--min-width);
337
+
338
+ overflow-x: hidden;
339
+ }
340
+
341
+
342
+
343
+
344
+ html.jsx head,
345
+ html.jsx head *,
346
+ html.jsx style,
347
+ html.jsx script {
348
+ visibility: hidden;
349
+ max-height: 0;
350
+ max-width: 0;
351
+ overflow-y: hidden;
352
+ overflow-x: hidden;
353
+ }
354
+
355
+
356
+
357
+ .jsx body {
358
+ background: var(--jsx--css-clean-start-2--body-tag--background);
359
+
360
+
361
+ height: var(--jsx--css-clean-start-2--body-tag--height);
362
+ max-height: var(--jsx--css-clean-start-2--body-tag--max-height);
363
+ min-height: var(--jsx--css-clean-start-2--body-tag--min-height);
364
+
365
+ width: var(--jsx--css-clean-start-2--body-tag--width);
366
+ max-width: var(--jsx--css-clean-start-2--body-tag--max-width);
367
+ min-width: var(--jsx--css-clean-start-2--body-tag--min-width);
368
+
369
+ overflow-y: visible;
370
+ overflow-x: var(--jsx--css-clean-start-2--body-tag--overflow-x);
371
+
372
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
373
+ }
374
+
375
+
376
+
377
+ .jsx main {
378
+ margin: var(--jsx--css-clean-start-2--site--margin);
379
+ padding: var(--jsx--css-clean-start-2--site--padding);
380
+
381
+ background: var(--jsx--css-clean-start-2--site--background);
382
+
383
+
384
+ height: var(--jsx--css-clean-start-2--site--height);
385
+ max-height: var(--jsx--css-clean-start-2--site--max-height);
386
+ min-height: var(--jsx--css-clean-start-2--site--min-height);
387
+
388
+ width: var(--jsx--css-clean-start-2--site--width);
389
+ max-width: var(--jsx--css-clean-start-2--site--max-width);
390
+ min-width: var(--jsx--css-clean-start-2--site--min-width);
391
+
392
+ overflow: var(--jsx--css-clean-start-2--site--overflow-x) var(--jsx--css-clean-start-2--site--overflow-y);
393
+
394
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
395
+ }
396
+
397
+
398
+
399
+ .jsx body h1,
400
+ .jsx body h2,
401
+ .jsx body h3,
402
+ .jsx body h4,
403
+ .jsx body h5,
404
+ .jsx body h6 {
405
+ font-weight: var(--jsx--css-clean-start-2--h--font-weight);
406
+ color: var(--jsx--css-clean-start-2--h--color);
407
+ margin: var(--jsx--css-clean-start-2--h--margin);
408
+ padding: var(--jsx--css-clean-start-2--h--padding);
409
+ }
410
+
411
+ .jsx body h1 {
412
+ font-size: var(--jsx--css-clean-start-2--h1--font-size);
413
+ line-height: var(--jsx--css-clean-start-2--h1--line-height);
414
+ }
415
+ .jsx body h2 {
416
+ font-size: var(--jsx--css-clean-start-2--h2--font-size);
417
+ line-height: var(--jsx--css-clean-start-2--h2--line-height);
418
+ }
419
+ .jsx body h3 {
420
+ font-size: var(--jsx--css-clean-start-2--h3--font-size);
421
+ line-height: var(--jsx--css-clean-start-2--h3--line-height);
422
+ }
423
+ .jsx body h4 {
424
+ font-size: var(--jsx--css-clean-start-2--h4--font-size);
425
+ line-height: var(--jsx--css-clean-start-2--h4--line-height);
426
+ }
427
+ .jsx body h5 {
428
+ font-size: var(--jsx--css-clean-start-2--h5--font-size);
429
+ line-height: var(--jsx--css-clean-start-2--h5--line-height);
430
+ }
431
+ .jsx body h6 {
432
+ font-size: var(--jsx--css-clean-start-2--h6--font-size);
433
+ line-height: var(--jsx--css-clean-start-2--h6--line-height);
434
+ }
435
+
436
+
437
+
438
+
439
+ .jsx body p {
440
+ margin: var(--jsx--css-clean-start-2--p--margin);
441
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
442
+ }
443
+
444
+
445
+
446
+
447
+ .jsx body a {
448
+ color: var(--jsx--css-clean-start-2--anchor--color);
449
+ text-decoration: var(--jsx--css-clean-start-2--anchor--text-decoration);
450
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
451
+ }
452
+ .jsx body a:hover {
453
+ color: var(--jsx--css-clean-start-2--anchor-hover--color);
454
+ text-decoration: var(--jsx--css-clean-start-2--anchor-hover--text-decoration);
455
+ }
456
+ .jsx body a:visited {
457
+ color: var(--jsx--css-clean-start-2--anchor-visited--color);
458
+ text-decoration: var(--jsx--css-clean-start-2--anchor-visited--text-decoration);
459
+ }
460
+ .jsx body a:visited:hover {
461
+ color: var(--jsx--css-clean-start-2--anchor-visited-hover--color);
462
+ text-decoration: var(--jsx--css-clean-start-2--anchor-visited-hover--text-decoration);
463
+ }
464
+ .jsx body a:active {
465
+ color: var(--jsx--css-clean-start-2--anchor-active--color);
466
+ text-decoration: var(--jsx--css-clean-start-2--anchor-active--text-decoration);
467
+ }
468
+ .jsx body a:active:hover {
469
+ color: var(--jsx--css-clean-start-2--anchor-active-hover--color);
470
+ text-decoration: var(--jsx--css-clean-start-2--anchor-active-hover--text-decoration);
471
+ }
472
+
473
+
474
+
475
+ .jsx body pre {
476
+ font-family: var(--jsx--css-clean-start-2--pre--font-family, "Courier New", Courier, monospace);
477
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
478
+ }
479
+
480
+
481
+
482
+
483
+ .jsx address,
484
+ .jsx article,
485
+ .jsx aside,
486
+ .jsx blockquote,
487
+ .jsx body,
488
+ .jsx canvas,
489
+ .jsx dd,
490
+ .jsx div,
491
+ .jsx dl,
492
+ .jsx dt,
493
+ .jsx fieldset,
494
+ .jsx figcaption,
495
+ .jsx figure,
496
+ .jsx footer,
497
+ .jsx form,
498
+ .jsx h1,
499
+ .jsx h2,
500
+ .jsx h3,
501
+ .jsx h4,
502
+ .jsx h5,
503
+ .jsx h6,
504
+ .jsx header,
505
+ .jsx hr,
506
+
507
+ .jsx main,
508
+ .jsx nav,
509
+ .jsx noscript,
510
+
511
+ .jsx output,
512
+ .jsx p,
513
+ .jsx pre,
514
+ .jsx section,
515
+
516
+ .jsx video {
517
+ display: var(--jsx--css-clean-start-2--block-tags--display, block);
518
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
519
+ }
520
+
521
+
522
+
523
+
524
+ .jsx span,
525
+ .jsx a,
526
+ .jsx b,
527
+ .jsx big,
528
+ .jsx br,
529
+ .jsx cite,
530
+ .jsx code,
531
+ .jsx del,
532
+ .jsx em,
533
+ .jsx i,
534
+ .jsx img,
535
+ .jsx ins,
536
+ .jsx label,
537
+ .jsx map,
538
+ .jsx mark,
539
+ .jsx q,
540
+ .jsx s,
541
+ .jsx samp,
542
+ .jsx small,
543
+ .jsx strong,
544
+ .jsx sub,
545
+ .jsx sup,
546
+ .jsx time,
547
+ .jsx u,
548
+ .jsx var {
549
+ display: var(--jsx--css-clean-start-2--inline-tags--display, inline-block);
550
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
551
+ }
552
+
553
+
554
+
555
+ .jsx table {
556
+ display: table;
557
+ }
558
+
559
+ .jsx table caption {
560
+ display: table-caption;
561
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
562
+ }
563
+
564
+ .jsx colgroup {
565
+ display: table-column-group;
566
+ }
567
+
568
+ .jsx col {
569
+ display: table-column;
570
+ }
571
+
572
+ .jsx thead {
573
+ display: table-header-group;
574
+ }
575
+
576
+ .jsx tbody {
577
+ display: table-row-group;
578
+ }
579
+
580
+ .jsx tfoot {
581
+ display: table-footer-group;
582
+ }
583
+
584
+ .jsx tr {
585
+ display: table-row;
586
+ }
587
+
588
+ .jsx th,
589
+ .jsx td {
590
+ display: table-cell;
591
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
592
+ }
593
+
594
+
595
+
596
+
597
+ .jsx.ul-reset ul,
598
+ .jsx.ul-reset ol,
599
+ .jsx.ul-reset li,
600
+ .jsx .ul-reset ul,
601
+ .jsx .ul-reset ol,
602
+ .jsx .ul-reset li,
603
+ .jsx ul.ul-reset,
604
+ .jsx ol.ul-reset,
605
+ .jsx ul.ul-reset li,
606
+ .jsx ol.ul-reset li {
607
+
608
+ font-size: var(--jsx--css-clean-start-2--all-tags--font-size);
609
+
610
+ list-style-type: none;
611
+
612
+ position: var(--jsx--css-clean-start-2--all-tags--position);
613
+ display: var(--jsx--css-clean-start-2--inline-tags--display, inline-block);
614
+ box-sizing: var(--jsx--css-clean-start-2--all-tags--box-sizing);
615
+
616
+ margin: var(--jsx--css-clean-start-2--all-tags--margin);
617
+ padding: var(--jsx--css-clean-start-2--all-tags--padding);
618
+
619
+ border-width: var(--jsx--css-clean-start-2--all-tags--border-width);
620
+ border-style: var(--jsx--css-clean-start-2--all-tags--border-style);
621
+ border-color: var(--jsx--css-clean-start-2--all-tags--border-color);
622
+
623
+ }
624
+
625
+
@@ -0,0 +1,51 @@
1
+ /* CSS CLASSES */
2
+
3
+
4
+ /*
5
+ html tag css class "small"
6
+
7
+ with this css class, the <main> tag is NOT the entire height of the browser's tab.
8
+ if the html site has a lot of text,
9
+ then the site is scrollable.
10
+ If not a lot of text, then You see background, applied to <body> styles,
11
+ and the <main> tag is small, and has anther background.
12
+
13
+ I recommend to keep these classes in order to rebuild Your styles theme later,
14
+ if the default variables You have erased,
15
+ when edited the variables here, and not in the theme .css file.
16
+ */
17
+ .jsx.small {
18
+ --jsx--css-clean-start-2--body-tag--height: 100vh;
19
+ --jsx--css-clean-start-2--body-tag--max-height: unset;
20
+ --jsx--css-clean-start-2--body-tag--min-height: 100vh;
21
+
22
+ --jsx--css-clean-start-2--site--height: fit-content;
23
+ --jsx--css-clean-start-2--site--max-height: fit-content;
24
+ --jsx--css-clean-start-2--site--min-height: fit-content;
25
+ }
26
+
27
+
28
+
29
+ /*
30
+ html tag css class "browser-width"
31
+
32
+ with this css class, the <main> tag is the entire width of the browser's tab.
33
+ */
34
+ .jsx.browser-width {
35
+ /* width and height of the body elem */
36
+ --jsx--css-clean-start-2--body-tag--width: 100%;
37
+ --jsx--css-clean-start-2--body-tag--max-width: 100%;
38
+ --jsx--css-clean-start-2--body-tag--min-width: 100%;
39
+
40
+ --jsx--css-clean-start-2--body-tag--overflow-x: hidden;
41
+
42
+
43
+
44
+ --jsx--css-clean-start-2--site--width: 100%;
45
+ --jsx--css-clean-start-2--site--max-width: 100%;
46
+ --jsx--css-clean-start-2--site--min-width: 100%;
47
+
48
+ --jsx--css-clean-start-2--site--overflow-x: hidden;
49
+ }
50
+
51
+