This repository has been archived on 2025-07-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ia-short/static/styles.css

46 lines
No EOL
621 B
CSS

div.form {
margin-top: 5%;
text-align: center;
}
input {
margin: auto;
}
div.success {
display: inline-block;
font-family: Open Sans;
border-radius: 2vh;
padding: 2vh;
color: #62ad2c;
background-color: #E9FFD9;
border: 1px solid #62ad2c;
}
div.error {
display: inline-block;
font-family: Open Sans;
border-radius: 2vh;
padding: 2vh;
color: #a86464;
background-color: #FCE9E9;
border: 1px solid #a86464;
}
body {
text-align: center
}
div.success > a:link {
color: #62ad2c;
}
div.success > a:visited {
color: #507c52;
}
h2 {
font-weight: normal;
font-family: Open Sans;
}