Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 24969... Línea 24969...
24969
  cursor: default;
24969
  cursor: default;
24970
  font-style: italic;
24970
  font-style: italic;
24971
  color: #6a737b;
24971
  color: #6a737b;
24972
}
24972
}
Línea -... Línea 24973...
-
 
24973
 
-
 
24974
a.btn.disabled {
-
 
24975
  opacity: 1;
-
 
24976
}
24973
 
24977
 
24974
body.lockscroll {
24978
body.lockscroll {
24975
  height: 100%;
24979
  height: 100%;
24976
  overflow: hidden;
24980
  overflow: hidden;
Línea 25025... Línea 25029...
25025
  }
25029
  }
25026
}
25030
}
25027
.inplaceeditable.inplaceeditingon select {
25031
.inplaceeditable.inplaceeditingon select {
25028
  margin-bottom: 0;
25032
  margin-bottom: 0;
25029
}
25033
}
25030
.inplaceeditable .quickediticon .icon {
-
 
25031
  font-size: medium;
-
 
25032
}
-
 
25033
.inplaceeditable .quickediticon img {
25034
.inplaceeditable .quickediticon img {
25034
  opacity: 0.2;
25035
  opacity: 0.2;
25035
}
25036
}
25036
.inplaceeditable .quickeditlink {
25037
.inplaceeditable .quickeditlink {
25037
  color: inherit;
25038
  color: inherit;
Línea 27527... Línea 27528...
27527
}
27528
}
27528
.maincalendar .controls {
27529
.maincalendar .controls {
27529
  width: 98%;
27530
  width: 98%;
27530
  margin: 10px auto;
27531
  margin: 10px auto;
27531
}
27532
}
27532
.maincalendar .calendar_event_category:hover a,
27533
.maincalendar .calendar_event_category a:has(> .icon):hover,
27533
.maincalendar .calendar_event_course:hover a,
27534
.maincalendar .calendar_event_course a:has(> .icon):hover,
27534
.maincalendar .calendar_event_site:hover a,
27535
.maincalendar .calendar_event_site a:has(> .icon):hover,
27535
.maincalendar .calendar_event_group:hover a,
27536
.maincalendar .calendar_event_group a:has(> .icon):hover,
27536
.maincalendar .calendar_event_user:hover a {
27537
.maincalendar .calendar_event_user a:has(> .icon):hover {
27537
  color: #094478;
27538
  color: #07345a;
27538
  text-decoration: underline;
27539
  text-decoration: none;
27539
}
27540
}
27540
.maincalendar .calendar_event_category {
27541
.maincalendar .calendar_event_category {
27541
  border-color: #e0cbe0;
27542
  border-color: #e0cbe0;
27542
}
27543
}
27543
.maincalendar .calendar_event_course {
27544
.maincalendar .calendar_event_course {
Línea 27752... Línea 27753...
27752
    line-height: inherit;
27753
    line-height: inherit;
27753
  }
27754
  }
27754
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous,
27755
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous,
27755
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next {
27756
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next {
27756
    width: 30%;
27757
    width: 30%;
-
 
27758
  }
-
 
27759
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .previous .arrow_text,
-
 
27760
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendarwrapper .next .arrow_text {
27757
    font-size: 0.8em;
27761
    display: none;
27758
  }
27762
  }
27759
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth th,
27763
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth th,
27760
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {
27764
  section:not(#region-main) .block.block_calendar_month .maincalendar .calendartable.calendarmonth td {
27761
    border: none;
27765
    border: none;
27762
    text-align: center !important;
27766
    text-align: center !important;
Línea 28453... Línea 28457...
28453
  font-size: 0.8203125rem;
28457
  font-size: 0.8203125rem;
28454
  padding: 0.1em 0.4em;
28458
  padding: 0.1em 0.4em;
28455
  text-decoration: none;
28459
  text-decoration: none;
28456
  z-index: 9999;
28460
  z-index: 9999;
28457
  border: 0 solid transparent;
28461
  border: 0 solid transparent;
-
 
28462
  width: fit-content;
28458
  color: #00434e;
28463
  color: #00434e;
28459
  background-color: #cce6ea;
28464
  background-color: #cce6ea;
28460
  border-color: #b8dce2;
28465
  border-color: #b8dce2;
28461
}
28466
}
28462
span.editinstructions hr {
28467
span.editinstructions hr {
Línea 36805... Línea 36810...
36805
}
36810
}
36806
.modal .close:not(:disabled):not(.disabled):hover, .modal .close:not(:disabled):not(.disabled):focus {
36811
.modal .close:not(:disabled):not(.disabled):hover, .modal .close:not(:disabled):not(.disabled):focus {
36807
  opacity: inherit;
36812
  opacity: inherit;
36808
}
36813
}
Línea -... Línea 36814...
-
 
36814
 
-
 
36815
/* Bug fix for TinyMCE menu when in fullscreen mode. */
-
 
36816
body.tox-fullscreen .modal-dialog {
-
 
36817
  width: 100%;
-
 
36818
  max-width: 100%;
-
 
36819
  height: 100%;
-
 
36820
}
-
 
36821
body.tox-fullscreen .modal-dialog .modal-header {
-
 
36822
  height: 0;
-
 
36823
  padding: 0;
-
 
36824
}
-
 
36825
body.tox-fullscreen .modal-dialog .tox-tinymce-aux {
-
 
36826
  position: relative;
-
 
36827
}
-
 
36828
 
-
 
36829
/* Bug fix TinyMCE menu width dropdowns when in fullscreen mode. */
-
 
36830
body.tox-fullscreen .tox.tox-tinymce-aux {
-
 
36831
  position: relative !important;
-
 
36832
}
36809
 
36833
 
36810
.layout.fullscreen {
36834
.layout.fullscreen {
36811
  height: 100vh;
36835
  height: 100vh;
36812
  position: fixed;
36836
  position: fixed;
36813
  top: 0;
36837
  top: 0;