@charset "UTF-8"; /*! * Kendo UI Admin v1.0.0 by IKKI & Amikoko - https://ikki2000.github.io/ * Copyright 2018-2019 IKKI Studio * Released under the MIT License - https://ikki2000.gitee.io/kendoui-admin-site/LICENSE */ /* CSS for All Admin Pages | Written by Amikoko | 2018-02-03 */ #locking { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; top: 50%; left: 50%; right: 50%; bottom: 50%; z-index: 10000; width: 0; height: 0; text-align: center; color: #fff; background:url(../img/lockScreen_background.jpg) no-repeat center; background-size: 100% 100%; transition: all .2s linear; } #locking figure { position: relative; margin-bottom: 0; } #locking figure:hover:after { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; border-radius: 50%; width: 100%; height: 100%; font-family:"Font Awesome"; font-size: 48px; background: rgba(0, 0, 0, 0.5); content:"\f13e"; cursor: pointer; } #locking img { border-radius: 50%; width: 0; height: 0; background: #fff; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.6); opacity: 0; transition: all .6s linear; } #locking h3 { margin: 20px 0 30px 0; font-size: 0; opacity: 0; transition: all .6s linear; } #locking.lock-ani { top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; } #locking.lock-ani img { width: 128px; height: 128px; opacity: 1; } #locking.lock-ani h3 { font-size: 30px; opacity: 1; } #locking .input-group { width: 300px; opacity: 0; transition: opacity .6s; } #locking .input-group.lock-input-ani { opacity: 1; } #locking .form-control { font-size: 14px; } #locking .form-control:focus { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); } #locking .input-group-append { cursor: pointer; } #locking i { font-size: 16px; } /*.lock-ani {*/ /* top: 0;*/ /* left: 0;*/ /* right: 0;*/ /* bottom: 0;*/ /* width: 100%;*/ /* height: 100%;*/ /* img {*/ /* width: 128px;*/ /* height: 128px;*/ /* opacity: 1;*/ /* }*/ /* h3 {*/ /* font-size: 30px;*/ /* opacity: 1;*/ /* }*/ /*}*/