upgrade
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
.h5p-audio-inner {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.h5p-course-presentation .h5p-element.h5p-audio-wrapper {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-button {
|
||||
font-family: 'H5PFontAwesome4';
|
||||
|
||||
display: block;
|
||||
padding: 0.3em;
|
||||
|
||||
font-size: 0.8em;
|
||||
border: 0.1em solid #fff;
|
||||
border-radius: 50%;
|
||||
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
|
||||
background: rgb(100,152,254); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(100,152,254,1) 0%, rgba(4,104,206,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(100,152,254,1)), color-stop(100%,rgba(4,104,206,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(100,152,254,1) 0%,rgba(4,104,206,1) 100%); /* IE10+ */
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-button.h5p-audio-disabled {
|
||||
background: -webkit-linear-gradient(top, rgba(177, 177, 177, 1) 0%, rgba(105, 105, 105, 1) 100%);
|
||||
/* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(177, 177, 177, 1) 0%, rgba(105, 105, 105, 1) 100%);
|
||||
/* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(177, 177, 177, 1) 0%, rgba(105, 105, 105, 1) 100%);
|
||||
/* IE10+ */
|
||||
color: #e9e9e4;
|
||||
cursor: inherit;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-play:before {
|
||||
content: "\f028";
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-play-paused,
|
||||
.h5p-audio-inner .h5p-audio-minimal-pause {
|
||||
background: rgb(38,170,68); /* Old browsers */
|
||||
background: -moz-linear-gradient(top, rgba(38,170,68,1) 0%, rgba(0,112,10,1) 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,170,68,1)), color-stop(100%,rgba(0,112,10,1))); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, rgba(38,170,68,1) 0%,rgba(0,112,10,1) 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, rgba(38,170,68,1) 0%,rgba(0,112,10,1) 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, rgba(38,170,68,1) 0%,rgba(0,112,10,1) 100%); /* IE10+ */
|
||||
}
|
||||
.h5p-audio-inner .h5p-audio-minimal-play-paused:before {
|
||||
content: "\f04b";
|
||||
}
|
||||
|
||||
.h5p-audio-inner .h5p-audio-minimal-pause:before {
|
||||
content: "\f04c";
|
||||
}
|
||||
|
||||
.editor .h5p-audio-transparent {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
padding: -2px;
|
||||
border: 2px dashed #0468ce;
|
||||
border: 2px dashed rgba(4,104,206,0.5);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.editor .h5p-audio-transparent:before {
|
||||
color: #0468ce;
|
||||
opacity: 0.25;
|
||||
content: "\f028";
|
||||
font-family: 'H5PFontAwesome4';
|
||||
font-size: 1.0em;
|
||||
text-decoration: none;
|
||||
padding-left: 0.25em;
|
||||
}
|
||||
|
||||
.h5p-audio-inner.h5p-audio-transparent .h5p-audio-minimal-button {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
font-family: 'H5PFontAwesome4';
|
||||
text-decoration: none;
|
||||
font-size: 0.8em;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.h5p-audio-inner.h5p-audio-transparent .h5p-audio-minimal-button:hover {
|
||||
background: #0580e2;
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.h5p-audio-inner.h5p-audio-transparent .h5p-audio-minimal-button:active {
|
||||
background: #0580e2;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.h5p-audio-inner.h5p-audio-transparent .h5p-audio-minimal-play:before,
|
||||
.h5p-audio-inner.h5p-audio-transparent .h5p-audio-minimal-pause:before {
|
||||
content: none;
|
||||
}
|
||||
Reference in New Issue
Block a user