@innovastudio/contentbuilder 1.5.211 → 1.5.213
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/index.d.ts +232 -3
- package/package.json +9 -10
- package/public/contentbuilder/contentbuilder.css +11169 -6865
- package/public/contentbuilder/contentbuilder.esm.js +42164 -50757
- package/public/contentbuilder/contentbuilder.min.js +10 -107
- package/public/contentbuilder/lang/en.js +237 -6
- package/public/contentbuilder/lang/fr.js +245 -14
- package/public/contentbuilder/themes/colored-blue.css +57 -1324
- package/public/contentbuilder/themes/colored-blue2.css +57 -1324
- package/public/contentbuilder/themes/colored-blue3.css +57 -1324
- package/public/contentbuilder/themes/colored-blue4.css +57 -1324
- package/public/contentbuilder/themes/colored-blue5.css +57 -1324
- package/public/contentbuilder/themes/colored-blue6.css +57 -1324
- package/public/contentbuilder/themes/colored-blue7.css +57 -1324
- package/public/contentbuilder/themes/colored-blue8.css +57 -1324
- package/public/contentbuilder/themes/colored-cyan.css +58 -0
- package/public/contentbuilder/themes/colored-dark.css +57 -1295
- package/public/contentbuilder/themes/colored-darkblue.css +57 -1324
- package/public/contentbuilder/themes/colored-gray.css +57 -1324
- package/public/contentbuilder/themes/colored-green.css +57 -1324
- package/public/contentbuilder/themes/colored-green2.css +57 -1324
- package/public/contentbuilder/themes/colored-green3.css +57 -1324
- package/public/contentbuilder/themes/colored-green4.css +57 -1324
- package/public/contentbuilder/themes/colored-green5.css +57 -1324
- package/public/contentbuilder/themes/colored-magenta.css +57 -1324
- package/public/contentbuilder/themes/colored-orange.css +57 -1324
- package/public/contentbuilder/themes/colored-orange2.css +57 -1324
- package/public/contentbuilder/themes/colored-orange3.css +57 -1324
- package/public/contentbuilder/themes/colored-pink.css +57 -1324
- package/public/contentbuilder/themes/colored-pink2.css +57 -1324
- package/public/contentbuilder/themes/colored-pink3.css +57 -1324
- package/public/contentbuilder/themes/colored-pink4.css +57 -1324
- package/public/contentbuilder/themes/colored-purple.css +57 -1324
- package/public/contentbuilder/themes/colored-purple2.css +57 -1324
- package/public/contentbuilder/themes/colored-red.css +57 -1324
- package/public/contentbuilder/themes/colored-red2.css +57 -1324
- package/public/contentbuilder/themes/colored-red3.css +57 -1324
- package/public/contentbuilder/themes/colored-red4.css +57 -1324
- package/public/contentbuilder/themes/colored-red5.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow2.css +57 -1324
- package/public/contentbuilder/themes/colored-yellow3.css +58 -0
- package/public/contentbuilder/themes/dark-blue.css +26 -1371
- package/public/contentbuilder/themes/dark-blue2.css +26 -1371
- package/public/contentbuilder/themes/dark-blue3.css +26 -1371
- package/public/contentbuilder/themes/dark-gray.css +26 -1371
- package/public/contentbuilder/themes/dark-pink.css +26 -1371
- package/public/contentbuilder/themes/dark-purple.css +26 -1371
- package/public/contentbuilder/themes/dark-red.css +26 -1371
- package/public/contentbuilder/themes/light-blue.css +29 -1323
- package/public/contentbuilder/themes/light-blue2.css +29 -1323
- package/public/contentbuilder/themes/light-blue3.css +29 -1323
- package/public/contentbuilder/themes/light-cyan.css +29 -1323
- package/public/contentbuilder/themes/light-gray.css +29 -1323
- package/public/contentbuilder/themes/light-gray2.css +29 -1323
- package/public/contentbuilder/themes/light-gray3.css +29 -1323
- package/public/contentbuilder/themes/light-green.css +29 -1323
- package/public/contentbuilder/themes/light-pink.css +29 -1323
- package/public/contentbuilder/themes/light-pink2.css +29 -1323
- package/public/contentbuilder/themes/light-purple.css +29 -1323
- package/public/contentbuilder/themes/light-purple2.css +29 -1323
- package/public/contentbuilder/themes/light-red.css +29 -1323
- package/public/contentbuilder/themes/light-yellow.css +29 -1323
- package/public/contentbuilder/themes/light-yellow2.css +29 -1323
- package/readme.txt +225 -154
- package/public/contentbuilder/config.js +0 -7
- package/public/contentbuilder/content.css +0 -7777
- package/public/contentbuilder/plugins/animation/plugin.js +0 -25
- package/public/contentbuilder/plugins/buttoneditor/images/a.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/b.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/c.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/d.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/e.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/f.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/g.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/images/h.jpg +0 -0
- package/public/contentbuilder/plugins/buttoneditor/plugin.js +0 -1600
- package/public/contentbuilder/plugins/buttoneditor/readme.txt +0 -7
- package/public/contentbuilder/plugins/helloworld/plugin.js +0 -21
- package/public/contentbuilder/plugins/helloworld/readme.txt +0 -23
- package/public/contentbuilder/plugins/preview/plugin.js +0 -371
- package/public/contentbuilder/plugins/preview/readme.txt +0 -23
- package/public/contentbuilder/plugins/searchreplace/plugin.js +0 -524
- package/public/contentbuilder/plugins/searchreplace/readme.txt +0 -23
- package/public/contentbuilder/plugins/searchreplace/searchreplace.html +0 -264
- package/public/contentbuilder/plugins/showgrid/plugin.js +0 -74
- package/public/contentbuilder/plugins/showgrid/readme.txt +0 -23
- package/public/contentbuilder/plugins/symbols/plugin.js +0 -3126
- package/public/contentbuilder/plugins/symbols/readme.txt +0 -23
- package/public/contentbuilder/plugins/wordcount/plugin.js +0 -76
- package/public/contentbuilder/plugins/wordcount/readme.txt +0 -23
- package/public/contentbuilder/themes/dark.css +0 -1377
|
@@ -1,1325 +1,58 @@
|
|
|
1
|
-
.colored
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
fill:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
.colored #_cbhtml .style-helper.modal-background,
|
|
60
|
-
.colored .is-ui .style-helper.modal-background {
|
|
61
|
-
background: #bdc4ed;
|
|
62
|
-
}
|
|
63
|
-
.colored #_cbhtml .style-helper.button-pickcolor-border,
|
|
64
|
-
.colored .is-ui .style-helper.button-pickcolor-border {
|
|
65
|
-
border: rgba(255, 255, 255, 0.55) 1px solid;
|
|
66
|
-
}
|
|
67
|
-
.colored #_cbhtml .style-helper.button-pickcolor-background,
|
|
68
|
-
.colored .is-ui .style-helper.button-pickcolor-background {
|
|
69
|
-
background: rgba(255, 255, 255, 0.2);
|
|
70
|
-
}
|
|
71
|
-
.colored #_cbhtml .style-helper.snippet-color,
|
|
72
|
-
.colored .is-ui .style-helper.snippet-color {
|
|
73
|
-
background: #000;
|
|
74
|
-
}
|
|
75
|
-
.colored #_cbhtml .style-helper.snippet-background,
|
|
76
|
-
.colored .is-ui .style-helper.snippet-background {
|
|
77
|
-
background: #e3e5ea;
|
|
78
|
-
}
|
|
79
|
-
.colored #_cbhtml .style-helper.snippet-tabs-background,
|
|
80
|
-
.colored .is-ui .style-helper.snippet-tabs-background {
|
|
81
|
-
background: #bdc4ed;
|
|
82
|
-
}
|
|
83
|
-
.colored #_cbhtml .style-helper.snippet-tab-item-background,
|
|
84
|
-
.colored .is-ui .style-helper.snippet-tab-item-background {
|
|
85
|
-
background: rgba(255, 255, 255, 0.55);
|
|
86
|
-
}
|
|
87
|
-
.colored #_cbhtml .style-helper.snippet-tab-item-background-active,
|
|
88
|
-
.colored .is-ui .style-helper.snippet-tab-item-background-active {
|
|
89
|
-
background: #bdc4ed;
|
|
90
|
-
}
|
|
91
|
-
.colored #_cbhtml .style-helper.snippet-tab-item-background-hover,
|
|
92
|
-
.colored .is-ui .style-helper.snippet-tab-item-background-hover {
|
|
93
|
-
background: rgba(255, 255, 255, 0.55);
|
|
94
|
-
}
|
|
95
|
-
.colored #_cbhtml .style-helper.snippet-tab-item-color,
|
|
96
|
-
.colored .is-ui .style-helper.snippet-tab-item-color {
|
|
97
|
-
background: rgba(0, 0, 0, 0.95);
|
|
98
|
-
}
|
|
99
|
-
.colored #_cbhtml .style-helper.snippet-more-item-background,
|
|
100
|
-
.colored .is-ui .style-helper.snippet-more-item-background {
|
|
101
|
-
background: #c9cff0;
|
|
102
|
-
}
|
|
103
|
-
.colored #_cbhtml .style-helper.snippet-more-item-background-active,
|
|
104
|
-
.colored .is-ui .style-helper.snippet-more-item-background-active {
|
|
105
|
-
background: rgba(255, 255, 255, 0.38);
|
|
106
|
-
}
|
|
107
|
-
.colored #_cbhtml .style-helper.snippet-more-item-background-hover,
|
|
108
|
-
.colored .is-ui .style-helper.snippet-more-item-background-hover {
|
|
109
|
-
background: rgba(255, 255, 255, 0.38);
|
|
110
|
-
}
|
|
111
|
-
.colored #_cbhtml .style-helper.snippet-more-item-color,
|
|
112
|
-
.colored .is-ui .style-helper.snippet-more-item-color {
|
|
113
|
-
background: rgba(0, 0, 0, 0.95);
|
|
114
|
-
}
|
|
115
|
-
.colored #_cbhtml .style-helper.tabs-background,
|
|
116
|
-
.colored .is-ui .style-helper.tabs-background {
|
|
117
|
-
background: rgba(255, 255, 255, 0.12);
|
|
118
|
-
}
|
|
119
|
-
.colored #_cbhtml .style-helper.tab-item-active-border-bottom,
|
|
120
|
-
.colored .is-ui .style-helper.tab-item-active-border-bottom {
|
|
121
|
-
border: rgba(0, 0, 0, 0.5) 1px solid;
|
|
122
|
-
}
|
|
123
|
-
.colored #_cbhtml .style-helper.tab-item-color,
|
|
124
|
-
.colored .is-ui .style-helper.tab-item-color {
|
|
125
|
-
background: rgba(0, 0, 0, 0.95);
|
|
126
|
-
}
|
|
127
|
-
.colored #_cbhtml .style-helper.tabs-more-background,
|
|
128
|
-
.colored .is-ui .style-helper.tabs-more-background {
|
|
129
|
-
background: #c9cff0;
|
|
130
|
-
}
|
|
131
|
-
.colored #_cbhtml .style-helper.tabs-more-border,
|
|
132
|
-
.colored .is-ui .style-helper.tabs-more-border {
|
|
133
|
-
border: 1px solid #c9cff0;
|
|
134
|
-
}
|
|
135
|
-
.colored #_cbhtml .style-helper.tabs-more-item-color,
|
|
136
|
-
.colored .is-ui .style-helper.tabs-more-item-color {
|
|
137
|
-
background: rgba(0, 0, 0, 0.95);
|
|
138
|
-
}
|
|
139
|
-
.colored #_cbhtml .style-helper.tabs-more-item-background-hover,
|
|
140
|
-
.colored .is-ui .style-helper.tabs-more-item-background-hover {
|
|
141
|
-
background: rgba(255, 255, 255, 0.55);
|
|
142
|
-
}
|
|
143
|
-
.colored #_cbhtml .style-helper.separator-color,
|
|
144
|
-
.colored .is-ui .style-helper.separator-color {
|
|
145
|
-
background: rgba(255, 255, 255, 0.2);
|
|
146
|
-
}
|
|
147
|
-
.colored #_cbhtml .style-helper-button-classic,
|
|
148
|
-
.colored .is-ui .style-helper-button-classic {
|
|
149
|
-
background: rgba(255, 255, 255, 0.3);
|
|
150
|
-
color: #000;
|
|
151
|
-
}
|
|
152
|
-
.colored #_cbhtml .style-helper-button-classic.hover,
|
|
153
|
-
.colored .is-ui .style-helper-button-classic.hover {
|
|
154
|
-
background: rgba(255, 255, 255, 0.3);
|
|
155
|
-
}
|
|
156
|
-
.colored #_cbhtml .style-helper-button-classic svg,
|
|
157
|
-
.colored .is-ui .style-helper-button-classic svg {
|
|
158
|
-
fill: #000;
|
|
159
|
-
}
|
|
160
|
-
.colored #_cbhtml .is-area,
|
|
161
|
-
.colored .is-ui .is-area {
|
|
162
|
-
color: #000 !important;
|
|
163
|
-
background: #bdc4ed !important;
|
|
164
|
-
}
|
|
165
|
-
.colored #_cbhtml .is-area button,
|
|
166
|
-
.colored .is-ui .is-area button {
|
|
167
|
-
color: #000 !important;
|
|
168
|
-
}
|
|
169
|
-
.colored #_cbhtml .is-area button svg,
|
|
170
|
-
.colored .is-ui .is-area button svg {
|
|
171
|
-
fill: #000 !important;
|
|
172
|
-
}
|
|
173
|
-
.colored #_cbhtml .is-area-2nd,
|
|
174
|
-
.colored .is-ui .is-area-2nd {
|
|
175
|
-
color: #000 !important;
|
|
176
|
-
background: #e3e5ea !important;
|
|
177
|
-
}
|
|
178
|
-
.colored #_cbhtml .is-area-2nd button,
|
|
179
|
-
.colored .is-ui .is-area-2nd button {
|
|
180
|
-
color: #000 !important;
|
|
181
|
-
}
|
|
182
|
-
.colored #_cbhtml .is-area-2nd button svg,
|
|
183
|
-
.colored .is-ui .is-area-2nd button svg {
|
|
184
|
-
fill: #000 !important;
|
|
185
|
-
}
|
|
186
|
-
.colored #_cbhtml .is-pop,
|
|
187
|
-
.colored .is-ui .is-pop {
|
|
188
|
-
color: #000;
|
|
189
|
-
background: #bdc4ed;
|
|
190
|
-
border: 1px solid #bdc4ed;
|
|
191
|
-
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
|
|
192
|
-
}
|
|
193
|
-
.colored #_cbhtml .is-pop button,
|
|
194
|
-
.colored .is-ui .is-pop button {
|
|
195
|
-
color: #000;
|
|
196
|
-
background-color: transparent;
|
|
197
|
-
}
|
|
198
|
-
.colored #_cbhtml .is-pop button svg,
|
|
199
|
-
.colored .is-ui .is-pop button svg {
|
|
200
|
-
fill: #000;
|
|
201
|
-
}
|
|
202
|
-
.colored #_cbhtml .is-pop.arrow-top:after,
|
|
203
|
-
.colored .is-ui .is-pop.arrow-top:after {
|
|
204
|
-
border-bottom-color: #bdc4ed;
|
|
205
|
-
}
|
|
206
|
-
.colored #_cbhtml .is-pop.arrow-top:before,
|
|
207
|
-
.colored .is-ui .is-pop.arrow-top:before {
|
|
208
|
-
border-bottom-color: #bdc4ed;
|
|
209
|
-
}
|
|
210
|
-
.colored #_cbhtml .is-pop.arrow-left:after,
|
|
211
|
-
.colored .is-ui .is-pop.arrow-left:after {
|
|
212
|
-
border-right-color: #bdc4ed;
|
|
213
|
-
}
|
|
214
|
-
.colored #_cbhtml .is-pop.arrow-left:before,
|
|
215
|
-
.colored .is-ui .is-pop.arrow-left:before {
|
|
216
|
-
border-right-color: #bdc4ed;
|
|
217
|
-
}
|
|
218
|
-
.colored #_cbhtml .is-pop.arrow-right:after,
|
|
219
|
-
.colored .is-ui .is-pop.arrow-right:after {
|
|
220
|
-
border-left-color: #bdc4ed;
|
|
221
|
-
}
|
|
222
|
-
.colored #_cbhtml .is-pop.arrow-right:before,
|
|
223
|
-
.colored .is-ui .is-pop.arrow-right:before {
|
|
224
|
-
border-left-color: #bdc4ed;
|
|
225
|
-
}
|
|
226
|
-
.colored #_cbhtml .is-pop.arrow-bottom:after,
|
|
227
|
-
.colored .is-ui .is-pop.arrow-bottom:after {
|
|
228
|
-
border-top-color: #bdc4ed;
|
|
229
|
-
}
|
|
230
|
-
.colored #_cbhtml .is-pop.arrow-bottom:before,
|
|
231
|
-
.colored .is-ui .is-pop.arrow-bottom:before {
|
|
232
|
-
border-top-color: #bdc4ed;
|
|
233
|
-
}
|
|
234
|
-
.colored #_cbhtml .is-pop-tabs > div,
|
|
235
|
-
.colored .is-ui .is-pop-tabs > div {
|
|
236
|
-
background: rgba(255, 255, 255, 0.4);
|
|
237
|
-
color: rgba(0, 0, 0, 0.95);
|
|
238
|
-
}
|
|
239
|
-
.colored #_cbhtml .is-pop-tabs > div.active,
|
|
240
|
-
.colored .is-ui .is-pop-tabs > div.active {
|
|
241
|
-
background: transparent;
|
|
242
|
-
}
|
|
243
|
-
.colored #_cbhtml .is-general-options,
|
|
244
|
-
.colored .is-ui .is-general-options {
|
|
245
|
-
color: #fff;
|
|
246
|
-
background: #3f4ec9;
|
|
247
|
-
}
|
|
248
|
-
.colored #_cbhtml .is-general-options button,
|
|
249
|
-
.colored #_cbhtml .is-general-options div[role=button],
|
|
250
|
-
.colored .is-ui .is-general-options button,
|
|
251
|
-
.colored .is-ui .is-general-options div[role=button] {
|
|
252
|
-
background-color: transparent;
|
|
253
|
-
color: rgba(255, 255, 255, 0.95);
|
|
254
|
-
width: 45px;
|
|
255
|
-
height: 40px;
|
|
256
|
-
margin: 0;
|
|
257
|
-
box-shadow: none;
|
|
258
|
-
}
|
|
259
|
-
.colored #_cbhtml .is-general-options button.on,
|
|
260
|
-
.colored #_cbhtml .is-general-options div[role=button].on,
|
|
261
|
-
.colored .is-ui .is-general-options button.on,
|
|
262
|
-
.colored .is-ui .is-general-options div[role=button].on {
|
|
263
|
-
background: #4b59cc;
|
|
264
|
-
}
|
|
265
|
-
.colored #_cbhtml .is-general-options button:hover,
|
|
266
|
-
.colored #_cbhtml .is-general-options div[role=button]:hover,
|
|
267
|
-
.colored .is-ui .is-general-options button:hover,
|
|
268
|
-
.colored .is-ui .is-general-options div[role=button]:hover {
|
|
269
|
-
background: #4f5dcd !important;
|
|
270
|
-
}
|
|
271
|
-
.colored #_cbhtml .is-general-options button svg,
|
|
272
|
-
.colored #_cbhtml .is-general-options div[role=button] svg,
|
|
273
|
-
.colored .is-ui .is-general-options button svg,
|
|
274
|
-
.colored .is-ui .is-general-options div[role=button] svg {
|
|
275
|
-
fill: rgba(255, 255, 255, 0.95);
|
|
276
|
-
}
|
|
277
|
-
.colored #_cbhtml .is-rte-tool,
|
|
278
|
-
.colored #_cbhtml .is-elementrte-tool,
|
|
279
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options,
|
|
280
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options,
|
|
281
|
-
.colored .is-ui .is-rte-tool,
|
|
282
|
-
.colored .is-ui .is-elementrte-tool,
|
|
283
|
-
.colored .is-ui .is-rte-pop.rte-more-options,
|
|
284
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options {
|
|
285
|
-
color: #fff;
|
|
286
|
-
background: #3f4ec9;
|
|
287
|
-
box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
|
|
288
|
-
}
|
|
289
|
-
.colored #_cbhtml .is-rte-tool button,
|
|
290
|
-
.colored #_cbhtml .is-elementrte-tool button,
|
|
291
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options button,
|
|
292
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options button,
|
|
293
|
-
.colored .is-ui .is-rte-tool button,
|
|
294
|
-
.colored .is-ui .is-elementrte-tool button,
|
|
295
|
-
.colored .is-ui .is-rte-pop.rte-more-options button,
|
|
296
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options button {
|
|
297
|
-
background-color: transparent;
|
|
298
|
-
color: rgba(255, 255, 255, 0.95);
|
|
299
|
-
box-shadow: none;
|
|
300
|
-
}
|
|
301
|
-
.colored #_cbhtml .is-rte-tool button.on,
|
|
302
|
-
.colored #_cbhtml .is-elementrte-tool button.on,
|
|
303
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options button.on,
|
|
304
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options button.on,
|
|
305
|
-
.colored .is-ui .is-rte-tool button.on,
|
|
306
|
-
.colored .is-ui .is-elementrte-tool button.on,
|
|
307
|
-
.colored .is-ui .is-rte-pop.rte-more-options button.on,
|
|
308
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options button.on {
|
|
309
|
-
background: #4b59cc;
|
|
310
|
-
}
|
|
311
|
-
.colored #_cbhtml .is-rte-tool button:hover,
|
|
312
|
-
.colored #_cbhtml .is-elementrte-tool button:hover,
|
|
313
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options button:hover,
|
|
314
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options button:hover,
|
|
315
|
-
.colored .is-ui .is-rte-tool button:hover,
|
|
316
|
-
.colored .is-ui .is-elementrte-tool button:hover,
|
|
317
|
-
.colored .is-ui .is-rte-pop.rte-more-options button:hover,
|
|
318
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options button:hover {
|
|
319
|
-
background: #4f5dcd;
|
|
320
|
-
}
|
|
321
|
-
.colored #_cbhtml .is-rte-tool button svg,
|
|
322
|
-
.colored #_cbhtml .is-elementrte-tool button svg,
|
|
323
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options button svg,
|
|
324
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options button svg,
|
|
325
|
-
.colored .is-ui .is-rte-tool button svg,
|
|
326
|
-
.colored .is-ui .is-elementrte-tool button svg,
|
|
327
|
-
.colored .is-ui .is-rte-pop.rte-more-options button svg,
|
|
328
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options button svg {
|
|
329
|
-
fill: rgba(255, 255, 255, 0.95);
|
|
330
|
-
}
|
|
331
|
-
.colored #_cbhtml .is-rte-tool .rte-separator,
|
|
332
|
-
.colored #_cbhtml .is-elementrte-tool .rte-separator,
|
|
333
|
-
.colored #_cbhtml .is-rte-pop.rte-more-options .rte-separator,
|
|
334
|
-
.colored #_cbhtml .is-rte-pop.elementrte-more-options .rte-separator,
|
|
335
|
-
.colored .is-ui .is-rte-tool .rte-separator,
|
|
336
|
-
.colored .is-ui .is-elementrte-tool .rte-separator,
|
|
337
|
-
.colored .is-ui .is-rte-pop.rte-more-options .rte-separator,
|
|
338
|
-
.colored .is-ui .is-rte-pop.elementrte-more-options .rte-separator {
|
|
339
|
-
background: rgba(255, 255, 255, 0.35);
|
|
340
|
-
}
|
|
341
|
-
.colored #_cbhtml[toolbarleft] .is-rte-tool,
|
|
342
|
-
.colored #_cbhtml[toolbarleft] .is-elementrte-tool,
|
|
343
|
-
.colored .is-ui[toolbarleft] .is-rte-tool,
|
|
344
|
-
.colored .is-ui[toolbarleft] .is-elementrte-tool {
|
|
345
|
-
box-shadow: rgba(0, 0, 0, 0.05) 6px 0px 9px 0px;
|
|
346
|
-
}
|
|
347
|
-
.colored #_cbhtml[toolbarright] .is-rte-tool,
|
|
348
|
-
.colored #_cbhtml[toolbarright] .is-elementrte-tool,
|
|
349
|
-
.colored .is-ui[toolbarright] .is-rte-tool,
|
|
350
|
-
.colored .is-ui[toolbarright] .is-elementrte-tool {
|
|
351
|
-
box-shadow: rgba(0, 0, 0, 0.05) -4px 0px 9px 0px;
|
|
352
|
-
}
|
|
353
|
-
.colored #_cbhtml .is-rte-pop,
|
|
354
|
-
.colored .is-ui .is-rte-pop {
|
|
355
|
-
color: #fff;
|
|
356
|
-
background: #3f4ec9;
|
|
357
|
-
box-shadow: rgba(0, 0, 0, 0.07) 0px 7px 12px 0px;
|
|
358
|
-
}
|
|
359
|
-
.colored #_cbhtml .is-rte-pop button.on,
|
|
360
|
-
.colored .is-ui .is-rte-pop button.on {
|
|
361
|
-
background: #4b59cc;
|
|
362
|
-
}
|
|
363
|
-
.colored #_cbhtml .is-rte-pop button:hover,
|
|
364
|
-
.colored .is-ui .is-rte-pop button:hover {
|
|
365
|
-
background: #4f5dcd;
|
|
366
|
-
}
|
|
367
|
-
.colored #_cbhtml .is-rte-pop .is-label.separator,
|
|
368
|
-
.colored .is-ui .is-rte-pop .is-label.separator {
|
|
369
|
-
border-top: rgba(255, 255, 255, 0.2) 1px solid;
|
|
370
|
-
}
|
|
371
|
-
.colored #_cbhtml .is-rte-pop .is-rangeslider,
|
|
372
|
-
.colored .is-ui .is-rte-pop .is-rangeslider {
|
|
373
|
-
background: rgba(36, 45, 126, 0.4);
|
|
374
|
-
}
|
|
375
|
-
.colored #_cbhtml .is-rte-pop .is-rangeslider::-webkit-slider-thumb,
|
|
376
|
-
.colored .is-ui .is-rte-pop .is-rangeslider::-webkit-slider-thumb {
|
|
377
|
-
background: rgba(143, 151, 223, 0.55);
|
|
378
|
-
}
|
|
379
|
-
.colored #_cbhtml .is-rte-pop .is-rangeslider::-moz-range-thumb,
|
|
380
|
-
.colored .is-ui .is-rte-pop .is-rangeslider::-moz-range-thumb {
|
|
381
|
-
background: rgba(143, 151, 223, 0.55);
|
|
382
|
-
}
|
|
383
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options li.on,
|
|
384
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options li.on {
|
|
385
|
-
background: #4b59cc;
|
|
386
|
-
}
|
|
387
|
-
.colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:hover, .colored #_cbhtml .is-rte-pop.rte-paragraph-options > ul > li:focus,
|
|
388
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:hover,
|
|
389
|
-
.colored .is-ui .is-rte-pop.rte-paragraph-options > ul > li:focus {
|
|
390
|
-
background: #4f5dcd;
|
|
391
|
-
}
|
|
392
|
-
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
|
|
393
|
-
.colored .is-ui .is-rte-pop.rte-textsetting-options button.on {
|
|
394
|
-
background: #4b59cc;
|
|
395
|
-
}
|
|
396
|
-
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
|
|
397
|
-
.colored .is-ui .is-rte-pop.rte-textsetting-options button:hover {
|
|
398
|
-
background: #4f5dcd;
|
|
399
|
-
}
|
|
400
|
-
.colored #_cbhtml .is-rte-pop.rte-textsetting-options button:focus,
|
|
401
|
-
.colored .is-ui .is-rte-pop.rte-textsetting-options button:focus {
|
|
402
|
-
background: #4f5dcd;
|
|
403
|
-
}
|
|
404
|
-
.colored #_cbhtml .is-rte-pop.rte-icon-options input[type=text],
|
|
405
|
-
.colored .is-ui .is-rte-pop.rte-icon-options input[type=text] {
|
|
406
|
-
color: rgba(255, 255, 255, 0.95);
|
|
407
|
-
background: rgba(47, 60, 166, 0.4);
|
|
408
|
-
border: none;
|
|
409
|
-
border-bottom: 1px solid rgba(182, 188, 235, 0.45);
|
|
410
|
-
}
|
|
411
|
-
.colored #_cbhtml .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder,
|
|
412
|
-
.colored .is-ui .is-rte-pop.rte-icon-options #inpRteIconSearch::placeholder {
|
|
413
|
-
color: rgba(255, 255, 255, 0.6);
|
|
414
|
-
}
|
|
415
|
-
.colored #_cbhtml .is-rte-pop.rte-fontfamily-options input[type=text],
|
|
416
|
-
.colored .is-ui .is-rte-pop.rte-fontfamily-options input[type=text] {
|
|
417
|
-
color: rgba(255, 255, 255, 0.95);
|
|
418
|
-
background: rgba(47, 60, 166, 0.4);
|
|
419
|
-
border: none;
|
|
420
|
-
border-bottom: 1px solid rgba(182, 188, 235, 0.45);
|
|
421
|
-
}
|
|
422
|
-
.colored #_cbhtml .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder,
|
|
423
|
-
.colored .is-ui .is-rte-pop.rte-fontfamily-options #inpRteFontSearch::placeholder {
|
|
424
|
-
color: rgba(255, 255, 255, 0.6);
|
|
425
|
-
}
|
|
426
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker button,
|
|
427
|
-
.colored .is-ui .is-rte-pop.rte-color-picker button {
|
|
428
|
-
color: rgba(255, 255, 255, 0.95);
|
|
429
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
430
|
-
background: rgba(163, 170, 229, 0.15);
|
|
431
|
-
}
|
|
432
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker button:hover,
|
|
433
|
-
.colored .is-ui .is-rte-pop.rte-color-picker button:hover {
|
|
434
|
-
background: rgba(163, 170, 229, 0.15);
|
|
435
|
-
}
|
|
436
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker input[type=text],
|
|
437
|
-
.colored .is-ui .is-rte-pop.rte-color-picker input[type=text] {
|
|
438
|
-
color: rgba(255, 255, 255, 0.95);
|
|
439
|
-
background: rgba(47, 60, 166, 0.4);
|
|
440
|
-
border: none;
|
|
441
|
-
border-bottom: 1px solid rgba(182, 188, 235, 0.45);
|
|
442
|
-
}
|
|
443
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .rte-color-picker-area > div,
|
|
444
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .rte-color-picker-area > div {
|
|
445
|
-
opacity: 0.9;
|
|
446
|
-
}
|
|
447
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .is-pop-tabs > div,
|
|
448
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .is-pop-tabs > div {
|
|
449
|
-
background: #3746c2;
|
|
450
|
-
color: rgba(255, 255, 255, 0.95);
|
|
451
|
-
font-weight: bold;
|
|
452
|
-
}
|
|
453
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .is-pop-tabs > div.active,
|
|
454
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .is-pop-tabs > div.active {
|
|
455
|
-
background: transparent;
|
|
456
|
-
}
|
|
457
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .rangeSlider,
|
|
458
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .rangeSlider {
|
|
459
|
-
outline: 1px solid rgba(0, 0, 0, 0.08);
|
|
460
|
-
}
|
|
461
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .rangeSlider__handle,
|
|
462
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .rangeSlider__handle {
|
|
463
|
-
border: 1px solid transparent;
|
|
464
|
-
background: rgba(255, 255, 255, 0.55);
|
|
465
|
-
}
|
|
466
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .dot-1,
|
|
467
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .dot-1 {
|
|
468
|
-
background: rgba(255, 255, 255, 0.4);
|
|
469
|
-
}
|
|
470
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .dot-2,
|
|
471
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .dot-2 {
|
|
472
|
-
background: rgba(229, 232, 248, 0.3);
|
|
473
|
-
}
|
|
474
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .dot-3,
|
|
475
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .dot-3 {
|
|
476
|
-
background: rgba(255, 255, 255, 0.4);
|
|
477
|
-
}
|
|
478
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .dot-4,
|
|
479
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .dot-4 {
|
|
480
|
-
background: rgba(229, 232, 248, 0.3);
|
|
481
|
-
}
|
|
482
|
-
.colored #_cbhtml .is-rte-pop.rte-color-picker .is-color-preview,
|
|
483
|
-
.colored .is-ui .is-rte-pop.rte-color-picker .is-color-preview {
|
|
484
|
-
border: transparent 1px solid;
|
|
485
|
-
}
|
|
486
|
-
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:hover,
|
|
487
|
-
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
|
|
488
|
-
background: #4f5dcd;
|
|
489
|
-
}
|
|
490
|
-
.colored #_cbhtml .is-rte-pop.rte-customtag-options > div button:focus,
|
|
491
|
-
.colored .is-ui .is-rte-pop.rte-customtag-options > div button:focus {
|
|
492
|
-
background: #4f5dcd;
|
|
493
|
-
}
|
|
494
|
-
.colored #_cbhtml[toolbarleft] .is-rte-pop,
|
|
495
|
-
.colored .is-ui[toolbarleft] .is-rte-pop {
|
|
496
|
-
box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
|
|
497
|
-
}
|
|
498
|
-
.colored #_cbhtml[toolbarright] .is-rte-pop,
|
|
499
|
-
.colored .is-ui[toolbarright] .is-rte-pop {
|
|
500
|
-
box-shadow: rgba(0, 0, 0, 0.05) -6px 1px 9px 0px;
|
|
501
|
-
}
|
|
502
|
-
.colored #_cbhtml .is-modal,
|
|
503
|
-
.colored .is-ui .is-modal {
|
|
504
|
-
background: rgba(255, 255, 255, 0.000001);
|
|
505
|
-
/* new: theme-light for module dialog */
|
|
506
|
-
}
|
|
507
|
-
.colored #_cbhtml .is-modal button,
|
|
508
|
-
.colored .is-ui .is-modal button {
|
|
509
|
-
color: #000;
|
|
510
|
-
background: rgba(255, 255, 255, 0.3);
|
|
511
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
512
|
-
}
|
|
513
|
-
.colored #_cbhtml .is-modal button:hover,
|
|
514
|
-
.colored .is-ui .is-modal button:hover {
|
|
515
|
-
background: rgba(255, 255, 255, 0.3);
|
|
516
|
-
}
|
|
517
|
-
.colored #_cbhtml .is-modal button.on,
|
|
518
|
-
.colored .is-ui .is-modal button.on {
|
|
519
|
-
background: rgba(197, 203, 239, 0.3);
|
|
520
|
-
}
|
|
521
|
-
.colored #_cbhtml .is-modal .is-separator,
|
|
522
|
-
.colored .is-ui .is-modal .is-separator {
|
|
523
|
-
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
|
524
|
-
}
|
|
525
|
-
.colored #_cbhtml .is-modal .is-rangeslider,
|
|
526
|
-
.colored .is-ui .is-modal .is-rangeslider {
|
|
527
|
-
background: rgba(109, 124, 215, 0.4);
|
|
528
|
-
}
|
|
529
|
-
.colored #_cbhtml .is-modal .is-rangeslider::-webkit-slider-thumb,
|
|
530
|
-
.colored .is-ui .is-modal .is-rangeslider::-webkit-slider-thumb {
|
|
531
|
-
background: rgba(53, 74, 194, 0.4);
|
|
532
|
-
}
|
|
533
|
-
.colored #_cbhtml .is-modal .is-rangeslider::-moz-range-thumb,
|
|
534
|
-
.colored .is-ui .is-modal .is-rangeslider::-moz-range-thumb {
|
|
535
|
-
background: rgba(53, 74, 194, 0.4);
|
|
536
|
-
}
|
|
537
|
-
.colored #_cbhtml .is-modal .is-modal-overlay,
|
|
538
|
-
.colored .is-ui .is-modal .is-modal-overlay {
|
|
539
|
-
background: rgba(255, 255, 255, 0.000001);
|
|
540
|
-
}
|
|
541
|
-
.colored #_cbhtml .is-modal .is-modal-overlay.overlay-stay,
|
|
542
|
-
.colored .is-ui .is-modal .is-modal-overlay.overlay-stay {
|
|
543
|
-
background: rgba(183, 183, 183, 0.11);
|
|
544
|
-
}
|
|
545
|
-
.colored #_cbhtml .is-modal.is-modal-content,
|
|
546
|
-
.colored #_cbhtml .is-modal .is-modal-content,
|
|
547
|
-
.colored .is-ui .is-modal.is-modal-content,
|
|
548
|
-
.colored .is-ui .is-modal .is-modal-content {
|
|
549
|
-
color: #000;
|
|
550
|
-
background: #bdc4ed;
|
|
551
|
-
border: 1px solid rgba(209, 214, 242, 0.3);
|
|
552
|
-
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
|
553
|
-
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
|
554
|
-
}
|
|
555
|
-
.colored #_cbhtml .is-modal.is-modal-content svg,
|
|
556
|
-
.colored #_cbhtml .is-modal .is-modal-content svg,
|
|
557
|
-
.colored .is-ui .is-modal.is-modal-content svg,
|
|
558
|
-
.colored .is-ui .is-modal .is-modal-content svg {
|
|
559
|
-
fill: #000;
|
|
560
|
-
}
|
|
561
|
-
.colored #_cbhtml .is-modal.theme-light button.classic-primary,
|
|
562
|
-
.colored .is-ui .is-modal.theme-light button.classic-primary {
|
|
563
|
-
color: #000;
|
|
564
|
-
background: #f5f5f5;
|
|
565
|
-
border: transparent 1px solid;
|
|
566
|
-
}
|
|
567
|
-
.colored #_cbhtml .is-modal.theme-light button.classic-primary:hover,
|
|
568
|
-
.colored .is-ui .is-modal.theme-light button.classic-primary:hover {
|
|
569
|
-
background: #f1f1f1;
|
|
570
|
-
}
|
|
571
|
-
.colored #_cbhtml .is-modal.theme-light button.classic-secondary,
|
|
572
|
-
.colored .is-ui .is-modal.theme-light button.classic-secondary {
|
|
573
|
-
color: #000;
|
|
574
|
-
background: transparent;
|
|
575
|
-
border: transparent 1px solid;
|
|
576
|
-
}
|
|
577
|
-
.colored #_cbhtml .is-modal.theme-light button.classic-secondary:hover,
|
|
578
|
-
.colored .is-ui .is-modal.theme-light button.classic-secondary:hover {
|
|
579
|
-
background: transparent;
|
|
580
|
-
}
|
|
581
|
-
.colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay),
|
|
582
|
-
.colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) {
|
|
583
|
-
color: #000;
|
|
584
|
-
background: #bdc4ed;
|
|
585
|
-
border: 1px solid rgba(209, 214, 242, 0.3);
|
|
586
|
-
border-top: 1px solid rgba(255, 255, 255, 0.34);
|
|
587
|
-
box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.05);
|
|
588
|
-
}
|
|
589
|
-
.colored #_cbhtml .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg,
|
|
590
|
-
.colored .is-ui .is-modal:not(.is-modal-content):not(.theme-light) > div:not(.is-modal-overlay) svg {
|
|
591
|
-
fill: #000;
|
|
592
|
-
}
|
|
593
|
-
.colored #_cbhtml .is-modal div.is-modal-bar,
|
|
594
|
-
.colored .is-ui .is-modal div.is-modal-bar {
|
|
595
|
-
color: rgba(0, 0, 0, 0.68);
|
|
596
|
-
}
|
|
597
|
-
.colored #_cbhtml .is-modal div.is-modal-bar .is-modal-close,
|
|
598
|
-
.colored .is-ui .is-modal div.is-modal-bar .is-modal-close {
|
|
599
|
-
color: #000;
|
|
600
|
-
}
|
|
601
|
-
.colored #_cbhtml .is-modal.viewhtml textarea,
|
|
602
|
-
.colored .is-ui .is-modal.viewhtml textarea {
|
|
603
|
-
background-color: #fff;
|
|
604
|
-
}
|
|
605
|
-
.colored #_cbhtml .is-modal.previewcontent,
|
|
606
|
-
.colored .is-ui .is-modal.previewcontent {
|
|
607
|
-
background: #dadcea;
|
|
608
|
-
}
|
|
609
|
-
.colored #_cbhtml .is-modal.previewcontent .size-control,
|
|
610
|
-
.colored .is-ui .is-modal.previewcontent .size-control {
|
|
611
|
-
cursor: pointer;
|
|
612
|
-
background: #adb6e9;
|
|
613
|
-
border-left: #e5e8f8 2px solid;
|
|
614
|
-
border-right: #e5e8f8 2px solid;
|
|
615
|
-
}
|
|
616
|
-
.colored #_cbhtml .is-modal.previewcontent .size-control-info,
|
|
617
|
-
.colored .is-ui .is-modal.previewcontent .size-control-info {
|
|
618
|
-
color: #000;
|
|
619
|
-
}
|
|
620
|
-
.colored #_cbhtml .is-modal.previewcontent .size-control.hover,
|
|
621
|
-
.colored .is-ui .is-modal.previewcontent .size-control.hover {
|
|
622
|
-
background: #c9cff0;
|
|
623
|
-
}
|
|
624
|
-
.colored #_cbhtml .is-modal.previewcontent .is-modal-close svg,
|
|
625
|
-
.colored .is-ui .is-modal.previewcontent .is-modal-close svg {
|
|
626
|
-
fill: #000;
|
|
627
|
-
}
|
|
628
|
-
.colored #_cbhtml .is-modal.grideditor,
|
|
629
|
-
.colored .is-ui .is-modal.grideditor {
|
|
630
|
-
background: #bdc4ed;
|
|
631
|
-
}
|
|
632
|
-
.colored #_cbhtml .is-modal.grideditor .is-separator,
|
|
633
|
-
.colored .is-ui .is-modal.grideditor .is-separator {
|
|
634
|
-
border-top: rgba(255, 255, 255, 0.36) 1px solid;
|
|
635
|
-
}
|
|
636
|
-
.colored #_cbhtml .is-modal.edittable .is-modal-bar,
|
|
637
|
-
.colored .is-ui .is-modal.edittable .is-modal-bar {
|
|
638
|
-
background-color: rgba(255, 255, 255, 0.12);
|
|
639
|
-
}
|
|
640
|
-
.colored #_cbhtml .is-modal.edittable button.is-btn-color,
|
|
641
|
-
.colored .is-ui .is-modal.edittable button.is-btn-color {
|
|
642
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
643
|
-
border: rgba(255, 255, 255, 0.55) 1px solid;
|
|
644
|
-
}
|
|
645
|
-
.colored #_cbhtml .is-modal.buttoneditor .is-modal-bar,
|
|
646
|
-
.colored .is-ui .is-modal.buttoneditor .is-modal-bar {
|
|
647
|
-
background-color: rgba(255, 255, 255, 0.12);
|
|
648
|
-
}
|
|
649
|
-
.colored #_cbhtml .is-modal.columnsettings .is-modal-bar, .colored #_cbhtml .is-modal.rowsettings .is-modal-bar,
|
|
650
|
-
.colored .is-ui .is-modal.columnsettings .is-modal-bar,
|
|
651
|
-
.colored .is-ui .is-modal.rowsettings .is-modal-bar {
|
|
652
|
-
background-color: rgba(255, 255, 255, 0.12);
|
|
653
|
-
}
|
|
654
|
-
.colored #_cbhtml .is-modal.columnsettings button.is-btn-color, .colored #_cbhtml .is-modal.rowsettings button.is-btn-color,
|
|
655
|
-
.colored .is-ui .is-modal.columnsettings button.is-btn-color,
|
|
656
|
-
.colored .is-ui .is-modal.rowsettings button.is-btn-color {
|
|
657
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
658
|
-
border: rgba(255, 255, 255, 0.55) 1px solid;
|
|
659
|
-
}
|
|
660
|
-
.colored #_cbhtml .is-modal.pickcolor button,
|
|
661
|
-
.colored .is-ui .is-modal.pickcolor button {
|
|
662
|
-
color: rgba(0, 0, 0, 0.95);
|
|
663
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
664
|
-
background: rgba(255, 255, 255, 0.3);
|
|
665
|
-
}
|
|
666
|
-
.colored #_cbhtml .is-modal.pickcolor button:hover,
|
|
667
|
-
.colored .is-ui .is-modal.pickcolor button:hover {
|
|
668
|
-
background: rgba(255, 255, 255, 0.3);
|
|
669
|
-
}
|
|
670
|
-
.colored #_cbhtml .is-modal.pickcolor input[type=text],
|
|
671
|
-
.colored .is-ui .is-modal.pickcolor input[type=text] {
|
|
672
|
-
color: rgba(0, 0, 0, 0.83);
|
|
673
|
-
background: rgba(149, 160, 226, 0.25);
|
|
674
|
-
border: none;
|
|
675
|
-
border-bottom: 1px solid #d1d6f2;
|
|
676
|
-
}
|
|
677
|
-
.colored #_cbhtml .is-modal.pickcolor div.is-modal-content > div,
|
|
678
|
-
.colored .is-ui .is-modal.pickcolor div.is-modal-content > div {
|
|
679
|
-
opacity: 0.9;
|
|
680
|
-
}
|
|
681
|
-
.colored #_cbhtml .is-modal.pickcolor .rangeSlider,
|
|
682
|
-
.colored .is-ui .is-modal.pickcolor .rangeSlider {
|
|
683
|
-
outline: 1px solid rgba(0, 0, 0, 0.08);
|
|
684
|
-
}
|
|
685
|
-
.colored #_cbhtml .is-modal.pickcolor .rangeSlider__handle,
|
|
686
|
-
.colored .is-ui .is-modal.pickcolor .rangeSlider__handle {
|
|
687
|
-
border: 1px solid transparent;
|
|
688
|
-
background: rgba(255, 255, 255, 0.55);
|
|
689
|
-
}
|
|
690
|
-
.colored #_cbhtml .is-modal.pickcolor .dot-1,
|
|
691
|
-
.colored .is-ui .is-modal.pickcolor .dot-1 {
|
|
692
|
-
background: rgba(255, 255, 255, 0.4);
|
|
693
|
-
}
|
|
694
|
-
.colored #_cbhtml .is-modal.pickcolor .dot-2,
|
|
695
|
-
.colored .is-ui .is-modal.pickcolor .dot-2 {
|
|
696
|
-
background: rgba(229, 232, 248, 0.3);
|
|
697
|
-
}
|
|
698
|
-
.colored #_cbhtml .is-modal.pickcolor .dot-3,
|
|
699
|
-
.colored .is-ui .is-modal.pickcolor .dot-3 {
|
|
700
|
-
background: rgba(255, 255, 255, 0.4);
|
|
701
|
-
}
|
|
702
|
-
.colored #_cbhtml .is-modal.pickcolor .dot-4,
|
|
703
|
-
.colored .is-ui .is-modal.pickcolor .dot-4 {
|
|
704
|
-
background: rgba(229, 232, 248, 0.3);
|
|
705
|
-
}
|
|
706
|
-
.colored #_cbhtml .is-modal.pickcolor .is-color-preview,
|
|
707
|
-
.colored .is-ui .is-modal.pickcolor .is-color-preview {
|
|
708
|
-
border: transparent 1px solid;
|
|
709
|
-
}
|
|
710
|
-
.colored #_cbhtml .is-modal.snippetwindow,
|
|
711
|
-
.colored .is-ui .is-modal.snippetwindow {
|
|
712
|
-
background-color: #e9eaee;
|
|
713
|
-
}
|
|
714
|
-
.colored #_cbhtml .is-modal.snippetwindow .is-modal-bar,
|
|
715
|
-
.colored .is-ui .is-modal.snippetwindow .is-modal-bar {
|
|
716
|
-
background-color: rgba(255, 255, 255, 0.12);
|
|
717
|
-
}
|
|
718
|
-
.colored #_cbhtml .is-modal.snippetwindow .select-styled,
|
|
719
|
-
.colored .is-ui .is-modal.snippetwindow .select-styled {
|
|
720
|
-
border-bottom: 1px solid #bababa38;
|
|
721
|
-
}
|
|
722
|
-
.colored #_cbhtml .is-modal.pickcolormore div.is-modal-content > div,
|
|
723
|
-
.colored .is-ui .is-modal.pickcolormore div.is-modal-content > div {
|
|
724
|
-
opacity: 0.9;
|
|
725
|
-
}
|
|
726
|
-
.colored #_cbhtml .is-modal.pickfontfamily .is-modal-bar,
|
|
727
|
-
.colored .is-ui .is-modal.pickfontfamily .is-modal-bar {
|
|
728
|
-
background: rgba(255, 255, 255, 0.12);
|
|
729
|
-
}
|
|
730
|
-
.colored #_cbhtml .is-modal.insertimage .is-drop-area,
|
|
731
|
-
.colored .is-ui .is-modal.insertimage .is-drop-area {
|
|
732
|
-
border: 2px dashed rgba(0, 0, 0, 0.3);
|
|
733
|
-
}
|
|
734
|
-
.colored #_cbhtml .is-modal.insertimage .is-drop-area svg,
|
|
735
|
-
.colored .is-ui .is-modal.insertimage .is-drop-area svg {
|
|
736
|
-
fill: #000;
|
|
737
|
-
}
|
|
738
|
-
.colored #_cbhtml .is-modal.insertimage .is-drop-area:hover,
|
|
739
|
-
.colored .is-ui .is-modal.insertimage .is-drop-area:hover {
|
|
740
|
-
background-color: #c5cbef;
|
|
741
|
-
}
|
|
742
|
-
.colored #_cbhtml .is-modal.insertimage .is-drop-area.image-dropping,
|
|
743
|
-
.colored .is-ui .is-modal.insertimage .is-drop-area.image-dropping {
|
|
744
|
-
background-color: #c5cbef;
|
|
745
|
-
}
|
|
746
|
-
.colored #_cbhtml .is-modal.insertimage .is-preview-area,
|
|
747
|
-
.colored .is-ui .is-modal.insertimage .is-preview-area {
|
|
748
|
-
opacity: 0.8;
|
|
749
|
-
}
|
|
750
|
-
.colored #_cbhtml .is-modal.insertimage .is-preview-area div i,
|
|
751
|
-
.colored .is-ui .is-modal.insertimage .is-preview-area div i {
|
|
752
|
-
background: rgba(0, 0, 0, 0.23);
|
|
753
|
-
color: #fff;
|
|
754
|
-
}
|
|
755
|
-
.colored #_cbhtml .is-modal.imageedit .imageedit-crop button,
|
|
756
|
-
.colored .is-ui .is-modal.imageedit .imageedit-crop button {
|
|
757
|
-
color: #000;
|
|
758
|
-
border: rgba(0, 0, 0, 0.32) 1px solid;
|
|
759
|
-
}
|
|
760
|
-
.colored #_cbhtml .is-modal ::-webkit-input-placeholder,
|
|
761
|
-
.colored .is-ui .is-modal ::-webkit-input-placeholder {
|
|
762
|
-
color: rgba(0, 0, 0, 0.3);
|
|
763
|
-
}
|
|
764
|
-
.colored #_cbhtml .is-modal :-ms-input-placeholder,
|
|
765
|
-
.colored .is-ui .is-modal :-ms-input-placeholder {
|
|
766
|
-
color: rgba(0, 0, 0, 0.3);
|
|
767
|
-
}
|
|
768
|
-
.colored #_cbhtml .is-modal ::placeholder,
|
|
769
|
-
.colored .is-ui .is-modal ::placeholder {
|
|
770
|
-
color: rgba(0, 0, 0, 0.3);
|
|
771
|
-
}
|
|
772
|
-
.colored #_cbhtml .is-tool#divImageTool,
|
|
773
|
-
.colored .is-ui .is-tool#divImageTool {
|
|
774
|
-
background: rgba(0, 0, 0, 0.15);
|
|
775
|
-
}
|
|
776
|
-
.colored #_cbhtml .is-tool#divImageTool svg,
|
|
777
|
-
.colored .is-ui .is-tool#divImageTool svg {
|
|
778
|
-
fill: #fff;
|
|
779
|
-
}
|
|
780
|
-
.colored #_cbhtml .is-tool.is-spacer-tool > button,
|
|
781
|
-
.colored .is-ui .is-tool.is-spacer-tool > button {
|
|
782
|
-
background: #eaebf1;
|
|
783
|
-
}
|
|
784
|
-
.colored #_cbhtml .is-tool.is-spacer-tool > button svg,
|
|
785
|
-
.colored .is-ui .is-tool.is-spacer-tool > button svg {
|
|
786
|
-
fill: #000;
|
|
787
|
-
}
|
|
788
|
-
.colored #_cbhtml .is-tool.is-table-tool > button,
|
|
789
|
-
.colored .is-ui .is-tool.is-table-tool > button {
|
|
790
|
-
background: #eaebf1;
|
|
791
|
-
}
|
|
792
|
-
.colored #_cbhtml .is-tool.is-table-tool > button svg,
|
|
793
|
-
.colored .is-ui .is-tool.is-table-tool > button svg {
|
|
794
|
-
fill: #000;
|
|
795
|
-
}
|
|
796
|
-
.colored #_cbhtml .is-tool.is-code-tool > button, .colored #_cbhtml .is-tool.is-module-tool > button, .colored #_cbhtml .is-tool.is-svg-tool > button,
|
|
797
|
-
.colored .is-ui .is-tool.is-code-tool > button,
|
|
798
|
-
.colored .is-ui .is-tool.is-module-tool > button,
|
|
799
|
-
.colored .is-ui .is-tool.is-svg-tool > button {
|
|
800
|
-
background: #eaebf1;
|
|
801
|
-
}
|
|
802
|
-
.colored #_cbhtml .is-tool.is-code-tool > button svg, .colored #_cbhtml .is-tool.is-module-tool > button svg, .colored #_cbhtml .is-tool.is-svg-tool > button svg,
|
|
803
|
-
.colored .is-ui .is-tool.is-code-tool > button svg,
|
|
804
|
-
.colored .is-ui .is-tool.is-module-tool > button svg,
|
|
805
|
-
.colored .is-ui .is-tool.is-svg-tool > button svg {
|
|
806
|
-
fill: #000;
|
|
807
|
-
}
|
|
808
|
-
.colored #_cbhtml .is-tool#divLinkTool button, .colored #_cbhtml .is-tool#divButtonTool button,
|
|
809
|
-
.colored .is-ui .is-tool#divLinkTool button,
|
|
810
|
-
.colored .is-ui .is-tool#divButtonTool button {
|
|
811
|
-
background: #eaebf1;
|
|
812
|
-
}
|
|
813
|
-
.colored #_cbhtml .is-tool#divLinkTool button svg, .colored #_cbhtml .is-tool#divButtonTool button svg,
|
|
814
|
-
.colored .is-ui .is-tool#divLinkTool button svg,
|
|
815
|
-
.colored .is-ui .is-tool#divButtonTool button svg {
|
|
816
|
-
fill: #000;
|
|
817
|
-
}
|
|
818
|
-
.colored #_cbhtml #divImageProgress,
|
|
819
|
-
.colored .is-ui #divImageProgress {
|
|
820
|
-
background: rgba(88, 94, 132, 0.15);
|
|
821
|
-
}
|
|
822
|
-
.colored #_cbhtml #divImageProgress .dot,
|
|
823
|
-
.colored .is-ui #divImageProgress .dot {
|
|
824
|
-
background-color: #fff;
|
|
825
|
-
}
|
|
826
|
-
.colored #_cbhtml .is-side,
|
|
827
|
-
.colored .is-ui .is-side {
|
|
828
|
-
color: #000;
|
|
829
|
-
box-shadow: rgba(63, 78, 201, 0.05) 0 0 16px 0px;
|
|
830
|
-
background: #bdc4ed;
|
|
831
|
-
}
|
|
832
|
-
.colored #_cbhtml .is-side button,
|
|
833
|
-
.colored .is-ui .is-side button {
|
|
834
|
-
color: #000;
|
|
835
|
-
background: rgba(255, 255, 255, 0.3);
|
|
836
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
837
|
-
}
|
|
838
|
-
.colored #_cbhtml .is-side button:hover,
|
|
839
|
-
.colored .is-ui .is-side button:hover {
|
|
840
|
-
background: rgba(255, 255, 255, 0.3);
|
|
841
|
-
}
|
|
842
|
-
.colored #_cbhtml .is-side button.on,
|
|
843
|
-
.colored .is-ui .is-side button.on {
|
|
844
|
-
background: rgba(197, 203, 239, 0.3);
|
|
845
|
-
}
|
|
846
|
-
.colored #_cbhtml .is-side svg,
|
|
847
|
-
.colored .is-ui .is-side svg {
|
|
848
|
-
fill: #000;
|
|
849
|
-
}
|
|
850
|
-
.colored #_cbhtml .is-side.fromleft,
|
|
851
|
-
.colored .is-ui .is-side.fromleft {
|
|
852
|
-
border-right: 1px solid #bdc4ed;
|
|
853
|
-
}
|
|
854
|
-
.colored #_cbhtml button,
|
|
855
|
-
.colored #_cbhtml .is-btn,
|
|
856
|
-
.colored .is-ui button,
|
|
857
|
-
.colored .is-ui .is-btn {
|
|
858
|
-
color: rgba(255, 255, 255, 0.95);
|
|
859
|
-
background: #3f4ec9;
|
|
860
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
861
|
-
}
|
|
862
|
-
.colored #_cbhtml button:hover,
|
|
863
|
-
.colored #_cbhtml .is-btn:hover,
|
|
864
|
-
.colored .is-ui button:hover,
|
|
865
|
-
.colored .is-ui .is-btn:hover {
|
|
866
|
-
background: #0000000d;
|
|
867
|
-
}
|
|
868
|
-
.colored #_cbhtml button svg,
|
|
869
|
-
.colored #_cbhtml .is-btn svg,
|
|
870
|
-
.colored .is-ui button svg,
|
|
871
|
-
.colored .is-ui .is-btn svg {
|
|
872
|
-
fill: rgba(255, 255, 255, 0.95);
|
|
873
|
-
}
|
|
874
|
-
.colored #_cbhtml button.classic,
|
|
875
|
-
.colored #_cbhtml .is-btn.classic,
|
|
876
|
-
.colored .is-ui button.classic,
|
|
877
|
-
.colored .is-ui .is-btn.classic {
|
|
878
|
-
color: #000;
|
|
879
|
-
background: rgba(255, 255, 255, 0.3);
|
|
880
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
881
|
-
}
|
|
882
|
-
.colored #_cbhtml button.classic:hover,
|
|
883
|
-
.colored #_cbhtml .is-btn.classic:hover,
|
|
884
|
-
.colored .is-ui button.classic:hover,
|
|
885
|
-
.colored .is-ui .is-btn.classic:hover {
|
|
886
|
-
background: rgba(255, 255, 255, 0.3);
|
|
887
|
-
}
|
|
888
|
-
.colored #_cbhtml button.classic-primary,
|
|
889
|
-
.colored #_cbhtml .is-btn.classic-primary,
|
|
890
|
-
.colored .is-ui button.classic-primary,
|
|
891
|
-
.colored .is-ui .is-btn.classic-primary {
|
|
892
|
-
color: #000;
|
|
893
|
-
background: rgba(255, 255, 255, 0.3);
|
|
894
|
-
border: transparent 1px solid;
|
|
895
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
896
|
-
}
|
|
897
|
-
.colored #_cbhtml button.classic-primary:hover,
|
|
898
|
-
.colored #_cbhtml .is-btn.classic-primary:hover,
|
|
899
|
-
.colored .is-ui button.classic-primary:hover,
|
|
900
|
-
.colored .is-ui .is-btn.classic-primary:hover {
|
|
901
|
-
border: transparent 1px solid;
|
|
902
|
-
background: rgba(255, 255, 255, 0.3);
|
|
903
|
-
}
|
|
904
|
-
.colored #_cbhtml button.classic-secondary,
|
|
905
|
-
.colored #_cbhtml .is-btn.classic-secondary,
|
|
906
|
-
.colored .is-ui button.classic-secondary,
|
|
907
|
-
.colored .is-ui .is-btn.classic-secondary {
|
|
908
|
-
color: #000;
|
|
909
|
-
background: transparent;
|
|
910
|
-
border: transparent 1px solid;
|
|
911
|
-
box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
|
|
912
|
-
}
|
|
913
|
-
.colored #_cbhtml button.classic-secondary:hover,
|
|
914
|
-
.colored #_cbhtml .is-btn.classic-secondary:hover,
|
|
915
|
-
.colored .is-ui button.classic-secondary:hover,
|
|
916
|
-
.colored .is-ui .is-btn.classic-secondary:hover {
|
|
917
|
-
border: transparent 1px solid;
|
|
918
|
-
background: transparent;
|
|
919
|
-
}
|
|
920
|
-
.colored #_cbhtml textarea:not(.monaco-mouse-cursor-text),
|
|
921
|
-
.colored .is-ui textarea:not(.monaco-mouse-cursor-text) {
|
|
922
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
923
|
-
background-color: rgba(149, 160, 226, 0.25);
|
|
924
|
-
color: rgba(0, 0, 0, 0.83);
|
|
925
|
-
}
|
|
926
|
-
.colored #_cbhtml select,
|
|
927
|
-
.colored .is-ui select {
|
|
928
|
-
color: rgba(0, 0, 0, 0.83);
|
|
929
|
-
background-color: #d1d6f2;
|
|
930
|
-
}
|
|
931
|
-
.colored #_cbhtml select option,
|
|
932
|
-
.colored .is-ui select option {
|
|
933
|
-
background: #d9ddf5;
|
|
934
|
-
}
|
|
935
|
-
.colored #_cbhtml input[type=text], .colored #_cbhtml input[type=number],
|
|
936
|
-
.colored .is-ui input[type=text],
|
|
937
|
-
.colored .is-ui input[type=number] {
|
|
938
|
-
color: rgba(0, 0, 0, 0.83);
|
|
939
|
-
border: none;
|
|
940
|
-
border-bottom: none;
|
|
941
|
-
background-color: rgba(149, 160, 226, 0.25);
|
|
942
|
-
}
|
|
943
|
-
.colored #_cbhtml input[type=checkbox],
|
|
944
|
-
.colored .is-ui input[type=checkbox] {
|
|
945
|
-
opacity: 0.7;
|
|
946
|
-
}
|
|
947
|
-
.colored #_cbhtml label,
|
|
948
|
-
.colored .is-ui label {
|
|
949
|
-
color: #000;
|
|
950
|
-
}
|
|
951
|
-
.colored #_cbhtml .is-tabs,
|
|
952
|
-
.colored .is-ui .is-tabs {
|
|
953
|
-
background: rgba(255, 255, 255, 0.12);
|
|
954
|
-
}
|
|
955
|
-
.colored #_cbhtml .is-tabs a,
|
|
956
|
-
.colored .is-ui .is-tabs a {
|
|
957
|
-
color: rgba(0, 0, 0, 0.95);
|
|
958
|
-
border-bottom: transparent 1px solid;
|
|
959
|
-
}
|
|
960
|
-
.colored #_cbhtml .is-tabs a.active,
|
|
961
|
-
.colored .is-ui .is-tabs a.active {
|
|
962
|
-
background: transparent;
|
|
963
|
-
border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
|
|
964
|
-
}
|
|
965
|
-
.colored #_cbhtml .is-tabs a svg,
|
|
966
|
-
.colored .is-ui .is-tabs a svg {
|
|
967
|
-
fill: rgba(0, 0, 0, 0.95);
|
|
968
|
-
}
|
|
969
|
-
.colored #_cbhtml .is-tabs-more,
|
|
970
|
-
.colored .is-ui .is-tabs-more {
|
|
971
|
-
background: #c9cff0;
|
|
972
|
-
border: 1px solid #c9cff0;
|
|
973
|
-
box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.07);
|
|
974
|
-
}
|
|
975
|
-
.colored #_cbhtml .is-tabs-more > a,
|
|
976
|
-
.colored .is-ui .is-tabs-more > a {
|
|
977
|
-
color: rgba(0, 0, 0, 0.95);
|
|
978
|
-
}
|
|
979
|
-
.colored #_cbhtml .is-tabs-more > a:hover, .colored #_cbhtml .is-tabs-more > a.active,
|
|
980
|
-
.colored .is-ui .is-tabs-more > a:hover,
|
|
981
|
-
.colored .is-ui .is-tabs-more > a.active {
|
|
982
|
-
background: rgba(255, 255, 255, 0.55);
|
|
983
|
-
}
|
|
984
|
-
.colored #_cbhtml #divSnippetList,
|
|
985
|
-
.colored .is-ui #divSnippetList {
|
|
986
|
-
background: #e9eaee;
|
|
987
|
-
border-left: 1px solid #e6e7ec;
|
|
988
|
-
box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 0px;
|
|
989
|
-
}
|
|
990
|
-
.colored #_cbhtml #divSnippetList #divSnippetHandle,
|
|
991
|
-
.colored .is-ui #divSnippetList #divSnippetHandle {
|
|
992
|
-
background: #e9eaee;
|
|
993
|
-
border: 1px solid #e6e7ec;
|
|
994
|
-
box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px;
|
|
995
|
-
}
|
|
996
|
-
.colored #_cbhtml #divSnippetList #divSnippetHandle svg,
|
|
997
|
-
.colored .is-ui #divSnippetList #divSnippetHandle svg {
|
|
998
|
-
fill: #000;
|
|
999
|
-
}
|
|
1000
|
-
.colored #_cbhtml #divSnippetList.fromleft #divSnippetHandle,
|
|
1001
|
-
.colored .is-ui #divSnippetList.fromleft #divSnippetHandle {
|
|
1002
|
-
border-right: 1px solid #e6e7ec;
|
|
1003
|
-
}
|
|
1004
|
-
.colored #_cbhtml #divSnippetScrollUp,
|
|
1005
|
-
.colored #_cbhtml #divSnippetScrollDown,
|
|
1006
|
-
.colored .is-ui #divSnippetScrollUp,
|
|
1007
|
-
.colored .is-ui #divSnippetScrollDown {
|
|
1008
|
-
background: rgba(82, 82, 82, 0.6);
|
|
1009
|
-
color: #fff;
|
|
1010
|
-
}
|
|
1011
|
-
.colored #_cbhtml .is-design-list > div,
|
|
1012
|
-
.colored .is-ui .is-design-list > div {
|
|
1013
|
-
outline: rgba(219, 219, 219, 0.35) 1px solid !important;
|
|
1014
|
-
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
|
|
1015
|
-
}
|
|
1016
|
-
.colored #_cbhtml .is-design-list > div .is-overlay,
|
|
1017
|
-
.colored .is-ui .is-design-list > div .is-overlay {
|
|
1018
|
-
position: absolute;
|
|
1019
|
-
left: 0px;
|
|
1020
|
-
top: 0px;
|
|
1021
|
-
width: 100%;
|
|
1022
|
-
height: 100%;
|
|
1023
|
-
}
|
|
1024
|
-
.colored #_cbhtml .is-design-list > div .is-overlay:after,
|
|
1025
|
-
.colored .is-ui .is-design-list > div .is-overlay:after {
|
|
1026
|
-
background: rgba(0, 0, 0, 0.03);
|
|
1027
|
-
}
|
|
1028
|
-
.colored #_cbhtml .is-design-list .snippet-item.sortable-drag:hover,
|
|
1029
|
-
.colored .is-ui .is-design-list .snippet-item.sortable-drag:hover {
|
|
1030
|
-
background-color: rgba(0, 0, 0, 0.06);
|
|
1031
|
-
}
|
|
1032
|
-
.colored #_cbhtml .is-selectbox,
|
|
1033
|
-
.colored .is-ui .is-selectbox {
|
|
1034
|
-
color: #000;
|
|
1035
|
-
background: #bdc4ed;
|
|
1036
|
-
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.03);
|
|
1037
|
-
}
|
|
1038
|
-
.colored #_cbhtml .is-selectbox:hover,
|
|
1039
|
-
.colored .is-ui .is-selectbox:hover {
|
|
1040
|
-
background: #c1c8ee;
|
|
1041
|
-
}
|
|
1042
|
-
.colored #_cbhtml .is-selectbox svg,
|
|
1043
|
-
.colored .is-ui .is-selectbox svg {
|
|
1044
|
-
fill: #000;
|
|
1045
|
-
}
|
|
1046
|
-
.colored #_cbhtml .is-selectbox-options,
|
|
1047
|
-
.colored .is-ui .is-selectbox-options {
|
|
1048
|
-
border: transparent 1px solid;
|
|
1049
|
-
background-color: #bdc4ed;
|
|
1050
|
-
}
|
|
1051
|
-
.colored #_cbhtml .is-selectbox-options > div,
|
|
1052
|
-
.colored .is-ui .is-selectbox-options > div {
|
|
1053
|
-
color: #000;
|
|
1054
|
-
}
|
|
1055
|
-
.colored #_cbhtml .is-selectbox-options > div:hover,
|
|
1056
|
-
.colored .is-ui .is-selectbox-options > div:hover {
|
|
1057
|
-
background: rgba(255, 255, 255, 0.38);
|
|
1058
|
-
}
|
|
1059
|
-
.colored #_cbhtml .is-selectbox-options > div.selected,
|
|
1060
|
-
.colored .is-ui .is-selectbox-options > div.selected {
|
|
1061
|
-
background: rgba(255, 255, 255, 0.38);
|
|
1062
|
-
}
|
|
1063
|
-
.colored #_cbhtml .elementstyles .elm-list,
|
|
1064
|
-
.colored .is-ui .elementstyles .elm-list {
|
|
1065
|
-
color: rgba(0, 0, 0, 0.95);
|
|
1066
|
-
border-bottom: transparent 1px solid;
|
|
1067
|
-
}
|
|
1068
|
-
.colored #_cbhtml .elementstyles .elm-list a,
|
|
1069
|
-
.colored .is-ui .elementstyles .elm-list a {
|
|
1070
|
-
color: rgba(0, 0, 0, 0.95);
|
|
1071
|
-
}
|
|
1072
|
-
.colored #_cbhtml .elementstyles .elm-list a.active,
|
|
1073
|
-
.colored .is-ui .elementstyles .elm-list a.active {
|
|
1074
|
-
color: #000;
|
|
1075
|
-
background: rgba(255, 255, 255, 0.3);
|
|
1076
|
-
}
|
|
1077
|
-
.colored #_cbhtml .elementstyles .is-settings button.is-btn-color,
|
|
1078
|
-
.colored .is-ui .elementstyles .is-settings button.is-btn-color {
|
|
1079
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
1080
|
-
border: rgba(255, 255, 255, 0.55) 1px solid;
|
|
1081
|
-
}
|
|
1082
|
-
.colored #_cbhtml .pickgradientcolor .div-sort div .btn-colorstop,
|
|
1083
|
-
.colored .is-ui .pickgradientcolor .div-sort div .btn-colorstop {
|
|
1084
|
-
border: 1px solid rgba(197, 197, 197, 0.27);
|
|
1085
|
-
}
|
|
1086
|
-
.colored #_cbhtml .pickgradientcolor .div-sort div .btn-remove,
|
|
1087
|
-
.colored .is-ui .pickgradientcolor .div-sort div .btn-remove {
|
|
1088
|
-
background: #fff;
|
|
1089
|
-
border: rgba(0, 0, 0, 0.6705882353) 1px solid;
|
|
1090
|
-
}
|
|
1091
|
-
.colored #_cbhtml .pickgradientcolor .div-sort div .btn-remove svg,
|
|
1092
|
-
.colored .is-ui .pickgradientcolor .div-sort div .btn-remove svg {
|
|
1093
|
-
color: #000;
|
|
1094
|
-
}
|
|
1095
|
-
.colored #_cbhtml .roundslider-container .roundslider,
|
|
1096
|
-
.colored .is-ui .roundslider-container .roundslider {
|
|
1097
|
-
background-color: #f0f0f0;
|
|
1098
|
-
}
|
|
1099
|
-
.colored .is-tool {
|
|
1100
|
-
background: #eaebf1;
|
|
1101
|
-
}
|
|
1102
|
-
.colored .is-tool button {
|
|
1103
|
-
color: #000;
|
|
1104
|
-
}
|
|
1105
|
-
.colored .is-tool button svg {
|
|
1106
|
-
fill: #000;
|
|
1107
|
-
}
|
|
1108
|
-
.colored #_cbhtml[gray] .is-tool.is-column-tool {
|
|
1109
|
-
background: #eaebf1;
|
|
1110
|
-
}
|
|
1111
|
-
.colored #_cbhtml[gray] .is-tool.is-column-tool .cell-add {
|
|
1112
|
-
background: transparent;
|
|
1113
|
-
}
|
|
1114
|
-
.colored #_cbhtml[gray] .is-tool.is-column-tool .cell-more {
|
|
1115
|
-
background: transparent;
|
|
1116
|
-
}
|
|
1117
|
-
.colored #_cbhtml[gray] .is-tool.is-column-tool .cell-remove {
|
|
1118
|
-
background: transparent;
|
|
1119
|
-
}
|
|
1120
|
-
.colored #_cbhtml[gray] .is-tool.is-column-tool svg {
|
|
1121
|
-
fill: #000;
|
|
1122
|
-
}
|
|
1123
|
-
.colored #_cbhtml .is-tool.is-column-tool .cell-add {
|
|
1124
|
-
background: #0fcc52;
|
|
1125
|
-
}
|
|
1126
|
-
.colored #_cbhtml .is-tool.is-column-tool .cell-more {
|
|
1127
|
-
background: rgba(216, 200, 6, 0.9);
|
|
1128
|
-
}
|
|
1129
|
-
.colored #_cbhtml .is-tool.is-column-tool .cell-remove {
|
|
1130
|
-
background: rgba(255, 85, 4, 0.9);
|
|
1131
|
-
}
|
|
1132
|
-
.colored #_cbhtml .is-tool.is-column-tool svg {
|
|
1133
|
-
fill: #fff;
|
|
1134
|
-
}
|
|
1135
|
-
.colored #_cbhtml .is-pop.columnmore div.is-separator {
|
|
1136
|
-
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
|
1137
|
-
}
|
|
1138
|
-
.colored #_cbhtml .is-pop.columnmore button:hover {
|
|
1139
|
-
background: #0000000d;
|
|
1140
|
-
}
|
|
1141
|
-
.colored #_cbhtml .is-pop.rowmore div.is-separator {
|
|
1142
|
-
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
|
1143
|
-
}
|
|
1144
|
-
.colored #_cbhtml .is-pop.rowmore button:hover {
|
|
1145
|
-
background: #0000000d;
|
|
1146
|
-
}
|
|
1147
|
-
.colored #_cbhtml .is-pop.elmmore button:hover {
|
|
1148
|
-
background: #0000000d;
|
|
1149
|
-
}
|
|
1150
|
-
.colored #_cbhtml .is-pop.quickadd .pop-separator {
|
|
1151
|
-
border-top: rgba(255, 255, 255, 0.4) 1px solid;
|
|
1152
|
-
}
|
|
1153
|
-
.colored #_cbhtml .is-pop.quickadd button:hover {
|
|
1154
|
-
background: #0000000d;
|
|
1155
|
-
}
|
|
1156
|
-
.colored #_cbhtml .is-tool.is-element-tool {
|
|
1157
|
-
background: #eaebf1;
|
|
1158
|
-
}
|
|
1159
|
-
.colored #_cbhtml .is-tool.is-element-tool button {
|
|
1160
|
-
background: transparent;
|
|
1161
|
-
}
|
|
1162
|
-
.colored #_cbhtml .is-tool.is-element-tool svg {
|
|
1163
|
-
fill: #000;
|
|
1164
|
-
}
|
|
1165
|
-
.colored .is-tool.is-row-tool svg {
|
|
1166
|
-
fill: #fff;
|
|
1167
|
-
}
|
|
1168
|
-
.colored .is-tool.is-row-tool .row-handle {
|
|
1169
|
-
background: #169af7;
|
|
1170
|
-
}
|
|
1171
|
-
.colored .is-tool.is-row-tool .row-grideditor {
|
|
1172
|
-
background: rgba(216, 200, 6, 0.9);
|
|
1173
|
-
}
|
|
1174
|
-
.colored .is-tool.is-row-tool .row-more {
|
|
1175
|
-
background: rgba(216, 200, 6, 0.9);
|
|
1176
|
-
}
|
|
1177
|
-
.colored .is-tool.is-row-tool .row-remove {
|
|
1178
|
-
background: rgba(255, 85, 4, 0.9);
|
|
1179
|
-
}
|
|
1180
|
-
.colored .is-builder[gray] .is-tool.is-row-tool {
|
|
1181
|
-
background: #eaebf1;
|
|
1182
|
-
}
|
|
1183
|
-
.colored .is-builder[gray] .is-tool.is-row-tool svg {
|
|
1184
|
-
fill: #000;
|
|
1185
|
-
}
|
|
1186
|
-
.colored .is-builder[gray] .is-tool.is-col-tool {
|
|
1187
|
-
background: #eaebf1;
|
|
1188
|
-
}
|
|
1189
|
-
.colored .is-builder[gray] .is-tool.is-col-tool svg {
|
|
1190
|
-
fill: #000;
|
|
1191
|
-
}
|
|
1192
|
-
.colored .is-rowadd-tool {
|
|
1193
|
-
border-bottom: 1px solid #ffb784;
|
|
1194
|
-
}
|
|
1195
|
-
.colored .is-rowadd-tool button {
|
|
1196
|
-
border: 1px solid #ff8e3e;
|
|
1197
|
-
}
|
|
1198
|
-
.colored .is-builder[gray] .is-rowadd-tool {
|
|
1199
|
-
border-bottom: 1px solid rgba(222, 222, 222, 0.32);
|
|
1200
|
-
}
|
|
1201
|
-
.colored .is-builder[gray] .is-rowadd-tool button {
|
|
1202
|
-
border: 1px solid rgba(0, 0, 0, 0.13);
|
|
1203
|
-
}
|
|
1204
|
-
.colored .row-add-initial {
|
|
1205
|
-
color: #333;
|
|
1206
|
-
border: 1px dashed rgba(169, 169, 169, 0.8);
|
|
1207
|
-
background: rgba(255, 255, 255, 0.5);
|
|
1208
|
-
}
|
|
1209
|
-
.colored .row-add-initial:hover {
|
|
1210
|
-
background: rgba(248, 248, 248, 0.35);
|
|
1211
|
-
}
|
|
1212
|
-
.colored .is-builder[clean] .is-tool.is-row-tool {
|
|
1213
|
-
background: #eaebf1;
|
|
1214
|
-
}
|
|
1215
|
-
.colored .is-builder[clean] .is-tool.is-row-tool .row-grideditor {
|
|
1216
|
-
background: transparent;
|
|
1217
|
-
}
|
|
1218
|
-
.colored .is-builder[clean] .is-tool.is-row-tool .row-grideditor svg {
|
|
1219
|
-
fill: #000;
|
|
1220
|
-
}
|
|
1221
|
-
.colored .is-builder[clean] .row-outline {
|
|
1222
|
-
outline: none;
|
|
1223
|
-
}
|
|
1224
|
-
.colored .is-builder[clean] .cell-active {
|
|
1225
|
-
outline: none;
|
|
1226
|
-
}
|
|
1227
|
-
.colored .is-builder[clean] .row-active:not([data-protected]) {
|
|
1228
|
-
outline: 1px solid rgba(132, 132, 132, 0.2);
|
|
1229
|
-
}
|
|
1230
|
-
.colored .is-builder[rowoutline] .row-outline {
|
|
1231
|
-
outline: none;
|
|
1232
|
-
}
|
|
1233
|
-
.colored .is-builder[rowoutline] .cell-active {
|
|
1234
|
-
outline: none;
|
|
1235
|
-
}
|
|
1236
|
-
.colored .is-builder[rowoutline] .row-active:not([data-protected]) {
|
|
1237
|
-
outline: 1px solid #00da89;
|
|
1238
|
-
}
|
|
1239
|
-
.colored .is-builder[grayoutline] .row-outline {
|
|
1240
|
-
outline: none;
|
|
1241
|
-
}
|
|
1242
|
-
.colored .is-builder[grayoutline] .cell-active:not([data-protected]) {
|
|
1243
|
-
outline: 1px solid rgba(132, 132, 132, 0.1);
|
|
1244
|
-
}
|
|
1245
|
-
.colored .is-builder[grayoutline] .row-active:not([data-protected]) {
|
|
1246
|
-
outline: 1px solid rgba(132, 132, 132, 0.2);
|
|
1247
|
-
}
|
|
1248
|
-
.colored .is-builder[rowoutline][grayoutline] .row-outline {
|
|
1249
|
-
outline: none;
|
|
1250
|
-
}
|
|
1251
|
-
.colored .is-builder[rowoutline][grayoutline] .cell-active {
|
|
1252
|
-
outline: none;
|
|
1253
|
-
}
|
|
1254
|
-
.colored .is-builder[rowoutline][grayoutline] .row-active:not([data-protected]) {
|
|
1255
|
-
outline: 1px solid rgba(132, 132, 132, 0.2);
|
|
1256
|
-
}
|
|
1257
|
-
.colored .is-builder[hideoutline] .row-outline {
|
|
1258
|
-
outline: none !important;
|
|
1259
|
-
}
|
|
1260
|
-
.colored .is-builder[hideoutline] .cell-active {
|
|
1261
|
-
outline: none !important;
|
|
1262
|
-
}
|
|
1263
|
-
.colored .is-builder[hideoutline] .row-active {
|
|
1264
|
-
outline: none !important;
|
|
1265
|
-
}
|
|
1266
|
-
.colored .is-builder[hideoutline] .row-active.row-outline {
|
|
1267
|
-
outline: none !important;
|
|
1268
|
-
}
|
|
1269
|
-
.colored .is-builder[hidesnippetaddtool] .row-outline .is-rowadd-tool,
|
|
1270
|
-
.colored .is-builder[hidesnippetaddtool] .row-active .is-rowadd-tool {
|
|
1271
|
-
display: none;
|
|
1272
|
-
}
|
|
1273
|
-
.colored .is-builder[hideelementhighlight] .elm-active {
|
|
1274
|
-
background-color: transparent;
|
|
1275
|
-
}
|
|
1276
|
-
.colored .is-tooltip {
|
|
1277
|
-
background: #333;
|
|
1278
|
-
color: #fefefe;
|
|
1279
|
-
}
|
|
1280
|
-
.colored .scroll * {
|
|
1281
|
-
scrollbar-width: thin;
|
|
1282
|
-
scrollbar-color: rgba(0, 0, 0, 0.4) auto;
|
|
1283
|
-
}
|
|
1284
|
-
.colored .scroll *::-webkit-scrollbar {
|
|
1285
|
-
width: 12px;
|
|
1286
|
-
}
|
|
1287
|
-
.colored .scroll *::-webkit-scrollbar-track {
|
|
1288
|
-
background: transparent;
|
|
1289
|
-
}
|
|
1290
|
-
.colored .scroll *::-webkit-scrollbar-thumb {
|
|
1291
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
1292
|
-
}
|
|
1293
|
-
.colored .scroll-darker * {
|
|
1294
|
-
scrollbar-width: thin;
|
|
1295
|
-
scrollbar-color: rgba(78, 78, 78, 0.62) auto;
|
|
1296
|
-
}
|
|
1297
|
-
.colored .scroll-darker *::-webkit-scrollbar {
|
|
1298
|
-
width: 12px;
|
|
1299
|
-
}
|
|
1300
|
-
.colored .scroll-darker *::-webkit-scrollbar-track {
|
|
1301
|
-
background: transparent;
|
|
1302
|
-
}
|
|
1303
|
-
.colored .scroll-darker *::-webkit-scrollbar-thumb {
|
|
1304
|
-
background-color: rgba(78, 78, 78, 0.62);
|
|
1305
|
-
}
|
|
1306
|
-
.colored .custom-select .select-styled span {
|
|
1307
|
-
color: #000;
|
|
1308
|
-
}
|
|
1309
|
-
.colored .custom-select input {
|
|
1310
|
-
background: #bdc4ed;
|
|
1311
|
-
}
|
|
1312
|
-
.colored .custom-select .select-options {
|
|
1313
|
-
border: transparent 1px solid;
|
|
1314
|
-
background-color: #bdc4ed;
|
|
1315
|
-
color: #000;
|
|
1316
|
-
}
|
|
1317
|
-
.colored .custom-select .select-options li {
|
|
1318
|
-
color: #000;
|
|
1319
|
-
}
|
|
1320
|
-
.colored .custom-select .select-options li:hover {
|
|
1321
|
-
background-color: rgba(255, 255, 255, 0.38);
|
|
1322
|
-
}
|
|
1323
|
-
.colored .custom-select .select-options li.selected {
|
|
1324
|
-
background-color: rgba(255, 255, 255, 0.38);
|
|
1
|
+
body.colored {
|
|
2
|
+
--cb-accent: #3f4ec9;
|
|
3
|
+
--cb-accent-fill: rgba(63,78,201,0.12);
|
|
4
|
+
--cb-accent-fill-2: rgba(63,78,201,0.2);
|
|
5
|
+
--cb-accent-fill-3: rgba(0,0,0,.05);
|
|
6
|
+
--cb-accent-line: rgba(63,78,201,0.45);
|
|
7
|
+
--cb-surface: #bdc4ed;
|
|
8
|
+
--cb-surface-2: rgba(0,0,0,.04);
|
|
9
|
+
--cb-surface-3: #b1b9ea;
|
|
10
|
+
--cb-backdrop: rgba(0,0,0,.17);
|
|
11
|
+
--cb-content-preview:#fff;
|
|
12
|
+
--cb-segment: #a9b2e8;
|
|
13
|
+
--cb-segment-hover: #919de1;
|
|
14
|
+
--cb-segment-selected: #9da7e4;
|
|
15
|
+
--cb-segment-line: #8995df;
|
|
16
|
+
--cb-text: rgba(0,0,0,.9);
|
|
17
|
+
--cb-text-2: rgba(0,0,0,.55);
|
|
18
|
+
--cb-text-3: rgba(0,0,0,.4);
|
|
19
|
+
--cb-text-4: rgba(0,0,0,.28);
|
|
20
|
+
--cb-line: rgba(0,0,0,.09);
|
|
21
|
+
--cb-line-2: rgba(0,0,0,.05);
|
|
22
|
+
--cb-line-4: rgba(0,0,0,.18);
|
|
23
|
+
--cb-fill: rgba(0,0,0,.05);
|
|
24
|
+
--cb-fill-hover: rgba(0,0,0,.06);
|
|
25
|
+
--cb-fill-active: rgba(0,0,0,.08);
|
|
26
|
+
--cb-field-bg: #d9ddf5;
|
|
27
|
+
--cb-btn-bg: #a9b2e8;
|
|
28
|
+
--cb-btn-bg-hover: #9da7e4;
|
|
29
|
+
--cb-btn-bg-active: #8995df;
|
|
30
|
+
--cb-label-color: rgba(0,0,0,.6);
|
|
31
|
+
--cb-switch-track: #7584d9;
|
|
32
|
+
--cb-switch-handle: #fff;
|
|
33
|
+
--cb-slider-track: rgba(0,0,0,.12);
|
|
34
|
+
--cb-float-surface: rgba(240,240,240,.96);
|
|
35
|
+
--cb-shadow: -1px 5px 8px 0px rgba(0,0,0,.08);
|
|
36
|
+
--cb-shadow-2: 3px 11px 24px 0px rgba(0,0,0,.05);
|
|
37
|
+
--cb-danger: #e84949;
|
|
38
|
+
--cb-danger-fill: rgba(232,73,73,.16);
|
|
39
|
+
--cb-modal-overlay: rgba(0,0,0,.04);
|
|
40
|
+
--cb-modal-overlay-stay: rgba(0,0,0,.04);
|
|
41
|
+
--cb-modal-bg: #bdc4ed;
|
|
42
|
+
--cb-modal-color: #000;
|
|
43
|
+
--cb-modal-border: 1px solid #9da7e4;
|
|
44
|
+
--cb-modal-shadow: 6px 14px 20px 0px rgba(95,95,95,.11);
|
|
45
|
+
--cb-modal-bar-close: #2a3a9a;
|
|
46
|
+
--cb-tool-surface: rgba(255,255,255,.97);
|
|
47
|
+
--cb-tool-icon: #111;
|
|
48
|
+
--cb-tool-bg: #eaebf1;
|
|
49
|
+
--cb-rte-surface: #3f4ec9;
|
|
50
|
+
--cb-rte-text: rgba(255,255,255,.95);
|
|
51
|
+
--cb-rte-text-2: rgba(255,255,255,.6);
|
|
52
|
+
--cb-rte-line: rgba(255,255,255,.35);
|
|
53
|
+
--cb-rte-fill-hover: #4b59cc;
|
|
54
|
+
--cb-rte-fill-active: #4755cb;
|
|
55
|
+
--cb-rte-field-bg: rgba(0,0,0,.16);
|
|
56
|
+
--cb-rte-slider-track:rgba(0,0,0,.22);
|
|
57
|
+
--cb-rte-slider-thumb:rgba(255,255,255,.6);
|
|
1325
58
|
}
|