-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgabarit.html
100 lines (90 loc) · 4.52 KB
/
gabarit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Email</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style type="text/css">
#monkeyRewards img{max-width:160px;}
#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */
.ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
body{width:100% !important; -webkit-text-size-adjust:none; -ms-text-size-adjust:100%; margin:0; padding:0;} /* Prevent WebKit and Windows mobile changing default text sizes */
body, #bodyTable{background-color:#DEE0E2;}
body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
img {outline:none; height:auto; line-height:100%; outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;}
a img {border:none;}
p {margin: 1em 0;}
table {border-collapse:collapse !important; mso-table-lspace:0pt; mso-table-rspace:0pt;}
table td {border-collapse: collapse;}
@media only screen and (max-width: 480px) {
td[class="dblock"],
a[class="dblock"],
table[class="dblock"] {
display: block;
width: 295px!important;
}
td[class="dbinter"],
a[class="dbinter"],
table[class="dbinter"] {
display: block;
width: 265px!important;
}
td[class="dnone"] {
display: none;
}
img {
max-width:100%;
height: auto;
}
a[href^="tel"], a[href^="sms"] {
color: black;
text-decoration: none; pointer-events: none; cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
color: blue !important;
text-decoration: default; pointer-events: auto; cursor: default;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
a[href^="tel"], a[href^="sms"] {
color: black;
text-decoration: none; pointer-events: none; cursor: default;
}
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
color: blue !important;
text-decoration: default; pointer-events: auto; cursor: default;
}
}
</style>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<center>
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
<tr>
<td align="center" valign="top" id="bodyCell">
<!-- BEGIN TEMPLATE // -->
<table id="templateContainer" border="0" cellpadding="0" cellspacing="0" bgcolor="white">
<tr>
<td class="dblock" align="center" valign="top">
<div style="font-size: 12px; line-height: 1;"> </div>
<div style="font-size: 12px; font-family: Arial, sans-serif; color: #010101;">
Si ce message ne s’affiche pas correctement, vous pouvez le visualiser grâce à <a href="#">ce lien</a>
</div>
<div style="font-size: 12px; line-height: 1;"> </div>
</td>
</tr>
<tr>
<td class="dblock">
<img src="img/gab1.png" alt="" style="border: none;" />
</td>
</tr>
</table>
<!-- END TEMPLATE // -->
</td>
</tr>
</table>
</center>
</body>
</html>