@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,137 @@
1
+ .jsx {
2
+
3
+ /* mobile xs */
4
+ --responsive_size_e02_mobile_xs_portrait_min_width: 240px;
5
+ --responsive_size_e02_mobile_xs_portrait_max_width: 320px;
6
+
7
+ --responsive_size_e02_mobile_xs_landscape_min_width: 320px;
8
+ --responsive_size_e02_mobile_xs_landscape_max_width: 500px;
9
+
10
+
11
+
12
+ /* mobile s */
13
+ --responsive_size_e04_mobile_s_portrait_min_width: 321px;
14
+ --responsive_size_e04_mobile_s_portrait_max_width: 374px;
15
+
16
+ --responsive_size_e04_mobile_s_landscape_min_width: 501px;
17
+ --responsive_size_e04_mobile_s_landscape_max_width: 667px;
18
+
19
+
20
+
21
+ /* mobile sm */
22
+ --responsive_size_e06_mobile_sm_portrait_min_width: 375px;
23
+ --responsive_size_e06_mobile_sm_portrait_max_width: 430px;
24
+
25
+ --responsive_size_e06_mobile_sm_landscape_min_width: 668px;
26
+ --responsive_size_e06_mobile_sm_landscape_max_width: 736px;
27
+
28
+
29
+
30
+ /* mobile md */
31
+ --responsive_size_e08_mobile_md_portrait_min_width: 431px;
32
+ --responsive_size_e08_mobile_md_portrait_max_width: 480px;
33
+
34
+ --responsive_size_e08_mobile_md_landscape_min_width: 737px;
35
+ --responsive_size_e08_mobile_md_landscape_max_width: 812px;
36
+
37
+
38
+
39
+ /* tablet sm */
40
+ --responsive_size_h03_tablet_sm_portrait_min_width: 481px;
41
+ --responsive_size_h03_tablet_sm_portrait_max_width: 767px;
42
+
43
+ --responsive_size_h03_tablet_sm_landscape_min_width: 813px;
44
+ --responsive_size_h03_tablet_sm_landscape_max_width: 960px;
45
+
46
+
47
+
48
+ /* tablet md */
49
+ --responsive_size_h05_tablet_md_portrait_min_width: 768px;
50
+ --responsive_size_h05_tablet_md_portrait_max_width: 1024px;
51
+
52
+ --responsive_size_h05_tablet_md_landscape_min_width: 961px;
53
+ --responsive_size_h05_tablet_md_landscape_max_width: 1024px;
54
+
55
+
56
+
57
+ /* laptop sm */
58
+ --responsive_size_l03_laptop_sm_portrait_min_width: 1025px;
59
+ --responsive_size_l03_laptop_sm_portrait_max_width: 1080px;
60
+
61
+ --responsive_size_l03_laptop_sm_landscape_min_width: 1025px;
62
+ --responsive_size_l03_laptop_sm_landscape_max_width: 1279px;
63
+
64
+
65
+
66
+ /* laptop md */
67
+ --responsive_size_l05_laptop_md_portrait_min_width: 1081px;
68
+ --responsive_size_l05_laptop_md_portrait_max_width: 1200px;
69
+
70
+ --responsive_size_l05_laptop_md_landscape_min_width: 1280px;
71
+ --responsive_size_l05_laptop_md_landscape_max_width: 1439px;
72
+
73
+
74
+
75
+ /* laptop lg */
76
+ --responsive_size_l07_laptop_lg_portrait_min_width: 1201px;
77
+ --responsive_size_l07_laptop_lg_portrait_max_width: 1440px;
78
+
79
+ --responsive_size_l07_laptop_lg_landscape_min_width: 1440px;
80
+ --responsive_size_l07_laptop_lg_landscape_max_width: 1600px;
81
+
82
+
83
+
84
+ /* display xl */
85
+ --responsive_size_s02_display_xl_portrait_min_width: 1441px;
86
+ --responsive_size_s02_display_xl_portrait_max_width: 1600px;
87
+
88
+ --responsive_size_s02_display_xl_landscape_min_width: 1601px;
89
+ --responsive_size_s02_display_xl_landscape_max_width: 1920px;
90
+
91
+
92
+
93
+ /* display xxl */
94
+ --responsive_size_s04_display_xxl_portrait_min_width: 1601px;
95
+ --responsive_size_s04_display_xxl_portrait_max_width: 2160px;
96
+
97
+ --responsive_size_s04_display_xxl_landscape_min_width: 1921px;
98
+ --responsive_size_s04_display_xxl_landscape_max_width: 2560px;
99
+
100
+
101
+
102
+ /* display qhd */
103
+ --responsive_size_s08_display_qhd_portrait_min_width: 2161px;
104
+ --responsive_size_s08_display_qhd_portrait_max_width: 2160px;
105
+
106
+ --responsive_size_s08_display_qhd_landscape_min_width: 2561px;
107
+ --responsive_size_s08_display_qhd_landscape_max_width: 3840px;
108
+
109
+
110
+
111
+ /* tv 4k */
112
+ --responsive_size_t04_tv_4k_portrait_min_width: 2161px;
113
+ --responsive_size_t04_tv_4k_portrait_max_width: 4320px;
114
+
115
+ --responsive_size_t04_tv_4k_landscape_min_width: 3841px;
116
+ --responsive_size_t04_tv_4k_landscape_max_width: 7680px;
117
+
118
+
119
+
120
+ /* tv 8k */
121
+ --responsive_size_t08_tv_8k_portrait_min_width: 4321px;
122
+ --responsive_size_t08_tv_8k_portrait_max_width: 8640px;
123
+
124
+ --responsive_size_t08_tv_8k_landscape_min_width: 7681px;
125
+ --responsive_size_t08_tv_8k_landscape_max_width: 15360px;
126
+
127
+
128
+
129
+ /* tv 16k */
130
+ --responsive_size_t16_tv_16k_portrait_min_width: 8641px;
131
+ --responsive_size_t16_tv_16k_portrait_max_width: 9999px;
132
+
133
+ --responsive_size_t16_tv_16k_landscape_min_width: 15361px;
134
+ --responsive_size_t16_tv_16k_landscape_max_width: 25360px;
135
+
136
+ }
137
+
@@ -0,0 +1,193 @@
1
+ .jsx {
2
+ /** -------------------------------
3
+ this style sets rem size for the html page. 1rem = 16px
4
+ */
5
+ --jsx--css-clean-start-2--rem: 16px;
6
+
7
+
8
+ /** -------------------------------
9
+ background styles of the html elem <body>, and, the direct anchester html elem <main>
10
+ */
11
+ --jsx--css-clean-start-2--body-tag--background: #eee;
12
+ --jsx--css-clean-start-2--site--background: #fff;
13
+
14
+
15
+
16
+ /** -------------------------------
17
+ width and height of the body elem
18
+ */
19
+ --jsx--css-clean-start-2--body-tag--width: 100%;
20
+ --jsx--css-clean-start-2--body-tag--max-width: 100%;
21
+ --jsx--css-clean-start-2--body-tag--min-width: 100%;
22
+
23
+ --jsx--css-clean-start-2--body-tag--height: auto;
24
+ --jsx--css-clean-start-2--body-tag--max-height: unset;
25
+ --jsx--css-clean-start-2--body-tag--min-height: 100vh;
26
+
27
+ --jsx--css-clean-start-2--body-tag--overflow-x: auto;
28
+ --jsx--css-clean-start-2--body-tag--overflow-y: auto;
29
+
30
+
31
+
32
+ /** -------------------------------
33
+ width and height of the site, normally positioned in the center of the browser's tab
34
+ */
35
+ --jsx--css-clean-start-2--site--height: fit-content;
36
+ --jsx--css-clean-start-2--site--max-height: fit-content;
37
+ --jsx--css-clean-start-2--site--min-height: 100vh;
38
+
39
+ --jsx--css-clean-start-2--site--overflow-x: hidden;
40
+ --jsx--css-clean-start-2--site--overflow-y: visible;
41
+
42
+ --jsx--css-clean-start-2--site--width: 70%;
43
+ --jsx--css-clean-start-2--site--max-width: 100%;
44
+ --jsx--css-clean-start-2--site--min-width: 70%;
45
+
46
+
47
+
48
+ /** -------------------------------
49
+ padding and margin of the site
50
+ */
51
+ --jsx--css-clean-start-2--site--margin: 0 auto 0 auto;
52
+
53
+ --jsx--css-clean-start-2--site--padding-top: 1rem;
54
+ --jsx--css-clean-start-2--site--padding-left: 1rem;
55
+ --jsx--css-clean-start-2--site--padding-right: 1rem;
56
+ --jsx--css-clean-start-2--site--padding-bottom: 1rem;
57
+ --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);
58
+
59
+
60
+ /** -------------------------------
61
+ overflow styles
62
+ */
63
+ --jsx--css-clean-start-2--body-tag--overflow-x: hidden;
64
+ --jsx--css-clean-start-2--site--overflow-y: visible;
65
+
66
+
67
+
68
+ /** -------------------------------
69
+ html elems styles
70
+ */
71
+ --jsx--css-clean-start-2--all-tags--position: relative;
72
+ --jsx--css-clean-start-2--all-tags--box-sizing: border-box;
73
+
74
+ --jsx--css-clean-start-2--inline-tags--display: inline-block;
75
+ --jsx--css-clean-start-2--block-tags--display: block;
76
+ --jsx--css-clean-start-2--custom-tags--display: var(--jsx--css-clean-start-2--block-tags--display);
77
+
78
+ --jsx--css-clean-start-2--all-tags--padding: 0 0 0 0;
79
+ --jsx--css-clean-start-2--h--padding: 0 0 0 0;
80
+
81
+ --jsx--css-clean-start-2--all-tags--margin: 0 0 0 0;
82
+ --jsx--css-clean-start-2--h--margin: 0 0 0 0;
83
+ --jsx--css-clean-start-2--p--margin: 0.9rem 0 0.9rem 0;
84
+
85
+ --jsx--css-clean-start-2--all-tags--color: black;
86
+
87
+ --jsx--css-clean-start-2--all-tags--font-family: "Franklin Gothic Medium", Verdana, sans-serif;
88
+ --jsx--css-clean-start-2--pre--font-family: "Courier New", Courier, monospace;
89
+
90
+ --jsx--css-clean-start-2--all-tags--font-size: 0.85rem;
91
+ --jsx--css-clean-start-2--all-tags--line-height: 1rem;
92
+
93
+ --jsx--css-clean-start-2--all-tags--border-color: green;
94
+ --jsx--css-clean-start-2--all-tags--border-style: dotted;
95
+ --jsx--css-clean-start-2--all-tags--border-width: 0;
96
+
97
+
98
+
99
+ /** -------------------------------
100
+ h1 til h6 styles
101
+ */
102
+ --jsx--css-clean-start-2--h--font-weight: 600;
103
+ --jsx--css-clean-start-2--h--color: #626262;
104
+ --jsx--css-clean-start-2--h--margin: 0 0 0 0;
105
+ --jsx--css-clean-start-2--h--padding: 0 0 0 0;
106
+
107
+
108
+
109
+ --jsx--css-clean-start-2--h1--font-size: 2.3rem;
110
+ --jsx--css-clean-start-2--h1--line-height: 2.45rem;
111
+
112
+ --jsx--css-clean-start-2--h2--font-size: 2.1rem;
113
+ --jsx--css-clean-start-2--h2--line-height: 2.34rem;
114
+
115
+ --jsx--css-clean-start-2--h3--font-size: 1.8rem;
116
+ --jsx--css-clean-start-2--h3--line-height: 2.2rem;
117
+
118
+ --jsx--css-clean-start-2--h4--font-size: 1.6rem;
119
+ --jsx--css-clean-start-2--h4--line-height: 2rem;
120
+
121
+ --jsx--css-clean-start-2--h5--font-size: 1.33rem;
122
+ --jsx--css-clean-start-2--h5--line-height: 1.67rem;
123
+
124
+ --jsx--css-clean-start-2--h6--font-size: 1rem;
125
+ --jsx--css-clean-start-2--h6--line-height: 1.6rem;
126
+
127
+
128
+
129
+ --jsx--css-clean-start-2--h1--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
130
+ --jsx--css-clean-start-2--h1--color: var(--jsx--css-clean-start-2--h--color);
131
+ --jsx--css-clean-start-2--h1--margin: var(--jsx--css-clean-start-2--h--margin);
132
+ --jsx--css-clean-start-2--h1--padding: var(--jsx--css-clean-start-2--h--padding);
133
+
134
+ --jsx--css-clean-start-2--h2--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
135
+ --jsx--css-clean-start-2--h2--color: var(--jsx--css-clean-start-2--h--color);
136
+ --jsx--css-clean-start-2--h2--margin: var(--jsx--css-clean-start-2--h--margin);
137
+ --jsx--css-clean-start-2--h2--padding: var(--jsx--css-clean-start-2--h--padding);
138
+
139
+ --jsx--css-clean-start-2--h3--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
140
+ --jsx--css-clean-start-2--h3--color: var(--jsx--css-clean-start-2--h--color);
141
+ --jsx--css-clean-start-2--h3--margin: var(--jsx--css-clean-start-2--h--margin);
142
+ --jsx--css-clean-start-2--h3--padding: var(--jsx--css-clean-start-2--h--padding);
143
+
144
+ --jsx--css-clean-start-2--h4--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
145
+ --jsx--css-clean-start-2--h4--color: var(--jsx--css-clean-start-2--h--color);
146
+ --jsx--css-clean-start-2--h4--margin: var(--jsx--css-clean-start-2--h--margin);
147
+ --jsx--css-clean-start-2--h4--padding: var(--jsx--css-clean-start-2--h--padding);
148
+
149
+ --jsx--css-clean-start-2--h5--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
150
+ --jsx--css-clean-start-2--h5--color: var(--jsx--css-clean-start-2--h--color);
151
+ --jsx--css-clean-start-2--h5--margin: var(--jsx--css-clean-start-2--h--margin);
152
+ --jsx--css-clean-start-2--h5--padding: var(--jsx--css-clean-start-2--h--padding);
153
+
154
+ --jsx--css-clean-start-2--h6--font-weight: var(--jsx--css-clean-start-2--h--font-weight);
155
+ --jsx--css-clean-start-2--h6--color: var(--jsx--css-clean-start-2--h--color);
156
+ --jsx--css-clean-start-2--h6--margin: var(--jsx--css-clean-start-2--h--margin);
157
+ --jsx--css-clean-start-2--h6--padding: var(--jsx--css-clean-start-2--h--padding);
158
+
159
+
160
+
161
+ /** -------------------------------
162
+ hyperlnks text colors
163
+ */
164
+ --jsx--css-clean-start-2--anchor--color: navy;
165
+ --jsx--css-clean-start-2--anchor-hover--color: blue;
166
+
167
+ --jsx--css-clean-start-2--anchor-visited--color: grey;
168
+ --jsx--css-clean-start-2--anchor-visited-hover--color: grey;
169
+
170
+ --jsx--css-clean-start-2--anchor-active--color: darkblue;
171
+ --jsx--css-clean-start-2--anchor-active-hover--color: blue;
172
+
173
+
174
+
175
+ /** -------------------------------
176
+ hyperlnks are underlined, or they have been set other css text-decoration style
177
+ */
178
+ --jsx--css-clean-start-2--anchor--text-decoration: none;
179
+ --jsx--css-clean-start-2--anchor-hover--text-decoration: underline;
180
+
181
+ --jsx--css-clean-start-2--anchor-visited--text-decoration: none;
182
+ --jsx--css-clean-start-2--anchor-visited-hover--text-decoration: underline;
183
+
184
+ --jsx--css-clean-start-2--anchor-active--text-decoration: underline;
185
+ --jsx--css-clean-start-2--anchor-active-hover--text-decoration: underline;
186
+
187
+
188
+
189
+ --jsx--css-clean-start-2--thead--background-color: ghostwhite;
190
+ --jsx--css-clean-start-2--tfoot--background-color: honeydew;
191
+
192
+ }
193
+
@@ -0,0 +1,231 @@
1
+ /*
2
+
3
+ Responsive rules
4
+
5
+ These styles for a display size in this primary template for a site from scratch,
6
+ I guess, need first the adjustments for sizes,
7
+ when tested on several displays for higher quality of a site shown in a browser on a display.
8
+
9
+ That is why in the CssCleanStart just the css constants relevant for sizes are set in this template.
10
+
11
+ */
12
+ @media only screen and (min-width: 320px) and (max-width: 500px) and (orientation: landscape) {
13
+
14
+ .jsx {
15
+ --theme_name__CssCleanStart_2: theme_base;
16
+ --responsive_size: responsive_size_e02_mobile_xs_landscape;
17
+ --responsive_size__CssCleanStart_2__theme_base: responsive_size_e02_mobile_xs_landscape__CssCleanStart_2__theme_base;
18
+
19
+ --responsive_size: responsive_size_e02_mobile_xs_landscape;
20
+
21
+ --responsive_size__min-width: 320px;
22
+ --responsive_size__max-width: 500px;
23
+
24
+
25
+
26
+ --theme_name__CssCleanStart_2: theme_base;
27
+ --responsive_size__CssCleanStart_2__theme_base: responsive_size_e02_mobile_xs_landscape__CssCleanStart_2__theme_base;
28
+
29
+ --responsive_size__CssCleanStart_2__theme_base__min-width: 320px;
30
+ --responsive_size__CssCleanStart_2__theme_base__max-width: 500px;
31
+
32
+
33
+
34
+
35
+
36
+ /** Clean Start Css Constants */
37
+ /** -------------------------------
38
+ this style sets rem size for the html page. 1rem = 16px
39
+ */
40
+ /* --jsx--css-clean-start-2--rem: 16px; */
41
+
42
+
43
+ /** -------------------------------
44
+ background styles of the html elem <body>, and, the direct anchester html elem <main>
45
+ */
46
+ /* --jsx--css-clean-start-2--body-tag--background: #eee; */
47
+ /* --jsx--css-clean-start-2--site--background: #fff; */
48
+
49
+
50
+
51
+ /** -------------------------------
52
+ width and height of the body elem
53
+ */
54
+ /* --jsx--css-clean-start-2--body-tag--width: 100%; */
55
+ /* --jsx--css-clean-start-2--body-tag--max-width: 100%; */
56
+ /* --jsx--css-clean-start-2--body-tag--min-width: 100%; */
57
+
58
+ /* --jsx--css-clean-start-2--body-tag--height: auto; */
59
+ /* --jsx--css-clean-start-2--body-tag--max-height: unset; */
60
+ /* --jsx--css-clean-start-2--body-tag--min-height: 100vh; */
61
+
62
+ /* --jsx--css-clean-start-2--body-tag--overflow-x: auto; */
63
+ /* --jsx--css-clean-start-2--body-tag--overflow-y: auto; */
64
+
65
+
66
+
67
+ /** -------------------------------
68
+ width and height of the site, normally positioned in the center of the browser's tab
69
+ */
70
+ /* --jsx--css-clean-start-2--site--height: fit-content; */
71
+ /* --jsx--css-clean-start-2--site--max-height: fit-content; */
72
+ /* --jsx--css-clean-start-2--site--min-height: 100vh; */
73
+
74
+ /* --jsx--css-clean-start-2--site--overflow-x: hidden; */
75
+ /* --jsx--css-clean-start-2--site--overflow-y: visible; */
76
+
77
+ /* --jsx--css-clean-start-2--site--width: 70%; */
78
+ /* --jsx--css-clean-start-2--site--max-width: 100%; */
79
+ /* --jsx--css-clean-start-2--site--min-width: 70%; */
80
+
81
+
82
+
83
+ /** -------------------------------
84
+ padding and margin of the site
85
+ */
86
+ /* --jsx--css-clean-start-2--site--margin: 0 auto 0 auto; */
87
+
88
+ /* --jsx--css-clean-start-2--site--padding-top: 1rem; */
89
+ /* --jsx--css-clean-start-2--site--padding-left: 1rem; */
90
+ /* --jsx--css-clean-start-2--site--padding-right: 1rem; */
91
+ /* --jsx--css-clean-start-2--site--padding-bottom: 1rem; */
92
+ /* --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); */
93
+
94
+
95
+ /** -------------------------------
96
+ overflow styles
97
+ */
98
+ /* --jsx--css-clean-start-2--body-tag--overflow-x: hidden; */
99
+ /* --jsx--css-clean-start-2--site--overflow-y: visible; */
100
+
101
+
102
+
103
+ /** -------------------------------
104
+ html elems styles
105
+ */
106
+ /* --jsx--css-clean-start-2--all-tags--position: relative; */
107
+ /* --jsx--css-clean-start-2--all-tags--box-sizing: border-box; */
108
+
109
+ /* --jsx--css-clean-start-2--inline-tags--display: inline-block; */
110
+ /* --jsx--css-clean-start-2--block-tags--display: block; */
111
+ /* --jsx--css-clean-start-2--custom-tags--display: var(--jsx--css-clean-start-2--block-tags--display); */
112
+
113
+ /* --jsx--css-clean-start-2--all-tags--padding: 0 0 0 0; */
114
+ /* --jsx--css-clean-start-2--h--padding: 0 0 0 0; */
115
+
116
+ /* --jsx--css-clean-start-2--all-tags--margin: 0 0 0 0; */
117
+ /* --jsx--css-clean-start-2--h--margin: 0 0 0 0; */
118
+ /* --jsx--css-clean-start-2--p--margin: 0.9rem 0 0.9rem 0; */
119
+
120
+ /* --jsx--css-clean-start-2--all-tags--color: black; */
121
+
122
+ /* --jsx--css-clean-start-2--all-tags--font-family: "Franklin Gothic Medium", Verdana, sans-serif; */
123
+ /* --jsx--css-clean-start-2--pre--font-family: "Courier New", Courier, monospace; */
124
+
125
+ /* --jsx--css-clean-start-2--all-tags--font-size: 0.85rem; */
126
+ /* --jsx--css-clean-start-2--all-tags--line-height: 1rem; */
127
+
128
+ /* --jsx--css-clean-start-2--all-tags--border-color: green; */
129
+ /* --jsx--css-clean-start-2--all-tags--border-style: dotted; */
130
+ /* --jsx--css-clean-start-2--all-tags--border-width: 0; */
131
+
132
+
133
+
134
+ /** -------------------------------
135
+ h1 til h6 styles
136
+ */
137
+ /* --jsx--css-clean-start-2--h--font-weight: 600; */
138
+ /* --jsx--css-clean-start-2--h--color: #626262; */
139
+ /* --jsx--css-clean-start-2--h--margin: 0 0 0 0; */
140
+ /* --jsx--css-clean-start-2--h--padding: 0 0 0 0; */
141
+
142
+
143
+
144
+ /* --jsx--css-clean-start-2--h1--font-size: 2.3rem; */
145
+ /* --jsx--css-clean-start-2--h1--line-height: 2.45rem; */
146
+
147
+ /* --jsx--css-clean-start-2--h2--font-size: 2.1rem; */
148
+ /* --jsx--css-clean-start-2--h2--line-height: 2.34rem; */
149
+
150
+ /* --jsx--css-clean-start-2--h3--font-size: 1.8rem; */
151
+ /* --jsx--css-clean-start-2--h3--line-height: 2.2rem; */
152
+
153
+ /* --jsx--css-clean-start-2--h4--font-size: 1.6rem; */
154
+ /* --jsx--css-clean-start-2--h4--line-height: 2rem; */
155
+
156
+ /* --jsx--css-clean-start-2--h5--font-size: 1.33rem; */
157
+ /* --jsx--css-clean-start-2--h5--line-height: 1.67rem; */
158
+
159
+ /* --jsx--css-clean-start-2--h6--font-size: 1rem; */
160
+ /* --jsx--css-clean-start-2--h6--line-height: 1.6rem; */
161
+
162
+
163
+
164
+ /* --jsx--css-clean-start-2--h1--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
165
+ /* --jsx--css-clean-start-2--h1--color: var(--jsx--css-clean-start-2--h--color); */
166
+ /* --jsx--css-clean-start-2--h1--margin: var(--jsx--css-clean-start-2--h--margin); */
167
+ /* --jsx--css-clean-start-2--h1--padding: var(--jsx--css-clean-start-2--h--padding); */
168
+
169
+ /* --jsx--css-clean-start-2--h2--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
170
+ /* --jsx--css-clean-start-2--h2--color: var(--jsx--css-clean-start-2--h--color); */
171
+ /* --jsx--css-clean-start-2--h2--margin: var(--jsx--css-clean-start-2--h--margin); */
172
+ /* --jsx--css-clean-start-2--h2--padding: var(--jsx--css-clean-start-2--h--padding); */
173
+
174
+ /* --jsx--css-clean-start-2--h3--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
175
+ /* --jsx--css-clean-start-2--h3--color: var(--jsx--css-clean-start-2--h--color); */
176
+ /* --jsx--css-clean-start-2--h3--margin: var(--jsx--css-clean-start-2--h--margin); */
177
+ /* --jsx--css-clean-start-2--h3--padding: var(--jsx--css-clean-start-2--h--padding); */
178
+
179
+ /* --jsx--css-clean-start-2--h4--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
180
+ /* --jsx--css-clean-start-2--h4--color: var(--jsx--css-clean-start-2--h--color); */
181
+ /* --jsx--css-clean-start-2--h4--margin: var(--jsx--css-clean-start-2--h--margin); */
182
+ /* --jsx--css-clean-start-2--h4--padding: var(--jsx--css-clean-start-2--h--padding); */
183
+
184
+ /* --jsx--css-clean-start-2--h5--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
185
+ /* --jsx--css-clean-start-2--h5--color: var(--jsx--css-clean-start-2--h--color); */
186
+ /* --jsx--css-clean-start-2--h5--margin: var(--jsx--css-clean-start-2--h--margin); */
187
+ /* --jsx--css-clean-start-2--h5--padding: var(--jsx--css-clean-start-2--h--padding); */
188
+
189
+ /* --jsx--css-clean-start-2--h6--font-weight: var(--jsx--css-clean-start-2--h--font-weight); */
190
+ /* --jsx--css-clean-start-2--h6--color: var(--jsx--css-clean-start-2--h--color); */
191
+ /* --jsx--css-clean-start-2--h6--margin: var(--jsx--css-clean-start-2--h--margin); */
192
+ /* --jsx--css-clean-start-2--h6--padding: var(--jsx--css-clean-start-2--h--padding); */
193
+
194
+
195
+
196
+ /** -------------------------------
197
+ hyperlnks text colors
198
+ */
199
+ /* --jsx--css-clean-start-2--anchor--color: navy; */
200
+ /* --jsx--css-clean-start-2--anchor-hover--color: blue; */
201
+
202
+ /* --jsx--css-clean-start-2--anchor-visited--color: grey; */
203
+ /* --jsx--css-clean-start-2--anchor-visited-hover--color: grey; */
204
+
205
+ /* --jsx--css-clean-start-2--anchor-active--color: darkblue; */
206
+ /* --jsx--css-clean-start-2--anchor-active-hover--color: blue; */
207
+
208
+
209
+
210
+ /** -------------------------------
211
+ hyperlnks are underlined, or they have been set other css text-decoration style
212
+ */
213
+ /* --jsx--css-clean-start-2--anchor--text-decoration: none; */
214
+ /* --jsx--css-clean-start-2--anchor-hover--text-decoration: underline; */
215
+
216
+ /* --jsx--css-clean-start-2--anchor-visited--text-decoration: none; */
217
+ /* --jsx--css-clean-start-2--anchor-visited-hover--text-decoration: underline; */
218
+
219
+ /* --jsx--css-clean-start-2--anchor-active--text-decoration: underline; */
220
+ /* --jsx--css-clean-start-2--anchor-active-hover--text-decoration: underline; */
221
+
222
+
223
+
224
+ /* --jsx--css-clean-start-2--thead--background-color: ghostwhite; */
225
+ /* --jsx--css-clean-start-2--tfoot--background-color: honeydew; */
226
+
227
+ }
228
+
229
+ }
230
+
231
+