![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/trx_addons/components/widgets/video/ |
/* Video player's styles */ .trx_addons_video_player.with_cover { position: relative; overflow: hidden; } .trx_addons_video_player.with_cover .video_embed { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; text-align: center; opacity: 0; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .trx_addons_video_player.with_cover img { position: relative; z-index: 2; width: 100%; height: auto; } .trx_addons_video_player.with_cover .video_mask { position: absolute; z-index: 3; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; } .trx_addons_video_player.with_cover:hover .video_mask { opacity: 1; } .trx_addons_video_player.with_cover .video_hover { position: absolute; z-index: 4; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 2em; height: 2em; line-height: 2em; text-align: center; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; font-size: 3em; cursor: pointer; overflow: hidden; margin-top: 2em; background-color: rgba(0, 0, 0, 0.5); color: #fff; opacity: 0; } .sidebar_inner .trx_addons_video_player.with_cover .video_hover, .footer_wrap .trx_addons_video_player.with_cover .video_hover { margin-top: 0; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .trx_addons_video_player.with_cover .video_hover:before { content: "\e888"; font-family: "trx_addons_icons"; margin: 0; } .trx_addons_video_player.with_cover .video_hover:hover { background-color: rgba(0, 0, 0, 0.5); } .trx_addons_video_player.with_cover:hover .video_hover { opacity: 1; margin-top: 0; } /* 'Play' state */ .trx_addons_video_player.video_play .video_mask { opacity: 1; background-color: #000; } .trx_addons_video_player.video_play .video_embed { opacity: 1; z-index: 10; } .trx_addons_video_player.video_play .video_hover { display: none; } /*# sourceMappingURL=video.css.map */