diff --git a/examples/ONEstore/assets/fadeit-logo.png b/examples/ONEstore/assets/fadeit-logo.png deleted file mode 100644 index 1d61548..0000000 Binary files a/examples/ONEstore/assets/fadeit-logo.png and /dev/null differ diff --git a/examples/ONEstore/assets/type01.png b/examples/ONEstore/assets/type01.png deleted file mode 100644 index 0d69c65..0000000 Binary files a/examples/ONEstore/assets/type01.png and /dev/null differ diff --git a/examples/ONEstore/conf.json b/examples/ONEstore/conf.json deleted file mode 100644 index de85acf..0000000 --- a/examples/ONEstore/conf.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "persons": [ - { - "id": "ONEstore", - "name": "0 0 0 매니저", - "team": "스토어 기획팀", - "title": "Dev Relations", - "welcome": "안녕하세요.", - "introParagraph": "Thanks for writing up this email.
We are delighted to reply with a responsive template.", - "contactMain": "+82-10-1234-5678 | ", - "contactMail": "devhelper@onestore.co.kr", - "contactSecondary": "성남시 분당구 판교역로 188 SK플래닛 건물 11층", - "logoUrl": "assets/type01.png", - "logoAlt": "Onestore logo", - "website": "http://onesto.re/" - } - ] -} diff --git a/examples/ONEstore/fadeit.css b/examples/ONEstore/fadeit.css deleted file mode 100644 index 2b91a8a..0000000 --- a/examples/ONEstore/fadeit.css +++ /dev/null @@ -1,160 +0,0 @@ -/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ - -/* - * ===================================== - * 1. Common styles for general table things. - * ===================================== - */ -img { - max-width: 100%; -} - -body { - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: none; -} - -tr{ - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - box-sizing: border-box; - font-size: 14px; - line-height: 20px; -} - -.main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #ffffff; -} - -.rbcc{ - /* - * rbcc -> reset - border - cellspacing - cellpading - * - * Resets table attributes. - */ - border:0; - cellpadding:0; - cellspacing:0; -} - -.sp{ - /* Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 30px; -} - -.gray-hr{ - border-bottom:1px solid #E4E4E4; - border-top:none; - margin-bottom:20px; - margin-top:20px; -} - -a{ - text-decoration: none; - color: #0fade1; -} - -/* - * ================= - * 2. Content styles. - * ================== - */ -.main__welcome{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 22px; -} - -.main__content{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 14px; -} - - -/* - * ================ - * 3. Footer styles. - * ================ - */ -.footer{ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #f5f5f5; - padding: 20px 30px 0px 30px; - color: #888; - border-top: 8px solid #EAEAEA; -} - -.footer a{ - color: #888; -} - -.footer--simple{ - padding-bottom: 20px; - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #FFFFFF; -} - -.footer__main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ -} - -.footer__main__signature{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1{ - /* @todo gulp-inline-css can't use width in percentages */ - width:70%; - margin-bottom:30px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1__td{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main a > span{ - /* Revert apple blue-link style. */ - color: #888!important; - text-decoration:none!important; -} - -.footer__main__col2{ - /* @todo gulp-inline-css can't use width in percentages */ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td__img{ - border: 0; - padding-top: 6px; - padding-left:10px; - max-width: 100%; - max-height:38px; - height: auto; -} \ No newline at end of file diff --git a/examples/ONEstore/footer.inc.html b/examples/ONEstore/footer.inc.html deleted file mode 100644 index 43e0245..0000000 --- a/examples/ONEstore/footer.inc.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/ONEstore/full-mail.html b/examples/ONEstore/full-mail.html deleted file mode 100644 index 9245d75..0000000 --- a/examples/ONEstore/full-mail.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
- -
- -
- diff --git a/examples/ONEstore/head.inc.html b/examples/ONEstore/head.inc.html deleted file mode 100644 index 5a6305e..0000000 --- a/examples/ONEstore/head.inc.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/examples/ONEstore/signature-reply.html b/examples/ONEstore/signature-reply.html deleted file mode 100644 index 81f6f7a..0000000 --- a/examples/ONEstore/signature-reply.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -
- - - - - - - -
- \ No newline at end of file diff --git a/examples/ONEstore/signature.html b/examples/ONEstore/signature.html deleted file mode 100644 index a5951b2..0000000 --- a/examples/ONEstore/signature.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - - - - - - - -
- diff --git a/examples/ONEstoreBlack/assets/logo.png b/examples/ONEstoreBlack/assets/logo.png deleted file mode 100644 index 587c07d..0000000 Binary files a/examples/ONEstoreBlack/assets/logo.png and /dev/null differ diff --git a/examples/ONEstoreBlack/assets/play-logo.png b/examples/ONEstoreBlack/assets/play-logo.png deleted file mode 100644 index 83e17b7..0000000 Binary files a/examples/ONEstoreBlack/assets/play-logo.png and /dev/null differ diff --git a/examples/ONEstoreBlack/assets/type03.png b/examples/ONEstoreBlack/assets/type03.png deleted file mode 100644 index ee2db4e..0000000 Binary files a/examples/ONEstoreBlack/assets/type03.png and /dev/null differ diff --git a/examples/ONEstoreBlack/conf.json b/examples/ONEstoreBlack/conf.json deleted file mode 100644 index 1af210b..0000000 --- a/examples/ONEstoreBlack/conf.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "persons": [ - { - "id": "ONEstoreBlack", - "signature": "Best regards,", - "name": "Joo Hyung Park", - "team": "Service Planning Team", - "title": "Dev Relations", - "welcome": "안녕하세요.", - "introParagraph": "Thanks for writing up this email.
We are delighted to reply with a responsive template.", - "contactMain": "Call +82-10-1234-5678 or email us at", - "contactMail": "devhelper@onestore.co.kr", - "contactSecondary": "188, Pangyoyeok-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea", - "logoUrl": "assets/type03.png", - "logoAlt": "ONEstore. logo", - "website": "http://onesto.re/" - } - ] -} diff --git a/examples/ONEstoreBlack/footer.inc.html b/examples/ONEstoreBlack/footer.inc.html deleted file mode 100644 index 3f79328..0000000 --- a/examples/ONEstoreBlack/footer.inc.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/ONEstoreBlack/full-mail.html b/examples/ONEstoreBlack/full-mail.html deleted file mode 100644 index 9245d75..0000000 --- a/examples/ONEstoreBlack/full-mail.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
- -
- -
- diff --git a/examples/ONEstoreBlack/head.inc.html b/examples/ONEstoreBlack/head.inc.html deleted file mode 100644 index 2197a50..0000000 --- a/examples/ONEstoreBlack/head.inc.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/examples/ONEstoreBlack/play.css b/examples/ONEstoreBlack/play.css deleted file mode 100644 index 5cb61d3..0000000 --- a/examples/ONEstoreBlack/play.css +++ /dev/null @@ -1,174 +0,0 @@ -/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ - -/* - * ===================================== - * 1. Common styles for general table things. - * ===================================== - */ -img { - max-width: 100%; -} - -body { - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: none; -} - -tr{ - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - box-sizing: border-box; - font-size: 14px; - line-height: 22px; -} - -.main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #ffffff; -} - -.rbcc{ - /* - * rbcc -> reset - border - cellspacing - cellpading - * - * Resets table attributes. - */ - border:0; - cellpadding:0; - cellspacing:0; -} - -.sp{ - /* sp -> space, Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 30px; -} - -.spd{ - /* spd -> space - double, Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 60px; -} - -.gray-hr{ - border-bottom:1px solid #E4E4E4; - border-top:none; - margin-bottom:20px; - margin-top:20px; -} - -a{ - text-decoration: none; - color: #0fade1; -} - -/* - * ================= - * 2. Content styles. - * ================== - */ -.main__welcome{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 22px; -} - -.main__content{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 14px; -} - - -/* - * ================ - * 3. Footer styles. - * ================ - */ -.footer{ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #303030; - padding: 20px 30px 0px 30px; - color: #f5f5f5; - border-top: 8px solid #585858; -} - -.footer a{ - color: #f5f5f5; -} - -.footer--simple{ - padding-bottom: 20px; - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #FFFFFF; -} - -.footer--simple tr td{ - color: #888; -} - -.footer__main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ -} - -.footer__main__signature{ - font-size: 14px; - color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1{ - /* @todo gulp-inline-css can't use width in percentages */ - width:70%; - margin-bottom:40px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1__td{ - color: #9E9E9E; - /* @todo gulp-inline-css doesn't parse align */ - align:left; - padding-top: 15px; -} - -.footer__main__col1__td > span{ - font-size:18px; - margin-bottom:5px; -} - -.footer__main a > span{ - /* Revert apple blue-link style. */ - color: #f5f5f5!important; - text-decoration:none!important; -} - -.footer__main__col2{ - /* @todo gulp-inline-css can't use width in percentages */ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td{ - font-size: 14px; - color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td__img{ - border: 0; - padding-left:20px; - max-width: 100%; - max-height:65px; - height: auto; -} \ No newline at end of file diff --git a/examples/ONEstoreBlack/signature-reply.html b/examples/ONEstoreBlack/signature-reply.html deleted file mode 100644 index 81f6f7a..0000000 --- a/examples/ONEstoreBlack/signature-reply.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -
- - - - - - - -
- \ No newline at end of file diff --git a/examples/ONEstoreBlack/signature.html b/examples/ONEstoreBlack/signature.html deleted file mode 100644 index a5951b2..0000000 --- a/examples/ONEstoreBlack/signature.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - - - - - - - -
- diff --git a/examples/fadeit/assets/fadeit-logo.png b/examples/fadeit/assets/fadeit-logo.png deleted file mode 100644 index 1d61548..0000000 Binary files a/examples/fadeit/assets/fadeit-logo.png and /dev/null differ diff --git a/examples/fadeit/conf.json b/examples/fadeit/conf.json deleted file mode 100644 index 829694e..0000000 --- a/examples/fadeit/conf.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "persons": [ - { - "id": "fadeit", - "signature": "Yours truly,", - "name": "Jane Whatsmyname", - "welcome": "Hi there,", - "introParagraph": "Thanks for writing up this email.
We are delighted to reply with a responsive template.", - "contactMain": "Call 81100200 or email us at", - "contactMail": "info@fadeit.dk", - "contactSecondary": "Anelystparken 31, DK-8381 Tilst, Aarhus", - "logoUrl": "http://fadeit.dk/src/assets/img/brand/fadeit-logo.png", - "logoAlt": "fadeit logo", - "website": "http://fadeit.dk" - } - ] -} \ No newline at end of file diff --git a/examples/fadeit/fadeit.css b/examples/fadeit/fadeit.css deleted file mode 100644 index 2b91a8a..0000000 --- a/examples/fadeit/fadeit.css +++ /dev/null @@ -1,160 +0,0 @@ -/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ - -/* - * ===================================== - * 1. Common styles for general table things. - * ===================================== - */ -img { - max-width: 100%; -} - -body { - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: none; -} - -tr{ - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - box-sizing: border-box; - font-size: 14px; - line-height: 20px; -} - -.main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #ffffff; -} - -.rbcc{ - /* - * rbcc -> reset - border - cellspacing - cellpading - * - * Resets table attributes. - */ - border:0; - cellpadding:0; - cellspacing:0; -} - -.sp{ - /* Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 30px; -} - -.gray-hr{ - border-bottom:1px solid #E4E4E4; - border-top:none; - margin-bottom:20px; - margin-top:20px; -} - -a{ - text-decoration: none; - color: #0fade1; -} - -/* - * ================= - * 2. Content styles. - * ================== - */ -.main__welcome{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 22px; -} - -.main__content{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 14px; -} - - -/* - * ================ - * 3. Footer styles. - * ================ - */ -.footer{ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #f5f5f5; - padding: 20px 30px 0px 30px; - color: #888; - border-top: 8px solid #EAEAEA; -} - -.footer a{ - color: #888; -} - -.footer--simple{ - padding-bottom: 20px; - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #FFFFFF; -} - -.footer__main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ -} - -.footer__main__signature{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1{ - /* @todo gulp-inline-css can't use width in percentages */ - width:70%; - margin-bottom:30px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1__td{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main a > span{ - /* Revert apple blue-link style. */ - color: #888!important; - text-decoration:none!important; -} - -.footer__main__col2{ - /* @todo gulp-inline-css can't use width in percentages */ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td{ - font-size: 14px; - color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td__img{ - border: 0; - padding-top: 6px; - padding-left:10px; - max-width: 100%; - max-height:38px; - height: auto; -} \ No newline at end of file diff --git a/examples/fadeit/footer.inc.html b/examples/fadeit/footer.inc.html deleted file mode 100644 index 0ce5e38..0000000 --- a/examples/fadeit/footer.inc.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/fadeit/full-mail.html b/examples/fadeit/full-mail.html deleted file mode 100644 index 9245d75..0000000 --- a/examples/fadeit/full-mail.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
- -
- -
- diff --git a/examples/fadeit/head.inc.html b/examples/fadeit/head.inc.html deleted file mode 100644 index 5a6305e..0000000 --- a/examples/fadeit/head.inc.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/examples/fadeit/signature-reply.html b/examples/fadeit/signature-reply.html deleted file mode 100644 index 81f6f7a..0000000 --- a/examples/fadeit/signature-reply.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -
- - - - - - - -
- \ No newline at end of file diff --git a/examples/fadeit/signature.html b/examples/fadeit/signature.html deleted file mode 100644 index a5951b2..0000000 --- a/examples/fadeit/signature.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - - - - - - - -
- diff --git a/examples/play/assets/play-logo.png b/examples/play/assets/play-logo.png deleted file mode 100644 index 83e17b7..0000000 Binary files a/examples/play/assets/play-logo.png and /dev/null differ diff --git a/examples/play/conf.json b/examples/play/conf.json deleted file mode 100644 index 064d28a..0000000 --- a/examples/play/conf.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "persons": [ - { - "id": "play", - "signature": "Best regards,", - "name": "Jane Whatsmyname", - "contactMain": "Call (45) 81100200 or email us at", - "contactMail": "info@tryplay.dk", - "slogan": "LED Pylon. LED Wall. Digital Signage.", - "logoUrl": "https://informationscreen.com/manage/assets/images/play-logo.png", - "logoAlt": "Play. logo", - "website": "http://tryplay.dk" - } - ] -} diff --git a/examples/play/footer.inc.html b/examples/play/footer.inc.html deleted file mode 100644 index c70f880..0000000 --- a/examples/play/footer.inc.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/examples/play/head.inc.html b/examples/play/head.inc.html deleted file mode 100644 index 2197a50..0000000 --- a/examples/play/head.inc.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/examples/play/play.css b/examples/play/play.css deleted file mode 100644 index 5cb61d3..0000000 --- a/examples/play/play.css +++ /dev/null @@ -1,174 +0,0 @@ -/* Solving https://github.com/jonkemp/inline-css/issues/8 would make things nicer. */ - -/* - * ===================================== - * 1. Common styles for general table things. - * ===================================== - */ -img { - max-width: 100%; -} - -body { - -webkit-font-smoothing: antialiased; - -webkit-text-size-adjust: none; -} - -tr{ - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - box-sizing: border-box; - font-size: 14px; - line-height: 22px; -} - -.main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #ffffff; -} - -.rbcc{ - /* - * rbcc -> reset - border - cellspacing - cellpading - * - * Resets table attributes. - */ - border:0; - cellpadding:0; - cellspacing:0; -} - -.sp{ - /* sp -> space, Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 30px; -} - -.spd{ - /* spd -> space - double, Separator tr */ - /* @todo gulp-inline-css doesn't add height attrs */ - height: 60px; -} - -.gray-hr{ - border-bottom:1px solid #E4E4E4; - border-top:none; - margin-bottom:20px; - margin-top:20px; -} - -a{ - text-decoration: none; - color: #0fade1; -} - -/* - * ================= - * 2. Content styles. - * ================== - */ -.main__welcome{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 22px; -} - -.main__content{ - color: #000; - padding: 10px 30px 0 30px; - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 14px; -} - - -/* - * ================ - * 3. Footer styles. - * ================ - */ -.footer{ - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #303030; - padding: 20px 30px 0px 30px; - color: #f5f5f5; - border-top: 8px solid #585858; -} - -.footer a{ - color: #f5f5f5; -} - -.footer--simple{ - padding-bottom: 20px; - /* @todo gulp-inline-css doesn't parse background-color -> bgcolor */ - background-color: #FFFFFF; -} - -.footer--simple tr td{ - color: #888; -} - -.footer__main{ - /* @todo gulp-inline-css can't use width in percentages */ - /* This style property fucks up the width on OS X, needs to be *JUST* attribute -> - width:100%; */ -} - -.footer__main__signature{ - font-size: 14px; - color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1{ - /* @todo gulp-inline-css can't use width in percentages */ - width:70%; - margin-bottom:40px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; -} - -.footer__main__col1__td{ - color: #9E9E9E; - /* @todo gulp-inline-css doesn't parse align */ - align:left; - padding-top: 15px; -} - -.footer__main__col1__td > span{ - font-size:18px; - margin-bottom:5px; -} - -.footer__main a > span{ - /* Revert apple blue-link style. */ - color: #f5f5f5!important; - text-decoration:none!important; -} - -.footer__main__col2{ - /* @todo gulp-inline-css can't use width in percentages */ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td{ - font-size: 14px; - color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:right; -} - -.footer__main__col2__td__img{ - border: 0; - padding-left:20px; - max-width: 100%; - max-height:65px; - height: auto; -} \ No newline at end of file diff --git a/examples/play/signature-reply.html b/examples/play/signature-reply.html deleted file mode 100644 index 81f6f7a..0000000 --- a/examples/play/signature-reply.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -
- - - - - - - -
- \ No newline at end of file diff --git a/examples/play/signature.html b/examples/play/signature.html deleted file mode 100644 index a5951b2..0000000 --- a/examples/play/signature.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
- - - - - - - - -
-