-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmail-autorizacion colaborador.html
202 lines (192 loc) · 7.22 KB
/
mail-autorizacion colaborador.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!doctype html>
<!--Quite a few clients strip your Doctype out, and some even apply their own. Many clients do honor your doctype and it can make things much easier if you can validate constantly against a Doctype.-->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SYLARD'S SYSTEM EMAIL</title>
<!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients -->
<!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered -->
<style type="text/css">
body {
margin: 0;
}
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: sans-serif;
font-style: normal;
font-weight: 400;
}
button {
width: 90%;
}
@media screen and (max-width:600px) {
/*styling for objects with screen size less than 600px; */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: sans-serif;
}
table {
/* All tables are 100% width */
width: 100%;
}
.footer {
/* Footer has 2 columns each of 48% width */
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
table.responsiveImage {
/* Container for images in catalog */
height: auto !important;
max-width: 30% !important;
width: 30% !important;
}
table.responsiveContent {
/* Content that accompanies the content in the catalog */
height: auto !important;
max-width: 66% !important;
width: 66% !important;
}
.top {
/* Each Columnar table in the header */
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
.catalog {
margin-left: 0%!important;
}
}
@media screen and (max-width:480px) {
/*styling for objects with screen size less than 480px; */
body, table, td, p, a, li, blockquote {
-webkit-text-size-adjust: none!important;
font-family: sans-serif;
}
table {
/* All tables are 100% width */
width: 100% !important;
border-style: none !important;
}
.footer {
/* Each footer column in this case should occupy 96% width and 4% is allowed for email client padding*/
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.table.responsiveImage {
/* Container for each image now specifying full width */
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.table.responsiveContent {
/* Content in catalog occupying full width of cell */
height: auto !important;
max-width: 96% !important;
width: 96% !important;
}
.top {
/* Header columns occupying full width */
height: auto !important;
max-width: 100% !important;
width: 100% !important;
}
.catalog {
margin-left: 0%!important;
}
button {
width: 90%!important;
}
}
</style>
</head>
<body yahoo="yahoo">
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><table width="600" align="center" cellpadding="0" cellspacing="0">
<!-- Main Wrapper Table with initial width set to 60opx -->
<tbody>
<tr>
<td><table bgcolor="#135C6E" class="top" width="100%" align="left" cellpadding="0" cellspacing="0" style="padding:10px 10px 10px 10px;">
<!-- First header column with Logo -->
<tbody>
<tr>
<td style="font-size: 36px; color:#FFFFFF; text-align:center; font-family: serif;">SYLARD</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<!-- HTML Spacer row -->
<td style="font-size: 0; line-height: 0;" height="20"><table width="100%" align="left" cellpadding="0" cellspacing="0">
<tr bgcolor="#ffffff">
<td style="font-size: 0; line-height: 0;" height="20"> </td>
</tr>
</table></td>
</tr>
<tr bgcolor="#fff">
<!-- HTML Spacer row -->
<td style="font-size: 0; line-height: 0;" height="20"><table width="96%" align="left" cellpadding="0" cellspacing="0">
<tr>
<td style="font-size: 0; line-height: 0;" height="20"> </td>
</tr>
</table></td>
</tr>
<tr bgcolor="#ffffff">
<!-- Introduction area -->
<td><table width="96%" align="left" cellpadding="0" cellspacing="0">
<tr>
<!-- row container for TITLE/EMAIL THEME -->
<td align="left" style="font-size: 30px; font-weight: 600; line-height: 2rem; color: #666666; font-family: sans-serif; padding:10px 20px 0px 20px;">Promoción a contribuyente</td>
</tr>
<tr>
<!-- row container for Tagline -->
<td align="left" style="font-size: 30px; font-weight:500; color: #15C1D1; font-family: sans-serif; padding:10px 20px 0px 20px;">¡Hola Superusuario! </td>
</tr>
<tr>
<td style="font-size: 0; line-height: 0;" height="20"><table width="96%" align="left" cellpadding="0" cellspacing="0">
<tr>
<!-- HTML Spacer row -->
<td style="font-size: 0; line-height: 0;" height="20"> </td>
</tr>
</table></td>
</tr>
<tr>
<!-- Row container for Intro/ Description -->
<td align="left" style="font-size: 22px; font-style: normal; font-weight: 100; color: #666666; line-height: 1.8; text-align:left; padding:10px 20px 0px 20px; font-family: sans-serif;"><strong>"Usuario" ([email protected])</strong> solicitó ser promovido a contribuyente. Para autorizar es necesario hacer lo siguiente:
<ol>
<li><a href="#" style="color:#15C1D1">Entrar</a> a SYLARD como <strong style="color:">Superusuario.</strong> </li>
<li>Regresar y dar click al siguiente <a href="#" style="color:#15C1D1">enlace.</a></li>
</ol>
En caso de negativa, <a href="#" style="color:#15C1D1">notificar al usuario por correo.</a>
</td>
</tr>
<tr>
<td align="right" style="padding: 30px 0 0 0;" ><img src="images/planta_colaborador.svg" alt="" height="150px" width="" class="responsiveImage" style="align: center; padding: 0px auto;"></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#135C6E">
<!-- HTML spacer row -->
</tr>
<tr bgcolor="#135C6E">
<td>
<table class="footer" width="100%" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="font-size: 14px; font-weight:300; line-height: 2.5em; color: #FFFFFF; font-family: sans-serif; padding:10px 20px 0px 20px">© Derechos reservados SYLARD <img src="images/favicon_sylard3.svg" alt="Sylard logo">
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</body>
</html>