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.
39 lines
835 B
CSS
39 lines
835 B
CSS
.h5p-joubelui-progressbar {
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: .25em;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0px -1px 3px 0px rgba(1,72,118,0.75);
|
|
-moz-box-shadow: 0px -1px 3px 0px rgba(1,72,118,0.75);
|
|
box-shadow: 0px -1px 3px 0px rgba(1,72,118,0.75);
|
|
}
|
|
|
|
.h5p-joubelui-progressbar-slide-status-text {
|
|
font-size: 0;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
.h5p-joubelui-progressbar-background {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 0;
|
|
background-color: #014876;
|
|
-webkit-transition: width .3s ease-in-out;
|
|
-moz-transition: width .3s ease-in-out;
|
|
-o-transition: width .3s ease-in-out;
|
|
transition: width .3s ease-in-out;
|
|
}
|
|
.h5p-joubelui-drop {
|
|
z-index: 1;
|
|
}
|
|
.drop-element.h5p-joubelui-drop .drop-content {
|
|
padding: .2em .8em;
|
|
font-weight: bold;
|
|
}
|