Sha256: 51a27af831a9d69edab77e613fe3de9b841166ee1216a477054d78b22dca7284

Contents?: true

Size: 1.81 KB

Versions: 71

Compression:

Stored size: 1.81 KB

Contents

/*
    Page: locked screen
*/

/* ADD THIS CLASS TO THE <HTML> TAG */
.lockscreen {
    background: url(../img/blur-background09.jpg) repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Remove the background from the body element */
.lockscreen > body {
    background: transparent;
}

/* We will put the dynamically generated digital clock here */
.lockscreen .headline {
    color: #fff;
    text-shadow: 1px 3px 5px rgba(0,0,0,0.5);
    font-weight: 300;
    -webkit-font-smoothing: antialiased !important;
    opacity: 0.8;
    margin: 10px 0 30px 0;
    font-size: 90px;    
}

@media screen and (max-width: @screen-xs) {
    .lockscreen .headline {
        font-size: 60px;
        margin-bottom: 40px;
    }
}

/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
    padding: 0;
    background: #fff;
    position: relative;
    .border-radius(4px);
    .clearfix();    
    margin: 10px auto;
    width: 290px;
}

/* User image */
.lockscreen-item > .lockscreen-image {
    position: absolute;
    left: -10px;
    top: -30px;
    background: #fff;
    padding: 10px;
    .border-radius(50%);
    z-index: 10;
    > img {
        width: 70px;
        height: 70px;
        .border-radius(50%);
    }
}

/* Contains the password input and the login button */
.lockscreen-item > .lockscreen-credentials {
    margin-left: 80px;
    input {
        border: 0 !important;
    }
    .btn {
        background-color: #fff;
        border: 0;
    }
}
/* Extra to give the user an option to navigate the website [optional]*/
.lockscreen-link {    
    margin-top: 30px;
    text-align: center;
}

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
roda-component-0.1.73 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.72 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.71 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.70 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.69 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.68 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.67 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.66 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.65 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.64 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.63 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.62 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.61 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.60 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.59 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.58 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.57 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.56 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.55 test/dummy/public/AdminLTE-master/less/lockscreen.less
roda-component-0.1.54 test/dummy/public/AdminLTE-master/less/lockscreen.less