diff --git a/skins.html b/skins.html new file mode 100644 index 000000000..7b73e6218 --- /dev/null +++ b/skins.html @@ -0,0 +1,127 @@ + + + + + HTML5 Video Player + + + + + + + + + + + + + + +
+ + +

Download Video: + MP4, + WebM, + Ogg
+ HTML5 Video Player by VideoJS +

+
+ + + +
+ + +

Download Video: + MP4, + WebM, + Ogg
+ HTML5 Video Player by VideoJS +

+
+ + + +
+ + +

Download Video: + MP4, + WebM, + Ogg
+ HTML5 Video Player by VideoJS +

+
+ + + +
+ + +

Download Video: + MP4, + WebM, + Ogg
+ HTML5 Video Player by VideoJS +

+
+ + + + + + \ No newline at end of file diff --git a/skins/hu.css b/skins/hu.css new file mode 100644 index 000000000..88bcbab84 --- /dev/null +++ b/skins/hu.css @@ -0,0 +1,99 @@ +.hu-css .vjs-controls { + height: 47px; opacity: 0.95; color: #fff; + padding-left: 84px; /* Width of play button + margin */ + padding-right: 0px; /* Width of all the controls to the right of the progress control + margins */ + background: #3A3835; +} + +.hu-css .vjs-controls > li { + background: none; + border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; + box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; +} + +/* Top Level Items */ +.hu-css .vjs-controls > li.vjs-play-control, +.hu-css .vjs-controls > li.vjs-volume-control, +.hu-css .vjs-controls > li.vjs-fullscreen-control { + bottom: 20px; height: 27px; +} +/* Bottom Level Items */ +.hu-css .vjs-controls > li.vjs-progress-control, .hu-css .vjs-controls > li.vjs-time-control { + margin-top: 28px; height: 19px; +} + +/* Placement of Control Items */ +.hu-css .vjs-controls > li.vjs-play-control { width: 33px; left: 0px; } +.hu-css .vjs-controls > li.vjs-progress-control { width: 100%; position: relative; } +.hu-css .vjs-controls > li.vjs-time-control { width: 84px; left: 0px; } +.hu-css .vjs-controls > li.vjs-volume-control { width: 43px; right: 44px; } +.hu-css .vjs-controls > li.vjs-fullscreen-control { width: 43px; right: 0px; } + +/* Play/Pause +-------------------------------------------------------------------------------- */ +.hu-css .vjs-play-control.vjs-play span { margin: 9px 0 0 12px; } +.hu-css .vjs-play-control.vjs-pause span { margin: 9px 0 0 12px; } +.hu-css .vjs-play-control:hover { background-color: #000; } + +/* Progress +-------------------------------------------------------------------------------- */ +.hu-css .vjs-progress-holder { /* Box containing play and load progresses */ + height: 19px; border: none; + margin: 0px 0px 0 0px; /* Placement within the progress control item */ + background: #000; + border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; +} +.hu-css .vjs-progress-holder li { height: 13px; margin-top: 3px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } +.hu-css .vjs-play-progress { + /* Default */ background: #777; + /* Webkit */ background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777)); + /* Firefox */ background: -moz-linear-gradient(top, #999, #777); +} +.hu-css .vjs-load-progress { background: #555; } + +/* Time Display +-------------------------------------------------------------------------------- */ +.hu-css .vjs-controls .vjs-time-control { font-size: 11px; background: #000; } +.hu-css .vjs-controls .vjs-time-control span { line-height: 19px; /* Centering vertically */ } + +/* Volume +-------------------------------------------------------------------------------- */ +/*.hu-css .vjs-volume-control:hover { background-color: #000; }*/ +.hu-css .vjs-volume-control ul { margin: 0 5px 0 5px; padding: 9px 0 0 0; } +.hu-css .vjs-volume-control ul li { /* Individual volume bars */ + margin: 0 2px 0 0; /* Space between */ + width: 3px; height: 0px; /* Total height is height + bottom border */ + border-bottom: 12px solid #555; /* Default (off) color and height of visible portion */ +} +.hu-css .vjs-volume-control ul li.vjs-volume-level-on { border-color: #fff; /* Volume on bar color */ } +/* Creating differnt bar heights through height (transparent) and bottom border (visible). */ +.hu-css .vjs-volume-control ul li:nth-child(1) { border-bottom-width: 2px; height: 10px; } +.hu-css .vjs-volume-control ul li:nth-child(2) { border-bottom-width: 4px; height: 8px; } +.hu-css .vjs-volume-control ul li:nth-child(3) { border-bottom-width: 6px; height: 6px; } +.hu-css .vjs-volume-control ul li:nth-child(4) { border-bottom-width: 8px; height: 4px; } +.hu-css .vjs-volume-control ul li:nth-child(5) { border-bottom-width: 10px; height: 2px; } + +/* Fullscreen +-------------------------------------------------------------------------------- */ +.hu-css .vjs-fullscreen-control:hover { background-color: #000; } +.hu-css .vjs-fullscreen-control ul { margin: 8px 0 0 0px; padding-left: 13px; height: 13px; border-left: 1px solid #555; } +.hu-css .vjs-fullscreen-control ul li:nth-child(1) { margin-right: 9px; margin-bottom: 5px; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.hu-css .vjs-fullscreen-control ul li:nth-child(2) { border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.hu-css .vjs-fullscreen-control ul li:nth-child(3) { clear: both; margin: 0 9px 0 0; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.hu-css .vjs-fullscreen-control ul li:nth-child(4) { border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +/* Icon when video is in fullscreen mode */ +.hu-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(1) { border: none; border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.hu-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(2) { border: none; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.hu-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(3) { border: none; border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.hu-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(4) { border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } + + + + + + + + + + + diff --git a/skins/tube.css b/skins/tube.css new file mode 100644 index 000000000..daf4b4dad --- /dev/null +++ b/skins/tube.css @@ -0,0 +1,82 @@ +.tube-css .vjs-controls { + opacity: 1; color: #000; + height: 25px; + padding-left: 102px; /* Width of play button + margin */ + padding-right: 83px; /* Width of all the controls to the right of the progress control + margins */ + + background-color: #ccc; + background: #fcfcfc -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#d0d0d0)) left top; + background: #fcfcfc -moz-linear-gradient(top, #fcfcfc, #d0d0d0) left top; +} + +.tube-css .vjs-controls > li { + height: 23px; margin: 0; background: none; + border: 1px solid #b1b1b1; border-left-color: #eee; + border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; + box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; +} + +/* Placement of Control Items */ +.tube-css .vjs-controls > li.vjs-play-control { width: 25px; left: 0; } +.tube-css .vjs-controls > li.vjs-progress-control { width: 100%; position: relative; } +.tube-css .vjs-controls > li.vjs-time-control { width: 75px; left: 27px; } +.tube-css .vjs-controls > li.vjs-volume-control { width: 50px; right: 30px; } +.tube-css .vjs-controls > li.vjs-fullscreen-control { width: 30px; right: 0; } + +/* Removing borders on time & progress to join them */ +.tube-css .vjs-controls > li.vjs-progress-control { border-left: none; } +.tube-css .vjs-controls > li.vjs-time-control { border-right: none; } + + +/* Play/Pause +-------------------------------------------------------------------------------- */ +.tube-css .vjs-controls > li:first-child { margin-left: 0; border-left-color: #b1b1b1; } +.tube-css .vjs-play-control.vjs-play span { border-left-color: #333; border-top-width: 7px; border-left-width: 13px; border-bottom-width: 7px; margin: 5px 0 0 7px; } +.tube-css .vjs-play-control.vjs-pause span { height: 14px; margin: 5px auto 0; border-left: 4px solid #333; border-right: 4px solid #333; } +.tube-css .vjs-play-control.vjs-play:hover span { border-left-color: #CF1A1A; } +.tube-css .vjs-play-control.vjs-pause:hover span { border-left-color: #CF1A1A; border-right-color: #CF1A1A; } + +/* Time Display +-------------------------------------------------------------------------------- */ +.tube-css .vjs-controls .vjs-time-control { font-size: 11px; } +.tube-css .vjs-controls .vjs-time-control span { line-height: 25px; /* Centering vertically */ } + +/* Progress +-------------------------------------------------------------------------------- */ +.tube-css .vjs-progress-holder { + margin-right: 10px; + background-color: #b1b1b1; + background: #b1b1b1 -webkit-gradient(linear, left top, left bottom, from(#b1b1b1), to(#cacaca)) left top; + background: #b1b1b1 -moz-linear-gradient(top, #b1b1b1, #cacaca) left top; + border-color: #CACACA; border-bottom-color: #eaeaea; + border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; +} +.tube-css .vjs-progress-control .vjs-load-progress { background: #C89191; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } +.tube-css .vjs-progress-control .vjs-play-progress { background: #f33; background: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#CF1A1A)); background: -moz-linear-gradient(top, #f33, #CF1A1A); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } + +/* Volume +-------------------------------------------------------------------------------- */ +.tube-css .vjs-volume-control ul { padding: 3px 0 0 0; } +.tube-css .vjs-volume-control ul li { border-bottom-color: #ccc; } +/* Volume icon color */ +.tube-css .vjs-volume-control ul li.vjs-volume-level-on { border-color: #333; } +/* Volume icon hovering color */ +.tube-css .vjs-volume-control:hover ul li.vjs-volume-level-on { border-color: #CF1A1A; } + +/* Fullscreen +-------------------------------------------------------------------------------- */ +.tube-css .vjs-fullscreen-control ul { margin: 4px 0 0 8px; } +/* Fullscreen icon color */ +.tube-css .vjs-fullscreen-control ul li:nth-child(3), .tube-css .vjs-fullscreen-control ul li:nth-child(4), .tube-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(1), .tube-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(2) { + border-bottom-color: #333; +} +.tube-css .vjs-fullscreen-control ul li:nth-child(1), .tube-css .vjs-fullscreen-control ul li:nth-child(2), .tube-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(3), .tube-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(4) { + border-top-color: #333; +} +/* Fullscreen icon hovering color */ +.tube-css .vjs-fullscreen-control:hover ul li:nth-child(3), .tube-css .vjs-fullscreen-control:hover ul li:nth-child(4), .tube-css.vjs-fullscreen:hover .vjs-fullscreen-control ul li:nth-child(1), .tube-css.vjs-fullscreen:hover .vjs-fullscreen-control ul li:nth-child(2) { + border-bottom-color: #CF1A1A; +} +.tube-css .vjs-fullscreen-control:hover ul li:nth-child(1), .tube-css .vjs-fullscreen-control:hover ul li:nth-child(2), .tube-css.vjs-fullscreen:hover .vjs-fullscreen-control ul li:nth-child(3), .tube-css.vjs-fullscreen:hover .vjs-fullscreen-control ul li:nth-child(4) { + border-top-color: #CF1A1A; +} \ No newline at end of file diff --git a/skins/vim.css b/skins/vim.css new file mode 100644 index 000000000..12fdad467 --- /dev/null +++ b/skins/vim.css @@ -0,0 +1,62 @@ +.vim-css .vjs-controls { + height: 50px; opacity: 0.9; color: #fff; + padding-left: 85px; /* Width of play button + margin */ + padding-right: 160px; /* Width of all the controls to the right of the progress control + margins */ +} +.vim-css .vjs-controls > li { + height: 32px; width: 25px; margin: 8px 0 0 0; padding: 0; text-align: center; background: rgba(23, 35, 34, 0.746094); + border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; + box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; +} +/* Placement of Control Items */ +.vim-css .vjs-controls > li.vjs-play-control { width: 65px; left: 10px; } +.vim-css .vjs-controls > li.vjs-progress-control { width: 100%; position: relative; } +.vim-css .vjs-controls > li.vjs-time-control { width: 75px; right: 85px; } +.vim-css .vjs-controls > li.vjs-volume-control { width: 50px; right: 35px; } +.vim-css .vjs-controls > li.vjs-fullscreen-control { width: 25px; right: 10px; } + +/* Play/Pause +-------------------------------------------------------------------------------- */ +.vim-css .vjs-controls .vjs-play-control { margin: 0; height: 40px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; } +.vim-css .vjs-play-control.vjs-play span { border-left-color: #fff; border-top-width: 9px; border-left-width: 18px; border-bottom-width: 9px; margin: 11px 0 0 24px; } +.vim-css .vjs-play-control:hover { background: #00ADEF; } +.vim-css .vjs-play-control.vjs-pause span { width: 5px; height: 18px; margin: 5px auto 0; border-left: 5px solid #fff; border-right: 5px solid #fff; margin: 11px 0 0 24px; } + +/* Progress +-------------------------------------------------------------------------------- */ +.vim-css .vjs-controls .vjs-progress-control { border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; } +.vim-css .vjs-progress-control .vjs-progress-holder { height: 8px; padding: 1px; margin: 10px 5px 0 10px; border-color: #666666; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } +.vim-css .vjs-progress-control .vjs-play-progress { height: 8px; background: #00ADEF; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } +.vim-css .vjs-progress-control .vjs-load-progress { height: 8px; background: #898F8F; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } + +/* Time Display +-------------------------------------------------------------------------------- */ +.vim-css .vjs-controls .vjs-time-control { font-size: 11px; } +.vim-css .vjs-controls .vjs-time-control span { line-height: 32px; /* Centering vertically */ } + +/* Volume +-------------------------------------------------------------------------------- */ +.vim-css .vjs-volume-control ul { padding: 7px 0 0 5px; width: 30px; } +.vim-css .vjs-volume-control ul li { + float: left; margin: 0 2px 0 0; padding: 0; list-style: none; width: 3px; height: 3px; border-bottom: 12px solid #666666; + -webkit-transition: all 100ms linear; -moz-transition: all 100ms linear; +} +.vim-css .vjs-volume-control ul li.vjs-volume-level-on { border-color: #00ADEF; } +.vim-css .vjs-volume-control ul li:hover { height: 0; border-bottom-width: 15px; } + +/* Fullscreen +-------------------------------------------------------------------------------- */ +.vim-css .vjs-fullscreen-control ul { margin: 10px 0 0 0; } +.vim-css .vjs-controls .vjs-fullscreen-control { border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; } +/* Making default fullscreen icon smaller */ +.vim-css .vjs-fullscreen-control ul li:nth-child(1) { margin: 0 4px 4px 0; border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.vim-css .vjs-fullscreen-control ul li:nth-child(2) { border: none; border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.vim-css .vjs-fullscreen-control ul li:nth-child(3) { clear: both; margin: 0 4px 0 0; border: none; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.vim-css .vjs-fullscreen-control ul li:nth-child(4) { border: none; border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.vim-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(1) { border: none; border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.vim-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(2) { border: none; border-bottom: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +.vim-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(3) { border: none; border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); } +.vim-css.vjs-fullscreen .vjs-fullscreen-control ul li:nth-child(4) { border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); } +/* Fullscreen control hovering */ +.vim-css .vjs-fullscreen-control:hover ul li:nth-child(3), .vim-css .vjs-fullscreen-control:hover ul li:nth-child(4), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover ul li:nth-child(1), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover ul li:nth-child(2) { border-bottom-color: #00ADEF; } +.vim-css .vjs-fullscreen-control:hover ul li:nth-child(1), .vim-css .vjs-fullscreen-control:hover ul li:nth-child(2), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover ul li:nth-child(3), .vim-css.vjs-fullscreen .vjs-fullscreen-control:hover ul li:nth-child(4) { border-top-color: #00ADEF; } diff --git a/video-js/demo.html b/video-js/demo.html index 10b48c2e0..b35ae5a91 100644 --- a/video-js/demo.html +++ b/video-js/demo.html @@ -34,7 +34,7 @@
-