Skip to content

Commit

Permalink
change email theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Asitara committed Feb 23, 2016
1 parent 34572c7 commit 8b37919
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions email.tpl
Expand Up @@ -4,23 +4,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{SUBJECT}</title>
</head>
<body style="background: linear-gradient(to bottom, #2e78b0 0%, #193759 100%);font-size: 13px;font-family: Tahoma, Arial, Verdana, sans-serif;color: #000;padding: 0;margin: 0;height: 100%">
<div id="outerWrapper" style="background: url(cid:backgroundhead_png) no-repeat scroll center 20px transparent;background-image: url(cid:backgroundhead_svg) no-repeat scroll center 20px transparent;background-size: 100%">
<body style="background-color: #00A60F; font-size: 13px; font-family: Tahoma, Arial, Verdana, sans-serif; color: #f7fae5; padding: 0; margin: 0; height: 100%">
<div id="outerWrapper">
<div id="header" style="font-family: &quot;Trebuchet MS&quot;, Arial, sans-serif;vertical-align: middle;width: 80%;height: 120px;margin: 0 auto">
<img src="cid:headerlogo" id="logo" style="max-height: 100px;margin-left: 15px;float: left" /></div>
<div id="main" style="width: 80%;overflow: auto;margin: 0 auto;background-color: #F5F5F5;border: 1px solid #383838;border-radius: 4px 4px 4px 4px;box-shadow: 2px 2px 3px 0 #000;padding: 10px">
<div id="content" style="background-color: #FFF;padding: 20px;border: 1px solid #AEAEAE">
<h1 style="font-family: &quot;Trebuchet MS&quot;, Arial, sans-serif;font-weight: bold;padding-bottom: 5px;border-bottom: 1px solid #CCC;margin: 5px 0 10px 0;font-size: 20px">{SUBJECT}</h1>
<div id="main" style="width: 80%;overflow: auto;margin: 0 auto;box-shadow: 0px 0px 50px 25px #000;background-color: #000;padding: 10px">
<div id="content" style="padding: 20px">
<h1 style="color: #E8E361;font-family: &quot;Trebuchet MS&quot;, Arial, sans-serif;font-weight: bold;padding-bottom: 5px;border-bottom: 1px solid #666;margin: 5px 0 10px 0;font-size: 20px">{SUBJECT}</h1>
{CONTENT}
</div>

<div id="signature" style="margin-top: 1em">
<div id="signature" style="color: #AAA;margin-top: 1em">
{SIGNATURE}
</div>
</div>
</div>
<div id="footer" style="margin-top: 1em;font-size: 12px;text-align: center;padding: 10px;color: #fff">
<a href="{PLUSLINK}" style="color: #fff;text-decoration: none">EQDKP Plus {PLUSVERSION}</a>
<a href="{PLUSLINK}" style="color: #999;text-decoration: none">EQDKP Plus {PLUSVERSION}</a>
</div>
</body>
</html>

0 comments on commit 8b37919

Please sign in to comment.