d4science-keycloak-themes/src/themes/d4science/login/resources/css/d4science.css

55 lines
816 B
CSS

html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
height: 100vh;
}
header {
color: #444;
background: url("https://www.d4science.org/biznizz-theme/css/../images/custom/content-bg.png") no-repeat;
background-position: top -70px right -180px;
}
header a {
color: #444;
}
header a:hover {
color: #777;
text-decoration: none;
}
header .navbar {
padding: 0 1rem;
line-height: 2.5rem;
}
header .navbar li.active {
padding: 0 1em;
}
#content {
flex: 1 0 auto;
}
#kc-form-options {
padding-bottom: 1em;
}
.alert-error {
border-color: #dd0000;
color: #773333;
}
.login-pf-social-link {
padding: 0.5em 4.5em;
}
a.zocial {
display: block;
font-size: 1.1em;
}
.zocial.google {
background-color: #dd4b39;
}
.footer {
flex-shrink: 0;
}
.footer a {
color: #fff;
}