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/button-styles.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/button-styles.css')
-rw-r--r-- | web/stream.gathering.org/resources/css/button-styles.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/web/stream.gathering.org/resources/css/button-styles.css b/web/stream.gathering.org/resources/css/button-styles.css new file mode 100644 index 0000000..e70a197 --- /dev/null +++ b/web/stream.gathering.org/resources/css/button-styles.css @@ -0,0 +1,31 @@ +@charset "utf-8"; + +/* +You are free to style the button however you wish. I plan to use +an icon from my site's own icon font to make it more visible. These +are just basic styles to make it look ok with plain text. +*/ + +/* Position the button */ +.vjs-res-button { + float: right; + line-height: 3em; +} + +/* Don't show hover effects on title */ +ul li.vjs-menu-title.vjs-res-menu-title:hover { + cursor: default; + background-color: transparent; + color: #CCC; + + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Needed to keep text visible in video.js 4.9 */ +.vjs-res-button .vjs-control-text { + width: auto; + height: auto; + clip: auto; +}
\ No newline at end of file |