Lines Matching refs:play
29 .video-js-box.vjs-fullscreen .vjs-big-play-button { z-index: 1004; }
79 .vjs-controls > div.vjs-play-control { left: 5px; width: 25px; }
97 .vjs-play-control { cursor: pointer !important; }
99 .vjs-play-control span { display: block; font-size: 0; line-height: 0; }
100 .vjs-paused .vjs-play-control span {
102 /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
103 border-left: 10px solid #fff; /* Width & Color of play icon */
104 /* Height of play icon is total top & bottom border widths. Color is transparent. */
107 .vjs-playing .vjs-play-control span {
115 .vjs-progress-holder { /* Box containing play and load progresses */
125 .vjs-play-progress {
195 div.vjs-big-play-button {
209 div.vjs-big-play-button:hover {
213 div.vjs-big-play-button span {
216 /* Drawing the play triangle with borders - http://www.infimum.dk/HTML/slantinfo.html */
217 border-left: 40px solid #fff; /* Width & Color of play icon */
218 /* Height of play icon is total top & bottom border widths. Color is transparent. */