Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
38 lines
1.2 KiB
CSS
38 lines
1.2 KiB
CSS
body {
|
|
font-size: 25px;
|
|
line-height: 1.25em !important;
|
|
text-align: justify;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.text-highlight {
|
|
-webkit-transition: color .3s linear, text-shadow .3s linear;
|
|
-khtml-transition: color .3s linear, text-shadow .3s linear;
|
|
-moz-transition: color .3s linear, text-shadow .3s linear;
|
|
-ms-transition: color .3s linear, text-shadow .3s linear;
|
|
transition: color .3s linear, text-shadow .3s linear;
|
|
}
|
|
|
|
.text-highlight.active {
|
|
color: red;
|
|
-webkit-text-shadow: 0px 0px 1px rgba(255, 0, 0, 1);
|
|
-khtml-text-shadow: 0px 0px 1px rgba(255, 0, 0, 1);
|
|
-moz-text-shadow: 0px 0px 1px rgba(255, 0, 0, 1);
|
|
-ms-text-shadow: 0px 0px 1px rgba(255, 0, 0, 1);
|
|
text-shadow: 0px 0px 1px rgba(255, 0, 0, 1);
|
|
-webkit-transition: color .3s linear, text-shadow .3s linear;
|
|
-khtml-transition: color .3s linear, text-shadow .3s linear;
|
|
-moz-transition: color .3s linear, text-shadow .3s linear;
|
|
-ms-transition: color .3s linear, text-shadow .3s linear;
|
|
transition: color .3s linear, text-shadow .3s linear;
|
|
}
|
|
|
|
br {
|
|
margin-bottom: 1em;
|
|
}
|