123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- /* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css); */
- @import url(http://weloveiconfonts.com/api/?family=iconicfill);
- [class*="iconicfill-"]:before {
- font-family: 'IconicFill', sans-serif;
- }
- /*********************
- * Wrapper
- *********************/
- .js-video {
- position: relative;
- margin: 0 auto;
- border-radius: 8px;
- height: 100%;
- }
- /*********************
- * Elements inside js-video
- *********************/
- .video-index video {
- width: 100%;
- height: 90%;
- background-size: cover;
- background-position: center center;
- }
- .js-video button {
- -moz-appearance: none;
- -webkit-appearance: none;
- }
- /*********************
- * UI
- *********************/
- .playPause.ui-icon {
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0;
- display: flex;
- width: 100%;
- justify-content: center;
- align-items: center;
- height: 90%;
- z-index: 100;
- }
- /*.playPause.ui-icon:after {
- content: '';
- width: 120px;
- height: 120px;
- background: rgba(0, 0, 0, 0.8);
- border-radius: 10px;
- }*/
- /*.playPause.ui-icon:before {
- font-size: 50px;
- color: rgba(255, 255, 255, 0.9);
- z-index: 2;
- position: relative;
- left: 81px;
- }*/
- /*.playPause.ui-icon.fa-pause:before, .playPause.ui-icon.fa-undo:before {
- margin-left: -17px;
- }*/
- .playPause.ui-icon.fa-pause {
- opacity: 0;
- }
- .video-index{ height: 100%;}
- .ui {
- color: #fff;
- padding: 10px 1vw;
- font-size: 0;
- display: -webkit-flex;
- display: flex;
- }
- .ui > div:nth-of-type(2), .ui > div:nth-of-type(4) {
- padding-top: 8px;
- }
- .ui > div:nth-of-type(2) {
- -webkit-flex: 30 30 1px;
- flex: 30 30 1px;
- margin-right: 10px;
- }
- .ui > div:nth-of-type(1) {
- -webkit-flex: 1 0 60px;
- flex: 1 0 60px;
- font-size: 12px;
- margin-right: 10px;
- text-align: center;
- line-height: 20px;
- }
- .ui > div:nth-of-type(3) {
- -webkit-flex: 0 0 20px;
- flex: 0 0 20px;
- margin-right: 10px;
- }
- .ui > div:nth-of-type(4) {
- display: none;
- -webkit-flex: 0 0 60px;
- flex: 0 0 60px;
- }
- .timeDisplay {
- white-space: nowrap;
- }
- .timeDisplay i {
- font-style: normal;
- }
- .fullscreen {
- position: absolute;
- font-style: normal;
- left: 20px;
- bottom: 66px;
- display: none;
- width: 40px;
- height: 40px;
- text-align: center;
- cursor: pointer;
- -moz-transition: color 0.3s;
- -o-transition: color 0.3s;
- -webkit-transition: color 0.3s;
- transition: color 0.3s;
- }
- .fullscreen:before {
- font-size: 30px;
- line-height: 40px;
- color: rgba(0, 0, 0, 0.6);
- }
- .fullscreen:hover:before {
- color: rgba(0,0,0, 0.8);
- }
- .ui-icon {
- font-size: 20px;
- vertical-align: middle;
- width: 20px;
- cursor: pointer;
- }
- /*********************
- * Progress
- *********************/
- .progress, .volumeControl {
- background: rgb(255, 255, 255);
- width: 100%;
- position: relative;
- height: 5px;
- cursor: pointer;
- overflow: hidden;
- border-radius: 2px;
- border: 0;
- }
- .progress > * {
- position: absolute;
- top: 0;
- left: 0;
- height: 100%;
- }
- .progress-time {
- background-color: #19bbed;
- }
- .anim {
- -moz-transition: width 1000ms linear;
- -o-transition: width 1000ms linear;
- -webkit-transition: width 1000ms linear;
- transition: width 1000ms linear;
- }
- .progress-buffer {
- background-color:#cccccc;
- -moz-transition: width 250ms linear;
- -o-transition: width 250ms linear;
- -webkit-transition: width 250ms linear;
- transition: width 250ms linear;
- }
- .volumeControl {
- width: 90%;
- overflow: visible;
- position: relative;
- background: rgba(0, 0, 0, 0.3);
- }
- .volumeControl .ui-slider-handle {
- position: absolute;
- width: 9px;
- height: 9px;
- border: 0;
- top: -2px;
- background: transparent;
- }
- .volumeControl .ui-slider-handle:after {
- content: '';
- position: absolute;
- width: 100%;
- height: 100%;
- left: -50%;
- background: black;
- border-radius: 4px;
- }
- .volumeControl .ui-slider-handle:focus {
- outline: none;
- }
- .ui-icon-before{display: flex;justify-content: center;align-items: center;width: 120px;height: 120px;background:rgba(0, 0, 0, 0.8);border-radius:50%;}
- .ui-icon-before:before{
- content:"\f04b";
- font-size: 50px;
- color: rgba(255, 255, 255, 0.8);
- z-index: 2;
- font-size: 60px;
- position: relative;
- left: 5px;
- }
- .fa-play:before{ content:""; }
- @media screen and (max-width: 600px){
- .ui-icon-before{width: 60px;height: 60px;}
- .ui-icon-before:before{
- font-size: 35px;
- left: 3px;
- }
- .ui{padding: 2px 1vw;}
- }
|