2010-11-10 00:34:59 +02:00
|
|
|
/*
|
|
|
|
VideoJS HuCSS Skin (http://videojs.com)
|
2010-11-22 19:56:54 +02:00
|
|
|
Version 2.0.0
|
2010-11-10 00:34:59 +02:00
|
|
|
*/
|
|
|
|
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls {
|
|
|
|
height: 47px; opacity: 0.95; color: #fff;
|
2010-06-27 07:48:05 +03:00
|
|
|
background: #3A3835;
|
|
|
|
}
|
2010-11-12 04:35:19 +02:00
|
|
|
.hu-css.video-js-box.vjs-controls-below .vjs-controls { background: #3A3835; }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls > div {
|
2010-11-12 04:35:19 +02:00
|
|
|
top: 0;
|
2010-06-27 07:48:05 +03:00
|
|
|
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 */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls > div.vjs-play-control,
|
|
|
|
.hu-css .vjs-controls > div.vjs-volume-control,
|
|
|
|
.hu-css .vjs-controls > div.vjs-fullscreen-control {
|
2010-06-27 07:48:05 +03:00
|
|
|
bottom: 20px; height: 27px;
|
|
|
|
}
|
|
|
|
/* Bottom Level Items */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls > div.vjs-progress-control, .hu-css .vjs-controls > div.vjs-time-control {
|
2010-06-27 07:48:05 +03:00
|
|
|
margin-top: 28px; height: 19px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Placement of Control Items */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls > div.vjs-play-control { width: 33px; left: 0px; }
|
2010-11-12 04:35:19 +02:00
|
|
|
.hu-css .vjs-controls > div.vjs-progress-control { width: left: 84px; right: 0; }
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-controls > div.vjs-time-control { width: 84px; left: 0px; }
|
|
|
|
.hu-css .vjs-controls > div.vjs-volume-control { width: 43px; right: 44px; }
|
|
|
|
.hu-css .vjs-controls > div.vjs-fullscreen-control { width: 43px; right: 0px; }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
|
|
|
/* Play/Pause
|
|
|
|
-------------------------------------------------------------------------------- */
|
2010-11-10 10:05:28 +02:00
|
|
|
.hu-css.vjs-paused .vjs-play-control span { margin: 9px 0 0 12px; }
|
|
|
|
.hu-css.vjs-playing .vjs-play-control span { margin: 9px 0 0 12px; }
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-play-control:hover { background-color: #000; }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
|
|
|
/* Progress
|
|
|
|
-------------------------------------------------------------------------------- */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-progress-holder { /* Box containing play and load progresses */
|
2010-06-27 07:48:05 +03:00
|
|
|
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;
|
|
|
|
}
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-progress-holder div { height: 13px; margin-top: 3px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
|
|
|
|
.hu-css .vjs-play-progress {
|
2010-06-27 07:48:05 +03:00
|
|
|
/* Default */ background: #777;
|
|
|
|
/* Webkit */ background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
|
|
|
|
/* Firefox */ background: -moz-linear-gradient(top, #999, #777);
|
|
|
|
}
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-load-progress { background: #555; }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
|
|
|
/* Time Display
|
|
|
|
-------------------------------------------------------------------------------- */
|
2010-11-10 08:41:09 +02:00
|
|
|
.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 */ }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
|
|
|
/* Volume
|
|
|
|
-------------------------------------------------------------------------------- */
|
2010-11-10 08:41:09 +02:00
|
|
|
/*.hu-css .vjs-volume-control:hover { background-color: #000; }*/
|
|
|
|
.hu-css .vjs-volume-control div { margin: 0 5px 0 5px; padding: 9px 0 0 0; }
|
|
|
|
.hu-css .vjs-volume-control div span { /* Individual volume bars */
|
2010-06-27 07:48:05 +03:00
|
|
|
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 */
|
|
|
|
}
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-volume-control div span.vjs-volume-level-on { border-color: #fff; /* Volume on bar color */ }
|
2010-06-27 07:48:05 +03:00
|
|
|
/* Creating differnt bar heights through height (transparent) and bottom border (visible). */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-volume-control div span:nth-child(1) { border-bottom-width: 2px; height: 10px; }
|
|
|
|
.hu-css .vjs-volume-control div span:nth-child(2) { border-bottom-width: 4px; height: 8px; }
|
|
|
|
.hu-css .vjs-volume-control div span:nth-child(3) { border-bottom-width: 6px; height: 6px; }
|
|
|
|
.hu-css .vjs-volume-control div span:nth-child(4) { border-bottom-width: 8px; height: 4px; }
|
|
|
|
.hu-css .vjs-volume-control div span:nth-child(5) { border-bottom-width: 10px; height: 2px; }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
|
|
|
/* Fullscreen
|
|
|
|
-------------------------------------------------------------------------------- */
|
|
|
|
.hu-css .vjs-fullscreen-control:hover { background-color: #000; }
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css .vjs-fullscreen-control div { margin: 8px 0 0 0px; padding-left: 13px; height: 13px; border-left: 1px solid #555; }
|
|
|
|
.hu-css .vjs-fullscreen-control div span: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 div span:nth-child(2) { border-top: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
|
|
|
|
.hu-css .vjs-fullscreen-control div span: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 div span:nth-child(4) { border-bottom: 4px solid #fff; border-left: 4px solid rgba(0,0,0,0); }
|
2010-06-27 07:48:05 +03:00
|
|
|
/* Icon when video is in fullscreen mode */
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css.vjs-fullscreen .vjs-fullscreen-control div span: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 div span: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 div span: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 div span:nth-child(4) { border: none; border-top: 4px solid #fff; border-right: 4px solid rgba(0,0,0,0); }
|
2010-06-27 07:48:05 +03:00
|
|
|
|
2010-10-20 08:36:27 +03:00
|
|
|
/* Big Play Button (at start)
|
|
|
|
---------------------------------------------------------*/
|
2010-11-10 08:41:09 +02:00
|
|
|
.hu-css div.vjs-big-play-button {
|
2010-10-20 08:36:27 +03:00
|
|
|
width: 76px; height: 70px; margin: -35px 0 0 -38px;
|
|
|
|
border: 1px solid #ccc; opacity: 0.8;
|
|
|
|
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
|
2010-06-27 07:48:05 +03:00
|
|
|
|
2010-10-20 08:36:27 +03:00
|
|
|
background: rgba(50,50,50,0.8);
|
2010-06-27 07:48:05 +03:00
|
|
|
|
2010-10-20 08:36:27 +03:00
|
|
|
/* CSS Shadows */
|
|
|
|
box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
|
|
|
|
}
|
|
|
|
.hu-css div.vjs-big-play-button:hover {
|
|
|
|
box-shadow: 0px 0px 80px #fff; -webkit-box-shadow: 0px 0px 80px #fff; -moz-box-shadow: 0px 0px 80px #fff;
|
|
|
|
}
|
|
|
|
.hu-css div.vjs-big-play-button span {
|
|
|
|
margin: 16px 0 0 21px;
|
|
|
|
/* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
|
|
|
|
border-left: 40px solid #fff; /* Width & Color of play icon */
|
|
|
|
/* Height of play icon is total top & bottom border widths. Color is transparent. */
|
|
|
|
border-top: 20px solid rgba(0,0,0,0); border-bottom: 20px solid rgba(0,0,0,0);
|
|
|
|
}
|