51 lines
996 B
Plaintext
51 lines
996 B
Plaintext
style.
|
|
.body {
|
|
width: 570px;
|
|
padding: 0px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
border: solid;
|
|
border-width: thin;
|
|
border-top-left-radius: 10px;
|
|
border-top-right-radius: 10px;
|
|
}
|
|
|
|
.header {
|
|
padding: 10px;
|
|
border-bottom: solid;
|
|
border-bottom-width: thin;
|
|
}
|
|
|
|
.footer {
|
|
font-size: 75%;
|
|
padding: 10px;
|
|
border-top: solid;
|
|
border-top-width: thin;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
padding: 10px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.username {
|
|
font-style: italic;
|
|
}
|
|
|
|
.body
|
|
.header
|
|
h1 Welcome on ADEjs!
|
|
p.
|
|
Hello #{user.username}!
|
|
p.
|
|
You recently told us that you lost your password.
|
|
p.
|
|
To set a new password, please visit <a href="#{resetUrl}">visit this link</a>.
|
|
|
|
.footer.
|
|
If you did not subscribe on PyADE with this email address, please ignore this e-mail.
|