x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>


.main-container {
    min-height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
div#toggle {
    display: none;
}

</style>


HTML
<style>
#link-container a.translation-link {
	display: none !important;
}
form[name='loginform'] {
    background: white;
    border-radius: 0px;
    color: var(--primary-font-color);
}
form[name='loginform'] label {
	color: var(--primary-font-color) !important;
}
input#os_password, input#os_username {
	color: var(--primary-font-color);
    background: white;
    outline: none;
    border: 1px solid var(--accent-color);
}
input#loginButton {
	background: var(--primary-color);
}
</style>