51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
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 subscribed on ADEjs with the email <a href="mailto:#{user.email}">#{user.email}</a>.
|
||
|
p.
|
||
|
To finalize your subscription, please <a href="#{activationUrl}">click here to activate your account</a>.
|
||
|
|
||
|
.footer.
|
||
|
If you did not subscribe on PyADE with this email address, please ignore this e-mail.
|