Proyectos de Subversion Moodle

Rev

Rev 962 | Rev 1014 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 962 Rev 1008
Línea 266... Línea 266...
266
    #page-mod-quiz-attempt .que .qtext {
266
    #page-mod-quiz-attempt .que .qtext {
267
        color: #fff;
267
        color: #fff;
268
        font-size: small;
268
        font-size: small;
269
        text-align: center;
269
        text-align: center;
270
    }
270
    }
271
    button#loginbtn {
-
 
272
        color: #fff;
-
 
273
        background: #16283c;
-
 
274
        border: none;
-
 
275
    }
-
 
276
 
-
 
277
    .rui-login-box .rui-login-content {
-
 
278
        width: 95% !important;
-
 
279
        margin: 0 auto !important;
-
 
280
        position: relative;
-
 
281
        z-index: 100;
-
 
282
        border-radius: 10px;
-
 
283
        padding: 30% 0 10% 0;
-
 
284
        max-width: 500px;
-
 
285
        height: 100%;
-
 
286
        background: #FFFFFF80;
-
 
287
    }
-
 
288
 
-
 
289
    img.img-fluid.login-imagen {
-
 
290
        position: fixed;
-
 
291
        top: 0;
-
 
292
        left: 0;
-
 
293
        width: 100vw;
-
 
294
        height: 30vh !important;
-
 
295
        object-fit: cover;
-
 
296
        object-position: bottom;
-
 
297
        margin-top: 152.5%;
-
 
298
        margin-right: 20px;
-
 
299
    }
-
 
300
    .rui-login-box {
-
 
301
        margin: auto;
-
 
302
        height: 80vh;
-
 
303
        margin-bottom: 50%;
-
 
304
    }
-
 
305
    .row.w-100.login-box {
-
 
306
        margin: 0px 0px 50px;
-
 
307
        height: 80vh;
-
 
308
    }
-
 
309
 
-
 
310
}
271
}
Línea 311... Línea 272...
311
  
272