diff options
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 35 | ||||
| -rw-r--r-- | chimere/static/chimere/img/8thNote.png | bin | 0 -> 1988 bytes | |||
| -rw-r--r-- | chimere/static/chimere/img/images_licences | 7 |
3 files changed, 41 insertions, 1 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index ef13e7d..8239a45 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -524,5 +524,38 @@ a#welcome_button{ .simple .cloud img{display:None;} #gallery{ - display:none; + width:700px; + height:400px; +} + + + +/** jme **/ + +/*overlay controls*/ +.media-controls-wrapper { + position: absolute; + bottom: 0; + width: 100%; +} +/* position the fullscreen-button */ +div.volume-slider { + right: 46px; + width: 60px; +} +.fullscreen { + right: 8px; +} +/* prepare fullscreen-button for flash fullscreen in modern browsers */ +html > body .media-state { + height: auto; + top: 0; + bottom: 2em; +} +.jme-flashbutton-wrapper .media-controls-wrapper { + pointer-events: none; +} + +.jme-flashbutton-wrapper .media-controls > *:not(.fullscreen) { + pointer-events: auto; } diff --git a/chimere/static/chimere/img/8thNote.png b/chimere/static/chimere/img/8thNote.png Binary files differnew file mode 100644 index 0000000..1351aa3 --- /dev/null +++ b/chimere/static/chimere/img/8thNote.png diff --git a/chimere/static/chimere/img/images_licences b/chimere/static/chimere/img/images_licences index 6dc68fd..0e732fc 100644 --- a/chimere/static/chimere/img/images_licences +++ b/chimere/static/chimere/img/images_licences @@ -23,3 +23,10 @@ Author: The Tango! Desktop Project Licence: Public domain Url: http://commons.wikimedia.org/wiki/File:Edit-find-replace.svg Url 2: http://commons.wikimedia.org/wiki/File:Internet-web-browser.svg + +* Quaver image credit + + * An 8th-note. +Author: Sbrools +Licence: Public domain +Url: https://commons.wikimedia.org/wiki/File:8thNote.svg |
