ish_manager 0.1.8.346 → 0.1.8.347

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/ish_manager/email_templates.scss +4 -1
  3. data/app/controllers/ish_manager/email_contexts_controller.rb +5 -3
  4. data/app/mailers/ish_manager/office_mailer.rb +1 -1
  5. data/app/views/202212 Mailchimp Templates/202212 1col fixed-width.html +863 -0
  6. data/app/views/202212 Mailchimp Templates/202212 1col full-width.html +906 -0
  7. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width 2.html +1003 -0
  8. data/app/views/202212 Mailchimp Templates/202212 2col fixed-width.html +1082 -0
  9. data/app/views/202212 Mailchimp Templates/202212 2col full-width 2.html +1053 -0
  10. data/app/views/202212 Mailchimp Templates/202212 2col full-width.html +1147 -0
  11. data/app/views/202212 Mailchimp Templates/202212 3col fixed-width.html +1087 -0
  12. data/app/views/202212 Mailchimp Templates/202212 3col full-width.html +1136 -0
  13. data/app/views/202212 Mailchimp Templates/202212 catalog various-colors-1.html +1223 -0
  14. data/app/views/202212 Mailchimp Templates/202212 educate.html +1080 -0
  15. data/app/views/202212 Mailchimp Templates/202212 follow up.html +1001 -0
  16. data/app/views/202212 Mailchimp Templates/202212 make an announcement.html +1048 -0
  17. data/app/views/202212 Mailchimp Templates/202212 sell-a-product.html +977 -0
  18. data/app/views/202212 Mailchimp Templates/202212 tell a story.html +1168 -0
  19. data/app/views/202212 Mailchimp Templates/202212 theme art-newsletter.html +1612 -0
  20. data/app/views/202212 Mailchimp Templates/202212 theme caribou-xmas.html +856 -0
  21. data/app/views/202212 Mailchimp Templates/202212 theme colorbox.html +1027 -0
  22. data/app/views/202212 Mailchimp Templates/202212 theme competition-invitation.html +918 -0
  23. data/app/views/202212 Mailchimp Templates/202212 theme event-veerle.html +1132 -0
  24. data/app/views/202212 Mailchimp Templates/202212 theme fall-colors.html +1407 -0
  25. data/app/views/202212 Mailchimp Templates/202212 theme gift-giving.html +787 -0
  26. data/app/views/202212 Mailchimp Templates/202212 theme giftgiving-snowmen.html +731 -0
  27. data/app/views/202212 Mailchimp Templates/202212 theme heart-of-flowers.html +795 -0
  28. data/app/views/202212 Mailchimp Templates/202212 theme hero-card.html +915 -0
  29. data/app/views/202212 Mailchimp Templates/202212 theme hero-image.html +1148 -0
  30. data/app/views/202212 Mailchimp Templates/202212 theme monthly-contest.html +967 -0
  31. data/app/views/202212 Mailchimp Templates/202212 theme multiple-event.html +1189 -0
  32. data/app/views/202212 Mailchimp Templates/202212 theme postcard.html +914 -0
  33. data/app/views/202212 Mailchimp Templates/202212 theme snowy-fields.html +733 -0
  34. data/app/views/202212 Mailchimp Templates/202212 theme soft.html +849 -0
  35. data/app/views/202212 Mailchimp Templates/202212 theme sophisticated.html +1079 -0
  36. data/app/views/202212 Mailchimp Templates/202212 theme subtle.html +1218 -0
  37. data/app/views/202212 Mailchimp Templates/202212 theme ticket.html +1015 -0
  38. data/app/views/202212 Mailchimp Templates/202212 theme whale.html +888 -0
  39. data/app/views/ish_manager/application/_main_footer.haml +5 -3
  40. data/app/views/ish_manager/email_contexts/_form.haml +3 -1
  41. data/app/views/ish_manager/email_contexts/show.haml +3 -3
  42. data/app/views/layouts/ish_manager/application.haml +10 -6
  43. data/lib/tasks/office_tasks.rake +27 -0
  44. metadata +37 -2
@@ -0,0 +1,918 @@
1
+ <!doctype html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
3
+ <head>
4
+ <!--[if gte mso 15]>
5
+ <xml>
6
+ <o:OfficeDocumentSettings>
7
+ <o:AllowPNG/>
8
+ <o:PixelsPerInch>96</o:PixelsPerInch>
9
+ </o:OfficeDocumentSettings>
10
+ </xml>
11
+ <![endif]-->
12
+ <meta charset="UTF-8">
13
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
14
+ <meta name="viewport" content="width=device-width, initial-scale=1">
15
+ <title>*|MC:SUBJECT|*</title>
16
+
17
+ <style type="text/css">
18
+ p{
19
+ margin:10px 0;
20
+ padding:0;
21
+ }
22
+ table{
23
+ border-collapse:collapse;
24
+ }
25
+ h1,h2,h3,h4,h5,h6{
26
+ display:block;
27
+ margin:0;
28
+ padding:0;
29
+ }
30
+ img,a img{
31
+ border:0;
32
+ height:auto;
33
+ outline:none;
34
+ text-decoration:none;
35
+ }
36
+ body,#bodyTable,#bodyCell{
37
+ height:100%;
38
+ margin:0;
39
+ padding:0;
40
+ width:100%;
41
+ }
42
+ .mcnPreviewText{
43
+ display:none !important;
44
+ }
45
+ #outlook a{
46
+ padding:0;
47
+ }
48
+ img{
49
+ -ms-interpolation-mode:bicubic;
50
+ }
51
+ table{
52
+ mso-table-lspace:0pt;
53
+ mso-table-rspace:0pt;
54
+ }
55
+ .ReadMsgBody{
56
+ width:100%;
57
+ }
58
+ .ExternalClass{
59
+ width:100%;
60
+ }
61
+ p,a,li,td,blockquote{
62
+ mso-line-height-rule:exactly;
63
+ }
64
+ a[href^=tel],a[href^=sms]{
65
+ color:inherit;
66
+ cursor:default;
67
+ text-decoration:none;
68
+ }
69
+ p,a,li,td,body,table,blockquote{
70
+ -ms-text-size-adjust:100%;
71
+ -webkit-text-size-adjust:100%;
72
+ }
73
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
74
+ line-height:100%;
75
+ }
76
+ a[x-apple-data-detectors]{
77
+ color:inherit !important;
78
+ text-decoration:none !important;
79
+ font-size:inherit !important;
80
+ font-family:inherit !important;
81
+ font-weight:inherit !important;
82
+ line-height:inherit !important;
83
+ }
84
+ .templateContainer{
85
+ max-width:600px !important;
86
+ }
87
+ a.mcnButton{
88
+ display:block;
89
+ }
90
+ .mcnImage,.mcnRetinaImage{
91
+ vertical-align:bottom;
92
+ }
93
+ .mcnTextContent{
94
+ word-break:break-word;
95
+ }
96
+ .mcnTextContent img{
97
+ height:auto !important;
98
+ }
99
+ .mcnDividerBlock{
100
+ table-layout:fixed !important;
101
+ }
102
+ /*
103
+ @tab Page
104
+ @section Background Style
105
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
106
+ */
107
+ body,#bodyTable,#templateFooter{
108
+ /*@editable*/background-color:#202020;
109
+ }
110
+ /*
111
+ @tab Page
112
+ @section Background Style
113
+ @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
114
+ */
115
+ #bodyCell{
116
+ /*@editable*/border-top:0;
117
+ }
118
+ /*
119
+ @tab Page
120
+ @section Email Border
121
+ @tip Set the border for your email.
122
+ */
123
+ .templateContainer{
124
+ /*@editable*/border:0;
125
+ }
126
+ /*
127
+ @tab Page
128
+ @section Heading 1
129
+ @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
130
+ @style heading 1
131
+ */
132
+ h1{
133
+ /*@editable*/color:#E96D1F;
134
+ /*@editable*/font-family:Helvetica;
135
+ /*@editable*/font-size:44px;
136
+ /*@editable*/font-style:normal;
137
+ /*@editable*/font-weight:bold;
138
+ /*@editable*/line-height:125%;
139
+ /*@editable*/letter-spacing:normal;
140
+ /*@editable*/text-align:center;
141
+ }
142
+ /*
143
+ @tab Page
144
+ @section Heading 2
145
+ @tip Set the styling for all second-level headings in your emails.
146
+ @style heading 2
147
+ */
148
+ h2{
149
+ /*@editable*/color:#E96D1F;
150
+ /*@editable*/font-family:Helvetica;
151
+ /*@editable*/font-size:20px;
152
+ /*@editable*/font-style:normal;
153
+ /*@editable*/font-weight:bold;
154
+ /*@editable*/line-height:125%;
155
+ /*@editable*/letter-spacing:normal;
156
+ /*@editable*/text-align:center;
157
+ }
158
+ /*
159
+ @tab Page
160
+ @section Heading 3
161
+ @tip Set the styling for all third-level headings in your emails.
162
+ @style heading 3
163
+ */
164
+ h3{
165
+ /*@editable*/color:#CCCCCC;
166
+ /*@editable*/font-family:Helvetica;
167
+ /*@editable*/font-size:16px;
168
+ /*@editable*/font-style:normal;
169
+ /*@editable*/font-weight:bold;
170
+ /*@editable*/line-height:125%;
171
+ /*@editable*/letter-spacing:normal;
172
+ /*@editable*/text-align:center;
173
+ }
174
+ /*
175
+ @tab Page
176
+ @section Heading 4
177
+ @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
178
+ @style heading 4
179
+ */
180
+ h4{
181
+ /*@editable*/color:#808080;
182
+ /*@editable*/font-family:Helvetica;
183
+ /*@editable*/font-size:14px;
184
+ /*@editable*/font-style:normal;
185
+ /*@editable*/font-weight:bold;
186
+ /*@editable*/line-height:125%;
187
+ /*@editable*/letter-spacing:normal;
188
+ /*@editable*/text-align:center;
189
+ }
190
+ /*
191
+ @tab Preheader
192
+ @section Preheader Style
193
+ @tip Set the background color and borders for your email's preheader area.
194
+ */
195
+ #templatePreheader{
196
+ /*@editable*/background-color:#541900;
197
+ /*@editable*/border-top:0;
198
+ /*@editable*/border-bottom:0;
199
+ /*@editable*/padding-top:9px;
200
+ /*@editable*/padding-bottom:9px;
201
+ }
202
+ /*
203
+ @tab Preheader
204
+ @section Preheader Text
205
+ @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
206
+ */
207
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
208
+ /*@editable*/color:#FFFFFF;
209
+ /*@editable*/font-family:Helvetica;
210
+ /*@editable*/font-size:12px;
211
+ /*@editable*/line-height:150%;
212
+ /*@editable*/text-align:left;
213
+ }
214
+ /*
215
+ @tab Preheader
216
+ @section Preheader Link
217
+ @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
218
+ */
219
+ #templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
220
+ /*@editable*/color:#FFFFFF;
221
+ /*@editable*/font-weight:normal;
222
+ /*@editable*/text-decoration:underline;
223
+ }
224
+ /*
225
+ @tab Header
226
+ @section Header Style
227
+ @tip Set the background color and borders for your email's header area.
228
+ */
229
+ .emailBody{
230
+ /*@editable*/background-color:#000000;
231
+ }
232
+ /*
233
+ @tab Header
234
+ @section Header Style
235
+ @tip Set the background color and borders for your email's header area.
236
+ */
237
+ #templateHeader{
238
+ /*@editable*/background-color:#000000;
239
+ /*@editable*/border-top:5px solid #541900;
240
+ /*@editable*/border-bottom:0;
241
+ /*@editable*/padding-top:40px;
242
+ /*@editable*/padding-bottom:0;
243
+ }
244
+ /*
245
+ @tab Header
246
+ @section Header Text
247
+ @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
248
+ */
249
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
250
+ /*@editable*/color:#505050;
251
+ /*@editable*/font-family:Helvetica;
252
+ /*@editable*/font-size:16px;
253
+ /*@editable*/line-height:150%;
254
+ /*@editable*/text-align:left;
255
+ }
256
+ /*
257
+ @tab Header
258
+ @section Header Link
259
+ @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
260
+ */
261
+ #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
262
+ /*@editable*/color:#EB4102;
263
+ /*@editable*/font-weight:normal;
264
+ /*@editable*/text-decoration:underline;
265
+ }
266
+ /*
267
+ @tab Sidebar
268
+ @section Sidebar Text
269
+ @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.
270
+ */
271
+ #templateSidebar .mcnTextContent,#templateSidebar .mcnTextContent p{
272
+ /*@editable*/color:#808080;
273
+ /*@editable*/font-family:Helvetica;
274
+ /*@editable*/font-size:12px;
275
+ /*@editable*/line-height:150%;
276
+ /*@editable*/text-align:left;
277
+ }
278
+ /*
279
+ @tab Sidebar
280
+ @section Sidebar Link
281
+ @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.
282
+ */
283
+ #templateSidebar .mcnTextContent a,#templateSidebar .mcnTextContent p a{
284
+ /*@editable*/color:#E96D1F;
285
+ /*@editable*/font-weight:normal;
286
+ /*@editable*/text-decoration:underline;
287
+ }
288
+ /*
289
+ @tab Sidebar
290
+ @section Calendar Style
291
+ @tip Set the background color and borders for your email's calendar.
292
+ */
293
+ #calendarContainer{
294
+ /*@editable*/background-color:#FFFFFF;
295
+ /*@editable*/border:5px solid #FFFFFF;
296
+ }
297
+ /*
298
+ @tab Sidebar
299
+ @section Calendar Month Text
300
+ @tip The styling for your email's calendar month text. Make it a color and size that is easy to read.
301
+ */
302
+ #monthContainer{
303
+ /*@editable*/background-color:#E96D1F;
304
+ /*@editable*/color:#FFFFFF;
305
+ /*@editable*/font-family:Helvetica;
306
+ /*@editable*/font-size:16px;
307
+ /*@editable*/font-weight:bold;
308
+ /*@editable*/line-height:150%;
309
+ }
310
+ /*
311
+ @tab Sidebar
312
+ @section Calendar Day Text
313
+ @tip The styling for your email's calendar day text. Make it a color and size that is easy to read.
314
+ */
315
+ #dayContainer{
316
+ /*@editable*/background-color:#FFFFFF;
317
+ /*@editable*/color:#541900;
318
+ /*@editable*/font-family:Helvetica;
319
+ /*@editable*/font-size:72px;
320
+ /*@editable*/font-weight:bold;
321
+ /*@editable*/line-height:100%;
322
+ }
323
+ /*
324
+ @tab Body
325
+ @section Body Style
326
+ @tip Set the background color and borders for your email's body.
327
+ */
328
+ #templateColumns{
329
+ /*@editable*/background-color:#151515;
330
+ /*@editable*/border-top:2px solid #252525;
331
+ /*@editable*/border-bottom:2px solid #252525;
332
+ /*@editable*/padding-top:20px;
333
+ /*@editable*/padding-bottom:20px;
334
+ }
335
+ /*
336
+ @tab Body
337
+ @section Body Text
338
+ @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
339
+ */
340
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
341
+ /*@editable*/color:#AAAAAA;
342
+ /*@editable*/font-family:Helvetica;
343
+ /*@editable*/font-size:16px;
344
+ /*@editable*/line-height:150%;
345
+ /*@editable*/text-align:left;
346
+ }
347
+ /*
348
+ @tab Body
349
+ @section Body Link
350
+ @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
351
+ */
352
+ #templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
353
+ /*@editable*/color:#E96D1F;
354
+ /*@editable*/font-weight:normal;
355
+ /*@editable*/text-decoration:underline;
356
+ }
357
+ /*
358
+ @tab Footer
359
+ @section Footer Style
360
+ @tip Set the background color and borders for your email's footer area.
361
+ */
362
+ #templateFooter{
363
+ /*@editable*/padding-top:9px;
364
+ /*@editable*/padding-bottom:9px;
365
+ }
366
+ /*
367
+ @tab Footer
368
+ @section Footer Text
369
+ @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
370
+ */
371
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
372
+ /*@editable*/color:#808080;
373
+ /*@editable*/font-family:Helvetica;
374
+ /*@editable*/font-size:12px;
375
+ /*@editable*/line-height:150%;
376
+ /*@editable*/text-align:left;
377
+ }
378
+ /*
379
+ @tab Footer
380
+ @section Footer Link
381
+ @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
382
+ */
383
+ #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
384
+ /*@editable*/color:#CCCCCC;
385
+ /*@editable*/font-weight:normal;
386
+ /*@editable*/text-decoration:underline;
387
+ }
388
+ @media only screen and (min-width:768px){
389
+ .templateContainer{
390
+ width:600px !important;
391
+ }
392
+
393
+ } @media only screen and (max-width: 480px){
394
+ body,table,td,p,a,li,blockquote{
395
+ -webkit-text-size-adjust:none !important;
396
+ }
397
+
398
+ } @media only screen and (max-width: 480px){
399
+ body{
400
+ width:100% !important;
401
+ min-width:100% !important;
402
+ }
403
+
404
+ } @media only screen and (max-width: 480px){
405
+ .columnContainer,#templateSidebar,#templateBody{
406
+ max-width:100% !important;
407
+ width:100% !important;
408
+ }
409
+
410
+ } @media only screen and (max-width: 480px){
411
+ .mcnRetinaImage{
412
+ max-width:100% !important;
413
+ }
414
+
415
+ } @media only screen and (max-width: 480px){
416
+ .mcnImage{
417
+ width:100% !important;
418
+ }
419
+
420
+ } @media only screen and (max-width: 480px){
421
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
422
+ max-width:100% !important;
423
+ width:100% !important;
424
+ }
425
+
426
+ } @media only screen and (max-width: 480px){
427
+ .mcnBoxedTextContentContainer{
428
+ min-width:100% !important;
429
+ }
430
+
431
+ } @media only screen and (max-width: 480px){
432
+ .mcnImageGroupContent{
433
+ padding:9px !important;
434
+ }
435
+
436
+ } @media only screen and (max-width: 480px){
437
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
438
+ padding-top:9px !important;
439
+ }
440
+
441
+ } @media only screen and (max-width: 480px){
442
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
443
+ padding-top:18px !important;
444
+ }
445
+
446
+ } @media only screen and (max-width: 480px){
447
+ .mcnImageCardBottomImageContent{
448
+ padding-bottom:9px !important;
449
+ }
450
+
451
+ } @media only screen and (max-width: 480px){
452
+ .mcnImageGroupBlockInner{
453
+ padding-top:0 !important;
454
+ padding-bottom:0 !important;
455
+ }
456
+
457
+ } @media only screen and (max-width: 480px){
458
+ .mcnImageGroupBlockOuter{
459
+ padding-top:9px !important;
460
+ padding-bottom:9px !important;
461
+ }
462
+
463
+ } @media only screen and (max-width: 480px){
464
+ .mcnTextContent,.mcnBoxedTextContentColumn{
465
+ padding-right:18px !important;
466
+ padding-left:18px !important;
467
+ }
468
+
469
+ } @media only screen and (max-width: 480px){
470
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
471
+ padding-right:18px !important;
472
+ padding-bottom:0 !important;
473
+ padding-left:18px !important;
474
+ }
475
+
476
+ } @media only screen and (max-width: 480px){
477
+ .mcpreview-image-uploader{
478
+ display:none !important;
479
+ width:100% !important;
480
+ }
481
+
482
+ } @media only screen and (max-width: 480px){
483
+ /*
484
+ @tab Mobile Styles
485
+ @section Heading 1
486
+ @tip Make the first-level headings larger in size for better readability on small screens.
487
+ */
488
+ h1{
489
+ /*@editable*/font-size:22px !important;
490
+ /*@editable*/line-height:125% !important;
491
+ }
492
+
493
+ } @media only screen and (max-width: 480px){
494
+ /*
495
+ @tab Mobile Styles
496
+ @section Heading 2
497
+ @tip Make the second-level headings larger in size for better readability on small screens.
498
+ */
499
+ h2{
500
+ /*@editable*/font-size:20px !important;
501
+ /*@editable*/line-height:125% !important;
502
+ }
503
+
504
+ } @media only screen and (max-width: 480px){
505
+ /*
506
+ @tab Mobile Styles
507
+ @section Heading 3
508
+ @tip Make the third-level headings larger in size for better readability on small screens.
509
+ */
510
+ h3{
511
+ /*@editable*/font-size:18px !important;
512
+ /*@editable*/line-height:125% !important;
513
+ }
514
+
515
+ } @media only screen and (max-width: 480px){
516
+ /*
517
+ @tab Mobile Styles
518
+ @section Heading 4
519
+ @tip Make the fourth-level headings larger in size for better readability on small screens.
520
+ */
521
+ h4{
522
+ /*@editable*/font-size:16px !important;
523
+ /*@editable*/line-height:150% !important;
524
+ }
525
+
526
+ } @media only screen and (max-width: 480px){
527
+ /*
528
+ @tab Mobile Styles
529
+ @section Boxed Text
530
+ @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
531
+ */
532
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
533
+ /*@editable*/font-size:14px !important;
534
+ /*@editable*/line-height:150% !important;
535
+ }
536
+
537
+ } @media only screen and (max-width: 480px){
538
+ /*
539
+ @tab Mobile Styles
540
+ @section Preheader Visibility
541
+ @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
542
+ */
543
+ #templatePreheader{
544
+ /*@editable*/display:block !important;
545
+ }
546
+
547
+ } @media only screen and (max-width: 480px){
548
+ /*
549
+ @tab Mobile Styles
550
+ @section Preheader Text
551
+ @tip Make the preheader text larger in size for better readability on small screens.
552
+ */
553
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
554
+ /*@editable*/font-size:14px !important;
555
+ /*@editable*/line-height:150% !important;
556
+ }
557
+
558
+ } @media only screen and (max-width: 480px){
559
+ /*
560
+ @tab Mobile Styles
561
+ @section Header Text
562
+ @tip Make the header text larger in size for better readability on small screens.
563
+ */
564
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
565
+ /*@editable*/font-size:16px !important;
566
+ /*@editable*/line-height:150% !important;
567
+ }
568
+
569
+ } @media only screen and (max-width: 480px){
570
+ /*
571
+ @tab Mobile Styles
572
+ @section Sidebar Text
573
+ @tip Make the sidebar text larger in size for better readability on small screens. We recommend a font size of at least 16px.
574
+ */
575
+ #templateSidebar .mcnTextContent,#templateSidebar .mcnTextContent p{
576
+ /*@editable*/font-size:16px !important;
577
+ /*@editable*/line-height:150% !important;
578
+ }
579
+
580
+ } @media only screen and (max-width: 480px){
581
+ /*
582
+ @tab Mobile Styles
583
+ @section Body Text
584
+ @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
585
+ */
586
+ #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
587
+ /*@editable*/font-size:16px !important;
588
+ /*@editable*/line-height:150% !important;
589
+ }
590
+
591
+ } @media only screen and (max-width: 480px){
592
+ /*
593
+ @tab Mobile Styles
594
+ @section Footer Text
595
+ @tip Make the footer content text larger in size for better readability on small screens.
596
+ */
597
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
598
+ /*@editable*/font-size:14px !important;
599
+ /*@editable*/line-height:150% !important;
600
+ }
601
+
602
+ }</style></head>
603
+ <body>
604
+ <!--*|IF:MC_PREVIEW_TEXT|*-->
605
+ <!--[if !gte mso 9]><!----><span class="mcnPreviewText" style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*</span><!--<![endif]-->
606
+ <!--*|END:IF|*-->
607
+ <center>
608
+ <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
609
+ <tr>
610
+ <td align="center" valign="top" id="bodyCell">
611
+ <!-- BEGIN TEMPLATE // -->
612
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
613
+ <tr>
614
+ <td align="center" valign="top" id="templatePreheader">
615
+ <!--[if gte mso 9]>
616
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
617
+ <tr>
618
+ <td align="center" valign="top" width="600" style="width:600px;">
619
+ <![endif]-->
620
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
621
+ <tr>
622
+ <td valign="top" class="preheaderContainer"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
623
+ <tbody class="mcnTextBlockOuter">
624
+ <tr>
625
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
626
+ <!--[if mso]>
627
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
628
+ <tr>
629
+ <![endif]-->
630
+
631
+ <!--[if mso]>
632
+ <td valign="top" width="600" style="width:600px;">
633
+ <![endif]-->
634
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
635
+ <tbody><tr>
636
+
637
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px; text-align: center;">
638
+
639
+ <a href="*|ARCHIVE|*" target="_blank">View this email in your browser</a>
640
+ </td>
641
+ </tr>
642
+ </tbody></table>
643
+ <!--[if mso]>
644
+ </td>
645
+ <![endif]-->
646
+
647
+ <!--[if mso]>
648
+ </tr>
649
+ </table>
650
+ <![endif]-->
651
+ </td>
652
+ </tr>
653
+ </tbody>
654
+ </table></td>
655
+ </tr>
656
+ </table>
657
+ <!--[if gte mso 9]>
658
+ </td>
659
+ </tr>
660
+ </table>
661
+ <![endif]-->
662
+ </td>
663
+ </tr>
664
+ </table>
665
+ <!--[if gte mso 9]>
666
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
667
+ <tr>
668
+ <td align="center" valign="top" width="600" style="width:600px;">
669
+ <![endif]-->
670
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
671
+ <tr>
672
+ <td valign="top" style="padding-top:20px;">
673
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
674
+ <tr>
675
+ <td valign="top" id="templateHeader" class="emailBody"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width:100%;">
676
+ <tbody class="mcnImageBlockOuter">
677
+ <tr>
678
+ <td valign="top" style="padding:9px" class="mcnImageBlockInner">
679
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width:100%;">
680
+ <tbody><tr>
681
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
682
+
683
+
684
+ <img align="center" alt="" src="https://cdn-images.mailchimp.com/template_images/gallery/logo_fhpdark.png" width="114" style="max-width:114px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage">
685
+
686
+
687
+ </td>
688
+ </tr>
689
+ </tbody></table>
690
+ </td>
691
+ </tr>
692
+ </tbody>
693
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width:100%;">
694
+ <tbody class="mcnImageBlockOuter">
695
+ <tr>
696
+ <td valign="top" style="padding:9px" class="mcnImageBlockInner">
697
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width:100%;">
698
+ <tbody><tr>
699
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px; padding-left: 9px; padding-top: 0; padding-bottom: 0; text-align:center;">
700
+
701
+
702
+ <img align="center" alt="" src="https://cdn-images.mailchimp.com/template_images/gallery/entertainment_poolhall_table.jpg" width="564" style="max-width:600px; padding-bottom: 0; display: inline !important; vertical-align: bottom;" class="mcnImage">
703
+
704
+
705
+ </td>
706
+ </tr>
707
+ </tbody></table>
708
+ </td>
709
+ </tr>
710
+ </tbody>
711
+ </table></td>
712
+ </tr>
713
+ <tr>
714
+ <td valign="top" class="emailBody" style="padding:20px;">
715
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
716
+ <tr>
717
+ <td align="center" valign="top" id="templateColumns">
718
+ <!--[if gte mso 9]>
719
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
720
+ <tr>
721
+ <td align="center" valign="top" width="200" style="width:200px;">
722
+ <![endif]-->
723
+ <div class="columnContainer" style="display:inline-block; max-width:200px; vertical-align:top; width:100%;">
724
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="200" id="templateSidebar">
725
+ <tr>
726
+ <td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
727
+ <tbody class="mcnTextBlockOuter">
728
+ <tr>
729
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
730
+ <!--[if mso]>
731
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
732
+ <tr>
733
+ <![endif]-->
734
+
735
+ <!--[if mso]>
736
+ <td valign="top" width="200" style="width:200px;">
737
+ <![endif]-->
738
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
739
+ <tbody><tr>
740
+
741
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
742
+
743
+ <h4>THE 3RD ANNUAL</h4><h2>FHP POOLSHARK</h2><h3>POOL TOURNAMENT</h3>Open to all, with reduced-price drinks for the competitors!
744
+ </td>
745
+ </tr>
746
+ </tbody></table>
747
+ <!--[if mso]>
748
+ </td>
749
+ <![endif]-->
750
+
751
+ <!--[if mso]>
752
+ </tr>
753
+ </table>
754
+ <![endif]-->
755
+ </td>
756
+ </tr>
757
+ </tbody>
758
+ </table></td>
759
+ </tr>
760
+ <tr>
761
+ <td align="center" valign="top" style="padding-top:9px; padding-bottom:9px;">
762
+ <table border="0" cellpadding="5" cellspacing="5" width="150" id="calendarContainer">
763
+ <tr>
764
+ <td align="center" valign="top" id="monthContainer">
765
+ <div mc:edit="month">
766
+ SEPTEMBER
767
+ </div>
768
+ </td>
769
+ </tr>
770
+ <tr>
771
+ <td align="center" valign="top" id="dayContainer">
772
+ <div mc:edit="day">
773
+ 27
774
+ </div>
775
+ </td>
776
+ </tr>
777
+ </table>
778
+ </td>
779
+ </tr>
780
+ </table>
781
+ </div>
782
+ <!--[if gte mso 9]>
783
+ </td>
784
+ <td align="center" valign="top" width="350" style="width:350px;">
785
+ <![endif]-->
786
+ <div class="columnContainer" style="display:inline-block; max-width:350px; vertical-align:top; width:100%;">
787
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="350" id="templateBody">
788
+ <tr>
789
+ <td><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
790
+ <tbody class="mcnTextBlockOuter">
791
+ <tr>
792
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
793
+ <!--[if mso]>
794
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
795
+ <tr>
796
+ <![endif]-->
797
+
798
+ <!--[if mso]>
799
+ <td valign="top" width="350" style="width:350px;">
800
+ <![endif]-->
801
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
802
+ <tbody><tr>
803
+
804
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
805
+
806
+ <p>Frosty Head Pub is proud to present its 3rd annual Poolshark Tournament! Registration for the three-day competition opens this Friday at <strong>9AM</strong>, with the tourney kicking off at <strong>10PM</strong>. Take a chance at being FHP's pool hall champion — you just have to beat 39 other players. Easy enough, you say? Then what are you waiting for?</p>
807
+ </td>
808
+ </tr>
809
+ </tbody></table>
810
+ <!--[if mso]>
811
+ </td>
812
+ <![endif]-->
813
+
814
+ <!--[if mso]>
815
+ </tr>
816
+ </table>
817
+ <![endif]-->
818
+ </td>
819
+ </tr>
820
+ </tbody>
821
+ </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
822
+ <tbody class="mcnButtonBlockOuter">
823
+ <tr>
824
+ <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="left" class="mcnButtonBlockInner">
825
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border: 2px solid #FFFDE8;border-radius: 5px;background-color: #E96D1F;">
826
+ <tbody>
827
+ <tr>
828
+ <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Helvetica; font-size: 16px; padding: 15px;">
829
+ <a class="mcnButton " title="ENTER NOW" href="http://" target="_self" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">ENTER NOW</a>
830
+ </td>
831
+ </tr>
832
+ </tbody>
833
+ </table>
834
+ </td>
835
+ </tr>
836
+ </tbody>
837
+ </table></td>
838
+ </tr>
839
+ </table>
840
+ </div>
841
+ <!--[if gte mso 9]>
842
+ </td>
843
+ </tr>
844
+ </table>
845
+ <![endif]-->
846
+ </td>
847
+ </tr>
848
+ </table>
849
+ </td>
850
+ </tr>
851
+ <tr>
852
+ <td valign="top" id="templateFooter"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
853
+ <tbody class="mcnTextBlockOuter">
854
+ <tr>
855
+ <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
856
+ <!--[if mso]>
857
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
858
+ <tr>
859
+ <![endif]-->
860
+
861
+ <!--[if mso]>
862
+ <td valign="top" width="600" style="width:600px;">
863
+ <![endif]-->
864
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
865
+ <tbody><tr>
866
+
867
+ <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
868
+
869
+ <em>Copyright © *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em>
870
+ <br>
871
+ *|IFNOT:ARCHIVE_PAGE|*
872
+ *|LIST:DESCRIPTION|*
873
+ <br>
874
+ <br>
875
+ <strong>Our mailing address is:</strong>
876
+ <br>
877
+ *|HTML:LIST_ADDRESS_HTML|* *|END:IF|*
878
+ <br>
879
+ <br>
880
+ Want to change how you receive these emails?<br>
881
+ You can <a href="*|UPDATE_PROFILE|*">update your preferences</a> or <a href="*|UNSUB|*">unsubscribe from this list</a>.
882
+ <br>
883
+ <br>
884
+ *|IF:REWARDS|* *|HTML:REWARDS|*
885
+ *|END:IF|*
886
+
887
+ </td>
888
+ </tr>
889
+ </tbody></table>
890
+ <!--[if mso]>
891
+ </td>
892
+ <![endif]-->
893
+
894
+ <!--[if mso]>
895
+ </tr>
896
+ </table>
897
+ <![endif]-->
898
+ </td>
899
+ </tr>
900
+ </tbody>
901
+ </table></td>
902
+ </tr>
903
+ </table>
904
+ </td>
905
+ </tr>
906
+ </table>
907
+ <!--[if gte mso 9]>
908
+ </td>
909
+ </tr>
910
+ </table>
911
+ <![endif]-->
912
+ <!-- // END TEMPLATE -->
913
+ </td>
914
+ </tr>
915
+ </table>
916
+ </center>
917
+ <script type="text/javascript" src="/WAbyZUhtL/C/-fIkNMFw/1rOppNmp/RSlzKA/VFRPR3UV/LCoB"></script></body>
918
+ </html>