Skip to content
Snippets Groups Projects
Commit 7f5f3703 authored by youngsuKim-CSUSB's avatar youngsuKim-CSUSB
Browse files

test login.html

parent 2d118bcd
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,73 @@
</div>
{% endblock %}
{% block stylesheet %}
{{ super() }}
<style>
.branding img {
display: block;
width: 350px;
/* top right bottom left */
margin: 0 auto 0 auto;
}
#login-main .auth-form-body {
border-color: rgb(0, 124, 186);
color: white;
}
#login-main {
margin-top: 1%;
height: 100%;
}
footer {
border-top: 1px solid silver;
padding: 10px;
bottom: 0;
position: fixed;
width: 100%;
}
footer p{
margin: 0 auto 0 auto;
text-align: center;
}
#login-main form {
vertical-align: top;
}
#login-main .auth-form-header {
color: white;
background: rgb(219, 170, 0);
border: 1px solid;
border-color: rgb(0, 124, 186);
}
#insecure-login-warning {
color: black;
}
.btn-jupyter.active, .btn-jupyter:active, .open>.dropdown-toggle.btn-jupyter {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #a88400;
border-color: #a88400;
outline-color: #a88400;
}
#login-main .form-control:focus, #login-main input[type=submit]:focus {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(219, 170, 0);
border-color: rgb(219, 170, 0);
outline-color: rgb(219, 170, 0);
}
.btn-jupyter {
color: #fff;
background-color: rgb(219, 170, 0);
border-color: rgb(219, 170, 0);
}
</style>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment