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>
div#login-message {
	margin-bottom: 10px;
}
#link-container a.translation-link, #login-message a.translation-link {
	display: none !important;
}
form[name='signupform'] {
    background: white;
    border-radius: 0px;
    color: var(--primary-font-color);
}
form[name='signupform'] label {
	color: var(--primary-font-color) !important;
}
form[name='signupform'] input, input#os_password, input#os_username {
	color: var(--primary-font-color);
    background: white;
    outline: none;
    border: 1px solid var(--accent-color);
    padding: 0px 10px;
    width: calc(100% - 20px);
}
input#loginButton, input#signupButton {
	background: var(--primary-color) !important;
}
</style>

...