134 lines
2.7 KiB
CSS
134 lines
2.7 KiB
CSS
html,body{
|
|
|
|
background: #6787B1;
|
|
background: -webkit-linear-gradient(-135deg, #6787B1, #DA7028);
|
|
background: -o-linear-gradient(-135deg, #6787B1, #DA7028);
|
|
background: -moz-linear-gradient(-135deg, #6787B1, #DA7028);
|
|
background: linear-gradient(-135deg, #6787B1, #DA7028);
|
|
}
|
|
.login-container{
|
|
margin-top: 5%;
|
|
margin-bottom: 5%;
|
|
|
|
}
|
|
.login-form-1{
|
|
padding: 5%;
|
|
background: #6787B1;
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
|
|
color: #fff;
|
|
}
|
|
.login-form-1 h3{
|
|
text-align: center;
|
|
color: #333;
|
|
}
|
|
.login-form-2{
|
|
padding: 5%;
|
|
background: #DA7028;
|
|
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
|
|
}
|
|
.login-form-2 h3{
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.login-container form{
|
|
padding: 10%;
|
|
}
|
|
.btnPage2{
|
|
display: inline-block;
|
|
border-radius: 1rem;
|
|
border: none;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
color: #fff;
|
|
background-color: #6787B1;
|
|
margin-top: 50px;
|
|
}
|
|
.btnSubmit
|
|
{
|
|
width: 50%;
|
|
text-align: center;
|
|
border-radius: 1rem;
|
|
padding: 1.5%;
|
|
border: none;
|
|
cursor: pointer;
|
|
font-size: 15px;
|
|
line-height: 1.5;
|
|
}
|
|
.login-form-1 .btnSubmit{
|
|
font-weight: 600;
|
|
color: #fff;
|
|
background-color: #DA7028;
|
|
}
|
|
.login-form-2 .btnSubmit{
|
|
font-weight: 600;
|
|
color: #0062cc;
|
|
background-color: #fff;
|
|
}
|
|
.login-form-2 .ForgetPwd{
|
|
color: #fff;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
.login-form-1 .ForgetPwd{
|
|
color: #0062cc;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
.parent {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.center{
|
|
|
|
}
|
|
.paging-nav {
|
|
text-align: right;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.paging-nav a {
|
|
margin: auto 1px;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
padding: 1px 7px;
|
|
background: #91b9e6;
|
|
color: white;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.paging-nav .selected-page {
|
|
background: #187ed5;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#add-code{
|
|
color: #fff;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: gotham-thin;
|
|
src: url('../fonts/gotham/Gotham-Thin.woff');
|
|
}
|
|
|
|
#challenge{
|
|
font-family: gotham-thin;
|
|
color: #ffffff;
|
|
font-size: 30px;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
}
|
|
#bloc-logo{
|
|
height: 50px;
|
|
}
|
|
|
|
.trash { color:rgb(209, 91, 71); }
|
|
.flag { color:rgb(248, 148, 6); }
|
|
.panel-body { padding:0px; }
|
|
.panel-footer .pagination { margin: 0; }
|
|
.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
|
|
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
|
|
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
|
|
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
|
|
.list-group { margin-bottom:0px; }
|