1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

Added versions for skins.

This commit is contained in:
Steve Heffernan 2010-11-09 14:34:59 -08:00
parent bfad8f161e
commit 152c42753c
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
VideoJS HuCSS Skin (http://videojs.com)
Version 1.1.5
*/
.hu-css ul.vjs-controls {
height: 47px; opacity: 0.95; color: #fff;
padding-left: 84px; /* Width of play button + margin */

View File

@ -1,3 +1,8 @@
/*
VideoJS TubeCSS Skin (http://videojs.com)
Version 1.1.5
*/
.tube-css ul.vjs-controls {
opacity: 1; color: #000;
height: 25px;

View File

@ -1,3 +1,8 @@
/*
VideoJS VimCSS Skin (http://videojs.com)
Version 1.1.5
*/
.vim-css ul.vjs-controls {
height: 50px; opacity: 0.9; color: #fff;
padding-left: 85px; /* Width of play button + margin */