diff --git a/src/css/video-js.less b/src/css/video-js.less index d3cf525220..b61a49cc90 100644 --- a/src/css/video-js.less +++ b/src/css/video-js.less @@ -4,20 +4,21 @@ Version GENERATED_AT_BUILD Create your own skin at http://designer.videojs.com */ -// To customize the player skin, change the values of the variables or edit the +// To customize the player skin, change the values of the variables or edit the // CSS below. // (This file uses LESS. Learn more at http://lesscss.org/) -// The base font size controls the size of everything, not just text. All +// The base font size controls the size of everything, not just text. All // diminensions use em-based sizes so that the scale along with the font size. // Try increasing it to 20px and see what happens. @base-font-size: 10px; +@touch-device-font-size: 15px; // The main font color controls the color of the text and the icons (font icons) @main-font-color: #CCCCCC; // e.g. rgb(255, 255, 255) or #ffffff -// The default color of control backgrounds is mostly black but with a little -// bit of blue so it can still be seen on all black video frames, which are +// The default color of control backgrounds is mostly black but with a little +// bit of blue so it can still be seen on all black video frames, which are // common. @control-bg-color: #07141E; // e.g. rgb(255, 255, 255) or #ffffff @control-bg-alpha: 0.7; // 1.0 = 100% opacity, 0.0 = 0% opacity @@ -32,12 +33,12 @@ Create your own skin at http://designer.videojs.com @slider-background-color: #333333; @slider-background-alpha: 0.9; // 1.0 = 100% opacity, 0.0 = 0% opacity -// The "Big Play Button" is the play button that shows before the video plays. -// To center it set the align values to center and middle. The typical location +// The "Big Play Button" is the play button that shows before the video plays. +// To center it set the align values to center and middle. The typical location // of the button is the center, but there is trend towards moving it to a corner // where it gets out of the way of valuable content in the poster image. @big-play-align: left; // left, center, or right -@big-play-vertical-align: top; // top, middle, or bottom +@big-play-vertical-align: top; // top, middle, or bottom // The button colors match the control colors by default but you can customize // them by replace the variables (@control-bg-color) with your own color values. @big-play-bg-color: @control-bg-color; @@ -58,9 +59,9 @@ Create your own skin at http://designer.videojs.com /* SKIN ================================================================================ -The main class name for all skin-specific styles. To make your own skin, -replace all occurances of 'vjs-default-skin' with a new name. Then add your new -skin name to your video tag instead of the default skin. +The main class name for all skin-specific styles. To make your own skin, +replace all occurances of 'vjs-default-skin' with a new name. Then add your new +skin name to your video tag instead of the default skin. e.g.