/* General CSS for H5P. Licensed under the MIT License.*/ /* Custom H5P font to use for icons. */ @font-face { font-family: 'h5p'; src:url('../fonts/h5p.eot?-9qymee'); src:url('../fonts/h5p.eot?#iefix-9qymee') format('embedded-opentype'), url('../fonts/h5p.woff?-9qymee') format('woff'), url('../fonts/h5p.ttf?-9qymee') format('truetype'), url('../fonts/h5p.svg?-9qymee#h5p') format('svg'); font-weight: normal; font-style: normal; } html.h5p-iframe, html.h5p-iframe > body { font-family: Sans-Serif; /* Use the browser's default sans-serif font. (Since Heletica doesn't look nice on Windows, and Arial on OS X.) */ width: 100%; height: 100%; margin: 0; padding: 0; } .h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container { overflow: hidden; } .h5p-content { position: relative; background: #fefefe; border: 1px solid #EEE; border-bottom: none; box-sizing: border-box; -moz-box-sizing: border-box; } html.h5p-iframe .h5p-content { font-size: 16px; line-height: 1.5em; width: 100%; height: 100%; } .h5p-fullscreen .h5p-content, .h5p-semi-fullscreen .h5p-content { border: 0; } .h5p-container { position: relative; z-index: 1; } .h5p-container.h5p-semi-fullscreen { position: fixed; top: 0; left: 0; z-index: 101; width: 100%; height: 100%; background-color: #FFF; } .h5p-content-controls { margin: 0; position: absolute; right: 0; top: 0; z-index: 3; } .h5p-fullscreen .h5p-content-controls { display: none; } .h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited { color: #e5eef6; } .h5p-enable-fullscreen:before { font-family: 'H5P'; content: "\e88c"; } .h5p-disable-fullscreen:before { font-family: 'H5P'; content: "\e891"; } .h5p-enable-fullscreen, .h5p-disable-fullscreen { cursor: pointer; color: #EEE; background: rgb(0,0,0); background: rgba(0,0,0,0.3); line-height: 0.975em; font-size: 2em; width: 1.125em; height: 0.925em; text-indent: -0.0875em; outline: none; } .h5p-disable-fullscreen { line-height: 0.925em; width: 1.1em; height: 0.9em; } .h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover { background: rgba(0,0,0,0.5); } .h5p-semi-fullscreen .h5p-enable-fullscreen { display: none; } div.h5p-fullscreen { width: 100%; height: 100%; } .h5p-iframe-wrapper { width: auto; height: auto; } .h5p-fullscreen .h5p-iframe-wrapper, .h5p-semi-fullscreen .h5p-iframe-wrapper { width: 100%; height: 100%; } .h5p-iframe-wrapper.h5p-semi-fullscreen { width: 100%; height: 100%; background: black; position: fixed; top: 0; left: 0; z-index: 100; } .h5p-iframe-wrapper.h5p-semi-fullscreen .buttons { position: absolute; top: 0; right: 0; z-index: 20; } .h5p-iframe-wrapper iframe.h5p-iframe { width: 100%; height: 100%; z-index: 10; overflow: hidden; border: 0; display: block; } .h5p-content ul.h5p-actions { box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; list-style: none; padding: 0px 10px; margin: 0; height: 25px; font-size: 12px; background: #FAFAFA; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; clear: both; font-family: Sans-Serif; } .h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions { display: none; } .h5p-actions > .h5p-button { float: left; cursor: pointer; margin: 0 1.5em 0 0; background: none; padding: 0; vertical-align: top; color: #999; text-decoration: none; outline: none; } .h5p-actions > .h5p-button:hover { color: #666; } .h5p-actions > .h5p-button:before { font-family: 'H5P'; font-size: 1em; padding-right: 0; font-size: 1.7em; line-height: 1.125em; vertical-align: middle; } .h5p-actions > .h5p-button.h5p-export:before { content: "\e893"; } .h5p-actions > .h5p-button.h5p-copyrights:before { content: "\e88f"; } .h5p-actions > .h5p-button.h5p-embed:before { content: "\e892"; } .h5p-actions .h5p-link { float: right; margin-right: 0; font-size: 2.0em; line-height: 1; overflow: hidden; color: #999; text-decoration: none; outline: none; } .h5p-actions .h5p-link:before { font-family: 'H5P'; content: "\e88e"; } .h5p-actions > li { margin: 0; } .h5p-popup-dialog { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; padding: 2em; box-sizing: border-box; -moz-box-sizing: border-box; opacity: 0; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; } .h5p-popup-dialog.h5p-open { opacity: 1; } .h5p-popup-dialog .h5p-inner { box-sizing: border-box; box-shadow: 0 0 2em #000; background: #fff; height: 90%; max-height: 100%; padding: 0.75em; position: relative; } .h5p-popup-dialog .h5p-inner > h2 { font-size: 1.5em; margin: 0.25em 0; position: absolute; line-height: 1.25em; padding: 0; } .h5p-embed-dialog .h5p-inner { width: 50%; left: 25%; top: 25%; height: auto; } .h5p-embed-dialog .h5p-embed-code-container { width: 90%; padding: .3em; min-height: 10em; resize: none; outline: none; } .h5p-popup-dialog .h5p-scroll-content { border-top: 2.75em solid transparent; box-sizing: border-box; -moz-box-sizing: border-box; height: 100%; overflow: auto; overflow-x: hidden; overflow-y: auto; } .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar { width: 8px; } .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track { background: #e0e0e0; } .h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb { box-shadow: 0 0 10px #000 inset; border-radius: 4px; } .h5p-popup-dialog .h5p-close { cursor: pointer; outline:none } .h5p-popup-dialog .h5p-close:after { font-family: 'H5P'; content: "\e894"; font-size: 2em; position: absolute; right: 0.5em; top: 0.5em; cursor: pointer; -webkit-transition: -webkit-transform 0.2s; -moz-transition: -moz-transform 0.2s; -o-transition: -o-transform 0.2s; transition: transform 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .h5p-popup-dialog .h5p-close:hover:after { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .h5p-poopup-dialog h2 { margin: 0.25em 0 0.5em; } .h5p-popup-dialog h3 { margin: 0.75em 0 0.25em; } .h5p-popup-dialog dl { margin: 0.25em 0 0.75em; } .h5p-popup-dialog dt { float: left; margin: 0 0.75em 0 0; } .h5p-popup-dialog dt:after { content: ':'; } .h5p-popup-dialog dd { margin: 0; } .h5p-content-copyrights { border-left: 0.25em solid #d0d0d0; margin-left: 0.25em; padding-left: 0.25em; } .h5p-throbber { background: url('../images/throbber.gif?ver=1.2.1') 10px center no-repeat; padding-left: 38px; min-height: 30px; line-height: 30px; }