Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea -... Línea 1...
-
 
1
@keyframes tox-rotation {
-
 
2
  0% {
-
 
3
    transform: rotate(0deg);
-
 
4
  }
-
 
5
  100% {
-
 
6
    transform: rotate(360deg);
-
 
7
  }
-
 
8
}
1
.mce-content-body .mce-item-anchor {
9
.mce-content-body .mce-item-anchor {
2
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
10
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
3
}
11
}
4
.mce-content-body .mce-item-anchor:empty {
12
.mce-content-body .mce-item-anchor:empty {
5
  cursor: default;
13
  cursor: default;
Línea 7... Línea 15...
7
  height: 12px !important;
15
  height: 12px !important;
8
  padding: 0 2px;
16
  padding: 0 2px;
9
  -webkit-user-modify: read-only;
17
  -webkit-user-modify: read-only;
10
  -moz-user-modify: read-only;
18
  -moz-user-modify: read-only;
11
  -webkit-user-select: all;
19
  -webkit-user-select: all;
12
  -moz-user-select: all;
-
 
13
  user-select: all;
20
  user-select: all;
14
  width: 8px !important;
21
  width: 8px !important;
15
}
22
}
16
.mce-content-body .mce-item-anchor:not(:empty) {
23
.mce-content-body .mce-item-anchor:not(:empty) {
17
  background-position-x: 2px;
24
  background-position-x: 2px;
Línea 24... Línea 31...
24
.tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]),
31
.tox-comments-visible .tox-comment[contenteditable="false"]:not([data-mce-selected]),
25
.tox-comments-visible span.tox-comment img:not([data-mce-selected]),
32
.tox-comments-visible span.tox-comment img:not([data-mce-selected]),
26
.tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
33
.tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
27
.tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
34
.tox-comments-visible span.tox-comment > video:not([data-mce-selected]),
28
.tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
35
.tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]) {
29
  outline: 3px solid #ffe89d;
36
  outline: 3px solid #ffe796;
30
}
37
}
31
.tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
38
.tox-comments-visible .tox-comment[contenteditable="false"][data-mce-annotation-active="true"]:not([data-mce-selected]) {
32
  outline: 3px solid #fed635;
39
  outline: 3px solid #ffcf30;
33
}
-
 
34
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
-
 
35
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
-
 
36
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
-
 
37
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
-
 
38
  outline: 3px solid #fed635;
-
 
39
}
40
}
40
.tox-comments-visible span.tox-comment:not([data-mce-selected]) {
41
.tox-comments-visible span.tox-comment:not([data-mce-selected]) {
41
  background-color: #ffe89d;
42
  background-color: #ffe796;
42
  outline: none;
43
  outline: none;
43
}
44
}
44
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
45
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"]:not([data-mce-selected="inline-boundary"]) {
45
  background-color: #fed635;
46
  background-color: #ffcf30;
-
 
47
}
-
 
48
.tox-comments-visible span.tox-comment[data-mce-selected] {
-
 
49
  background-color: #ffcf30;
-
 
50
  border-radius: 3px;
-
 
51
  box-shadow: 0 0 0 2px #006ce7;
-
 
52
}
-
 
53
.tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected],
-
 
54
        > audio[data-mce-selected],
-
 
55
        > video[data-mce-selected],
-
 
56
        span.mce-preview-object[data-mce-selected]) {
-
 
57
  box-shadow: none;
-
 
58
}
-
 
59
.tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
-
 
60
.tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
-
 
61
.tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]),
-
 
62
.tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]) {
-
 
63
  box-shadow: 0 0 0 5px #006ce7;
-
 
64
}
-
 
65
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] img:not([data-mce-selected]),
-
 
66
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > audio:not([data-mce-selected]),
-
 
67
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] > video:not([data-mce-selected]),
-
 
68
.tox-comments-visible span.tox-comment[data-mce-annotation-active="true"] span.mce-preview-object:not([data-mce-selected]) {
-
 
69
  outline: 3px solid #ffcf30;
46
}
70
}
47
.tox-checklist > li:not(.tox-checklist--hidden) {
71
.tox-checklist > li:not(.tox-checklist--hidden) {
48
  list-style: none;
72
  list-style: none;
49
  margin: 0.25em 0;
73
  margin: 0.25em 0;
50
}
74
}
Línea 82... Línea 106...
82
  white-space: pre;
106
  white-space: pre;
83
  word-spacing: normal;
107
  word-spacing: normal;
84
  word-break: normal;
108
  word-break: normal;
85
  word-wrap: normal;
109
  word-wrap: normal;
86
  line-height: 1.5;
110
  line-height: 1.5;
87
  -moz-tab-size: 4;
-
 
88
  tab-size: 4;
111
  tab-size: 4;
89
  -webkit-hyphens: none;
-
 
90
  hyphens: none;
112
  hyphens: none;
91
}
113
}
92
pre[class*="language-"]::-moz-selection,
-
 
93
pre[class*="language-"] ::-moz-selection,
-
 
94
code[class*="language-"]::-moz-selection,
-
 
95
code[class*="language-"] ::-moz-selection {
-
 
96
  text-shadow: none;
-
 
97
  background: #b3d4fc;
-
 
98
}
-
 
99
pre[class*="language-"]::selection,
114
pre[class*="language-"]::selection,
100
pre[class*="language-"] ::selection,
115
pre[class*="language-"] ::selection,
101
code[class*="language-"]::selection,
116
code[class*="language-"]::selection,
102
code[class*="language-"] ::selection {
117
code[class*="language-"] ::selection {
103
  text-shadow: none;
118
  text-shadow: none;
Línea 221... Línea 236...
221
}
236
}
222
.tox-cursor-format-painter {
237
.tox-cursor-format-painter {
223
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
238
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
224
}
239
}
225
div.mce-footnotes hr {
240
div.mce-footnotes hr {
226
  margin-inline-end: auto;
241
  margin-inline: 0 auto;
227
  margin-inline-start: 0;
-
 
228
  width: 25%;
242
  width: 25%;
229
}
243
}
230
div.mce-footnotes li > a.mce-footnotes-backlink {
244
div.mce-footnotes li > a.mce-footnotes-backlink {
-
 
245
  -webkit-text-decoration: none;
231
  text-decoration: none;
246
  text-decoration: none;
232
}
247
}
233
@media print {
248
@media print {
234
  sup.mce-footnote a {
249
  sup.mce-footnote a {
235
    color: black;
250
    color: black;
-
 
251
    -webkit-text-decoration: none;
236
    text-decoration: none;
252
    text-decoration: none;
237
  }
253
  }
238
  div.mce-footnotes {
254
  div.mce-footnotes {
-
 
255
    page-break-inside: avoid;
239
    break-inside: avoid;
256
    break-inside: avoid;
240
    width: 100%;
257
    width: 100%;
241
  }
258
  }
242
  div.mce-footnotes li > a.mce-footnotes-backlink {
259
  div.mce-footnotes li > a.mce-footnotes-backlink {
243
    display: none;
260
    display: none;
244
  }
261
  }
245
}
262
}
-
 
263
/* stylelint-disable selector-type-no-unknown */
-
 
264
tiny-math-block {
-
 
265
  display: flex;
-
 
266
  justify-content: center;
-
 
267
  margin: 16px 0 16px 0;
-
 
268
}
-
 
269
tiny-math-inline {
-
 
270
  display: inline-block;
-
 
271
}
-
 
272
/* stylelint-enable selector-type-no-unknown */
246
.mce-content-body figure.align-left {
273
.mce-content-body figure.align-left {
247
  float: left;
274
  float: left;
248
}
275
}
249
.mce-content-body figure.align-right {
276
.mce-content-body figure.align-right {
250
  float: right;
277
  float: right;
Línea 256... Línea 283...
256
}
283
}
257
.mce-preview-object {
284
.mce-preview-object {
258
  border: 1px solid gray;
285
  border: 1px solid gray;
259
  display: inline-block;
286
  display: inline-block;
260
  line-height: 0;
287
  line-height: 0;
261
  margin: 0 2px 0 2px;
288
  margin: 0 2px;
262
  position: relative;
289
  position: relative;
263
}
290
}
264
.mce-preview-object .mce-shim {
291
.mce-preview-object .mce-shim {
265
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
292
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
266
  height: 100%;
293
  height: 100%;
267
  left: 0;
294
  left: 0;
268
  position: absolute;
295
  position: absolute;
269
  top: 0;
296
  top: 0;
270
  width: 100%;
297
  width: 100%;
Línea 273... Línea 300...
273
  display: none;
300
  display: none;
274
}
301
}
275
.mce-content-body .mce-mergetag {
302
.mce-content-body .mce-mergetag {
276
  cursor: default !important;
303
  cursor: default !important;
277
  -webkit-user-select: none;
304
  -webkit-user-select: none;
278
     -moz-user-select: none;
-
 
279
          user-select: none;
305
          user-select: none;
280
}
306
}
281
.mce-content-body .mce-mergetag:hover {
307
.mce-content-body .mce-mergetag:hover {
282
  background-color: rgba(0, 108, 231, 0.1);
308
  background-color: rgba(0, 108, 231, 0.1);
283
}
309
}
Línea 357... Línea 383...
357
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
383
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
358
  color: rgba(34, 47, 62, 0.7);
384
  color: rgba(34, 47, 62, 0.7);
359
  content: attr(data-mce-placeholder);
385
  content: attr(data-mce-placeholder);
360
  position: absolute;
386
  position: absolute;
361
}
387
}
-
 
388
@media (forced-colors: active) {
-
 
389
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
-
 
390
    color: highlight;
-
 
391
    filter: brightness(30%);
-
 
392
    z-index: -1;
-
 
393
  }
-
 
394
}
362
.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
395
.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
363
  left: 1px;
396
  left: 1px;
364
}
397
}
365
.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
398
.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
366
  right: 1px;
399
  right: 1px;
Línea 405... Línea 438...
405
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
438
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
406
  border: 0;
439
  border: 0;
407
}
440
}
408
.mce-content-body .mce-resize-helper {
441
.mce-content-body .mce-resize-helper {
409
  background: #555;
442
  background: #555;
410
  background: rgba(0, 0, 0, 0.75);
443
  background: rgba(0 0 0%);
411
  border: 1px;
444
  border: 1px;
412
  border-radius: 3px;
445
  border-radius: 3px;
413
  color: white;
446
  color: white;
414
  display: none;
447
  display: none;
415
  font-family: sans-serif;
448
  font-family: sans-serif;
Línea 496... Línea 529...
496
}
529
}
497
.mce-match-marker-selected {
530
.mce-match-marker-selected {
498
  background: #39f;
531
  background: #39f;
499
  color: #fff;
532
  color: #fff;
500
}
533
}
501
.mce-match-marker-selected::-moz-selection {
-
 
502
  background: #39f;
-
 
503
  color: #fff;
-
 
504
}
-
 
505
.mce-match-marker-selected::selection {
534
.mce-match-marker-selected::selection {
506
  background: #39f;
535
  background: #39f;
507
  color: #fff;
536
  color: #fff;
508
}
537
}
509
.mce-content-body img[data-mce-selected],
538
.mce-content-body img[data-mce-selected],
Línea 527... Línea 556...
527
}
556
}
528
.mce-content-body *[contentEditable=false][data-mce-selected] {
557
.mce-content-body *[contentEditable=false][data-mce-selected] {
529
  cursor: not-allowed;
558
  cursor: not-allowed;
530
  outline: 3px solid #b4d7ff;
559
  outline: 3px solid #b4d7ff;
531
}
560
}
532
.mce-content-body.mce-content-readonly *[contentEditable=true]:focus,
-
 
533
.mce-content-body.mce-content-readonly *[contentEditable=true]:hover {
-
 
534
  outline: none;
-
 
535
}
-
 
536
.mce-content-body *[data-mce-selected="inline-boundary"] {
561
.mce-content-body *[data-mce-selected="inline-boundary"] {
537
  background-color: #b4d7ff;
562
  background-color: #b4d7ff;
538
}
563
}
539
.mce-content-body .mce-edit-focus {
564
.mce-content-body .mce-edit-focus {
540
  outline: 3px solid #b4d7ff;
565
  outline: 3px solid #b4d7ff;
541
}
566
}
542
.mce-content-body td[data-mce-selected],
567
.mce-content-body td[data-mce-selected],
543
.mce-content-body th[data-mce-selected] {
568
.mce-content-body th[data-mce-selected] {
544
  position: relative;
569
  position: relative;
545
}
570
}
546
.mce-content-body td[data-mce-selected]::-moz-selection,
-
 
547
.mce-content-body th[data-mce-selected]::-moz-selection {
-
 
548
  background: none;
-
 
549
}
-
 
550
.mce-content-body td[data-mce-selected]::selection,
571
.mce-content-body td[data-mce-selected]::selection,
551
.mce-content-body th[data-mce-selected]::selection {
572
.mce-content-body th[data-mce-selected]::selection {
552
  background: none;
573
  background: none;
553
}
574
}
554
.mce-content-body td[data-mce-selected] *,
575
.mce-content-body td[data-mce-selected] *,
555
.mce-content-body th[data-mce-selected] * {
576
.mce-content-body th[data-mce-selected] * {
556
  outline: none;
577
  outline: none;
557
  -webkit-touch-callout: none;
578
  -webkit-touch-callout: none;
558
  -webkit-user-select: none;
579
  -webkit-user-select: none;
559
     -moz-user-select: none;
-
 
560
          user-select: none;
580
          user-select: none;
561
}
581
}
562
.mce-content-body td[data-mce-selected]::after,
582
.mce-content-body td[data-mce-selected]::after,
563
.mce-content-body th[data-mce-selected]::after {
583
.mce-content-body th[data-mce-selected]::after {
564
  background-color: rgba(180, 215, 255, 0.7);
584
  background-color: rgba(180, 215, 255, 0.7);
Línea 575... Línea 595...
575
  .mce-content-body td[data-mce-selected]::after,
595
  .mce-content-body td[data-mce-selected]::after,
576
  .mce-content-body th[data-mce-selected]::after {
596
  .mce-content-body th[data-mce-selected]::after {
577
    border-color: rgba(0, 84, 180, 0.7);
597
    border-color: rgba(0, 84, 180, 0.7);
578
  }
598
  }
579
}
599
}
580
.mce-content-body img[data-mce-selected]::-moz-selection {
-
 
581
  background: none;
-
 
582
}
-
 
583
.mce-content-body img[data-mce-selected]::selection {
600
.mce-content-body img[data-mce-selected]::selection {
584
  background: none;
601
  background: none;
585
}
602
}
586
.ephox-snooker-resizer-bar {
603
.ephox-snooker-resizer-bar {
587
  background-color: #b4d7ff;
604
  background-color: #b4d7ff;
588
  opacity: 0;
605
  opacity: 0;
589
  -webkit-user-select: none;
606
  -webkit-user-select: none;
590
  -moz-user-select: none;
-
 
591
  user-select: none;
607
  user-select: none;
592
}
608
}
593
.ephox-snooker-resizer-cols {
609
.ephox-snooker-resizer-cols {
594
  cursor: col-resize;
610
  cursor: col-resize;
595
}
611
}
Línea 638... Línea 654...
638
table[style*="border-width: 0px"] caption,
654
table[style*="border-width: 0px"] caption,
639
.mce-item-table:not([border]) caption,
655
.mce-item-table:not([border]) caption,
640
.mce-item-table[border="0"] caption {
656
.mce-item-table[border="0"] caption {
641
  border: 1px dashed #bbb;
657
  border: 1px dashed #bbb;
642
}
658
}
-
 
659
.tox-uc-loading-background {
-
 
660
  width: 100%;
-
 
661
  height: 100%;
-
 
662
  background: rgba(255, 255, 255, 0.5);
-
 
663
}
-
 
664
.tox-uc-loading-spinner-wrapper {
-
 
665
  width: 100%;
-
 
666
  height: 100%;
-
 
667
  display: flex;
-
 
668
  justify-content: center;
-
 
669
  align-items: center;
-
 
670
}
-
 
671
.tox-uc-loading-spinner {
-
 
672
  width: min(24px, 30%);
-
 
673
  aspect-ratio: 1;
-
 
674
  border-radius: 50%;
-
 
675
  border: 3px solid #006ce7;
-
 
676
  border-bottom-color: transparent;
-
 
677
  animation: tox-rotation 1s linear infinite;
-
 
678
}
-
 
679
.tox-uploadcare-placeholder {
-
 
680
  all: initial;
-
 
681
  display: inline-block;
-
 
682
  position: relative;
-
 
683
  width: 600px;
-
 
684
  height: 80px;
-
 
685
  --tox-uploadcare-placeholder--content-cursor: auto !important;
-
 
686
  --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
-
 
687
  --tox-uploadcare-placeholder--content-background-color: #fff;
-
 
688
  --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
-
 
689
  --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
-
 
690
  --tox-uploadcare-placeholder--content-height: 100%;
-
 
691
  --tox-uploadcare-placeholder--content-width: 100%;
-
 
692
  --tox-uploadcare-placeholder--content-display: inline-flex;
-
 
693
  --tox-uploadcare-placeholder--content-align-items: center;
-
 
694
  --tox-uploadcare-placeholder--content-justify-content: center;
-
 
695
  --tox-uploadcare-placeholder--content-gap: 8px;
-
 
696
  --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
-
 
697
  --tox-uc-loading-spinner-wrapper-display-none: none;
-
 
698
  --tox-uc-loading-spinner-wrapper-display: flex;
-
 
699
  --tox-uc-loading-spinner-wrapper-position: absolute;
-
 
700
  --tox-uc-loading-spinner-wrapper-top: 0;
-
 
701
  --tox-uc-loading-spinner-wrapper-left: 0;
-
 
702
  --tox-uc-loading-spinner-wrapper-width: 100%;
-
 
703
  --tox-uc-loading-spinner-wrapper-height: 100%;
-
 
704
  --tox-uc-loading-spinner-wrapper-justify-content: center;
-
 
705
  --tox-uc-loading-spinner-wrapper-align-items: center;
-
 
706
  --tox-uc-loading-spinner-aspect-ratio: 1 / 1;
-
 
707
  --tox-uc-loading-spinner-width: min(24px, 30%);
-
 
708
  --tox-uc-loading-spinner-border-radius: 50%;
-
 
709
  --tox-uc-loading-spinner-border: 3px solid #006ce7;
-
 
710
  --tox-uc-loading-spinner-border-bottom-color: transparent;
-
 
711
  --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
-
 
712
}
643
.mce-visualblocks p,
713
.mce-visualblocks p,
644
.mce-visualblocks h1,
714
.mce-visualblocks h1,
645
.mce-visualblocks h2,
715
.mce-visualblocks h2,
646
.mce-visualblocks h3,
716
.mce-visualblocks h3,
647
.mce-visualblocks h4,
717
.mce-visualblocks h4,
Línea 775... Línea 845...
775
  background: #aaa;
845
  background: #aaa;
776
}
846
}
777
.mce-shy::after {
847
.mce-shy::after {
778
  content: '-';
848
  content: '-';
779
}
849
}
-
 
850
[data-ephox-foam-a11y-violation] {
-
 
851
  outline: 2px solid;
-
 
852
  position: relative;
-
 
853
}
-
 
854
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
-
 
855
  outline-width: 4px;
-
 
856
  transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
-
 
857
}
-
 
858
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
-
 
859
  outline-color: #006ce7;
-
 
860
}
-
 
861
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
-
 
862
  outline-color: #FFCC00;
-
 
863
}
-
 
864
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
-
 
865
  outline-color: #c00;
-
 
866
}
-
 
867
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="info"] {
-
 
868
  outline-color: #006ce7;
-
 
869
  background-color: #e6f0fd;
-
 
870
}
-
 
871
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="warning"] {
-
 
872
  outline-color: #FFCC00;
-
 
873
  background-color: #fffae6;
-
 
874
}
-
 
875
[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation="error"] {
-
 
876
  outline-color: #c00;
-
 
877
  background-color: #fae6e6;
-
 
878
}