|
8 | 8 | padding: 0; |
9 | 9 | } |
10 | 10 |
|
11 | | - /* Force Outlook to provide a "view in browser" message */ |
| 11 | + |
12 | 12 | .ReadMsgBody { |
13 | 13 | width: 100%; |
14 | 14 | } |
|
17 | 17 | width: 100%; |
18 | 18 | } |
19 | 19 |
|
20 | | - /* Force Hotmail to display emails at full width */ |
| 20 | + |
21 | 21 | .ExternalClass, |
22 | 22 | .ExternalClass p, |
23 | 23 | .ExternalClass span, |
|
27 | 27 | line-height: 100%; |
28 | 28 | } |
29 | 29 |
|
30 | | - /* Force Hotmail to display normal line spacing */ |
| 30 | + |
31 | 31 | body, |
32 | 32 | table, |
33 | 33 | td, |
|
39 | 39 | -ms-text-size-adjust: 100%; |
40 | 40 | } |
41 | 41 |
|
42 | | - /* Prevent WebKit and Windows mobile changing default text sizes */ |
| 42 | + |
43 | 43 | table, |
44 | 44 | td { |
45 | 45 | mso-table-lspace: 0pt; |
46 | 46 | mso-table-rspace: 0pt; |
47 | 47 | } |
48 | 48 |
|
49 | | - /* Remove spacing between tables in Outlook 2007 and up */ |
| 49 | + |
50 | 50 | img { |
51 | 51 | -ms-interpolation-mode: bicubic; |
52 | 52 | } |
53 | 53 |
|
54 | | - /* Allow smoother rendering of resized image in Internet Explorer */ |
| 54 | + |
55 | 55 |
|
56 | 56 | body { |
57 | 57 | margin: 0; |
|
119 | 119 | display: block; |
120 | 120 | } |
121 | 121 |
|
122 | | - /* ========== Body Styles ========== */ |
| 122 | + |
123 | 123 |
|
124 | 124 | #templateBody { |
125 | 125 | background-color: #FFFFFF; |
|
146 | 146 |
|
147 | 147 | .bodyContent a:link, |
148 | 148 | .bodyContent a:visited, |
149 | | - /* Yahoo! Mail Override */ |
| 149 | + |
150 | 150 | .bodyContent a .yshortcuts |
151 | 151 |
|
152 | | - /* Yahoo! Mail Override */ |
| 152 | + |
153 | 153 | { |
154 | 154 | color: white; |
155 | 155 | text-decoration: none; |
|
169 | 169 | text-align: center; |
170 | 170 | } |
171 | 171 |
|
172 | | - /* ========== Footer Styles ========== */ |
| 172 | + |
173 | 173 |
|
174 | 174 | .footerContent { |
175 | 175 | color: #808080; |
|
185 | 185 |
|
186 | 186 | .footerContent a:link, |
187 | 187 | .footerContent a:visited, |
188 | | - /* Yahoo! Mail Override */ |
| 188 | + |
189 | 189 | .footerContent a .yshortcuts, |
190 | 190 | .footerContent a span |
191 | 191 |
|
192 | | - /* Yahoo! Mail Override */ |
| 192 | + |
193 | 193 | { |
194 | 194 | color: #606060; |
195 | 195 | font-weight: normal; |
196 | 196 | text-decoration: underline; |
197 | 197 | } |
198 | 198 |
|
199 | | - /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */ |
| 199 | + |
200 | 200 |
|
201 | 201 | @media only screen and (max-width: 480px) { |
202 | 202 |
|
203 | | - /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */ |
| 203 | + |
204 | 204 | body, |
205 | 205 | table, |
206 | 206 | td, |
|
211 | 211 | -webkit-text-size-adjust: none !important; |
212 | 212 | } |
213 | 213 |
|
214 | | - /* Prevent Webkit platforms from changing default text sizes */ |
| 214 | + |
215 | 215 | body { |
216 | 216 | width: 100% !important; |
217 | 217 | min-width: 100% !important; |
218 | 218 | } |
219 | 219 |
|
220 | | - /* Prevent iOS Mail from adding padding to the body */ |
| 220 | + |
221 | 221 |
|
222 | | - /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */ |
| 222 | + |
223 | 223 | #bodyCell { |
224 | 224 | padding: 10px !important; |
225 | 225 | } |
226 | 226 |
|
227 | | - /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */ |
| 227 | + |
228 | 228 |
|
229 | | - /* ======== Page Styles ======== */ |
| 229 | + |
230 | 230 |
|
231 | | - /** |
232 | | - * @tab Mobile Styles |
233 | | - * @section template width |
234 | | - * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead. |
235 | | - */ |
| 231 | + |
236 | 232 | #templateContainer { |
237 | 233 | width: 600px !important; |
238 | 234 |
|
239 | 235 | max-width: 100% !important; |
240 | 236 | } |
241 | 237 |
|
242 | | - /** |
243 | | - * @tab Mobile Styles |
244 | | - * @section heading 1 |
245 | | - * @tip Make the first-level headings larger in size for better readability on small screens. |
246 | | - */ |
| 238 | + |
247 | 239 | h1 { |
248 | 240 |
|
249 | 241 | font-size: 24px !important; |
250 | 242 |
|
251 | 243 | line-height: 100% !important; |
252 | 244 | } |
253 | 245 |
|
254 | | - /** |
255 | | - * @tab Mobile Styles |
256 | | - * @section heading 2 |
257 | | - * @tip Make the second-level headings larger in size for better readability on small screens. |
258 | | - */ |
| 246 | + |
259 | 247 | h2 { |
260 | 248 |
|
261 | 249 | font-size: 20px !important; |
262 | 250 |
|
263 | 251 | line-height: 100% !important; |
264 | 252 | } |
265 | 253 |
|
266 | | - /** |
267 | | - * @tab Mobile Styles |
268 | | - * @section heading 3 |
269 | | - * @tip Make the third-level headings larger in size for better readability on small screens. |
270 | | - */ |
| 254 | + |
271 | 255 | h3 { |
272 | 256 |
|
273 | 257 | font-size: 18px !important; |
274 | 258 |
|
275 | 259 | line-height: 100% !important; |
276 | 260 | } |
277 | 261 |
|
278 | | - /** |
279 | | - * @tab Mobile Styles |
280 | | - * @section heading 4 |
281 | | - * @tip Make the fourth-level headings larger in size for better readability on small screens. |
282 | | - */ |
| 262 | + |
283 | 263 | h4 { |
284 | 264 |
|
285 | 265 | font-size: 16px !important; |
286 | 266 |
|
287 | 267 | line-height: 100% !important; |
288 | 268 | } |
289 | 269 |
|
290 | | - /* ======== Header Styles ======== */ |
| 270 | + |
291 | 271 |
|
292 | 272 | #templatePreheader { |
293 | 273 | display: none !important; |
294 | 274 | } |
295 | 275 |
|
296 | | - /* Hide the template preheader to save space */ |
| 276 | + |
297 | 277 |
|
298 | | - /** |
299 | | - * @tab Mobile Styles |
300 | | - * @section header image |
301 | | - * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead. |
302 | | - */ |
| 278 | + |
303 | 279 | #headerImage { |
304 | 280 | height: auto !important; |
305 | 281 | max-width: 80% !important; |
306 | 282 | } |
307 | 283 |
|
308 | | - /** |
309 | | - * @tab Mobile Styles |
310 | | - * @section header text |
311 | | - * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px. |
312 | | - */ |
| 284 | + |
313 | 285 | .headerContent { |
314 | 286 |
|
315 | 287 | font-size: 20px !important; |
316 | 288 |
|
317 | 289 | line-height: 125% !important; |
318 | 290 | } |
319 | 291 |
|
320 | | - /* ======== Body Styles ======== */ |
| 292 | + |
321 | 293 |
|
322 | | - /** |
323 | | - * @tab Mobile Styles |
324 | | - * @section body image |
325 | | - * @tip Make the main body image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead. |
326 | | - */ |
| 294 | + |
327 | 295 | #bodyImage { |
328 | 296 | height: auto !important; |
329 | 297 |
|
|
332 | 300 | width: 100% !important; |
333 | 301 | } |
334 | 302 |
|
335 | | - /** |
336 | | - * @tab Mobile Styles |
337 | | - * @section body text |
338 | | - * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px. |
339 | | - */ |
| 303 | + |
340 | 304 | .bodyContent { |
341 | 305 |
|
342 | 306 | font-size: 18px !important; |
343 | 307 |
|
344 | 308 | line-height: 125% !important; |
345 | 309 | } |
346 | 310 |
|
347 | | - /* ======== Footer Styles ======== */ |
| 311 | + |
348 | 312 |
|
349 | | - /** |
350 | | - * @tab Mobile Styles |
351 | | - * @section footer text |
352 | | - * @tip Make the body content text larger in size for better readability on small screens. |
353 | | - */ |
| 313 | + |
354 | 314 | .footerContent { |
355 | 315 |
|
356 | 316 | font-size: 14px !important; |
|
362 | 322 | display: block !important; |
363 | 323 | } |
364 | 324 |
|
365 | | - /* Place footer social and utility links on their own lines, for easier access */ |
| 325 | + |
366 | 326 | } |
367 | 327 | </style> |
368 | 328 |
|
|
371 | 331 | <title>We've got your application!</title> |
372 | 332 | </head> |
373 | 333 |
|
374 | | -<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0"> |
| 334 | +<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100% !important;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;width:100% !important;background-color:#F9F9F9;" > |
375 | 335 | <center> |
376 | | - <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable"> |
| 336 | + <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;height:100% !important;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;width:100% !important;background-color:#F9F9F9;" > |
377 | 337 | <tr> |
378 | | - <td align="center" valign="top" id="bodyCell"> |
| 338 | + <td align="center" valign="top" id="bodyCell" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;height:100% !important;margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;width:100% !important;padding-top:20px;padding-bottom:20px;padding-right:20px;padding-left:20px;" > |
379 | 339 | <!-- BEGIN TEMPLATE // --> |
380 | | - <table border="0" cellpadding="0" cellspacing="0" id="templateContainer"> |
| 340 | + <table border="0" cellpadding="0" cellspacing="0" id="templateContainer" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;width:600px;" > |
381 | 341 | <tr> |
382 | | - <td align="center" valign="top"> |
| 342 | + <td align="center" valign="top" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;" > |
383 | 343 | <!-- BEGIN HEADER // --> |
384 | | - <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader"> |
| 344 | + <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;" > |
385 | 345 | <tr> |
386 | | - <td valign="top" class="headerContent"> |
| 346 | + <td valign="top" class="headerContent" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;" > |
387 | 347 | <img src="https://mchacks.ca/static/mchacks-long-tight.png" width="250" height="59" alt="Logo" title="Logo" id="headerImage" mc:label="header_image" |
388 | | - mc:edit="header_image" mc:allowdesigner mc:allowtext /> |
| 348 | + mc:edit="header_image" mc:allowdesigner mc:allowtext style="-ms-interpolation-mode:bicubic;border-width:0;line-height:100%;outline-style:none;text-decoration:none;height:auto;max-width:30%;width:250px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto;display:block;" /> |
389 | 349 | </td> |
390 | 350 | </tr> |
391 | 351 | </table> |
392 | 352 | <!-- // END HEADER --> |
393 | 353 | </td> |
394 | 354 | </tr> |
395 | 355 | <tr> |
396 | | - <td align="center" valign="top"> |
| 356 | + <td align="center" valign="top" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;" > |
397 | 357 | <!-- BEGIN BODY // --> |
398 | | - <table cellpadding="0" cellspacing="0" width="100%" id="templateBody"> |
| 358 | + <table cellpadding="0" cellspacing="0" width="100%" id="templateBody" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;background-color:#FFFFFF;border-width:5px;border-style:solid;border-color:#E9E9E9;border-radius:6px;border-collapse:separate;" > |
399 | 359 | <tr> |
400 | | - <td valign="top" class="bodyContent" mc:edit="body_content00"> |
401 | | - <h1>Attendance Confirmed</h1> |
402 | | - <p>Hi {{firstName}},</p> |
403 | | - <p>Thanks for confirming your attendance! Excited to see you! |
| 360 | + <td valign="top" class="bodyContent" mc:edit="body_content00" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;color:#202020;font-family:'Hind', Helvetica;font-size:14px;line-height:150%;padding-top:36px;padding-right:30px;padding-bottom:20px;padding-left:30px;text-align:left;" > |
| 361 | + <h1 style="display:block;font-family:'Brown', Helvetica;font-size:26px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:normal;color:#F2463A;margin-top:0;margin-right:0;margin-bottom:28px;margin-left:0px;text-align:left;" >Attendance Confirmed</h1> |
| 362 | + <p style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;" >Hi {{firstName}},</p> |
| 363 | + <p style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;" >Thanks for confirming your attendance! Excited to see you! |
404 | 364 | </p> |
405 | | - <p>Best, <br> The McHacks Team</p> |
| 365 | + <p style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;" >Best, <br> The McHacks Team</p> |
406 | 366 | </td> |
407 | 367 | </tr> |
408 | 368 | </table> |
409 | 369 | <!-- // END BODY --> |
410 | 370 | </td> |
411 | 371 | </tr> |
412 | 372 | <tr> |
413 | | - <td align="center" valign="top"> |
| 373 | + <td align="center" valign="top" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;" > |
414 | 374 | <!-- BEGIN FOOTER // --> |
415 | | - <!-- <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter"> |
| 375 | + <!-- <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;" > |
416 | 376 | <tr> |
417 | | - <td valign="top" class="footerContent" mc:edit="footer_content00"> |
418 | | - <a href="https://facebook.com/{{ facebookHandle }}">Like on Facebook</a> |
419 | | - <a href="mailto:{{ emailAddress }}">Email Us</a> |
| 377 | + <td valign="top" class="footerContent" mc:edit="footer_content00" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;color:#808080;font-family:'Lato', Helvetica;font-size:10px;line-height:150%;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;text-align:left;" > |
| 378 | + <a href="https://facebook.com/{{ facebookHandle }}" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:#606060;font-weight:normal;text-decoration:underline;" >Like on Facebook</a> |
| 379 | + <a href="mailto:{{ emailAddress }}" style="-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:#606060;font-weight:normal;text-decoration:underline;" >Email Us</a> |
420 | 380 | </td> |
421 | 381 | </tr> |
422 | 382 | <tr> |
423 | | - <td valign="top" class="footerContent" style="padding-top:0;" mc:edit="footer_content01"> |
| 383 | + <td valign="top" class="footerContent" mc:edit="footer_content01" style="padding-top:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;mso-table-lspace:0pt;mso-table-rspace:0pt;color:#808080;font-family:'Lato', Helvetica;font-size:10px;line-height:150%;padding-right:20px;padding-bottom:20px;padding-left:20px;text-align:left;" > |
424 | 384 | <em>Copyright © {{ hackathonName }} 2018, All rights reserved.</em> |
425 | 385 | <br /> |
426 | 386 | </td> |
|
0 commit comments