diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-30 22:24:29 +0200 |
commit | 31a664b20ba24e1b3348d2bf51cb89fc380b45ea (patch) | |
tree | 60fd1adf605d28d6df65c739d1a7e6fbefba0859 /web/stream.gathering.org/resources/css/video-js-resolutions.css | |
parent | 9ac80abffae12797da3baceca18a1706adbd2e0c (diff) |
Anton: Cleaned up the folderstructure a bit, also reworked the front page with some CSS, auto-play, video source swap (al tho not inline, but hey), some config parameters as well as some todo-removes if we dont need the conf.
Diffstat (limited to 'web/stream.gathering.org/resources/css/video-js-resolutions.css')
-rw-r--r-- | web/stream.gathering.org/resources/css/video-js-resolutions.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/stream.gathering.org/resources/css/video-js-resolutions.css b/web/stream.gathering.org/resources/css/video-js-resolutions.css new file mode 100644 index 0000000..2388623 --- /dev/null +++ b/web/stream.gathering.org/resources/css/video-js-resolutions.css @@ -0,0 +1,33 @@ +/* Resolutions +-------------------------------------------------------------------------------- */ + +@font-face{ + font-family: 'VideoJS-Resolutions'; + src: url('Font/fonts/VideoJS-Resolutions.eot'); + src: url('Font/fonts/VideoJS-Resolutions.eot?#iefix') format('embedded-opentype'), + url('Font/fonts/VideoJS-Resolutions.woff') format('woff'), + url('Font/fonts/VideoJS-Resolutions.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +.vjs-default-skin .vjs-resolutions-button { + width: 5em; + cursor: pointer !important; +} + +/* Resolutions Icon */ + +.vjs-default-skin .vjs-resolutions-button .vjs-control-content:before { + font-family: VideoJS-Resolutions; + font-size: 1.5em; + line-height: 2em; + content: "\e000"; /* Gear icon */ + width: 17px; + height: 17px; + margin: 0.5em auto 0; +} + +.vjs-default-skin .vjs-control-content:hover:before { +text-shadow: 0em 0em 1em #FFF; +} |