@innovastudio/contentbuilder 1.0.33 → 1.0.34

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