Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 20... Línea 20...
20
}
20
}
21
.bd-content > .table {
21
.bd-content > .table {
22
  max-width: 100%;
22
  max-width: 100%;
23
  margin-bottom: 1.5rem;
23
  margin-bottom: 1.5rem;
24
}
24
}
25
@media (max-width: 991.98px) {
25
@media (max-width: 767.98px) {
26
  .bd-content > .table {
26
  .bd-content > .table {
27
    display: block;
27
    display: block;
28
    overflow-x: auto;
28
    overflow-x: auto;
29
  }
29
  }
30
  .bd-content > .table.table-bordered {
30
  .bd-content > .table.table-bordered {
Línea 59... Línea 59...
59
  margin-bottom: 0.25rem;
59
  margin-bottom: 0.25rem;
60
}
60
}
Línea 61... Línea 61...
61
 
61
 
62
.bd-title {
62
.bd-title {
-
 
63
  margin-bottom: 0.5rem;
-
 
64
  font-size: calc(1.425rem + 2.1vw);
-
 
65
}
-
 
66
@media (min-width: 1200px) {
63
  margin-bottom: 0.5rem;
67
  .bd-title {
-
 
68
    font-size: 3rem;
64
  font-size: 3rem;
69
  }
Línea 65... Línea 70...
65
}
70
}
66
 
71
 
67
.bd-lead {
72
.bd-lead {
68
  font-size: 1.5rem;
73
  font-size: calc(1.275rem + 0.3vw);
-
 
74
  font-weight: 300;
-
 
75
}
-
 
76
@media (min-width: 1200px) {
-
 
77
  .bd-lead {
-
 
78
    font-size: 1.5rem;
Línea 69... Línea 79...
69
  font-weight: 300;
79
  }
70
}
80
}
71
 
81
 
Línea 188... Línea 198...
188
  display: block;
198
  display: block;
189
  padding: 0.125rem 1.5rem;
199
  padding: 0.125rem 1.5rem;
190
  color: #212529;
200
  color: #212529;
191
}
201
}
192
#TableOfContents > ul li a:hover {
202
#TableOfContents > ul li a:hover {
193
  color: #007bff;
203
  color: #0d6efd;
194
  text-decoration: none;
204
  text-decoration: none;
195
}
205
}
Línea 196... Línea 206...
196
 
206
 
197
.bd-toc nav {
207
.bd-toc nav {
Línea 221... Línea 231...
221
.bd-footer a {
231
.bd-footer a {
222
  font-weight: 600;
232
  font-weight: 600;
223
  color: #495057;
233
  color: #495057;
224
}
234
}
225
.bd-footer a:hover, .bd-footer a:focus {
235
.bd-footer a:hover, .bd-footer a:focus {
226
  color: #007bff;
236
  color: #0d6efd;
227
}
237
}
228
.bd-footer p {
238
.bd-footer p {
229
  margin-bottom: 0;
239
  margin-bottom: 0;
230
}
240
}
Línea 268... Línea 278...
268
  border: 1px solid rgba(86, 61, 124, 0.2);
278
  border: 1px solid rgba(86, 61, 124, 0.2);
269
}
279
}
Línea 270... Línea 280...
270
 
280
 
271
.example-container {
281
.example-container {
-
 
282
  width: 800px;
-
 
283
  --bs-gutter-x: 1.5rem;
272
  width: 800px;
284
  --bs-gutter-y: 0;
273
  width: 100%;
285
  width: 100%;
274
  padding-right: 15px;
286
  padding-right: calc(var(--bs-gutter-x) * 0.5);
275
  padding-left: 15px;
287
  padding-left: calc(var(--bs-gutter-x) * 0.5);
276
  margin-right: auto;
288
  margin-right: auto;
277
  margin-left: auto;
289
  margin-left: auto;
Línea 278... Línea 290...
278
}
290
}
-
 
291
 
-
 
292
.example-row {
279
 
293
  --bs-gutter-x: 1.5rem;
280
.example-row {
294
  --bs-gutter-y: 0;
-
 
295
  display: flex;
281
  display: flex;
296
  flex-wrap: wrap;
282
  flex-wrap: wrap;
297
  margin-top: calc(-1 * var(--bs-gutter-y));
283
  margin-right: -15px;
298
  margin-right: calc(-0.5 * var(--bs-gutter-x));
Línea 284... Línea 299...
284
  margin-left: -15px;
299
  margin-left: calc(-0.5 * var(--bs-gutter-x));
285
}
300
}
286
 
301
 
287
.example-content-main {
302
.example-content-main {
-
 
303
  flex-shrink: 0;
288
  position: relative;
304
  width: 100%;
-
 
305
  max-width: 100%;
289
  width: 100%;
306
  padding-right: calc(var(--bs-gutter-x) * 0.5);
290
  padding-right: 15px;
307
  padding-left: calc(var(--bs-gutter-x) * 0.5);
291
  padding-left: 15px;
308
  margin-top: var(--bs-gutter-y);
292
}
309
}
293
@media (min-width: 576px) {
310
@media (min-width: 576px) {
294
  .example-content-main {
311
  .example-content-main {
295
    flex: 0 0 50%;
312
    flex: 0 0 auto;
296
    max-width: 50%;
313
    width: 50%;
297
  }
314
  }
298
}
315
}
299
@media (min-width: 992px) {
316
@media (min-width: 992px) {
300
  .example-content-main {
317
  .example-content-main {
301
    flex: 0 0 66.66666667%;
318
    flex: 0 0 auto;
Línea 302... Línea 319...
302
    max-width: 66.66666667%;
319
    width: 66.66666667%;
303
  }
320
  }
304
}
321
}
305
 
322
 
-
 
323
.example-content-secondary {
306
.example-content-secondary {
324
  flex-shrink: 0;
-
 
325
  width: 100%;
307
  position: relative;
326
  max-width: 100%;
308
  width: 100%;
327
  padding-right: calc(var(--bs-gutter-x) * 0.5);
309
  padding-right: 15px;
328
  padding-left: calc(var(--bs-gutter-x) * 0.5);
310
  padding-left: 15px;
329
  margin-top: var(--bs-gutter-y);
311
}
330
}
312
@media (min-width: 576px) {
331
@media (min-width: 576px) {
313
  .example-content-secondary {
332
  .example-content-secondary {
314
    flex: 0 0 50%;
333
    flex: 0 0 auto;
315
    max-width: 50%;
334
    width: 50%;
316
  }
335
  }
317
}
336
}
318
@media (min-width: 992px) {
337
@media (min-width: 992px) {
319
  .example-content-secondary {
338
  .example-content-secondary {
Línea 320... Línea 339...
320
    flex: 0 0 33.33333333%;
339
    flex: 0 0 auto;
321
    max-width: 33.33333333%;
340
    width: 33.33333333%;
322
  }
341
  }
323
}
342
}
324
 
343
 
325
.bd-example {
344
.bd-example {
326
  position: relative;
345
  position: relative;
327
  padding: 1rem;
346
  padding: 1rem;
328
  margin: 1rem -15px 0;
347
  margin: 1rem -0.75rem 0;
Línea 458... Línea 477...
458
    padding: 1.5rem;
477
    padding: 1.5rem;
459
  }
478
  }
460
}
479
}
Línea 461... Línea 480...
461
 
480
 
462
.bd-content .highlight {
481
.bd-content .highlight {
463
  margin-right: -15px;
482
  margin-right: -0.75rem;
464
  margin-left: -15px;
483
  margin-left: -0.75rem;
465
}
484
}
466
@media (min-width: 576px) {
485
@media (min-width: 576px) {
467
  .bd-content .highlight {
486
  .bd-content .highlight {
468
    margin-right: 0;
487
    margin-right: 0;
Línea 486... Línea 505...
486
  padding: 1.25rem;
505
  padding: 1.25rem;
487
  margin-top: 1.25rem;
506
  margin-top: 1.25rem;
488
  margin-bottom: 1.25rem;
507
  margin-bottom: 1.25rem;
489
  border: 1px solid #e9ecef;
508
  border: 1px solid #e9ecef;
490
  border-left-width: 0.25rem;
509
  border-left-width: 0.25rem;
491
  border-radius: 0.25rem;
510
  border-radius: 0.375rem;
492
}
511
}
493
.bd-callout h4 {
512
.bd-callout h4 {
494
  margin-bottom: 0.25rem;
513
  margin-bottom: 0.25rem;
495
}
514
}
496
.bd-callout p:last-child {
515
.bd-callout p:last-child {
497
  margin-bottom: 0;
516
  margin-bottom: 0;
498
}
517
}
499
.bd-callout code {
518
.bd-callout code {
500
  border-radius: 0.25rem;
519
  border-radius: 0.375rem;
501
}
520
}
502
.bd-callout + .bd-callout {
521
.bd-callout + .bd-callout {
503
  margin-top: -0.25rem;
522
  margin-top: -0.25rem;
504
}
523
}
Línea 524... Línea 543...
524
  color: #d9534f;
543
  color: #d9534f;
525
}
544
}
Línea 526... Línea 545...
526
 
545
 
527
.swatch-blue {
546
.swatch-blue {
528
  color: #fff;
547
  color: #fff;
529
  background-color: #007bff;
548
  background-color: #0d6efd;
Línea 530... Línea 549...
530
}
549
}
531
 
550
 
532
.swatch-indigo {
551
.swatch-indigo {
Línea 539... Línea 558...
539
  background-color: #6f42c1;
558
  background-color: #6f42c1;
540
}
559
}
Línea 541... Línea 560...
541
 
560
 
542
.swatch-pink {
561
.swatch-pink {
543
  color: #fff;
562
  color: #fff;
544
  background-color: #e83e8c;
563
  background-color: #d63384;
Línea 545... Línea 564...
545
}
564
}
546
 
565
 
547
.swatch-red {
566
.swatch-red {
548
  color: #fff;
567
  color: #fff;
Línea 549... Línea 568...
549
  background-color: #dc3545;
568
  background-color: #dc3545;
550
}
569
}
551
 
570
 
552
.swatch-orange {
571
.swatch-orange {
Línea 553... Línea 572...
553
  color: #212529;
572
  color: #000;
554
  background-color: #fd7e14;
573
  background-color: #fd7e14;
555
}
574
}
556
 
575
 
Línea 557... Línea 576...
557
.swatch-yellow {
576
.swatch-yellow {
558
  color: #212529;
577
  color: #000;
559
  background-color: #ffc107;
578
  background-color: #ffc107;
560
}
579
}
Línea 561... Línea 580...
561
 
580
 
562
.swatch-green {
581
.swatch-green {
563
  color: #fff;
582
  color: #fff;
564
  background-color: #28a745;
583
  background-color: #198754;
Línea 565... Línea 584...
565
}
584
}
-
 
585
 
-
 
586
.swatch-teal {
-
 
587
  color: #000;
-
 
588
  background-color: #20c997;
-
 
589
}
566
 
590
 
567
.swatch-teal {
591
.swatch-cyan {
568
  color: #fff;
592
  color: #000;
Línea 569... Línea 593...
569
  background-color: #20c997;
593
  background-color: #0dcaf0;
570
}
594
}
571
 
595
 
572
.swatch-cyan {
596
.swatch-black {
Línea 573... Línea 597...
573
  color: #fff;
597
  color: #fff;
574
  background-color: #17a2b8;
598
  background-color: #000;
Línea 588... Línea 612...
588
  color: #fff;
612
  color: #fff;
589
  background-color: #343a40;
613
  background-color: #343a40;
590
}
614
}
Línea 591... Línea 615...
591
 
615
 
592
.swatch-100 {
616
.swatch-100 {
593
  color: #212529;
617
  color: #000;
594
  background-color: #f8f9fa;
618
  background-color: #f8f9fa;
Línea 595... Línea 619...
595
}
619
}
596
 
620
 
597
.swatch-200 {
621
.swatch-200 {
598
  color: #212529;
622
  color: #000;
Línea 599... Línea 623...
599
  background-color: #e9ecef;
623
  background-color: #e9ecef;
600
}
624
}
601
 
625
 
602
.swatch-300 {
626
.swatch-300 {
Línea 603... Línea 627...
603
  color: #212529;
627
  color: #000;
604
  background-color: #dee2e6;
628
  background-color: #dee2e6;
605
}
629
}
606
 
630
 
Línea 607... Línea 631...
607
.swatch-400 {
631
.swatch-400 {
608
  color: #212529;
632
  color: #000;
609
  background-color: #ced4da;
633
  background-color: #ced4da;
610
}
634
}
Línea 611... Línea 635...
611
 
635
 
612
.swatch-500 {
636
.swatch-500 {
Línea 657... Línea 681...
657
  padding: 0.25rem 0.5rem;
681
  padding: 0.25rem 0.5rem;
658
  font-size: 0.75em;
682
  font-size: 0.75em;
659
  color: #343a40;
683
  color: #343a40;
660
  background-color: transparent;
684
  background-color: transparent;
661
  border: 0;
685
  border: 0;
662
  border-radius: 0.25rem;
686
  border-radius: 0.375rem;
663
}
687
}
664
.btn-clipboard:hover {
688
.btn-clipboard:hover {
665
  color: #fff;
689
  color: #fff;
666
  background-color: #007bff;
690
  background-color: #0d6efd;
667
}
691
}
Línea 668... Línea 692...
668
 
692
 
669
.bd-placeholder-img {
693
.bd-placeholder-img {
670
  font-size: 1.125rem;
694
  font-size: 1.125rem;
671
  text-anchor: middle;
695
  text-anchor: middle;
672
  user-select: none;
696
  user-select: none;
Línea 673... Línea 697...
673
}
697
}
-
 
698
 
-
 
699
.bd-placeholder-img-lg {
-
 
700
  font-size: calc(1.475rem + 2.7vw);
-
 
701
}
674
 
702
@media (min-width: 1200px) {
-
 
703
  .bd-placeholder-img-lg {
675
.bd-placeholder-img-lg {
704
    font-size: 3.5rem;
Línea 676... Línea 705...
676
  font-size: 3.5rem;
705
  }
677
}
706
}
678
 
707
 
Línea 1001... Línea 1030...
1001
  user-select: none;
1030
  user-select: none;
1002
}
1031
}
Línea 1003... Línea 1032...
1003
 
1032
 
1004
.anchorjs-link {
1033
.anchorjs-link {
1005
  font-weight: 400;
1034
  font-weight: 400;
1006
  color: rgba(0, 123, 255, 0.5);
1035
  color: rgba(13, 110, 253, 0.5);
1007
  transition: color 0.15s ease-in-out;
1036
  transition: color 0.15s ease-in-out;
1008
}
1037
}
1009
@media (prefers-reduced-motion: reduce) {
1038
@media (prefers-reduced-motion: reduce) {
1010
  .anchorjs-link {
1039
  .anchorjs-link {
1011
    transition: none;
1040
    transition: none;
1012
  }
1041
  }
1013
}
1042
}
1014
.anchorjs-link:hover {
1043
.anchorjs-link:hover {
1015
  color: #007bff;
1044
  color: #0d6efd;
1016
  text-decoration: none;
1045
  text-decoration: none;
Línea 1017... Línea 1046...
1017
}
1046
}
1018
 
1047