Skip to content

Instantly share code, notes, and snippets.

@sawyerh
Created July 2, 2012 20:52
Show Gist options
  • Save sawyerh/3035638 to your computer and use it in GitHub Desktop.
Save sawyerh/3035638 to your computer and use it in GitHub Desktop.
Template for BrowserID emails
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
#outlook a{
padding:0;
}
body{
background: url("https://static.dev.anosrep.org/v/fb16875e7d/common/i/grain.png") #76868f;
background: url("https://static.dev.anosrep.org/v/4d0ad62cd5/pages/i/marketplace-header.png") top repeat-x, url("https://static.dev.anosrep.org/v/fb16875e7d/common/i/grain.png") #76868f;
margin:0;
padding:0;
width:100% !important;
-webkit-text-size-adjust:none;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
color: #424f5a;
}
img{
border:0;
height:auto;
line-height:100%;
outline:none;
text-decoration:none;
}
a{
color: #3b9bda;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
p{
margin: 0 0 15px;
line-height: 1.5;
}
h2{
font-size: 18px;
margin: 20px 0 15px;
}
p:last-child{
margin-bottom: 0;
}
table td{
border-collapse:collapse;
}
#content{
border-radius: 3px;
padding: 30px;
}
</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: none;margin: 0;padding: 0;background-color: #76868f;width: 100% !important;">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="margin: 0;padding: 0;height: 100% !important;width: 100% !important;">
<td align="left" valign="top" style="border-collapse: collapse;">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr class="spacer">
<td height="30px"></td>
</tr>
<tr>
<td align="left" valign="top" style="border-collapse: collapse;">
<img src="https://static.dev.anosrep.org/v/f3427f7dd5/pages/i/persona-logo-wordmark.png" alt="Mozilla Persona" />
</td>
</tr>
<tr class="spacer">
<td height="30px"></td>
</tr>
</table><!-- #header -->
<table id="content" border="0" cellpadding="0" cellspacing="0" width="600" style="background-color: #fff;">
<tr>
<td align="left" valign="top" class="email-content" style="border-collapse: collapse;">
<p>Thank you for using Persona.</p>
<p><a href="#" style="color: #3b9bda; font-weight: bold;">Confirm this email address and automatically sign in to {{RP site name, not URL}}.</a></p>
<p>Note: If you are NOT trying to sign into <strong>{{RP site name, not URL}}</strong>, please ignore this email.</p>
<p>Thank you,<br />
The Persona team</p>
</td>
</tr>
</table><!-- #content -->
</center>
</td>
</tr>
</table><!-- #container table -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment