Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 7... Línea 7...
7
  font-size: 16px;
7
  font-size: 16px;
8
  font-style: normal;
8
  font-style: normal;
9
  font-weight: normal;
9
  font-weight: normal;
10
  line-height: normal;
10
  line-height: normal;
11
  -webkit-tap-highlight-color: transparent;
11
  -webkit-tap-highlight-color: transparent;
-
 
12
  -webkit-text-decoration: none;
12
  text-decoration: none;
13
  text-decoration: none;
13
  text-shadow: none;
14
  text-shadow: none;
14
  text-transform: none;
15
  text-transform: none;
15
  vertical-align: initial;
16
  vertical-align: initial;
16
  white-space: normal;
17
  white-space: normal;
Línea 94... Línea 95...
94
  border: 0;
95
  border: 0;
95
}
96
}
96
.tox[dir=rtl] .tox-icon--flip svg {
97
.tox[dir=rtl] .tox-icon--flip svg {
97
  transform: rotateY(180deg);
98
  transform: rotateY(180deg);
98
}
99
}
-
 
100
@keyframes tox-rotation {
-
 
101
  0% {
-
 
102
    transform: rotate(0deg);
-
 
103
  }
-
 
104
  100% {
-
 
105
    transform: rotate(360deg);
-
 
106
  }
-
 
107
}
99
.tox .accessibility-issue__header {
108
.tox .accessibility-issue__header {
100
  align-items: center;
109
  align-items: center;
101
  display: flex;
110
  display: flex;
102
  margin-bottom: 4px;
111
  margin-bottom: 4px;
103
}
112
}
-
 
113
.tox #accessibility-issue__subheader {
-
 
114
  font-size: 16px;
-
 
115
  color: #fff;
-
 
116
}
-
 
117
.tox .accessbility-sr-only {
-
 
118
  position: absolute;
-
 
119
  clip: rect(1px, 1px, 1px, 1px);
-
 
120
  clip-path: inset(0 0 99.9% 99.9%);
-
 
121
  overflow: hidden;
-
 
122
  height: 1px;
-
 
123
  width: 1px;
-
 
124
  padding: 0;
-
 
125
  border: 0;
-
 
126
}
104
.tox .accessibility-issue__description {
127
.tox .accessibility-issue__description {
105
  align-items: stretch;
128
  align-items: stretch;
106
  border-radius: 3px;
129
  border-radius: 3px;
107
  display: flex;
-
 
108
  justify-content: space-between;
130
  justify-content: space-between;
109
}
131
}
110
.tox .accessibility-issue__description > div {
132
.tox .accessibility-issue__description > div {
111
  padding-bottom: 4px;
133
  padding-bottom: 16px;
112
}
134
}
113
.tox .accessibility-issue__description > div > div {
135
.tox .accessibility-issue__description > div > div {
114
  align-items: center;
136
  align-items: center;
115
  display: flex;
137
  display: flex;
116
  margin-bottom: 4px;
138
  margin-bottom: 4px;
117
}
139
}
118
.tox .accessibility-issue__description > div > div .tox-icon svg {
140
.tox .accessibility-issue__description > div > div .tox-icon svg {
119
  display: block;
141
  display: block;
120
}
142
}
121
.tox .accessibility-issue__repair {
143
.tox #accessibility-issue__contentID {
122
  margin-top: 16px;
144
  margin-top: 16px;
-
 
145
  margin-bottom: 16px;
-
 
146
}
-
 
147
.tox #accessibility-issue__contentID span:first-child {
-
 
148
  font-weight: bold;
-
 
149
}
-
 
150
.tox #accessibility-issue__document {
-
 
151
  padding-bottom: 8px;
-
 
152
}
-
 
153
.tox .accessibility-issue__repair {
-
 
154
  margin-top: 8px;
-
 
155
}
-
 
156
.tox .accessibility-issue__repair .tox-form__group .tox-form__group--error {
-
 
157
  color: #eb9999;
123
}
158
}
124
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
159
.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
125
  background-color: rgba(30, 113, 170, 0.4);
160
  background-color: #22374a;
126
  color: #fff;
161
  color: #fff;
127
}
162
}
128
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
163
.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
-
 
164
  font-size: 14px;
129
  color: #fff;
165
  color: #a6cae2;
130
}
166
}
131
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
167
.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
132
  fill: #fff;
168
  fill: #a6cae2;
133
}
169
}
134
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
170
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
135
  background-color: #207ab7;
171
  background-color: #207ab7;
136
  color: #fff;
172
  color: #fff;
137
}
173
}
Línea 140... Línea 176...
140
  background-color: #1c6ca1;
176
  background-color: #1c6ca1;
141
}
177
}
142
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
178
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
143
  background-color: #185d8c;
179
  background-color: #185d8c;
144
}
180
}
145
.tox .tox-dialog__body-content .accessibility-issue--warn {
-
 
146
  /* stylelint-disable-next-line no-descending-specificity */
-
 
147
}
-
 
148
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
181
.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
149
  background-color: rgba(255, 165, 0, 0.5);
182
  background-color: #383f38;
150
  color: #fff;
183
  color: #fff;
151
}
184
}
152
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
185
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
-
 
186
  font-size: 14px;
153
  color: #fff;
187
  color: #ffeb99;
154
}
188
}
155
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
189
.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
156
  fill: #fff;
190
  fill: #ffeb99;
157
}
191
}
158
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
192
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
159
  background-color: #FFE89D;
193
  background-color: #FFE89D;
160
  color: #2A3746;
194
  color: #2A3746;
161
}
195
}
Línea 166... Línea 200...
166
}
200
}
167
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
201
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
168
  background-color: #E8C657;
202
  background-color: #E8C657;
169
  color: #2A3746;
203
  color: #2A3746;
170
}
204
}
171
.tox .tox-dialog__body-content .accessibility-issue--error {
-
 
172
  /* stylelint-disable-next-line no-descending-specificity */
-
 
173
}
-
 
174
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
205
.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
175
  background-color: rgba(204, 0, 0, 0.5);
206
  background-color: #332a38;
176
  color: #fff;
207
  color: #fff;
177
}
208
}
178
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
209
.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
-
 
210
  font-size: 14px;
179
  color: #fff;
211
  color: #eb9999;
180
}
212
}
181
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
213
.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
182
  fill: #fff;
214
  fill: #eb9999;
183
}
215
}
184
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
216
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
185
  background-color: #F2BFBF;
217
  background-color: #F2BFBF;
186
  color: #2A3746;
218
  color: #2A3746;
187
}
219
}
Línea 202... Línea 234...
202
  display: none;
234
  display: none;
203
}
235
}
204
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
236
.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
205
  color: #fff;
237
  color: #fff;
206
}
238
}
207
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
239
.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
208
  fill: #fff;
240
  fill: #fff;
209
}
241
}
210
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
242
.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
211
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
243
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
212
  font-size: 14px;
-
 
213
  margin-top: 0;
244
  margin-top: 0;
214
}
245
}
215
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
246
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
216
  margin-left: 4px;
247
  margin-left: 4px;
217
}
248
}
218
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
249
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
219
  margin-left: auto;
250
  margin-left: auto;
220
}
251
}
221
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
252
.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
222
  padding: 4px 4px 4px 8px;
253
  padding: 8px;
223
}
254
}
224
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
255
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
225
  margin-right: 4px;
256
  margin-right: 4px;
226
}
257
}
227
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
258
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
228
  margin-right: auto;
259
  margin-right: auto;
229
}
260
}
230
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
261
.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
231
  padding: 4px 8px 4px 4px;
262
  padding: 4px 8px 4px 4px;
232
}
263
}
-
 
264
.tox .mce-codemirror {
-
 
265
  background: #fff;
-
 
266
  bottom: 0;
-
 
267
  font-size: 13px;
-
 
268
  left: 0;
-
 
269
  position: absolute;
-
 
270
  right: 0;
-
 
271
  top: 0;
-
 
272
  z-index: 1;
-
 
273
}
-
 
274
.tox .mce-codemirror.tox-inline-codemirror {
-
 
275
  margin: 8px;
-
 
276
  position: absolute;
-
 
277
}
233
.tox .tox-advtemplate .tox-form__grid {
278
.tox .tox-advtemplate .tox-form__grid {
234
  flex: 1;
279
  flex: 1;
235
}
280
}
236
.tox .tox-advtemplate .tox-form__grid > div:first-child {
281
.tox .tox-advtemplate .tox-form__grid > div:first-child {
237
  display: flex;
282
  display: flex;
Línea 290... Línea 335...
290
  margin: 0;
335
  margin: 0;
291
  outline: none;
336
  outline: none;
292
  padding: 4px 16px;
337
  padding: 4px 16px;
293
  position: relative;
338
  position: relative;
294
  text-align: center;
339
  text-align: center;
-
 
340
  -webkit-text-decoration: none;
295
  text-decoration: none;
341
  text-decoration: none;
296
  text-transform: none;
342
  text-transform: none;
297
  white-space: nowrap;
343
  white-space: nowrap;
298
}
344
}
299
.tox .tox-button::before {
345
.tox .tox-button::before {
300
  border-radius: 3px;
346
  border-radius: 3px;
301
  bottom: -1px;
347
  bottom: -1px;
302
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #207ab7, 0 0 0 3px rgba(32, 122, 183, 0.25);
348
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #207ab7;
303
  content: '';
349
  content: '';
304
  left: -1px;
350
  left: -1px;
305
  opacity: 0;
351
  opacity: 0;
306
  pointer-events: none;
352
  pointer-events: none;
307
  position: absolute;
353
  position: absolute;
Línea 321... Línea 367...
321
  background-image: none;
367
  background-image: none;
322
  border-color: #1c6ca1;
368
  border-color: #1c6ca1;
323
  box-shadow: none;
369
  box-shadow: none;
324
  color: #fff;
370
  color: #fff;
325
}
371
}
326
.tox .tox-button:focus-visible:not(:disabled)::before {
372
.tox .tox-button:focus:not(:disabled)::before {
327
  opacity: 1;
373
  opacity: 1;
328
}
374
}
329
.tox .tox-button:hover:not(:disabled) {
375
.tox .tox-button:hover:not(:disabled) {
330
  background-color: #1c6ca1;
376
  background-color: #1c6ca1;
331
  background-image: none;
377
  background-image: none;
Línea 403... Línea 449...
403
  font-style: normal;
449
  font-style: normal;
404
  font-weight: bold;
450
  font-weight: bold;
405
  letter-spacing: normal;
451
  letter-spacing: normal;
406
  outline: none;
452
  outline: none;
407
  padding: 4px 16px;
453
  padding: 4px 16px;
-
 
454
  -webkit-text-decoration: none;
408
  text-decoration: none;
455
  text-decoration: none;
409
  text-transform: none;
456
  text-transform: none;
410
}
457
}
411
.tox .tox-button--secondary[disabled] {
458
.tox .tox-button--secondary[disabled] {
412
  background-color: #3d546f;
459
  background-color: #3d546f;
Línea 480... Línea 527...
480
.tox .tox-button.tox-button--icon .tox-icon svg,
527
.tox .tox-button.tox-button--icon .tox-icon svg,
481
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
528
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
482
  display: block;
529
  display: block;
483
  fill: currentColor;
530
  fill: currentColor;
484
}
531
}
-
 
532
.tox-context-form__group .tox-button--icon,
-
 
533
.tox-context-form__group .tox-button.tox-button--icon {
-
 
534
  margin: 3px 0 2px 0;
-
 
535
  padding: 0;
-
 
536
}
485
.tox .tox-button-link {
537
.tox .tox-button-link {
486
  background: 0;
538
  background: 0;
487
  border: none;
539
  border: none;
488
  box-sizing: border-box;
540
  box-sizing: border-box;
489
  cursor: pointer;
541
  cursor: pointer;
Línea 564... Línea 616...
564
}
616
}
565
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
617
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
566
  display: block;
618
  display: block;
567
  fill: rgba(255, 255, 255, 0.2);
619
  fill: rgba(255, 255, 255, 0.2);
568
}
620
}
-
 
621
@media (forced-colors: active) {
-
 
622
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
-
 
623
    fill: currentColor !important;
-
 
624
  }
-
 
625
}
569
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
626
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
570
  display: none;
627
  display: none;
571
  fill: #207ab7;
628
  fill: #207ab7;
572
}
629
}
573
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
630
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
Línea 620... Línea 677...
620
  right: -10000px;
677
  right: -10000px;
621
}
678
}
622
.tox[dir=rtl] .tox-bar .tox-checkbox {
679
.tox[dir=rtl] .tox-bar .tox-checkbox {
623
  margin-right: 4px;
680
  margin-right: 4px;
624
}
681
}
625
.tox {
-
 
626
  /* stylelint-disable-next-line no-descending-specificity */
-
 
627
}
-
 
628
.tox .tox-collection--toolbar .tox-collection__group {
682
.tox .tox-collection--toolbar .tox-collection__group {
629
  display: flex;
683
  display: flex;
630
  padding: 0;
684
  padding: 0;
631
}
685
}
632
.tox .tox-collection--grid .tox-collection__group {
686
.tox .tox-collection--grid .tox-collection__group {
Línea 660... Línea 714...
660
  margin-top: -4px;
714
  margin-top: -4px;
661
  padding: 4px 8px;
715
  padding: 4px 8px;
662
  text-transform: none;
716
  text-transform: none;
663
  -webkit-touch-callout: none;
717
  -webkit-touch-callout: none;
664
  -webkit-user-select: none;
718
  -webkit-user-select: none;
665
     -moz-user-select: none;
-
 
666
          user-select: none;
719
          user-select: none;
667
}
720
}
668
.tox .tox-collection__item {
721
.tox .tox-collection__item {
669
  align-items: center;
722
  align-items: center;
670
  border-radius: 3px;
723
  border-radius: 3px;
671
  color: #fff;
724
  color: #fff;
672
  display: flex;
725
  display: flex;
673
  -webkit-touch-callout: none;
726
  -webkit-touch-callout: none;
674
  -webkit-user-select: none;
727
  -webkit-user-select: none;
675
     -moz-user-select: none;
-
 
676
          user-select: none;
728
          user-select: none;
677
}
729
}
678
.tox .tox-collection--list .tox-collection__item {
730
.tox .tox-collection--list .tox-collection__item {
679
  padding: 4px 8px;
731
  padding: 4px 8px;
680
}
732
}
Línea 684... Línea 736...
684
}
736
}
685
.tox .tox-collection--grid .tox-collection__item {
737
.tox .tox-collection--grid .tox-collection__item {
686
  border-radius: 3px;
738
  border-radius: 3px;
687
  padding: 4px;
739
  padding: 4px;
688
}
740
}
689
.tox .tox-collection--list .tox-collection__item--enabled {
741
.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
690
  background-color: #2b3b4e;
742
  background-color: #2b3b4e;
691
  color: #fff;
743
  color: #fff;
692
}
744
}
693
.tox .tox-collection--list .tox-collection__item--active {
745
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
694
  background-color: #4a5562;
746
  background-color: #4a5562;
695
}
-
 
696
.tox .tox-collection--toolbar .tox-collection__item--enabled {
-
 
697
  background-color: #757d87;
-
 
698
  color: #fff;
747
  color: #fff;
699
}
748
}
-
 
749
@media (forced-colors: active) {
700
.tox .tox-collection--toolbar .tox-collection__item--active {
750
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
701
  background-color: #4a5562;
751
    border: solid 1px;
-
 
752
  }
702
}
753
}
703
.tox .tox-collection--grid .tox-collection__item--enabled {
754
.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
704
  background-color: #757d87;
755
  background-color: #757d87;
705
  color: #fff;
756
  color: #fff;
706
}
757
}
707
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
758
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
708
  background-color: #4a5562;
759
  background-color: #4a5562;
709
  color: #fff;
760
  color: #fff;
-
 
761
  position: relative;
-
 
762
  z-index: 1;
710
}
763
}
-
 
764
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
-
 
765
  border-radius: 3px;
-
 
766
  bottom: 0;
-
 
767
  box-shadow: 0 0 0 0 transparent inset;
-
 
768
  content: '';
-
 
769
  left: 0;
-
 
770
  position: absolute;
-
 
771
  right: 0;
-
 
772
  top: 0;
-
 
773
}
-
 
774
@media (forced-colors: active) {
-
 
775
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
-
 
776
    border: 2px solid highlight;
-
 
777
  }
-
 
778
}
711
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
779
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
-
 
780
  background-color: #757d87;
712
  color: #fff;
781
  color: #fff;
713
}
782
}
-
 
783
@media (forced-colors: active) {
-
 
784
  .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
-
 
785
    border-radius: 3px;
-
 
786
    outline: solid 1px;
-
 
787
  }
-
 
788
}
714
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
789
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
715
  color: #fff;
790
  color: #fff;
-
 
791
  background-color: #2b3b4e;
-
 
792
  position: relative;
-
 
793
}
-
 
794
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
-
 
795
  background-color: #4a5562;
-
 
796
  color: #fff;
-
 
797
}
-
 
798
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
-
 
799
  background-color: #4a5562;
-
 
800
  color: #fff;
-
 
801
}
-
 
802
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
-
 
803
  border-radius: 3px;
-
 
804
  bottom: 0;
-
 
805
  box-shadow: 0 0 0 0 transparent ;
-
 
806
  content: '';
-
 
807
  left: 0;
-
 
808
  position: absolute;
-
 
809
  right: 0;
-
 
810
  top: 0;
-
 
811
}
-
 
812
@media (forced-colors: active) {
-
 
813
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
-
 
814
    border: 2px solid highlight;
-
 
815
  }
-
 
816
}
-
 
817
@media (forced-colors: active) {
-
 
818
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
-
 
819
    border-radius: 3px;
-
 
820
    outline: solid 1px;
-
 
821
  }
716
}
822
}
717
.tox .tox-collection__item-icon,
823
.tox .tox-collection__item-icon,
718
.tox .tox-collection__item-checkmark {
824
.tox .tox-collection__item-checkmark {
719
  align-items: center;
825
  align-items: center;
720
  display: flex;
826
  display: flex;
Línea 741... Línea 847...
741
  max-width: 100%;
847
  max-width: 100%;
742
  text-transform: none;
848
  text-transform: none;
743
  word-break: break-all;
849
  word-break: break-all;
744
}
850
}
745
.tox .tox-collection__item-accessory {
851
.tox .tox-collection__item-accessory {
746
  color: rgba(255, 255, 255, 0.5);
852
  color: currentColor;
747
  display: inline-block;
853
  display: inline-block;
748
  font-size: 14px;
854
  font-size: 14px;
749
  height: 24px;
855
  height: 24px;
750
  line-height: 24px;
856
  line-height: 24px;
751
  text-transform: none;
857
  text-transform: none;
Línea 759... Línea 865...
759
  content: '';
865
  content: '';
760
  font-size: 0;
866
  font-size: 0;
761
  min-height: inherit;
867
  min-height: inherit;
762
}
868
}
763
.tox .tox-collection__item-caret svg {
869
.tox .tox-collection__item-caret svg {
764
  fill: #fff;
870
  fill: currentColor;
765
}
871
}
766
.tox .tox-collection__item--state-disabled {
872
.tox .tox-collection__item--state-disabled {
767
  background-color: transparent;
873
  background-color: transparent;
768
  color: rgba(255, 255, 255, 0.5);
874
  color: rgba(255, 255, 255, 0.5);
769
  cursor: not-allowed;
875
  cursor: not-allowed;
Línea 888... Línea 994...
888
  transform: rotateY(180deg);
994
  transform: rotateY(180deg);
889
}
995
}
890
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
996
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
891
  margin-right: 4px;
997
  margin-right: 4px;
892
}
998
}
-
 
999
@media (forced-colors: active) {
-
 
1000
  .tox .tox-hue-slider,
-
 
1001
  .tox .tox-rgb-form .tox-rgba-preview {
-
 
1002
    background-color: currentColor !important;
-
 
1003
    border: 1px solid highlight !important;
-
 
1004
    forced-color-adjust: none;
-
 
1005
  }
-
 
1006
}
893
.tox .tox-color-picker-container {
1007
.tox .tox-color-picker-container {
894
  display: flex;
1008
  display: flex;
895
  flex-direction: row;
1009
  flex-direction: row;
896
  height: 225px;
1010
  height: 225px;
897
  margin: 0;
1011
  margin: 0;
Línea 960... Línea 1074...
960
  justify-content: space-between;
1074
  justify-content: space-between;
961
  margin-bottom: 5px;
1075
  margin-bottom: 5px;
962
  width: inherit;
1076
  width: inherit;
963
}
1077
}
964
.tox .tox-rgb-form input {
1078
.tox .tox-rgb-form input {
965
  width: 6em;
1079
  min-width: 6em;
966
}
1080
}
967
.tox .tox-rgb-form input.tox-invalid {
1081
.tox .tox-rgb-form input.tox-invalid {
968
  /* Need !important to override Chrome's focus styling unfortunately */
1082
  /* Need !important to override Chrome's focus styling unfortunately */
969
  border: 1px solid red !important;
1083
  border: 1px solid #f00 !important;
-
 
1084
  box-shadow: 0 0 0 1px #f00;
-
 
1085
}
-
 
1086
.tox .tox-rgb-container {
-
 
1087
  position: relative;
-
 
1088
}
-
 
1089
.tox .tox-rgb-form .tox-invalid-icon {
-
 
1090
  align-content: center;
-
 
1091
  align-items: center;
-
 
1092
  display: none;
-
 
1093
  height: 100%;
-
 
1094
  position: absolute;
-
 
1095
  right: 0;
-
 
1096
  top: 0;
-
 
1097
}
-
 
1098
.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
-
 
1099
  margin: 0;
-
 
1100
}
-
 
1101
.tox .tox-rgb-warning-note {
-
 
1102
  background-color: #442632;
-
 
1103
  border: 1px solid #55212b;
-
 
1104
  border-radius: 3px;
-
 
1105
  color: #e68080;
-
 
1106
  padding: 3px;
-
 
1107
}
-
 
1108
.tox input.tox-invalid + .tox-invalid-icon {
-
 
1109
  display: flex;
970
}
1110
}
971
.tox .tox-rgb-form .tox-rgba-preview {
1111
.tox .tox-rgb-form .tox-rgba-preview {
972
  border: 1px solid black;
1112
  border: 1px solid black;
973
  flex-grow: 2;
1113
  flex-grow: 2;
974
  margin-bottom: 0;
1114
  margin-bottom: 0;
Línea 1007... Línea 1147...
1007
  margin: -4px 0;
1147
  margin: -4px 0;
1008
}
1148
}
1009
.tox .tox-swatches__row {
1149
.tox .tox-swatches__row {
1010
  display: flex;
1150
  display: flex;
1011
}
1151
}
-
 
1152
@media (forced-colors: active) {
-
 
1153
  .tox .tox-swatches__row {
-
 
1154
    forced-color-adjust: none;
-
 
1155
  }
-
 
1156
}
1012
.tox .tox-swatch {
1157
.tox .tox-swatch {
1013
  height: 30px;
1158
  height: 30px;
1014
  transition: transform 0.15s, box-shadow 0.15s;
1159
  transition: transform 0.15s, box-shadow 0.15s;
1015
  width: 30px;
1160
  width: 30px;
1016
}
1161
}
Línea 1067... Línea 1212...
1067
  margin-left: auto;
1212
  margin-left: auto;
1068
}
1213
}
1069
.tox[dir=rtl] .tox-swatches__picker-btn {
1214
.tox[dir=rtl] .tox-swatches__picker-btn {
1070
  margin-right: auto;
1215
  margin-right: auto;
1071
}
1216
}
-
 
1217
.tox {
-
 
1218
  /* Animation for deleting a comment */
-
 
1219
  /* A comment fades to 0 when it is being deleted, then is removed */
-
 
1220
}
1072
.tox .tox-comment-thread {
1221
.tox .tox-conversations {
-
 
1222
  display: flex;
1073
  background: #2b3b4e;
1223
  flex-direction: column;
1074
  position: relative;
1224
  position: relative;
-
 
1225
  height: 100%;
-
 
1226
  /* This is to give the sidebar a consistent width. Need a solution for this */
-
 
1227
  min-width: 300px;
-
 
1228
  max-width: 300px;
-
 
1229
  width: 300px;
1075
}
1230
}
1076
.tox .tox-comment-thread > *:not(:first-child) {
1231
.tox .tox-conversations__header {
-
 
1232
  align-items: center;
-
 
1233
  display: flex;
-
 
1234
  justify-content: space-between;
-
 
1235
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
1077
  margin-top: 8px;
1236
  padding: 8px 12px;
-
 
1237
  background: #222f3e;
-
 
1238
  z-index: 1;
-
 
1239
}
-
 
1240
.tox .tox-conversations__title {
-
 
1241
  font-size: 20px;
-
 
1242
  font-weight: 400;
-
 
1243
  padding: 8px 0 8px 0;
-
 
1244
  color: #fff;
-
 
1245
  line-height: 28px;
1078
}
1246
}
1079
.tox .tox-comment {
1247
.tox .tox-comment {
1080
  background: #2b3b4e;
1248
  background: #222f3e;
1081
  border: 1px solid #000000;
1249
  border: 1px solid #222f3e;
1082
  border-radius: 3px;
1250
  border-radius: 3px;
1083
  box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
-
 
1084
  padding: 8px 8px 16px 8px;
1251
  padding: 8px 8px 16px 8px;
1085
  position: relative;
1252
  position: relative;
1086
}
1253
}
-
 
1254
.tox .tox-comment:hover {
-
 
1255
  box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
-
 
1256
}
-
 
1257
.tox .tox-comment.tox-comment--selected {
-
 
1258
  background-color: #555542;
-
 
1259
  border: 1px solid #ffcf30;
-
 
1260
  box-shadow: 0px 4px 8px 0px rgba(34, 47, 62, 0.1);
-
 
1261
}
-
 
1262
.tox .tox-comment.tox-comment--selected:focus {
-
 
1263
  border: 2px solid transparent;
-
 
1264
  margin: -1px;
-
 
1265
}
-
 
1266
.tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
-
 
1267
  margin-top: 7px;
-
 
1268
}
-
 
1269
.tox .tox-comment.tox-comment--selected .tox-comment__single {
-
 
1270
  margin-bottom: 12px;
-
 
1271
}
-
 
1272
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
-
 
1273
  position: relative;
-
 
1274
}
-
 
1275
.tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
-
 
1276
  top: -9px;
-
 
1277
  pointer-events: none;
-
 
1278
  position: absolute;
-
 
1279
  content: "";
-
 
1280
  display: block;
-
 
1281
  bottom: -9px;
-
 
1282
  left: -9px;
-
 
1283
  right: -9px;
-
 
1284
  border-radius: 6px;
-
 
1285
  border: 2px solid transparent;
-
 
1286
}
1087
.tox .tox-comment__header {
1287
.tox .tox-comment__header {
1088
  align-items: center;
1288
  align-items: center;
1089
  color: #fff;
1289
  color: #fff;
1090
  display: flex;
1290
  display: flex;
1091
  justify-content: space-between;
1291
  justify-content: space-between;
Línea 1095... Línea 1295...
1095
  font-size: 12px;
1295
  font-size: 12px;
1096
  line-height: 18px;
1296
  line-height: 18px;
1097
}
1297
}
1098
.tox .tox-comment__body {
1298
.tox .tox-comment__body {
1099
  color: #fff;
1299
  color: #fff;
1100
  font-size: 14px;
1300
  font-size: 16px;
1101
  font-style: normal;
1301
  font-style: normal;
1102
  font-weight: normal;
1302
  font-weight: normal;
1103
  line-height: 1.3;
1303
  line-height: 1.3;
1104
  margin-top: 8px;
1304
  margin-top: 8px;
1105
  position: relative;
1305
  position: relative;
1106
  text-transform: initial;
1306
  text-transform: initial;
-
 
1307
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
-
 
1308
  white-space: pre-wrap;
-
 
1309
  /* We remove the transitions when wanting to measure and jump straight to collapsed or expanded */
-
 
1310
}
-
 
1311
.tox .tox-comment__body.tox-comment__body--expanded {
-
 
1312
  max-height: 100em;
-
 
1313
  transition: max-height 1s ease-in-out;
-
 
1314
}
-
 
1315
.tox .tox-comment__body.tox-comment__body--pending {
-
 
1316
  transition: max-height 0s;
-
 
1317
}
-
 
1318
.tox .tox-comment__body p {
-
 
1319
  margin: 0;
1107
}
1320
}
1108
.tox .tox-comment__body textarea {
1321
.tox .tox-comment__body textarea {
1109
  resize: none;
1322
  resize: none;
1110
  white-space: normal;
1323
  white-space: normal;
1111
  width: 100%;
1324
  width: 100%;
-
 
1325
  font-size: 16px;
-
 
1326
}
-
 
1327
.tox .tox-comment__loading-text {
-
 
1328
  align-items: center;
-
 
1329
  color: #fff;
-
 
1330
  display: flex;
-
 
1331
  flex-direction: column;
-
 
1332
  position: relative;
-
 
1333
}
-
 
1334
.tox .tox-comment__loading-text > div {
-
 
1335
  padding-bottom: 16px;
-
 
1336
}
-
 
1337
.tox .tox-comment__overlaytext {
-
 
1338
  bottom: 0;
-
 
1339
  flex-direction: column;
-
 
1340
  font-size: 14px;
-
 
1341
  left: 0;
-
 
1342
  padding: 1em;
-
 
1343
  position: absolute;
-
 
1344
  right: 0;
-
 
1345
  top: 0;
-
 
1346
  z-index: 10;
-
 
1347
}
-
 
1348
.tox .tox-comment__overlaytext p {
-
 
1349
  background-color: #222f3e;
-
 
1350
  box-shadow: 0 0 8px 8px #222f3e;
-
 
1351
  color: #fff;
-
 
1352
  text-align: center;
-
 
1353
}
-
 
1354
.tox .tox-comment__overlaytext div:nth-of-type(2) {
-
 
1355
  font-size: 0.8em;
1112
}
1356
}
1113
.tox .tox-comment__expander {
1357
.tox .tox-comment__expander {
1114
  padding-top: 8px;
1358
  padding-top: 8px;
1115
}
1359
}
1116
.tox .tox-comment__expander p {
1360
.tox .tox-comment__expander p {
1117
  color: rgba(255, 255, 255, 0.5);
1361
  color: rgba(255, 255, 255, 0.5);
1118
  font-size: 14px;
1362
  font-size: 14px;
1119
  font-style: normal;
1363
  font-style: normal;
-
 
1364
  /* Need a focus highlight on the show more/less button */
1120
}
1365
}
1121
.tox .tox-comment__body p {
1366
.tox .tox-comment__expander p:focus {
1122
  margin: 0;
1367
  font-weight: bold;
1123
}
1368
}
1124
.tox .tox-comment__buttonspacing {
1369
.tox .tox-comment__buttonspacing {
1125
  padding-top: 16px;
1370
  padding-top: 16px;
1126
  text-align: center;
1371
  text-align: center;
1127
}
1372
}
-
 
1373
.tox .tox-tbtn.tox-comment__mention-btn {
-
 
1374
  display: flex;
-
 
1375
  width: 34px;
-
 
1376
  height: 34px;
-
 
1377
  padding: 5px;
-
 
1378
  justify-content: center;
-
 
1379
  align-items: center;
-
 
1380
  margin: 0;
-
 
1381
  background-color: transparent;
-
 
1382
}
-
 
1383
.tox .tox-comment-thread {
-
 
1384
  background: #222f3e;
-
 
1385
  position: relative;
-
 
1386
  border-radius: 6px;
-
 
1387
  background-color: transparent;
-
 
1388
}
-
 
1389
.tox .tox-comment-thread > *:not(:first-child) {
-
 
1390
  margin-top: 8px;
-
 
1391
}
1128
.tox .tox-comment-thread__overlay::after {
1392
.tox .tox-comment-thread__overlay::after {
1129
  background: #2b3b4e;
1393
  background: #222f3e;
1130
  bottom: 0;
1394
  bottom: 0;
1131
  content: "";
1395
  content: "";
1132
  display: flex;
1396
  display: flex;
1133
  left: 0;
1397
  left: 0;
1134
  opacity: 0.9;
1398
  opacity: 0.9;
Línea 1150... Línea 1414...
1150
}
1414
}
1151
.tox .tox-comment__edit {
1415
.tox .tox-comment__edit {
1152
  display: flex;
1416
  display: flex;
1153
  flex-wrap: wrap;
1417
  flex-wrap: wrap;
1154
  justify-content: flex-end;
1418
  justify-content: flex-end;
1155
  margin-top: 16px;
1419
  margin-top: 8px;
1156
}
1420
}
1157
.tox .tox-comment__gradient::after {
1421
.tox .tox-comment__gradient::after {
1158
  background: linear-gradient(rgba(43, 59, 78, 0), #2b3b4e);
1422
  background: linear-gradient(rgba(34, 47, 62, 0), #222f3e);
1159
  bottom: 0;
1423
  bottom: 0;
1160
  content: "";
1424
  content: "";
1161
  display: block;
1425
  display: block;
1162
  height: 5em;
1426
  height: 5em;
1163
  margin-top: -40px;
1427
  margin-top: -40px;
1164
  position: absolute;
1428
  position: absolute;
1165
  width: 100%;
1429
  width: 100%;
1166
}
1430
}
1167
.tox .tox-comment__overlay {
1431
.tox .tox-comment__overlay {
1168
  background: #2b3b4e;
1432
  background: #222f3e;
1169
  bottom: 0;
1433
  bottom: 0;
1170
  display: flex;
1434
  display: flex;
1171
  flex-direction: column;
1435
  flex-direction: column;
1172
  flex-grow: 1;
1436
  flex-grow: 1;
1173
  left: 0;
1437
  left: 0;
Línea 1176... Línea 1440...
1176
  right: 0;
1440
  right: 0;
1177
  text-align: center;
1441
  text-align: center;
1178
  top: 0;
1442
  top: 0;
1179
  z-index: 5;
1443
  z-index: 5;
1180
}
1444
}
1181
.tox .tox-comment__loading-text {
-
 
1182
  align-items: center;
-
 
1183
  color: #fff;
-
 
1184
  display: flex;
-
 
1185
  flex-direction: column;
-
 
1186
  position: relative;
-
 
1187
}
-
 
1188
.tox .tox-comment__loading-text > div {
-
 
1189
  padding-bottom: 16px;
-
 
1190
}
-
 
1191
.tox .tox-comment__overlaytext {
-
 
1192
  bottom: 0;
-
 
1193
  flex-direction: column;
-
 
1194
  font-size: 14px;
-
 
1195
  left: 0;
-
 
1196
  padding: 1em;
-
 
1197
  position: absolute;
-
 
1198
  right: 0;
-
 
1199
  top: 0;
-
 
1200
  z-index: 10;
-
 
1201
}
-
 
1202
.tox .tox-comment__overlaytext p {
-
 
1203
  background-color: #2b3b4e;
-
 
1204
  box-shadow: 0 0 8px 8px #2b3b4e;
-
 
1205
  color: #fff;
-
 
1206
  text-align: center;
-
 
1207
}
-
 
1208
.tox .tox-comment__overlaytext div:nth-of-type(2) {
-
 
1209
  font-size: 0.8em;
-
 
1210
}
-
 
1211
.tox .tox-comment__busy-spinner {
1445
.tox .tox-comment__busy-spinner {
1212
  align-items: center;
1446
  align-items: center;
1213
  background-color: #2b3b4e;
1447
  background-color: #222f3e;
1214
  bottom: 0;
1448
  bottom: 0;
1215
  display: flex;
1449
  display: flex;
1216
  justify-content: center;
1450
  justify-content: center;
1217
  left: 0;
1451
  left: 0;
1218
  position: absolute;
1452
  position: absolute;
Línea 1223... Línea 1457...
1223
.tox .tox-comment__scroll {
1457
.tox .tox-comment__scroll {
1224
  display: flex;
1458
  display: flex;
1225
  flex-direction: column;
1459
  flex-direction: column;
1226
  flex-shrink: 1;
1460
  flex-shrink: 1;
1227
  overflow: auto;
1461
  overflow: auto;
-
 
1462
  padding: 12px;
-
 
1463
  scroll-behavior: smooth;
1228
}
1464
}
-
 
1465
.tox .tox-comment__scroll:has(textarea:focus) {
-
 
1466
  scroll-behavior: auto;
-
 
1467
}
1229
.tox .tox-conversations {
1468
.tox .tox-comment--disappearing {
-
 
1469
  transition: opacity 0.5s ease;
-
 
1470
}
-
 
1471
.tox .tox-comment[data-transitioning-destination="deleting"] {
-
 
1472
  opacity: 0;
-
 
1473
}
-
 
1474
.tox .tox-skeleton .tox-skeleton__line {
-
 
1475
  height: 16px;
-
 
1476
  width: 100%;
-
 
1477
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
-
 
1478
  animation: wave 2s infinite ease-out;
-
 
1479
}
-
 
1480
.tox .tox-skeleton .tox-skeleton__circle {
-
 
1481
  height: 36px;
-
 
1482
  width: 36px;
1230
  margin: 8px;
1483
  margin-right: 8px;
-
 
1484
  border-radius: 100%;
-
 
1485
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
-
 
1486
  animation: wave 2s infinite ease-out;
-
 
1487
}
-
 
1488
@keyframes wave {
-
 
1489
  0% {
-
 
1490
    background-position: -268px 0;
-
 
1491
  }
-
 
1492
  100% {
-
 
1493
    background-position: 268px 0;
-
 
1494
  }
-
 
1495
}
-
 
1496
.tox .tox-ring-loader {
-
 
1497
  width: 10px;
-
 
1498
  height: 10px;
-
 
1499
  border: 1px solid #FFF;
-
 
1500
  border-bottom-color: transparent;
-
 
1501
  border-radius: 50%;
-
 
1502
  display: inline-block;
-
 
1503
  box-sizing: border-box;
-
 
1504
  animation: tox-rotation 1s linear infinite;
1231
}
1505
}
1232
.tox:not([dir=rtl]) .tox-comment__edit {
1506
.tox:not([dir=rtl]) .tox-comment__edit {
1233
  margin-left: 8px;
1507
  margin-left: 8px;
1234
}
1508
}
1235
.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
1509
.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
Línea 1279... Línea 1553...
1279
  margin-left: 8px;
1553
  margin-left: 8px;
1280
}
1554
}
1281
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
1555
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
1282
  margin-right: 8px;
1556
  margin-right: 8px;
1283
}
1557
}
-
 
1558
.tox {
-
 
1559
  /* .tox-dialog-blocker-wrap {
-
 
1560
    //
-
 
1561
  } */
-
 
1562
}
1284
.tox .tox-dialog-wrap {
1563
.tox .tox-dialog-wrap {
1285
  align-items: center;
1564
  align-items: center;
1286
  bottom: 0;
1565
  bottom: 0;
1287
  display: flex;
1566
  display: flex;
1288
  justify-content: center;
1567
  justify-content: center;
Línea 1412... Línea 1691...
1412
  flex-shrink: 0;
1691
  flex-shrink: 0;
1413
  font-size: 14px;
1692
  font-size: 14px;
1414
  line-height: 1.3;
1693
  line-height: 1.3;
1415
  margin-bottom: 8px;
1694
  margin-bottom: 8px;
1416
  max-width: 13em;
1695
  max-width: 13em;
-
 
1696
  -webkit-text-decoration: none;
1417
  text-decoration: none;
1697
  text-decoration: none;
1418
}
1698
}
1419
.tox .tox-dialog__body-nav-item:focus {
1699
.tox .tox-dialog__body-nav-item:focus {
1420
  background-color: rgba(32, 122, 183, 0.1);
1700
  background-color: rgba(32, 122, 183, 0.1);
1421
}
1701
}
1422
.tox .tox-dialog__body-nav-item--active {
1702
.tox .tox-dialog__body-nav-item--active {
1423
  border-bottom: 2px solid #207ab7;
1703
  border-bottom: 2px solid #90bddb;
1424
  color: #207ab7;
1704
  color: #90bddb;
-
 
1705
}
-
 
1706
@media (forced-colors: active) {
-
 
1707
  .tox .tox-dialog__body-nav-item--active {
-
 
1708
    border-bottom: 2px solid highlight;
-
 
1709
    color: highlight;
-
 
1710
  }
1425
}
1711
}
1426
.tox .tox-dialog__body-content {
1712
.tox .tox-dialog__body-content {
1427
  box-sizing: border-box;
1713
  box-sizing: border-box;
1428
  display: flex;
1714
  display: flex;
1429
  flex: 1;
1715
  flex: 1;
Línea 1446... Línea 1732...
1446
.tox .tox-dialog__body-content > *:only-child {
1732
.tox .tox-dialog__body-content > *:only-child {
1447
  margin-bottom: 0;
1733
  margin-bottom: 0;
1448
  margin-top: 0;
1734
  margin-top: 0;
1449
}
1735
}
1450
.tox .tox-dialog__body-content a {
1736
.tox .tox-dialog__body-content a {
1451
  color: #207ab7;
1737
  color: #90bddb;
1452
  cursor: pointer;
1738
  cursor: pointer;
-
 
1739
  -webkit-text-decoration: underline;
1453
  text-decoration: underline;
1740
  text-decoration: underline;
1454
}
1741
}
1455
.tox .tox-dialog__body-content a:hover,
1742
.tox .tox-dialog__body-content a:hover,
1456
.tox .tox-dialog__body-content a:focus {
1743
.tox .tox-dialog__body-content a:focus {
1457
  color: #114060;
1744
  color: #428fc2;
-
 
1745
  -webkit-text-decoration: underline;
1458
  text-decoration: underline;
1746
  text-decoration: underline;
1459
}
1747
}
1460
.tox .tox-dialog__body-content a:focus-visible {
1748
.tox .tox-dialog__body-content a:focus-visible {
1461
  border-radius: 1px;
1749
  border-radius: 1px;
1462
  outline: 2px solid #207ab7;
1750
  outline: 2px solid #90bddb;
1463
  outline-offset: 2px;
1751
  outline-offset: 2px;
1464
}
1752
}
1465
.tox .tox-dialog__body-content a:active {
1753
.tox .tox-dialog__body-content a:active {
1466
  color: #092335;
1754
  color: #33739e;
-
 
1755
  -webkit-text-decoration: underline;
1467
  text-decoration: underline;
1756
  text-decoration: underline;
1468
}
1757
}
1469
.tox .tox-dialog__body-content svg {
1758
.tox .tox-dialog__body-content svg {
1470
  fill: #fff;
1759
  fill: #fff;
1471
}
1760
}
Línea 1624... Línea 1913...
1624
  opacity: 1;
1913
  opacity: 1;
1625
  pointer-events: none;
1914
  pointer-events: none;
1626
  position: absolute;
1915
  position: absolute;
1627
  z-index: 1;
1916
  z-index: 1;
1628
}
1917
}
-
 
1918
.tox .tox-navobj-bordered iframe {
-
 
1919
  border-radius: 3px;
-
 
1920
}
1629
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
1921
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
1630
  border-color: #207ab7;
1922
  border-color: #207ab7;
1631
  box-shadow: none;
1923
  box-shadow: none;
1632
  outline: 2px solid rgba(32, 122, 183, 0.25);
1924
  outline: 2px solid rgba(32, 122, 183, 0.25);
1633
}
1925
}
Línea 1722... Línea 2014...
1722
  flex: 1;
2014
  flex: 1;
1723
  overflow: hidden;
2015
  overflow: hidden;
1724
  position: relative;
2016
  position: relative;
1725
}
2017
}
1726
.tox .tox-edit-area::before {
2018
.tox .tox-edit-area::before {
1727
  border: 2px solid #2D6ADF;
2019
  border: 0 solid transparent;
1728
  border-radius: 4px;
2020
  border-radius: 4px;
1729
  content: '';
2021
  content: '';
1730
  inset: 0;
2022
  inset: 0;
1731
  opacity: 0;
2023
  opacity: 0;
1732
  pointer-events: none;
2024
  pointer-events: none;
1733
  position: absolute;
2025
  position: absolute;
1734
  transition: opacity 0.15s;
2026
  transition: opacity 0.15s;
1735
  z-index: 1;
2027
  z-index: 1;
1736
}
2028
}
-
 
2029
@media (forced-colors: active) {
-
 
2030
  .tox .tox-edit-area::before {
-
 
2031
    border: 0 solid highlight;
-
 
2032
  }
-
 
2033
}
1737
.tox .tox-edit-area__iframe {
2034
.tox .tox-edit-area__iframe {
1738
  background-color: #fff;
2035
  background-color: #fff;
1739
  border: 0;
2036
  border: 0;
1740
  box-sizing: border-box;
2037
  box-sizing: border-box;
1741
  flex: 1;
2038
  flex: 1;
Línea 1841... Línea 2138...
1841
  padding-left: 32px;
2138
  padding-left: 32px;
1842
}
2139
}
1843
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
2140
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
1844
  left: 4px;
2141
  left: 4px;
1845
}
2142
}
-
 
2143
.tox .tox-custom-preview {
-
 
2144
  border-color: #000000;
-
 
2145
  border-radius: 3px;
-
 
2146
  border-style: solid;
-
 
2147
  border-width: 1px;
-
 
2148
  flex: 1;
-
 
2149
  padding: 8px;
-
 
2150
}
1846
.tox .tox-autocompleter {
2151
.tox .tox-autocompleter {
1847
  max-width: 25em;
2152
  max-width: 25em;
1848
}
2153
}
1849
.tox .tox-autocompleter .tox-menu {
2154
.tox .tox-autocompleter .tox-menu {
1850
  box-sizing: border-box;
2155
  box-sizing: border-box;
Línea 1860... Línea 2165...
1860
}
2165
}
1861
.tox .tox-color-input .tox-textfield {
2166
.tox .tox-color-input .tox-textfield {
1862
  z-index: -1;
2167
  z-index: -1;
1863
}
2168
}
1864
.tox .tox-color-input span {
2169
.tox .tox-color-input span {
1865
  border-color: rgba(42, 55, 70, 0.2);
2170
  border-color: rgba(42 55 3.5%);
1866
  border-radius: 3px;
2171
  border-radius: 3px;
1867
  border-style: solid;
2172
  border-style: solid;
1868
  border-width: 1px;
2173
  border-width: 1px;
1869
  box-shadow: none;
2174
  box-shadow: none;
1870
  box-sizing: border-box;
2175
  box-sizing: border-box;
1871
  height: 24px;
2176
  height: 24px;
1872
  position: absolute;
2177
  position: absolute;
1873
  top: 6px;
2178
  top: 6px;
1874
  width: 24px;
2179
  width: 24px;
1875
}
2180
}
-
 
2181
@media (forced-colors: active) {
-
 
2182
  .tox .tox-color-input span {
-
 
2183
    border-color: currentColor;
-
 
2184
    border-width: 2px !important;
-
 
2185
    forced-color-adjust: none;
-
 
2186
  }
-
 
2187
}
1876
.tox .tox-color-input span:hover:not([aria-disabled=true]),
2188
.tox .tox-color-input span:hover:not([aria-disabled=true]),
1877
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
2189
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
1878
  border-color: #207ab7;
2190
  border-color: #207ab7;
1879
  cursor: pointer;
2191
  cursor: pointer;
1880
}
2192
}
Línea 1891... Línea 2203...
1891
  position: absolute;
2203
  position: absolute;
1892
  top: -1px;
2204
  top: -1px;
1893
  width: 24px;
2205
  width: 24px;
1894
  z-index: -1;
2206
  z-index: -1;
1895
}
2207
}
-
 
2208
@media (forced-colors: active) {
-
 
2209
  .tox .tox-color-input span::before {
-
 
2210
    border: none;
-
 
2211
  }
-
 
2212
}
1896
.tox .tox-color-input span[aria-disabled=true] {
2213
.tox .tox-color-input span[aria-disabled=true] {
1897
  cursor: not-allowed;
2214
  cursor: not-allowed;
1898
}
2215
}
1899
.tox:not([dir=rtl]) .tox-color-input {
-
 
1900
  /* stylelint-disable-next-line no-descending-specificity */
-
 
1901
}
-
 
1902
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
2216
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
1903
  padding-left: 36px;
2217
  padding-left: 36px;
1904
}
2218
}
1905
.tox:not([dir=rtl]) .tox-color-input span {
2219
.tox:not([dir=rtl]) .tox-color-input span {
1906
  left: 6px;
2220
  left: 6px;
1907
}
2221
}
1908
.tox[dir="rtl"] .tox-color-input {
-
 
1909
  /* stylelint-disable-next-line no-descending-specificity */
-
 
1910
}
-
 
1911
.tox[dir="rtl"] .tox-color-input .tox-textfield {
2222
.tox[dir="rtl"] .tox-color-input .tox-textfield {
1912
  padding-right: 36px;
2223
  padding-right: 36px;
1913
}
2224
}
1914
.tox[dir="rtl"] .tox-color-input span {
2225
.tox[dir="rtl"] .tox-color-input span {
1915
  right: 6px;
2226
  right: 6px;
Línea 2002... Línea 2313...
2002
.tox .tox-textfield,
2313
.tox .tox-textfield,
2003
.tox .tox-toolbar-textfield,
2314
.tox .tox-toolbar-textfield,
2004
.tox .tox-listboxfield .tox-listbox--select,
2315
.tox .tox-listboxfield .tox-listbox--select,
2005
.tox .tox-textarea,
2316
.tox .tox-textarea,
2006
.tox .tox-textarea-wrap .tox-textarea:focus {
2317
.tox .tox-textarea-wrap .tox-textarea:focus {
2007
  -webkit-appearance: none;
-
 
2008
     -moz-appearance: none;
-
 
2009
          appearance: none;
2318
  appearance: none;
2010
  background-color: #2b3b4e;
2319
  background-color: #2b3b4e;
2011
  border-color: #000000;
2320
  border-color: #000000;
2012
  border-radius: 3px;
2321
  border-radius: 3px;
2013
  border-style: solid;
2322
  border-style: solid;
2014
  border-width: 1px;
2323
  border-width: 1px;
Línea 2024... Línea 2333...
2024
  padding: 5px 4.75px;
2333
  padding: 5px 4.75px;
2025
  resize: none;
2334
  resize: none;
2026
  width: 100%;
2335
  width: 100%;
2027
}
2336
}
2028
.tox .tox-textfield[disabled],
2337
.tox .tox-textfield[disabled],
-
 
2338
.tox .tox-toolbar-textfield[disabled],
2029
.tox .tox-textarea[disabled] {
2339
.tox .tox-textarea[disabled] {
2030
  background-color: #222f3e;
2340
  background-color: #222f3e;
2031
  color: rgba(255, 255, 255, 0.85);
2341
  color: rgba(255, 255, 255, 0.85);
2032
  cursor: not-allowed;
2342
  cursor: not-allowed;
2033
}
2343
}
2034
.tox .tox-textfield:focus,
2344
.tox .tox-textfield:focus,
-
 
2345
.tox .tox-toolbar-textfield:focus,
2035
.tox .tox-listboxfield .tox-listbox--select:focus,
2346
.tox .tox-listboxfield .tox-listbox--select:focus,
2036
.tox .tox-textarea-wrap:focus-within,
2347
.tox .tox-textarea-wrap:focus-within,
2037
.tox .tox-textarea:focus,
2348
.tox .tox-textarea:focus,
-
 
2349
.tox .tox-focusable-wrapper:focus,
2038
.tox .tox-custom-editor:focus-within {
2350
.tox .tox-custom-editor:focus-within {
2039
  background-color: #2b3b4e;
2351
  background-color: #2b3b4e;
2040
  border-color: #207ab7;
2352
  border-color: #207ab7;
2041
  box-shadow: none;
2353
  box-shadow: none;
2042
  outline: 2px solid rgba(32, 122, 183, 0.25);
2354
  outline: 2px solid rgba(32, 122, 183, 0.25);
2043
}
2355
}
2044
.tox .tox-toolbar-textfield {
2356
.tox .tox-toolbar-textfield {
2045
  border-width: 0;
-
 
2046
  margin-bottom: 3px;
-
 
2047
  margin-top: 2px;
-
 
2048
  max-width: 250px;
2357
  max-width: 250px;
-
 
2358
  min-height: unset;
-
 
2359
  height: 34px;
-
 
2360
  margin: 2px 0 3px 0;
2049
}
2361
}
2050
.tox .tox-naked-btn {
2362
.tox .tox-naked-btn {
2051
  background-color: transparent;
2363
  background-color: transparent;
2052
  border: 0;
2364
  border: 0;
2053
  border-color: transparent;
2365
  border-color: transparent;
Línea 2060... Línea 2372...
2060
}
2372
}
2061
.tox .tox-naked-btn svg {
2373
.tox .tox-naked-btn svg {
2062
  display: block;
2374
  display: block;
2063
  fill: #fff;
2375
  fill: #fff;
2064
}
2376
}
-
 
2377
.tox .tox-textfield-size {
-
 
2378
  width: 80px;
-
 
2379
}
2065
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
2380
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
2066
  margin-left: 4px;
2381
  margin-left: 4px;
2067
}
2382
}
2068
.tox[dir=rtl] .tox-toolbar-textfield + * {
2383
.tox[dir=rtl] .tox-toolbar-textfield + * {
2069
  margin-right: 4px;
2384
  margin-right: 4px;
Línea 2089... Línea 2404...
2089
  width: 16px;
2404
  width: 16px;
2090
}
2405
}
2091
.tox .tox-listbox__select-chevron svg {
2406
.tox .tox-listbox__select-chevron svg {
2092
  fill: #fff;
2407
  fill: #fff;
2093
}
2408
}
-
 
2409
@media (forced-colors: active) {
-
 
2410
  .tox .tox-listbox__select-chevron svg {
-
 
2411
    fill: currentColor !important;
-
 
2412
  }
-
 
2413
}
2094
.tox .tox-listboxfield .tox-listbox--select {
2414
.tox .tox-listboxfield .tox-listbox--select {
2095
  align-items: center;
2415
  align-items: center;
2096
  display: flex;
2416
  display: flex;
2097
}
2417
}
2098
.tox:not([dir=rtl]) .tox-listboxfield svg {
2418
.tox:not([dir=rtl]) .tox-listboxfield svg {
Línea 2104... Línea 2424...
2104
.tox .tox-selectfield {
2424
.tox .tox-selectfield {
2105
  cursor: pointer;
2425
  cursor: pointer;
2106
  position: relative;
2426
  position: relative;
2107
}
2427
}
2108
.tox .tox-selectfield select {
2428
.tox .tox-selectfield select {
2109
  -webkit-appearance: none;
-
 
2110
     -moz-appearance: none;
-
 
2111
          appearance: none;
2429
  appearance: none;
2112
  background-color: #2b3b4e;
2430
  background-color: #2b3b4e;
2113
  border-color: #000000;
2431
  border-color: #000000;
2114
  border-radius: 3px;
2432
  border-radius: 3px;
2115
  border-style: solid;
2433
  border-style: solid;
2116
  border-width: 1px;
2434
  border-width: 1px;
Línea 2169... Línea 2487...
2169
  display: flex;
2487
  display: flex;
2170
  flex: 1;
2488
  flex: 1;
2171
  overflow: hidden;
2489
  overflow: hidden;
2172
}
2490
}
2173
.tox .tox-textarea {
2491
.tox .tox-textarea {
2174
  -webkit-appearance: textarea;
-
 
2175
     -moz-appearance: textarea;
-
 
2176
          appearance: textarea;
2492
  appearance: textarea;
2177
  white-space: pre-wrap;
2493
  white-space: pre-wrap;
2178
}
2494
}
2179
.tox .tox-textarea-wrap .tox-textarea {
2495
.tox .tox-textarea-wrap .tox-textarea {
2180
  border: none;
2496
  border: none;
2181
}
2497
}
Línea 2292... Línea 2608...
2292
  left: 200px;
2608
  left: 200px;
2293
  margin: -20px 0 0 -20px;
2609
  margin: -20px 0 0 -20px;
2294
  top: 200px;
2610
  top: 200px;
2295
}
2611
}
2296
.tox .tox-insert-table-picker {
2612
.tox .tox-insert-table-picker {
-
 
2613
  background-color: #222f3e;
2297
  display: flex;
2614
  display: flex;
2298
  flex-wrap: wrap;
2615
  flex-wrap: wrap;
2299
  width: 170px;
2616
  width: 170px;
2300
}
2617
}
2301
.tox .tox-insert-table-picker > div {
2618
.tox .tox-insert-table-picker > div {
Línea 2311... Línea 2628...
2311
}
2628
}
2312
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2629
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2313
  background-color: rgba(32, 122, 183, 0.5);
2630
  background-color: rgba(32, 122, 183, 0.5);
2314
  border-color: rgba(32, 122, 183, 0.5);
2631
  border-color: rgba(32, 122, 183, 0.5);
2315
}
2632
}
-
 
2633
@media (forced-colors: active) {
-
 
2634
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
-
 
2635
    border-color: Highlight;
-
 
2636
    filter: contrast(50%);
-
 
2637
  }
-
 
2638
}
2316
.tox .tox-insert-table-picker__label {
2639
.tox .tox-insert-table-picker__label {
2317
  color: #fff;
2640
  color: #fff;
2318
  display: block;
2641
  display: block;
2319
  font-size: 14px;
2642
  font-size: 14px;
2320
  padding: 4px;
2643
  padding: 4px;
2321
  text-align: center;
2644
  text-align: center;
2322
  width: 100%;
2645
  width: 100%;
2323
}
2646
}
2324
.tox:not([dir=rtl]) {
-
 
2325
  /* stylelint-disable-next-line no-descending-specificity */
-
 
2326
}
-
 
2327
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
2647
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
2328
  border-right: 0;
2648
  border-right: 0;
2329
}
2649
}
2330
.tox[dir=rtl] {
-
 
2331
  /* stylelint-disable-next-line no-descending-specificity */
-
 
2332
}
-
 
2333
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
2650
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
2334
  border-right: 0;
2651
  border-right: 0;
2335
}
2652
}
2336
.tox {
2653
.tox {
2337
  /* stylelint-disable */
2654
  /* stylelint-disable */
Línea 2418... Línea 2735...
2418
  background-color: #D9EDF7;
2735
  background-color: #D9EDF7;
2419
}
2736
}
2420
/* Deprecated. Remove in next major release */
2737
/* Deprecated. Remove in next major release */
2421
.tox .tox-mbtn {
2738
.tox .tox-mbtn {
2422
  align-items: center;
2739
  align-items: center;
2423
  background: transparent;
2740
  background: #222f3e;
2424
  border: 0;
2741
  border: 0;
2425
  border-radius: 3px;
2742
  border-radius: 3px;
2426
  box-shadow: none;
2743
  box-shadow: none;
2427
  color: #fff;
2744
  color: #fff;
2428
  display: flex;
2745
  display: flex;
Línea 2432... Línea 2749...
2432
  font-weight: normal;
2749
  font-weight: normal;
2433
  height: 34px;
2750
  height: 34px;
2434
  justify-content: center;
2751
  justify-content: center;
2435
  margin: 2px 0 3px 0;
2752
  margin: 2px 0 3px 0;
2436
  outline: none;
2753
  outline: none;
2437
  overflow: hidden;
-
 
2438
  padding: 0 4px;
2754
  padding: 0 4px;
2439
  text-transform: none;
2755
  text-transform: none;
2440
  width: auto;
2756
  width: auto;
2441
}
2757
}
2442
.tox .tox-mbtn[disabled] {
2758
.tox .tox-mbtn[disabled] {
2443
  background-color: transparent;
2759
  background-color: #222f3e;
2444
  border: 0;
2760
  border: 0;
2445
  box-shadow: none;
2761
  box-shadow: none;
2446
  color: rgba(255, 255, 255, 0.5);
2762
  color: rgba(255, 255, 255, 0.5);
2447
  cursor: not-allowed;
2763
  cursor: not-allowed;
2448
}
2764
}
2449
.tox .tox-mbtn:focus:not(:disabled) {
2765
.tox .tox-mbtn:focus:not(:disabled) {
2450
  background: #4a5562;
2766
  background: #4a5562;
2451
  border: 0;
2767
  border: 0;
2452
  box-shadow: none;
2768
  box-shadow: none;
2453
  color: #fff;
2769
  color: #fff;
-
 
2770
  position: relative;
-
 
2771
  z-index: 1;
-
 
2772
}
-
 
2773
.tox .tox-mbtn:focus:not(:disabled)::after {
-
 
2774
  border-radius: 3px;
-
 
2775
  bottom: 0;
-
 
2776
  box-shadow: 0 0 0 0 transparent ;
-
 
2777
  content: '';
-
 
2778
  left: 0;
-
 
2779
  position: absolute;
-
 
2780
  right: 0;
-
 
2781
  top: 0;
2454
}
2782
}
-
 
2783
@media (forced-colors: active) {
-
 
2784
  .tox .tox-mbtn:focus:not(:disabled)::after {
-
 
2785
    border: 2px solid highlight;
-
 
2786
  }
-
 
2787
}
2455
.tox .tox-mbtn--active {
2788
.tox .tox-mbtn--active,
-
 
2789
.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
2456
  background: #757d87;
2790
  background: #757d87;
2457
  border: 0;
2791
  border: 0;
2458
  box-shadow: none;
2792
  box-shadow: none;
2459
  color: #fff;
2793
  color: #fff;
2460
}
2794
}
Línea 2487... Línea 2821...
2487
  box-sizing: border-box;
2821
  box-sizing: border-box;
2488
  display: grid;
2822
  display: grid;
2489
  font-size: 14px;
2823
  font-size: 14px;
2490
  font-weight: normal;
2824
  font-weight: normal;
2491
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2825
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
-
 
2826
  margin-left: auto;
-
 
2827
  margin-right: auto;
2492
  margin-top: 4px;
2828
  margin-top: 4px;
2493
  opacity: 0;
2829
  opacity: 0;
2494
  padding: 4px;
2830
  padding: 4px;
2495
  transition: transform 100ms ease-in, opacity 150ms ease-in;
2831
  transition: transform 100ms ease-in, opacity 150ms ease-in;
-
 
2832
  width: max-content;
-
 
2833
}
-
 
2834
.tox .tox-notification a {
-
 
2835
  cursor: pointer;
-
 
2836
  -webkit-text-decoration: underline;
-
 
2837
  text-decoration: underline;
2496
}
2838
}
2497
.tox .tox-notification p {
2839
.tox .tox-notification p {
2498
  font-size: 14px;
2840
  font-size: 14px;
2499
  font-weight: normal;
2841
  font-weight: normal;
2500
}
2842
}
2501
.tox .tox-notification a {
2843
.tox .tox-notification:focus {
2502
  cursor: pointer;
2844
  border-color: #207ab7;
2503
  text-decoration: underline;
2845
  box-shadow: none;
2504
}
2846
}
2505
.tox .tox-notification--in {
2847
.tox .tox-notification--in {
2506
  opacity: 1;
2848
  opacity: 1;
2507
}
2849
}
2508
.tox .tox-notification--success {
2850
.tox .tox-notification--success {
Línea 2514... Línea 2856...
2514
  color: #fff;
2856
  color: #fff;
2515
}
2857
}
2516
.tox .tox-notification--success a {
2858
.tox .tox-notification--success a {
2517
  color: #b5d199;
2859
  color: #b5d199;
2518
}
2860
}
-
 
2861
.tox .tox-notification--success a:hover,
-
 
2862
.tox .tox-notification--success a:focus {
-
 
2863
  color: #82b153;
-
 
2864
  -webkit-text-decoration: underline;
-
 
2865
  text-decoration: underline;
-
 
2866
}
-
 
2867
.tox .tox-notification--success a:focus-visible {
-
 
2868
  border-radius: 1px;
-
 
2869
  outline: 2px solid #b5d199;
-
 
2870
  outline-offset: 2px;
-
 
2871
}
-
 
2872
.tox .tox-notification--success a:active {
-
 
2873
  color: #689041;
-
 
2874
  -webkit-text-decoration: underline;
-
 
2875
  text-decoration: underline;
-
 
2876
}
2519
.tox .tox-notification--success svg {
2877
.tox .tox-notification--success svg {
2520
  fill: #fff;
2878
  fill: #fff;
2521
}
2879
}
2522
.tox .tox-notification--error {
2880
.tox .tox-notification--error {
2523
  background-color: #442632;
2881
  background-color: #442632;
Línea 2528... Línea 2886...
2528
  color: #fff;
2886
  color: #fff;
2529
}
2887
}
2530
.tox .tox-notification--error a {
2888
.tox .tox-notification--error a {
2531
  color: #e68080;
2889
  color: #e68080;
2532
}
2890
}
-
 
2891
.tox .tox-notification--error a:hover,
-
 
2892
.tox .tox-notification--error a:focus {
-
 
2893
  color: #d42b2b;
-
 
2894
  -webkit-text-decoration: underline;
-
 
2895
  text-decoration: underline;
-
 
2896
}
-
 
2897
.tox .tox-notification--error a:focus-visible {
-
 
2898
  border-radius: 1px;
-
 
2899
  outline: 2px solid #e68080;
-
 
2900
  outline-offset: 2px;
-
 
2901
}
-
 
2902
.tox .tox-notification--error a:active {
-
 
2903
  color: #aa2222;
-
 
2904
  -webkit-text-decoration: underline;
-
 
2905
  text-decoration: underline;
-
 
2906
}
2533
.tox .tox-notification--error svg {
2907
.tox .tox-notification--error svg {
2534
  fill: #fff;
2908
  fill: #fff;
2535
}
2909
}
2536
.tox .tox-notification--warn,
2910
.tox .tox-notification--warn,
2537
.tox .tox-notification--warning {
2911
.tox .tox-notification--warning {
Línea 2545... Línea 2919...
2545
}
2919
}
2546
.tox .tox-notification--warn a,
2920
.tox .tox-notification--warn a,
2547
.tox .tox-notification--warning a {
2921
.tox .tox-notification--warning a {
2548
  color: #ffcc00;
2922
  color: #ffcc00;
2549
}
2923
}
-
 
2924
.tox .tox-notification--warn a:hover,
-
 
2925
.tox .tox-notification--warning a:hover,
-
 
2926
.tox .tox-notification--warn a:focus,
-
 
2927
.tox .tox-notification--warning a:focus {
-
 
2928
  color: #997a00;
-
 
2929
  -webkit-text-decoration: underline;
-
 
2930
  text-decoration: underline;
-
 
2931
}
-
 
2932
.tox .tox-notification--warn a:focus-visible,
-
 
2933
.tox .tox-notification--warning a:focus-visible {
-
 
2934
  border-radius: 1px;
-
 
2935
  outline: 2px solid #ffcc00;
-
 
2936
  outline-offset: 2px;
-
 
2937
}
-
 
2938
.tox .tox-notification--warn a:active,
-
 
2939
.tox .tox-notification--warning a:active {
-
 
2940
  color: #665200;
-
 
2941
  -webkit-text-decoration: underline;
-
 
2942
  text-decoration: underline;
-
 
2943
}
2550
.tox .tox-notification--warn svg,
2944
.tox .tox-notification--warn svg,
2551
.tox .tox-notification--warning svg {
2945
.tox .tox-notification--warning svg {
2552
  fill: #fff0b3;
2946
  fill: #fff0b3;
2553
}
2947
}
2554
.tox .tox-notification--info {
2948
.tox .tox-notification--info {
Línea 2560... Línea 2954...
2560
  color: #fff;
2954
  color: #fff;
2561
}
2955
}
2562
.tox .tox-notification--info a {
2956
.tox .tox-notification--info a {
2563
  color: #83b7f3;
2957
  color: #83b7f3;
2564
}
2958
}
-
 
2959
.tox .tox-notification--info a:hover,
-
 
2960
.tox .tox-notification--info a:focus {
-
 
2961
  color: #2681ea;
-
 
2962
  -webkit-text-decoration: underline;
-
 
2963
  text-decoration: underline;
-
 
2964
}
-
 
2965
.tox .tox-notification--info a:focus-visible {
-
 
2966
  border-radius: 1px;
-
 
2967
  outline: 2px solid #83b7f3;
-
 
2968
  outline-offset: 2px;
-
 
2969
}
-
 
2970
.tox .tox-notification--info a:active {
-
 
2971
  color: #1368c9;
-
 
2972
  -webkit-text-decoration: underline;
-
 
2973
  text-decoration: underline;
-
 
2974
}
2565
.tox .tox-notification--info svg {
2975
.tox .tox-notification--info svg {
2566
  fill: #fff;
2976
  fill: #fff;
2567
}
2977
}
2568
.tox .tox-notification__body {
2978
.tox .tox-notification__body {
2569
  align-self: center;
2979
  align-self: center;
Línea 2608... Línea 3018...
2608
  grid-column-start: 1;
3018
  grid-column-start: 1;
2609
  grid-row-end: 3;
3019
  grid-row-end: 3;
2610
  grid-row-start: 2;
3020
  grid-row-start: 2;
2611
  justify-self: center;
3021
  justify-self: center;
2612
}
3022
}
-
 
3023
.tox .tox-notification-container-dock-fadeout {
-
 
3024
  opacity: 0;
-
 
3025
  visibility: hidden;
-
 
3026
}
-
 
3027
.tox .tox-notification-container-dock-fadein {
-
 
3028
  opacity: 1;
-
 
3029
  visibility: visible;
-
 
3030
}
-
 
3031
.tox .tox-notification-container-dock-transition {
-
 
3032
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
-
 
3033
}
-
 
3034
.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
-
 
3035
  transition-delay: 0s;
-
 
3036
}
2613
.tox .tox-pop {
3037
.tox .tox-pop {
2614
  display: inline-block;
3038
  display: inline-block;
2615
  position: relative;
3039
  position: relative;
2616
}
3040
}
2617
.tox .tox-pop--resizing {
3041
.tox .tox-pop--resizing {
Línea 2652... Línea 3076...
2652
  height: 0;
3076
  height: 0;
2653
  opacity: 1;
3077
  opacity: 1;
2654
  position: absolute;
3078
  position: absolute;
2655
  width: 0;
3079
  width: 0;
2656
}
3080
}
-
 
3081
@media (forced-colors: active) {
-
 
3082
  .tox .tox-pop::before,
-
 
3083
  .tox .tox-pop::after {
-
 
3084
    content: none;
-
 
3085
  }
-
 
3086
}
2657
.tox .tox-pop.tox-pop--inset::before,
3087
.tox .tox-pop.tox-pop--inset::before,
2658
.tox .tox-pop.tox-pop--inset::after {
3088
.tox .tox-pop.tox-pop--inset::after {
2659
  opacity: 0;
3089
  opacity: 0;
2660
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
3090
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
2661
}
3091
}
Línea 2737... Línea 3167...
2737
  flex-direction: row;
3167
  flex-direction: row;
2738
  flex-grow: 1;
3168
  flex-grow: 1;
2739
  min-height: 0;
3169
  min-height: 0;
2740
}
3170
}
2741
.tox .tox-sidebar {
3171
.tox .tox-sidebar {
2742
  background-color: #222f3e;
3172
  background-color: #34485f;
2743
  display: flex;
3173
  display: flex;
2744
  flex-direction: row;
3174
  flex-direction: row;
2745
  justify-content: flex-end;
3175
  justify-content: flex-end;
2746
}
3176
}
2747
.tox .tox-sidebar__slider {
3177
.tox .tox-sidebar__slider {
Línea 2814... Línea 3244...
2814
  margin-inline-start: 32px;
3244
  margin-inline-start: 32px;
2815
}
3245
}
2816
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
3246
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
2817
  margin-inline-start: 32px;
3247
  margin-inline-start: 32px;
2818
}
3248
}
-
 
3249
.tox .tox-toolbar-slider {
-
 
3250
  align-items: center;
-
 
3251
  display: inline-flex;
-
 
3252
  height: 16px;
-
 
3253
}
-
 
3254
.tox .tox-toolbar-slider__input {
-
 
3255
  appearance: none;
-
 
3256
  background: #000000;
-
 
3257
  border-radius: 16px;
-
 
3258
  width: 130px;
-
 
3259
  height: 2px;
-
 
3260
}
-
 
3261
.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
-
 
3262
  background-color: transparent;
-
 
3263
  height: 16px;
-
 
3264
}
-
 
3265
.tox .tox-toolbar-slider__input::-moz-range-track {
-
 
3266
  background-color: transparent;
-
 
3267
  height: 16px;
-
 
3268
}
-
 
3269
.tox .tox-toolbar-slider__input::-webkit-slider-thumb {
-
 
3270
  -webkit-appearance: none;
-
 
3271
  background-color: #207ab7;
-
 
3272
  border-radius: 16px;
-
 
3273
  border: none;
-
 
3274
  height: 16px;
-
 
3275
  width: 16px;
-
 
3276
}
-
 
3277
.tox .tox-toolbar-slider__input::-moz-range-thumb {
-
 
3278
  appearance: none;
-
 
3279
  background-color: #207ab7;
-
 
3280
  border-radius: 16px;
-
 
3281
  border: none;
-
 
3282
  height: 16px;
-
 
3283
  width: 16px;
-
 
3284
}
-
 
3285
.tox .tox-toolbar-slider__input:focus-visible {
-
 
3286
  outline: none;
-
 
3287
}
-
 
3288
.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
-
 
3289
  background-color: #1c6ca1;
-
 
3290
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #207ab7;
-
 
3291
}
-
 
3292
.tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
-
 
3293
  background-color: #1c6ca1;
-
 
3294
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #207ab7;
-
 
3295
}
-
 
3296
.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
-
 
3297
  background-color: #1c6ca1;
-
 
3298
}
-
 
3299
.tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
-
 
3300
  background-color: #1c6ca1;
-
 
3301
}
-
 
3302
.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
-
 
3303
  background-color: #185d8c;
-
 
3304
}
-
 
3305
.tox .tox-toolbar-slider__input:active::-moz-range-thumb {
-
 
3306
  background-color: #185d8c;
-
 
3307
}
-
 
3308
.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
-
 
3309
  background-color: rgba(255, 255, 255, 0.5);
-
 
3310
}
-
 
3311
.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
-
 
3312
  background-color: rgba(255, 255, 255, 0.5);
-
 
3313
}
2819
.tox .tox-source-code {
3314
.tox .tox-source-code {
2820
  overflow: auto;
3315
  overflow: auto;
2821
}
3316
}
2822
.tox .tox-spinner {
3317
.tox .tox-spinner {
2823
  display: flex;
3318
  display: flex;
Línea 2867... Línea 3362...
2867
  text-transform: uppercase;
3362
  text-transform: uppercase;
2868
}
3363
}
2869
.tox .tox-statusbar__path {
3364
.tox .tox-statusbar__path {
2870
  display: flex;
3365
  display: flex;
2871
  flex: 1 1 auto;
3366
  flex: 1 1 auto;
2872
  overflow: hidden;
-
 
2873
  text-overflow: ellipsis;
3367
  text-overflow: ellipsis;
2874
  white-space: nowrap;
3368
  white-space: nowrap;
2875
}
3369
}
2876
.tox .tox-statusbar__right-container {
3370
.tox .tox-statusbar__right-container {
2877
  display: flex;
3371
  display: flex;
Línea 2880... Línea 3374...
2880
}
3374
}
2881
.tox .tox-statusbar__help-text {
3375
.tox .tox-statusbar__help-text {
2882
  text-align: center;
3376
  text-align: center;
2883
}
3377
}
2884
.tox .tox-statusbar__text-container {
3378
.tox .tox-statusbar__text-container {
-
 
3379
  align-items: flex-start;
2885
  display: flex;
3380
  display: flex;
2886
  flex: 1 1 auto;
3381
  flex: 1 1 auto;
-
 
3382
  height: 16px;
2887
  justify-content: space-between;
3383
  justify-content: space-between;
2888
  overflow: hidden;
-
 
2889
}
3384
}
2890
@media only screen and (min-width: 768px ) {
3385
@media only screen and (min-width: 768px ) {
2891
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
3386
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
2892
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
3387
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
2893
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
3388
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
Línea 2921... Línea 3416...
2921
}
3416
}
2922
.tox .tox-statusbar a,
3417
.tox .tox-statusbar a,
2923
.tox .tox-statusbar__path-item,
3418
.tox .tox-statusbar__path-item,
2924
.tox .tox-statusbar__wordcount {
3419
.tox .tox-statusbar__wordcount {
2925
  color: #fff;
3420
  color: #fff;
-
 
3421
  position: relative;
-
 
3422
  -webkit-text-decoration: none;
2926
  text-decoration: none;
3423
  text-decoration: none;
2927
}
3424
}
2928
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
3425
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
2929
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
3426
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
2930
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
3427
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
Línea 2932... Línea 3429...
2932
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
3429
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
2933
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
3430
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
2934
  color: #fff;
3431
  color: #fff;
2935
  cursor: pointer;
3432
  cursor: pointer;
2936
}
3433
}
-
 
3434
.tox .tox-statusbar a:focus-visible::after,
-
 
3435
.tox .tox-statusbar__path-item:focus-visible::after,
-
 
3436
.tox .tox-statusbar__wordcount:focus-visible::after {
-
 
3437
  border-radius: 3px;
-
 
3438
  bottom: 0;
-
 
3439
  box-shadow: 0 0 0 0 transparent ;
-
 
3440
  content: '';
-
 
3441
  left: 0;
-
 
3442
  position: absolute;
-
 
3443
  right: 0;
-
 
3444
  top: 0;
-
 
3445
}
-
 
3446
@media (forced-colors: active) {
-
 
3447
  .tox .tox-statusbar a:focus-visible::after,
-
 
3448
  .tox .tox-statusbar__path-item:focus-visible::after,
-
 
3449
  .tox .tox-statusbar__wordcount:focus-visible::after {
-
 
3450
    border: 2px solid highlight;
-
 
3451
  }
-
 
3452
}
2937
.tox .tox-statusbar__branding svg {
3453
.tox .tox-statusbar__branding svg {
2938
  fill: rgba(255, 255, 255, 0.8);
3454
  fill: rgba(255, 255, 255, 0.8);
2939
  height: 1.14em;
3455
  height: 1em;
2940
  vertical-align: -0.28em;
3456
  margin-left: 0.3em;
2941
  width: 3.6em;
3457
  width: auto;
-
 
3458
}
-
 
3459
@media (forced-colors: active) {
-
 
3460
  .tox .tox-statusbar__branding svg {
-
 
3461
    fill: currentColor;
-
 
3462
  }
-
 
3463
}
-
 
3464
.tox .tox-statusbar__branding a {
-
 
3465
  align-items: center;
-
 
3466
  display: inline-flex;
2942
}
3467
}
2943
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
3468
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
2944
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
3469
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
2945
  fill: #fff;
3470
  fill: #fff;
2946
}
3471
}
Línea 2949... Línea 3474...
2949
  align-self: stretch;
3474
  align-self: stretch;
2950
  cursor: nwse-resize;
3475
  cursor: nwse-resize;
2951
  display: flex;
3476
  display: flex;
2952
  flex: 0 0 auto;
3477
  flex: 0 0 auto;
2953
  justify-content: flex-end;
3478
  justify-content: flex-end;
-
 
3479
  margin-bottom: 3px;
2954
  margin-left: auto;
3480
  margin-left: 4px;
-
 
3481
  margin-right: calc(3px - 8px);
2955
  margin-right: -8px;
3482
  margin-top: 3px;
2956
  padding-bottom: 3px;
3483
  padding-bottom: 0;
2957
  padding-left: 1ch;
3484
  padding-left: 0;
2958
  padding-right: 3px;
3485
  padding-right: 0;
-
 
3486
  position: relative;
2959
}
3487
}
2960
.tox .tox-statusbar__resize-handle svg {
3488
.tox .tox-statusbar__resize-handle svg {
2961
  display: block;
3489
  display: block;
2962
  fill: rgba(255, 255, 255, 0.5);
3490
  fill: rgba(255, 255, 255, 0.5);
2963
}
3491
}
-
 
3492
.tox .tox-statusbar__resize-handle:hover svg,
2964
.tox .tox-statusbar__resize-handle:focus svg {
3493
.tox .tox-statusbar__resize-handle:focus svg {
-
 
3494
  fill: #fff;
-
 
3495
}
-
 
3496
.tox .tox-statusbar__resize-handle:focus-visible {
2965
  background-color: #4a5562;
3497
  background-color: transparent;
2966
  border-radius: 1px 1px -4px 1px;
3498
  border-radius: 1px 1px -4px 1px;
2967
  box-shadow: 0 0 0 2px #4a5562;
3499
  box-shadow: 0 0 0 2px transparent;
-
 
3500
}
-
 
3501
.tox .tox-statusbar__resize-handle:focus-visible::after {
-
 
3502
  border-radius: 3px;
-
 
3503
  bottom: 0;
-
 
3504
  box-shadow: 0 0 0 0 transparent ;
-
 
3505
  content: '';
-
 
3506
  left: 0;
-
 
3507
  position: absolute;
-
 
3508
  right: 0;
-
 
3509
  top: 0;
-
 
3510
}
-
 
3511
@media (forced-colors: active) {
-
 
3512
  .tox .tox-statusbar__resize-handle:focus-visible::after {
-
 
3513
    border: 2px solid highlight;
-
 
3514
  }
-
 
3515
}
-
 
3516
.tox .tox-statusbar__resize-handle:only-child {
-
 
3517
  margin-left: auto;
2968
}
3518
}
2969
.tox:not([dir=rtl]) .tox-statusbar__path > * {
3519
.tox:not([dir=rtl]) .tox-statusbar__path > * {
2970
  margin-right: 4px;
3520
  margin-right: 4px;
2971
}
3521
}
2972
.tox:not([dir=rtl]) .tox-statusbar__branding {
3522
.tox:not([dir=rtl]) .tox-statusbar__branding {
Línea 2976... Línea 3526...
2976
  flex-direction: row-reverse;
3526
  flex-direction: row-reverse;
2977
}
3527
}
2978
.tox[dir=rtl] .tox-statusbar__path > * {
3528
.tox[dir=rtl] .tox-statusbar__path > * {
2979
  margin-left: 4px;
3529
  margin-left: 4px;
2980
}
3530
}
-
 
3531
.tox[dir=rtl] .tox-statusbar__branding svg {
-
 
3532
  margin-left: 0;
-
 
3533
  margin-right: 0.3em;
-
 
3534
}
2981
.tox .tox-throbber {
3535
.tox .tox-throbber {
2982
  z-index: 1299;
3536
  z-index: 1299;
2983
}
3537
}
2984
.tox .tox-throbber__busy-spinner {
3538
.tox .tox-throbber__busy-spinner {
2985
  align-items: center;
3539
  align-items: center;
Línea 2992... Línea 3546...
2992
  right: 0;
3546
  right: 0;
2993
  top: 0;
3547
  top: 0;
2994
}
3548
}
2995
.tox .tox-tbtn {
3549
.tox .tox-tbtn {
2996
  align-items: center;
3550
  align-items: center;
2997
  background: transparent;
3551
  background: #222f3e;
2998
  border: 0;
3552
  border: 0;
2999
  border-radius: 3px;
3553
  border-radius: 3px;
3000
  box-shadow: none;
3554
  box-shadow: none;
3001
  color: #fff;
3555
  color: #fff;
3002
  display: flex;
3556
  display: flex;
Línea 3006... Línea 3560...
3006
  font-weight: normal;
3560
  font-weight: normal;
3007
  height: 34px;
3561
  height: 34px;
3008
  justify-content: center;
3562
  justify-content: center;
3009
  margin: 3px 0 2px 0;
3563
  margin: 3px 0 2px 0;
3010
  outline: none;
3564
  outline: none;
3011
  overflow: hidden;
-
 
3012
  padding: 0;
3565
  padding: 0;
3013
  text-transform: none;
3566
  text-transform: none;
3014
  width: 34px;
3567
  width: 34px;
3015
}
3568
}
-
 
3569
@media (forced-colors: active) {
-
 
3570
  .tox .tox-tbtn:hover,
-
 
3571
  .tox .tox-tbtn.tox-tbtn:hover {
-
 
3572
    outline: 1px dashed currentColor;
-
 
3573
  }
-
 
3574
  .tox .tox-tbtn.tox-tbtn--active,
-
 
3575
  .tox .tox-tbtn.tox-tbtn--enabled,
-
 
3576
  .tox .tox-tbtn.tox-tbtn--enabled:hover,
-
 
3577
  .tox .tox-tbtn.tox-tbtn--enabled:focus,
-
 
3578
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
-
 
3579
    outline: 1px solid currentColor;
-
 
3580
    position: relative;
-
 
3581
  }
-
 
3582
}
3016
.tox .tox-tbtn svg {
3583
.tox .tox-tbtn svg {
3017
  display: block;
3584
  display: block;
3018
  fill: #fff;
3585
  fill: #fff;
3019
}
3586
}
-
 
3587
@media (forced-colors: active) {
-
 
3588
  .tox .tox-tbtn svg {
-
 
3589
    fill: currentColor !important;
-
 
3590
  }
-
 
3591
  .tox .tox-tbtn svg.tox-tbtn--enabled,
-
 
3592
  .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
-
 
3593
    fill: currentColor !important;
-
 
3594
  }
-
 
3595
  .tox .tox-tbtn svg.tox-tbtn--disabled,
-
 
3596
  .tox .tox-tbtn svg.tox-tbtn--disabled:hover,
-
 
3597
  .tox .tox-tbtn svg .tox-tbtn:disabled,
-
 
3598
  .tox .tox-tbtn svg .tox-tbtn:disabled:hover {
-
 
3599
    filter: contrast(0%);
-
 
3600
  }
-
 
3601
}
3020
.tox .tox-tbtn.tox-tbtn-more {
3602
.tox .tox-tbtn.tox-tbtn-more {
3021
  padding-left: 5px;
3603
  padding-left: 5px;
3022
  padding-right: 5px;
3604
  padding-right: 5px;
3023
  width: inherit;
3605
  width: inherit;
3024
}
3606
}
3025
.tox .tox-tbtn:focus {
3607
.tox .tox-tbtn:focus {
3026
  background: #4a5562;
3608
  background: #4a5562;
3027
  border: 0;
3609
  border: 0;
3028
  box-shadow: none;
3610
  box-shadow: none;
-
 
3611
  position: relative;
-
 
3612
  z-index: 1;
-
 
3613
}
-
 
3614
.tox .tox-tbtn:focus::after {
-
 
3615
  border-radius: 3px;
-
 
3616
  bottom: 0;
-
 
3617
  box-shadow: 0 0 0 0 transparent ;
-
 
3618
  content: '';
-
 
3619
  left: 0;
-
 
3620
  position: absolute;
-
 
3621
  right: 0;
-
 
3622
  top: 0;
-
 
3623
}
-
 
3624
@media (forced-colors: active) {
-
 
3625
  .tox .tox-tbtn:focus::after {
-
 
3626
    border: 2px solid highlight;
-
 
3627
  }
3029
}
3628
}
3030
.tox .tox-tbtn:hover {
3629
.tox .tox-tbtn:hover {
3031
  background: #4a5562;
3630
  background: #4a5562;
3032
  border: 0;
3631
  border: 0;
3033
  box-shadow: none;
3632
  box-shadow: none;
Línea 3050... Línea 3649...
3050
}
3649
}
3051
.tox .tox-tbtn--disabled,
3650
.tox .tox-tbtn--disabled,
3052
.tox .tox-tbtn--disabled:hover,
3651
.tox .tox-tbtn--disabled:hover,
3053
.tox .tox-tbtn:disabled,
3652
.tox .tox-tbtn:disabled,
3054
.tox .tox-tbtn:disabled:hover {
3653
.tox .tox-tbtn:disabled:hover {
3055
  background: transparent;
3654
  background: #222f3e;
3056
  border: 0;
3655
  border: 0;
3057
  box-shadow: none;
3656
  box-shadow: none;
3058
  color: rgba(255, 255, 255, 0.5);
3657
  color: rgba(255, 255, 255, 0.5);
3059
  cursor: not-allowed;
3658
  cursor: not-allowed;
3060
}
3659
}
3061
.tox .tox-tbtn--disabled svg,
3660
.tox .tox-tbtn--disabled svg,
3062
.tox .tox-tbtn--disabled:hover svg,
3661
.tox .tox-tbtn--disabled:hover svg,
3063
.tox .tox-tbtn:disabled svg,
3662
.tox .tox-tbtn:disabled svg,
3064
.tox .tox-tbtn:disabled:hover svg {
3663
.tox .tox-tbtn:disabled:hover svg {
3065
  /* stylelint-disable-line no-descending-specificity */
-
 
3066
  fill: rgba(255, 255, 255, 0.5);
3664
  fill: rgba(255, 255, 255, 0.5);
3067
}
3665
}
-
 
3666
.tox .tox-tbtn--active,
3068
.tox .tox-tbtn--enabled,
3667
.tox .tox-tbtn--enabled,
3069
.tox .tox-tbtn--enabled:hover {
3668
.tox .tox-tbtn--enabled:hover,
-
 
3669
.tox .tox-tbtn--enabled:focus {
3070
  background: #757d87;
3670
  background: #757d87;
3071
  border: 0;
3671
  border: 0;
3072
  box-shadow: none;
3672
  box-shadow: none;
3073
  color: #fff;
3673
  color: #fff;
-
 
3674
  position: relative;
3074
}
3675
}
-
 
3676
.tox .tox-tbtn--active > *,
3075
.tox .tox-tbtn--enabled > *,
3677
.tox .tox-tbtn--enabled > *,
3076
.tox .tox-tbtn--enabled:hover > * {
3678
.tox .tox-tbtn--enabled:hover > *,
-
 
3679
.tox .tox-tbtn--enabled:focus > * {
3077
  transform: none;
3680
  transform: none;
3078
}
3681
}
-
 
3682
.tox .tox-tbtn--active svg,
3079
.tox .tox-tbtn--enabled svg,
3683
.tox .tox-tbtn--enabled svg,
3080
.tox .tox-tbtn--enabled:hover svg {
3684
.tox .tox-tbtn--enabled:hover svg,
3081
  /* stylelint-disable-line no-descending-specificity */
3685
.tox .tox-tbtn--enabled:focus svg {
3082
  fill: #fff;
3686
  fill: #fff;
3083
}
3687
}
-
 
3688
.tox .tox-tbtn--active.tox-tbtn--disabled svg,
3084
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
3689
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
3085
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
3690
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg,
-
 
3691
.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg {
3086
  fill: rgba(255, 255, 255, 0.5);
3692
  fill: rgba(255, 255, 255, 0.5);
3087
}
3693
}
-
 
3694
.tox .tox-tbtn--enabled:focus::after {
-
 
3695
  border-radius: 3px;
-
 
3696
  bottom: 0;
-
 
3697
  box-shadow: 0 0 0 0 transparent ;
-
 
3698
  content: '';
-
 
3699
  left: 0;
-
 
3700
  position: absolute;
-
 
3701
  right: 0;
-
 
3702
  top: 0;
-
 
3703
}
-
 
3704
@media (forced-colors: active) {
-
 
3705
  .tox .tox-tbtn--enabled:focus::after {
-
 
3706
    border: 2px solid highlight;
-
 
3707
  }
-
 
3708
}
3088
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
3709
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
3089
  color: #fff;
3710
  color: #fff;
3090
}
3711
}
3091
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
3712
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
3092
  fill: #fff;
3713
  fill: #fff;
Línea 3118... Línea 3739...
3118
  font-weight: normal;
3739
  font-weight: normal;
3119
  letter-spacing: -0.025em;
3740
  letter-spacing: -0.025em;
3120
  margin-bottom: 4px;
3741
  margin-bottom: 4px;
3121
  white-space: nowrap;
3742
  white-space: nowrap;
3122
}
3743
}
-
 
3744
.tox .tox-label--context-toolbar {
-
 
3745
  margin: 6px 1px 5px 0;
-
 
3746
  -webkit-touch-callout: none;
-
 
3747
  -webkit-user-select: none;
-
 
3748
  user-select: none;
-
 
3749
}
3123
.tox .tox-number-input {
3750
.tox .tox-number-input {
-
 
3751
  background: transparent;
3124
  border-radius: 3px;
3752
  border-radius: 3px;
3125
  display: flex;
3753
  display: flex;
3126
  margin: 3px 0 2px 0;
3754
  margin: 3px 0 2px 0;
3127
  padding: 0 4px;
3755
  position: relative;
3128
  width: auto;
3756
  width: auto;
3129
}
3757
}
-
 
3758
.tox .tox-number-input:focus {
-
 
3759
  background: #4a5562;
-
 
3760
}
-
 
3761
.tox .tox-number-input:focus::after {
-
 
3762
  border-radius: 3px;
-
 
3763
  bottom: 0;
-
 
3764
  box-shadow: 0 0 0 0 transparent ;
-
 
3765
  content: '';
-
 
3766
  left: 0;
-
 
3767
  position: absolute;
-
 
3768
  right: 0;
-
 
3769
  top: 0;
-
 
3770
}
-
 
3771
@media (forced-colors: active) {
-
 
3772
  .tox .tox-number-input:focus::after {
-
 
3773
    border: 2px solid highlight;
-
 
3774
  }
-
 
3775
}
3130
.tox .tox-number-input .tox-input-wrapper {
3776
.tox .tox-number-input .tox-input-wrapper {
3131
  background: transparent;
-
 
3132
  display: flex;
3777
  display: flex;
3133
  pointer-events: none;
3778
  pointer-events: none;
-
 
3779
  position: relative;
3134
  text-align: center;
3780
  text-align: center;
3135
}
3781
}
3136
.tox .tox-number-input .tox-input-wrapper:focus {
3782
.tox .tox-number-input .tox-input-wrapper:focus {
3137
  background: #4a5562;
3783
  background-color: #4a5562;
-
 
3784
  z-index: 1;
-
 
3785
}
-
 
3786
.tox .tox-number-input .tox-input-wrapper:focus::after {
-
 
3787
  border-radius: 3px;
-
 
3788
  bottom: 0;
-
 
3789
  box-shadow: 0 0 0 0 transparent ;
-
 
3790
  content: '';
-
 
3791
  left: 0;
-
 
3792
  position: absolute;
-
 
3793
  right: 0;
-
 
3794
  top: 0;
-
 
3795
}
-
 
3796
@media (forced-colors: active) {
-
 
3797
  .tox .tox-number-input .tox-input-wrapper:focus::after {
-
 
3798
    border: 2px solid highlight;
-
 
3799
  }
-
 
3800
}
-
 
3801
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
-
 
3802
  border-radius: 3px;
-
 
3803
  bottom: 0;
-
 
3804
  box-shadow: 0 0 0 0 transparent ;
-
 
3805
  content: '';
-
 
3806
  left: 0;
-
 
3807
  position: absolute;
-
 
3808
  right: 0;
-
 
3809
  top: 0;
-
 
3810
}
-
 
3811
@media (forced-colors: active) {
-
 
3812
  .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
-
 
3813
    border: 2px solid highlight;
-
 
3814
  }
3138
}
3815
}
3139
.tox .tox-number-input input {
3816
.tox .tox-number-input input {
3140
  border-radius: 3px;
3817
  border-radius: 3px;
3141
  color: #fff;
3818
  color: #fff;
3142
  font-size: 14px;
3819
  font-size: 14px;
3143
  margin: 2px 0;
3820
  margin: 2px 0;
3144
  pointer-events: all;
3821
  pointer-events: all;
-
 
3822
  position: relative;
3145
  width: 60px;
3823
  width: 60px;
3146
}
3824
}
3147
.tox .tox-number-input input:hover {
3825
.tox .tox-number-input input:hover {
3148
  background: #4a5562;
3826
  background: #4a5562;
3149
  color: #fff;
3827
  color: #fff;
3150
}
3828
}
3151
.tox .tox-number-input input:focus {
3829
.tox .tox-number-input input:focus {
3152
  background: #fff;
3830
  background-color: #4a5562;
3153
  color: #2A3746;
-
 
3154
}
3831
}
3155
.tox .tox-number-input input:disabled {
3832
.tox .tox-number-input input:disabled {
3156
  background: transparent;
3833
  background: #222f3e;
3157
  border: 0;
3834
  border: 0;
3158
  box-shadow: none;
3835
  box-shadow: none;
3159
  color: rgba(255, 255, 255, 0.5);
3836
  color: rgba(255, 255, 255, 0.5);
3160
  cursor: not-allowed;
3837
  cursor: not-allowed;
3161
}
3838
}
3162
.tox .tox-number-input button {
3839
.tox .tox-number-input button {
3163
  background: transparent;
-
 
3164
  color: #fff;
3840
  color: #fff;
3165
  height: 34px;
3841
  height: 34px;
-
 
3842
  position: relative;
3166
  text-align: center;
3843
  text-align: center;
3167
  width: 24px;
3844
  width: 24px;
3168
}
3845
}
-
 
3846
@media (forced-colors: active) {
-
 
3847
  .tox .tox-number-input button:hover,
-
 
3848
  .tox .tox-number-input button:focus,
-
 
3849
  .tox .tox-number-input button:active {
-
 
3850
    outline: 1px solid currentColor !important;
-
 
3851
  }
-
 
3852
}
3169
.tox .tox-number-input button svg {
3853
.tox .tox-number-input button svg {
3170
  display: block;
3854
  display: block;
3171
  fill: #fff;
3855
  fill: #fff;
3172
  margin: 0 auto;
3856
  margin: 0 auto;
3173
  transform: scale(0.67);
3857
  transform: scale(0.67);
3174
}
3858
}
-
 
3859
@media (forced-colors: active) {
-
 
3860
  .tox .tox-number-input button svg,
-
 
3861
  .tox .tox-number-input button svg:active,
-
 
3862
  .tox .tox-number-input button svg:hover {
-
 
3863
    fill: currentColor !important;
-
 
3864
  }
-
 
3865
  .tox .tox-number-input button svg:disabled {
-
 
3866
    filter: contrast(0);
-
 
3867
  }
-
 
3868
}
3175
.tox .tox-number-input button:focus {
3869
.tox .tox-number-input button:focus {
3176
  background: #4a5562;
3870
  background: #4a5562;
-
 
3871
  z-index: 1;
-
 
3872
}
-
 
3873
.tox .tox-number-input button:focus::after {
-
 
3874
  border-radius: 3px;
-
 
3875
  bottom: 0;
-
 
3876
  box-shadow: 0 0 0 0 transparent ;
-
 
3877
  content: '';
-
 
3878
  left: 0;
-
 
3879
  position: absolute;
-
 
3880
  right: 0;
-
 
3881
  top: 0;
-
 
3882
}
-
 
3883
@media (forced-colors: active) {
-
 
3884
  .tox .tox-number-input button:focus::after {
-
 
3885
    border: 2px solid highlight;
-
 
3886
  }
3177
}
3887
}
3178
.tox .tox-number-input button:hover {
3888
.tox .tox-number-input button:hover {
3179
  background: #4a5562;
3889
  background: #4a5562;
3180
  border: 0;
3890
  border: 0;
3181
  box-shadow: none;
3891
  box-shadow: none;
Línea 3192... Línea 3902...
3192
}
3902
}
3193
.tox .tox-number-input button:active svg {
3903
.tox .tox-number-input button:active svg {
3194
  fill: #fff;
3904
  fill: #fff;
3195
}
3905
}
3196
.tox .tox-number-input button:disabled {
3906
.tox .tox-number-input button:disabled {
3197
  background: transparent;
3907
  background: #222f3e;
3198
  border: 0;
3908
  border: 0;
3199
  box-shadow: none;
3909
  box-shadow: none;
3200
  color: rgba(255, 255, 255, 0.5);
3910
  color: rgba(255, 255, 255, 0.5);
3201
  cursor: not-allowed;
3911
  cursor: not-allowed;
3202
}
3912
}
Línea 3234... Línea 3944...
3234
  width: 16px;
3944
  width: 16px;
3235
}
3945
}
3236
.tox .tox-tbtn__select-chevron svg {
3946
.tox .tox-tbtn__select-chevron svg {
3237
  fill: rgba(255, 255, 255, 0.5);
3947
  fill: rgba(255, 255, 255, 0.5);
3238
}
3948
}
-
 
3949
@media (forced-colors: active) {
-
 
3950
  .tox .tox-tbtn__select-chevron svg {
-
 
3951
    fill: currentColor;
-
 
3952
  }
-
 
3953
}
3239
.tox .tox-tbtn--bespoke {
3954
.tox .tox-tbtn--bespoke {
3240
  background: transparent;
3955
  background: transparent;
3241
}
3956
}
-
 
3957
.tox .tox-tbtn--bespoke:focus {
-
 
3958
  background: #4a5562;
-
 
3959
}
3242
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
3960
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
3243
  margin-inline-start: 0;
3961
  margin-inline-start: 0;
3244
}
3962
}
3245
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
3963
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
3246
  overflow: hidden;
3964
  overflow: hidden;
Línea 3256... Línea 3974...
3256
  border: 0;
3974
  border: 0;
3257
  border-radius: 3px;
3975
  border-radius: 3px;
3258
  box-sizing: border-box;
3976
  box-sizing: border-box;
3259
  display: flex;
3977
  display: flex;
3260
  margin: 3px 0 2px 0;
3978
  margin: 3px 0 2px 0;
3261
  overflow: hidden;
-
 
3262
}
3979
}
3263
.tox .tox-split-button:hover {
3980
.tox .tox-split-button:hover {
3264
  box-shadow: 0 0 0 1px #4a5562 inset;
3981
  box-shadow: 0 0 0 1px #4a5562 inset;
3265
}
3982
}
3266
.tox .tox-split-button:focus {
3983
.tox .tox-split-button:focus {
3267
  background: #4a5562;
3984
  background: #4a5562;
3268
  box-shadow: none;
3985
  box-shadow: none;
3269
  color: #fff;
3986
  color: #fff;
-
 
3987
  position: relative;
-
 
3988
  z-index: 1;
-
 
3989
}
-
 
3990
.tox .tox-split-button:focus::after {
-
 
3991
  pointer-events: none;
-
 
3992
  border-radius: 3px;
-
 
3993
  bottom: 0;
-
 
3994
  box-shadow: 0 0 0 0 transparent ;
-
 
3995
  content: '';
-
 
3996
  left: 0;
-
 
3997
  position: absolute;
-
 
3998
  right: 0;
-
 
3999
  top: 0;
-
 
4000
}
-
 
4001
@media (forced-colors: active) {
-
 
4002
  .tox .tox-split-button:focus::after {
-
 
4003
    border: 2px solid highlight;
-
 
4004
  }
3270
}
4005
}
3271
.tox .tox-split-button > * {
4006
.tox .tox-split-button > * {
3272
  border-radius: 0;
4007
  border-radius: 0;
3273
}
4008
}
-
 
4009
.tox .tox-split-button > *:nth-child(1) {
-
 
4010
  border-bottom-left-radius: 3px;
-
 
4011
  border-top-left-radius: 3px;
-
 
4012
}
-
 
4013
.tox .tox-split-button > *:nth-child(2) {
-
 
4014
  border-bottom-right-radius: 3px;
-
 
4015
  border-top-right-radius: 3px;
-
 
4016
}
3274
.tox .tox-split-button__chevron {
4017
.tox .tox-split-button__chevron {
3275
  width: 16px;
4018
  width: 16px;
3276
}
4019
}
3277
.tox .tox-split-button__chevron svg {
4020
.tox .tox-split-button__chevron svg {
3278
  fill: rgba(255, 255, 255, 0.5);
4021
  fill: rgba(255, 255, 255, 0.5);
3279
}
4022
}
-
 
4023
@media (forced-colors: active) {
-
 
4024
  .tox .tox-split-button__chevron svg {
-
 
4025
    fill: currentColor;
-
 
4026
  }
-
 
4027
}
3280
.tox .tox-split-button .tox-tbtn {
4028
.tox .tox-split-button .tox-tbtn {
3281
  margin: 0;
4029
  margin: 0;
3282
}
4030
}
-
 
4031
.tox .tox-split-button:focus .tox-tbtn {
-
 
4032
  background-color: transparent;
-
 
4033
}
3283
.tox .tox-split-button.tox-tbtn--disabled:hover,
4034
.tox .tox-split-button.tox-tbtn--disabled:hover,
3284
.tox .tox-split-button.tox-tbtn--disabled:focus,
4035
.tox .tox-split-button.tox-tbtn--disabled:focus,
3285
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
4036
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
3286
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
4037
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
3287
  background: transparent;
4038
  background: #222f3e;
3288
  box-shadow: none;
4039
  box-shadow: none;
3289
  color: rgba(255, 255, 255, 0.5);
4040
  color: rgba(255, 255, 255, 0.5);
3290
}
4041
}
3291
.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
4042
.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
3292
  padding: 0 0px;
4043
  padding: 0 0px;
Línea 3295... Línea 4046...
3295
  width: 30px;
4046
  width: 30px;
3296
}
4047
}
3297
.tox.tox-platform-touch .tox-split-button__chevron {
4048
.tox.tox-platform-touch .tox-split-button__chevron {
3298
  width: 20px;
4049
  width: 20px;
3299
}
4050
}
3300
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
4051
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color,
3301
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
4052
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color {
3302
  opacity: 0.6;
4053
  opacity: 0.3;
3303
}
4054
}
3304
.tox .tox-toolbar-overlord {
4055
.tox .tox-toolbar-overlord {
3305
  background-color: #222f3e;
4056
  background-color: #222f3e;
3306
}
4057
}
3307
.tox .tox-toolbar,
4058
.tox .tox-toolbar,
3308
.tox .tox-toolbar__primary,
4059
.tox .tox-toolbar__primary,
3309
.tox .tox-toolbar__overflow {
4060
.tox .tox-toolbar__overflow {
3310
  background-attachment: local;
4061
  background-attachment: local;
3311
  background-color: #222f3e;
4062
  background-color: #222f3e;
3312
  background-image: repeating-linear-gradient(#000000 0px 1px, transparent 1px 39px);
4063
  background-image: repeating-linear-gradient(#000000 0 1px, transparent 1px 39px);
3313
  background-position: center top 39px;
4064
  background-position: center top 39px;
3314
  background-repeat: no-repeat;
4065
  background-repeat: no-repeat;
3315
  background-size: calc(100% - 4px * 2) calc(100% - 39px);
4066
  background-size: calc(100% - 4px * 2) calc(100% - 39px);
3316
  display: flex;
4067
  display: flex;
3317
  flex: 0 0 auto;
4068
  flex: 0 0 auto;
Línea 3345... Línea 4096...
3345
}
4096
}
3346
.tox .tox-menubar + .tox-toolbar,
4097
.tox .tox-menubar + .tox-toolbar,
3347
.tox .tox-menubar + .tox-toolbar-overlord {
4098
.tox .tox-menubar + .tox-toolbar-overlord {
3348
  border-top: 1px solid #000000;
4099
  border-top: 1px solid #000000;
3349
  margin-top: -1px;
4100
  margin-top: -1px;
3350
  padding-bottom: 0px;
4101
  padding-bottom: 0;
3351
  padding-top: 0px;
4102
  padding-top: 0;
-
 
4103
}
-
 
4104
@media (forced-colors: active) {
-
 
4105
  .tox .tox-menubar + .tox-toolbar,
-
 
4106
  .tox .tox-menubar + .tox-toolbar-overlord {
-
 
4107
    outline: 1px solid currentColor;
-
 
4108
  }
3352
}
4109
}
3353
.tox .tox-toolbar--scrolling {
4110
.tox .tox-toolbar--scrolling {
3354
  flex-wrap: nowrap;
4111
  flex-wrap: nowrap;
3355
  overflow-x: auto;
4112
  overflow-x: auto;
3356
}
4113
}
Línea 3366... Línea 4123...
3366
}
4123
}
3367
.tox .tox-editor-header > .tox-toolbar--scrolling,
4124
.tox .tox-editor-header > .tox-toolbar--scrolling,
3368
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
4125
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
3369
  background-image: none;
4126
  background-image: none;
3370
}
4127
}
-
 
4128
.tox .tox-focusable-wrapper {
-
 
4129
  border: 1px solid transparent;
-
 
4130
  margin-right: 2px;
-
 
4131
  pointer-events: none;
-
 
4132
}
-
 
4133
.tox .tox-focusable-wrapper .tox-textfield-size {
-
 
4134
  pointer-events: all;
-
 
4135
}
-
 
4136
.tox .tox-focusable-wrapper:focus {
-
 
4137
  background-color: #4a5562;
-
 
4138
  border-radius: 3px;
-
 
4139
  border-style: solid;
-
 
4140
  border-width: 1px;
-
 
4141
}
3371
.tox.tox-tinymce-aux .tox-toolbar__overflow {
4142
.tox.tox-tinymce-aux .tox-toolbar__overflow {
3372
  background-color: #222f3e;
4143
  background-color: #222f3e;
3373
  background-position: center top 43px;
4144
  background-position: center top 43px;
3374
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
4145
  background-size: calc(100% - 8px * 2) calc(100% - 51px);
3375
  border: none;
4146
  border: none;
3376
  border-radius: 3px;
4147
  border-radius: 3px;
3377
  box-shadow: 0 0 2px 0 rgba(42, 55, 70, 0.2), 0 4px 8px 0 rgba(42, 55, 70, 0.15);
4148
  box-shadow: 0 0 2px 0 rgba(42, 55, 70, 0.2), 0 4px 8px 0 rgba(42, 55, 70, 0.15);
3378
  overscroll-behavior: none;
4149
  overscroll-behavior: none;
3379
  padding: 4px 0;
4150
  padding: 4px 0;
3380
}
4151
}
3381
.tox-pop .tox-pop__dialog {
4152
@media (forced-colors: active) {
3382
  /* stylelint-disable-next-line no-descending-specificity */
4153
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
-
 
4154
    border: solid;
-
 
4155
  }
3383
}
4156
}
3384
.tox-pop .tox-pop__dialog .tox-toolbar {
4157
.tox-pop .tox-pop__dialog .tox-toolbar {
3385
  background-position: center top 43px;
4158
  background-position: center top 43px;
3386
  background-size: calc(100% - 4px * 2) calc(100% - 51px);
4159
  background-size: calc(100% - 4px * 2) calc(100% - 51px);
3387
  padding: 4px 0;
4160
  padding: 4px 0;
3388
}
4161
}
-
 
4162
.tox-context-form__group {
-
 
4163
  display: flex;
-
 
4164
  align-items: center;
-
 
4165
}
3389
.tox .tox-toolbar__group {
4166
.tox .tox-toolbar__group {
3390
  align-items: center;
4167
  align-items: center;
3391
  display: flex;
4168
  display: flex;
3392
  flex-wrap: wrap;
4169
  flex-wrap: wrap;
3393
  margin: 0 0;
4170
  margin: 0 0;
Línea 3406... Línea 4183...
3406
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
4183
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
3407
  border-left: 1px solid #000000;
4184
  border-left: 1px solid #000000;
3408
}
4185
}
3409
.tox .tox-tooltip {
4186
.tox .tox-tooltip {
3410
  display: inline-block;
4187
  display: inline-block;
-
 
4188
  max-width: 15em;
3411
  padding: 8px;
4189
  padding: 8px;
-
 
4190
  /*
-
 
4191
     * The pointer-events: none is designed to make mouse events bleed through the tooltip
-
 
4192
     * to the underlying items. For example, a mouse hovering over a tooltip that hovers over
-
 
4193
     * another item should trigger the hover of the item obscured by the tooltip, even though
-
 
4194
     * the tooltip is on top
-
 
4195
     */
-
 
4196
  pointer-events: none;
3412
  position: relative;
4197
  position: relative;
-
 
4198
  width: max-content;
-
 
4199
  z-index: 1150;
3413
}
4200
}
3414
.tox .tox-tooltip__body {
4201
.tox .tox-tooltip__body {
3415
  background-color: #3d546f;
4202
  background-color: #2A3746;
3416
  border-radius: 3px;
4203
  border-radius: 3px;
3417
  box-shadow: 0 2px 4px rgba(42, 55, 70, 0.3);
4204
  box-shadow: none;
3418
  color: rgba(255, 255, 255, 0.75);
4205
  color: #fff;
3419
  font-size: 14px;
4206
  font-size: 12px;
3420
  font-style: normal;
4207
  font-style: normal;
3421
  font-weight: normal;
4208
  font-weight: 600;
-
 
4209
  overflow-wrap: break-word;
3422
  padding: 4px 8px;
4210
  padding: 4px 6px;
3423
  text-transform: none;
4211
  text-transform: none;
3424
}
4212
}
-
 
4213
@media (forced-colors: active) {
-
 
4214
  .tox .tox-tooltip__body {
-
 
4215
    outline: outset 1px;
-
 
4216
  }
-
 
4217
}
3425
.tox .tox-tooltip__arrow {
4218
.tox .tox-tooltip__arrow {
3426
  position: absolute;
4219
  position: absolute;
3427
}
4220
}
3428
.tox .tox-tooltip--down .tox-tooltip__arrow {
4221
.tox .tox-tooltip--down .tox-tooltip__arrow {
3429
  border-left: 8px solid transparent;
4222
  border-left: 8px solid transparent;
3430
  border-right: 8px solid transparent;
4223
  border-right: 8px solid transparent;
3431
  border-top: 8px solid #3d546f;
4224
  border-top: 8px solid #2A3746;
3432
  bottom: 0;
4225
  bottom: 0;
3433
  left: 50%;
4226
  left: 50%;
3434
  position: absolute;
4227
  position: absolute;
3435
  transform: translateX(-50%);
4228
  transform: translateX(-50%);
3436
}
4229
}
3437
.tox .tox-tooltip--up .tox-tooltip__arrow {
4230
.tox .tox-tooltip--up .tox-tooltip__arrow {
3438
  border-bottom: 8px solid #3d546f;
4231
  border-bottom: 8px solid #2A3746;
3439
  border-left: 8px solid transparent;
4232
  border-left: 8px solid transparent;
3440
  border-right: 8px solid transparent;
4233
  border-right: 8px solid transparent;
3441
  left: 50%;
4234
  left: 50%;
3442
  position: absolute;
4235
  position: absolute;
3443
  top: 0;
4236
  top: 0;
3444
  transform: translateX(-50%);
4237
  transform: translateX(-50%);
3445
}
4238
}
3446
.tox .tox-tooltip--right .tox-tooltip__arrow {
4239
.tox .tox-tooltip--right .tox-tooltip__arrow {
3447
  border-bottom: 8px solid transparent;
4240
  border-bottom: 8px solid transparent;
3448
  border-left: 8px solid #3d546f;
4241
  border-left: 8px solid #2A3746;
3449
  border-top: 8px solid transparent;
4242
  border-top: 8px solid transparent;
3450
  position: absolute;
4243
  position: absolute;
3451
  right: 0;
4244
  right: 0;
3452
  top: 50%;
4245
  top: 50%;
3453
  transform: translateY(-50%);
4246
  transform: translateY(-50%);
3454
}
4247
}
3455
.tox .tox-tooltip--left .tox-tooltip__arrow {
4248
.tox .tox-tooltip--left .tox-tooltip__arrow {
3456
  border-bottom: 8px solid transparent;
4249
  border-bottom: 8px solid transparent;
3457
  border-right: 8px solid #3d546f;
4250
  border-right: 8px solid #2A3746;
3458
  border-top: 8px solid transparent;
4251
  border-top: 8px solid transparent;
3459
  left: 0;
4252
  left: 0;
3460
  position: absolute;
4253
  position: absolute;
3461
  top: 50%;
4254
  top: 50%;
3462
  transform: translateY(-50%);
4255
  transform: translateY(-50%);
Línea 3531... Línea 4324...
3531
}
4324
}
3532
.tox .tox-tree .tox-trbtn--disabled svg,
4325
.tox .tox-tree .tox-trbtn--disabled svg,
3533
.tox .tox-tree .tox-trbtn--disabled:hover svg,
4326
.tox .tox-tree .tox-trbtn--disabled:hover svg,
3534
.tox .tox-tree .tox-trbtn:disabled svg,
4327
.tox .tox-tree .tox-trbtn:disabled svg,
3535
.tox .tox-tree .tox-trbtn:disabled:hover svg {
4328
.tox .tox-tree .tox-trbtn:disabled:hover svg {
3536
  /* stylelint-disable-line no-descending-specificity */
-
 
3537
  fill: rgba(255, 255, 255, 0.5);
4329
  fill: rgba(255, 255, 255, 0.5);
3538
}
4330
}
3539
.tox .tox-tree .tox-trbtn--enabled,
4331
.tox .tox-tree .tox-trbtn--enabled,
3540
.tox .tox-tree .tox-trbtn--enabled:hover {
4332
.tox .tox-tree .tox-trbtn--enabled:hover {
3541
  background: #6ea9d0;
4333
  background: #6ea9d0;
Línea 3547... Línea 4339...
3547
.tox .tox-tree .tox-trbtn--enabled:hover > * {
4339
.tox .tox-tree .tox-trbtn--enabled:hover > * {
3548
  transform: none;
4340
  transform: none;
3549
}
4341
}
3550
.tox .tox-tree .tox-trbtn--enabled svg,
4342
.tox .tox-tree .tox-trbtn--enabled svg,
3551
.tox .tox-tree .tox-trbtn--enabled:hover svg {
4343
.tox .tox-tree .tox-trbtn--enabled:hover svg {
3552
  /* stylelint-disable-line no-descending-specificity */
-
 
3553
  fill: #fff;
4344
  fill: #fff;
3554
}
4345
}
3555
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
4346
.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
3556
  color: #fff;
4347
  color: #fff;
3557
}
4348
}
Línea 3579... Línea 4370...
3579
  white-space: nowrap;
4370
  white-space: nowrap;
3580
}
4371
}
3581
.tox .tox-tree .tox-tree--directory {
4372
.tox .tox-tree .tox-tree--directory {
3582
  display: flex;
4373
  display: flex;
3583
  flex-direction: column;
4374
  flex-direction: column;
3584
  /* stylelint-disable no-descending-specificity */
-
 
3585
}
4375
}
3586
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
4376
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
3587
  font-weight: bold;
4377
  font-weight: bold;
3588
}
4378
}
3589
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
4379
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
Línea 3639... Línea 4429...
3639
  color: #fff;
4429
  color: #fff;
3640
}
4430
}
3641
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
4431
.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
3642
  fill: #fff;
4432
  fill: #fff;
3643
}
4433
}
-
 
4434
.tox .tox-tree .tox-icon-custom-state {
-
 
4435
  flex-grow: 1;
-
 
4436
  display: flex;
-
 
4437
  justify-content: flex-end;
-
 
4438
}
3644
.tox .tox-tree .tox-tree--directory__children {
4439
.tox .tox-tree .tox-tree--directory__children {
3645
  overflow: hidden;
4440
  overflow: hidden;
3646
  padding-left: 16px;
4441
  padding-left: 16px;
3647
}
4442
}
3648
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
4443
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
Línea 3651... Línea 4446...
3651
}
4446
}
3652
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
4447
.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
3653
  display: flex;
4448
  display: flex;
3654
  justify-content: space-between;
4449
  justify-content: space-between;
3655
}
4450
}
-
 
4451
.tox .tox-revisionhistory__pane {
-
 
4452
  padding: 0 !important;
-
 
4453
  /* Override the default padding of tox-view__pane */
-
 
4454
}
-
 
4455
.tox .tox-revisionhistory__container {
-
 
4456
  display: flex;
-
 
4457
  flex-direction: column;
-
 
4458
  height: 100%;
-
 
4459
}
-
 
4460
.tox .tox-revisionhistory {
-
 
4461
  background-color: #222f3e;
-
 
4462
  border-top: 1px solid rgba(255, 255, 255, 0.15);
-
 
4463
  display: flex;
-
 
4464
  flex: 1;
-
 
4465
  height: 100%;
-
 
4466
  margin-top: 8px;
-
 
4467
  overflow-x: auto;
-
 
4468
  overflow-y: hidden;
-
 
4469
  position: relative;
-
 
4470
  width: 100%;
-
 
4471
}
-
 
4472
.tox .tox-revisionhistory--align-right {
-
 
4473
  margin-left: auto;
-
 
4474
}
-
 
4475
.tox .tox-revisionhistory__iframe {
-
 
4476
  flex: 1;
-
 
4477
}
-
 
4478
.tox .tox-revisionhistory__sidebar {
-
 
4479
  display: flex;
-
 
4480
  flex-direction: column;
-
 
4481
  height: 100%;
-
 
4482
  min-width: 248px;
-
 
4483
  width: 316px;
-
 
4484
}
-
 
4485
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
-
 
4486
  background-color: #222f3e;
-
 
4487
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
-
 
4488
  color: #fff;
-
 
4489
  font-size: 20px;
-
 
4490
  font-weight: 400;
-
 
4491
  line-height: 28px;
-
 
4492
  padding: 12px;
-
 
4493
  z-index: 1;
-
 
4494
}
-
 
4495
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
-
 
4496
  background-color: #2b3b4e;
-
 
4497
  display: flex;
-
 
4498
  flex: 1;
-
 
4499
  flex-direction: column;
-
 
4500
  gap: 12px;
-
 
4501
  overflow-y: auto;
-
 
4502
  padding: 10px 12px;
-
 
4503
}
-
 
4504
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
-
 
4505
  height: 100%;
-
 
4506
  position: relative;
-
 
4507
  z-index: 1;
-
 
4508
}
-
 
4509
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
-
 
4510
  bottom: 0;
-
 
4511
  box-shadow: 0 0 0 0 transparent ;
-
 
4512
  content: '';
-
 
4513
  left: 0;
-
 
4514
  position: absolute;
-
 
4515
  right: 0;
-
 
4516
  top: 0;
-
 
4517
  border-radius: 3px;
-
 
4518
  bottom: 1px;
-
 
4519
  left: 1px;
-
 
4520
  right: 1px;
-
 
4521
  top: 1px;
-
 
4522
}
-
 
4523
@media (forced-colors: active) {
-
 
4524
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
-
 
4525
    border: 2px solid highlight;
-
 
4526
  }
-
 
4527
}
-
 
4528
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
-
 
4529
  background-color: #222f3e;
-
 
4530
  border: 1px solid rgba(255, 255, 255, 0.15);
-
 
4531
  border-radius: 6px;
-
 
4532
  color: #fff;
-
 
4533
  cursor: pointer;
-
 
4534
  display: flex;
-
 
4535
  flex-direction: column;
-
 
4536
  font-size: 14px;
-
 
4537
  gap: 12px;
-
 
4538
  padding: 12px;
-
 
4539
  width: 100%;
-
 
4540
}
-
 
4541
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
-
 
4542
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
-
 
4543
}
-
 
4544
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
-
 
4545
  position: relative;
-
 
4546
  z-index: 1;
-
 
4547
}
-
 
4548
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
-
 
4549
  border-radius: 3px;
-
 
4550
  bottom: 0;
-
 
4551
  box-shadow: 0 0 0 0 transparent #285ec7;
-
 
4552
  content: '';
-
 
4553
  left: 0;
-
 
4554
  position: absolute;
-
 
4555
  right: 0;
-
 
4556
  top: 0;
-
 
4557
  border-radius: 6px;
-
 
4558
  box-shadow: 0 0 0 2px #285ec7;
-
 
4559
  box-shadow: 0 0 0 2px #285ec7 !important;
-
 
4560
}
-
 
4561
@media (forced-colors: active) {
-
 
4562
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
-
 
4563
    border: 2px solid highlight;
-
 
4564
  }
-
 
4565
}
-
 
4566
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
-
 
4567
  background-color: #62430b;
-
 
4568
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
-
 
4569
  position: relative;
-
 
4570
}
-
 
4571
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
-
 
4572
  border-radius: 3px;
-
 
4573
  bottom: 0;
-
 
4574
  box-shadow: 0 0 0 0 transparent #cea215;
-
 
4575
  content: '';
-
 
4576
  left: 0;
-
 
4577
  position: absolute;
-
 
4578
  right: 0;
-
 
4579
  top: 0;
-
 
4580
  border-radius: 6px;
-
 
4581
  box-shadow: 0 0 0 2px #cea215;
-
 
4582
}
-
 
4583
@media (forced-colors: active) {
-
 
4584
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
-
 
4585
    border: 2px solid highlight;
-
 
4586
  }
-
 
4587
}
-
 
4588
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
-
 
4589
  display: flex;
-
 
4590
  gap: 12px;
-
 
4591
  justify-content: space-between;
-
 
4592
}
-
 
4593
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
-
 
4594
  font-size: 16px;
-
 
4595
  line-height: 24px;
-
 
4596
}
-
 
4597
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
-
 
4598
  font-size: 12px;
-
 
4599
  font-weight: 600;
-
 
4600
  line-height: 24px;
-
 
4601
  padding: 0;
-
 
4602
}
-
 
4603
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
-
 
4604
  align-items: center;
-
 
4605
  display: flex;
-
 
4606
  flex: 1 0 0;
-
 
4607
  gap: 8px;
-
 
4608
  height: 36px;
-
 
4609
}
-
 
4610
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
-
 
4611
  overflow: hidden;
-
 
4612
  text-overflow: ellipsis;
-
 
4613
  white-space: nowrap;
-
 
4614
  font-size: 14px;
-
 
4615
  font-weight: 700;
-
 
4616
  line-height: 18px;
-
 
4617
}
-
 
4618
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
-
 
4619
  border-radius: 50%;
-
 
4620
  height: 36px;
-
 
4621
  object-fit: cover;
-
 
4622
  vertical-align: middle;
-
 
4623
  width: 36px;
-
 
4624
}
-
 
4625
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
-
 
4626
  color: rgba(255, 255, 255, 0.5);
-
 
4627
  font-size: 16px;
-
 
4628
  line-height: 24px;
-
 
4629
  padding: 5px 5.5px;
-
 
4630
}
-
 
4631
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
-
 
4632
  color: #fff;
-
 
4633
  height: 24px;
-
 
4634
}
3656
.tox .tox-view-wrap,
4635
.tox .tox-view-wrap,
3657
.tox .tox-view-wrap__slot-container {
4636
.tox .tox-view-wrap__slot-container {
3658
  background-color: #222f3e;
4637
  background-color: #222f3e;
3659
  display: flex;
4638
  display: flex;
3660
  flex: 1;
4639
  flex: 1;
3661
  flex-direction: column;
4640
  flex-direction: column;
-
 
4641
  height: 100%;
3662
}
4642
}
3663
.tox .tox-view {
4643
.tox .tox-view {
3664
  display: flex;
4644
  display: flex;
3665
  flex: 1 1 auto;
4645
  flex: 1 1 auto;
3666
  flex-direction: column;
4646
  flex-direction: column;
Línea 3672... Línea 4652...
3672
  font-size: 16px;
4652
  font-size: 16px;
3673
  justify-content: space-between;
4653
  justify-content: space-between;
3674
  padding: 8px 8px 0 8px;
4654
  padding: 8px 8px 0 8px;
3675
  position: relative;
4655
  position: relative;
3676
}
4656
}
-
 
4657
.tox .tox-view__label {
-
 
4658
  color: #fff;
-
 
4659
  font-weight: bold;
-
 
4660
  line-height: 24px;
-
 
4661
  padding: 4px 16px;
-
 
4662
  text-align: center;
-
 
4663
  white-space: nowrap;
-
 
4664
}
-
 
4665
.tox .tox-view__label--normal {
-
 
4666
  font-size: 16px;
-
 
4667
}
-
 
4668
.tox .tox-view__label--large {
-
 
4669
  font-size: 20px;
-
 
4670
}
3677
.tox .tox-view--mobile.tox-view__header,
4671
.tox .tox-view--mobile.tox-view__header,
3678
.tox .tox-view--mobile.tox-view__toolbar {
4672
.tox .tox-view--mobile.tox-view__toolbar {
3679
  padding: 8px;
4673
  padding: 8px;
3680
}
4674
}
3681
.tox .tox-view--scrolling {
4675
.tox .tox-view--scrolling {
Línea 3685... Línea 4679...
3685
.tox .tox-view__toolbar {
4679
.tox .tox-view__toolbar {
3686
  display: flex;
4680
  display: flex;
3687
  flex-direction: row;
4681
  flex-direction: row;
3688
  gap: 8px;
4682
  gap: 8px;
3689
  justify-content: space-between;
4683
  justify-content: space-between;
-
 
4684
  overflow-x: auto;
3690
  padding: 8px 8px 0 8px;
4685
  padding: 8px 8px 0 8px;
3691
}
4686
}
3692
.tox .tox-view__toolbar__group {
4687
.tox .tox-view__toolbar__group {
3693
  display: flex;
4688
  display: flex;
3694
  flex-direction: row;
4689
  flex-direction: row;
Línea 3699... Línea 4694...
3699
  display: flex;
4694
  display: flex;
3700
}
4695
}
3701
.tox .tox-view__pane {
4696
.tox .tox-view__pane {
3702
  height: 100%;
4697
  height: 100%;
3703
  padding: 8px;
4698
  padding: 8px;
-
 
4699
  position: relative;
3704
  width: 100%;
4700
  width: 100%;
3705
}
4701
}
3706
.tox .tox-view__pane_panel {
4702
.tox .tox-view__pane_panel {
3707
  border: 1px solid #000000;
4703
  border: 1px solid #000000;
3708
  border-radius: 3px;
4704
  border-radius: 3px;
Línea 3792... Línea 4788...
3792
}
4788
}
3793
.tox .tox-pop {
4789
.tox .tox-pop {
3794
  box-shadow: none;
4790
  box-shadow: none;
3795
}
4791
}
3796
.tox .tox-tbtn,
4792
.tox .tox-tbtn,
-
 
4793
.tox .tox-label,
3797
.tox .tox-number-input,
4794
.tox .tox-number-input,
3798
.tox .tox-tbtn--select,
4795
.tox .tox-tbtn--select,
3799
.tox .tox-split-button {
4796
.tox .tox-split-button,
-
 
4797
.tox .tox-toolbar-label {
3800
  margin: 2px 0 3px 0;
4798
  margin: 2px 0 3px 0;
3801
}
4799
}
3802
.tox .tox-toolbar,
4800
.tox .tox-toolbar,
3803
.tox .tox-toolbar__primary,
4801
.tox .tox-toolbar__primary,
3804
.tox .tox-toolbar__overflow {
4802
.tox .tox-toolbar__overflow {
3805
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23000000'/%3E%3C/svg%3E") left 0 top 0px #222f3e !important;
4803
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23000000'/%3E%3C/svg%3E") left 0 top 0 #222f3e !important;
3806
}
4804
}
3807
.tox .tox-menubar + .tox-toolbar-overlord {
4805
.tox .tox-menubar + .tox-toolbar-overlord {
3808
  border-top: none;
4806
  border-top: none;
3809
}
4807
}
3810
.tox .tox-menubar + .tox-toolbar,
4808
.tox .tox-menubar + .tox-toolbar,
Línea 3838... Línea 4836...
3838
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
4836
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
3839
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
4837
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
3840
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
4838
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
3841
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
4839
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
3842
  color: #fff;
4840
  color: #fff;
3843
  text-decoration: underline;
-
 
3844
}
4841
}
3845
.tox .tox-statusbar__branding svg {
4842
.tox .tox-statusbar__branding svg {
-
 
4843
  fill: rgba(255, 255, 255, 0.8);
-
 
4844
  height: 1em;
3846
  vertical-align: -0.25em;
4845
  margin-left: 0.3em;
-
 
4846
  width: auto;
-
 
4847
}
-
 
4848
@media (forced-colors: active) {
-
 
4849
  .tox .tox-statusbar__branding svg {
-
 
4850
    fill: currentColor;
-
 
4851
  }
-
 
4852
}
-
 
4853
.tox .tox-statusbar__branding a {
-
 
4854
  align-items: center;
-
 
4855
  display: inline-flex;
-
 
4856
}
-
 
4857
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg,
-
 
4858
.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg {
-
 
4859
  fill: #fff;
3847
}
4860
}
3848
.tox:not([dir=rtl]) .tox-statusbar__branding {
4861
.tox:not([dir=rtl]) .tox-statusbar__branding {
3849
  margin-left: 1ch;
4862
  margin-left: 1ch;
3850
}
4863
}
-
 
4864
.tox[dir=rtl] .tox-statusbar__branding svg {
-
 
4865
  margin-left: 0;
-
 
4866
  margin-right: 0.3em;
-
 
4867
}
3851
.tox .tox-statusbar__resize-handle {
4868
.tox .tox-statusbar__resize-handle {
3852
  padding-bottom: 0;
4869
  padding-bottom: 0;
3853
  padding-right: 0;
4870
  padding-right: 0;
3854
}
4871
}
3855
.tox .tox-button::before {
4872
.tox .tox-button::before {