diff --git a/templates/dark/dark.css b/templates/dark/dark.css index 9f48f44..8c6e1af 100644 --- a/templates/dark/dark.css +++ b/templates/dark/dark.css @@ -12,42 +12,46 @@ body { -webkit-text-size-adjust: none; } -tr{ +tr { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; line-height: 22px; } -.main{ - width:100%; +.main { + width: 100%; background-color: #ffffff; } -.rbcc{ +.rbcc { /* * rbcc -> reset - border - cellspacing - cellpading * * Resets table attributes. */ - border:0; - cellpadding:0; - cellspacing:0; + border: 0; + cellpadding: 0; + cellspacing: 0; } -.sp{ /* Separator tr; props are actually contained by it's inner element atm. */ } +.sp { + /* Separator tr; props are actually contained by it's inner element atm. */ +} -.sp__inner{ +.sp__inner { padding: 15px 0; } -.spd{ /* Separator tr (double); props are actually contained by it's inner element atm. */ } +.spd { + /* Separator tr (double); props are actually contained by it's inner element atm. */ +} -.spd__inner{ +.spd__inner { height: 60px; } -a{ +a { text-decoration: none; color: #0fade1; } @@ -57,7 +61,7 @@ a{ * 2. Content styles. * ================== */ -.main__welcome{ +.main__welcome { color: #000; padding: 10px 30px 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; @@ -65,93 +69,92 @@ a{ line-height: 22px; } -.main__content{ +.main__content { color: #000; padding: 10px 30px 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; } - /* * ================ * 3. Footer styles. * ================ */ -.footer{ +.footer { background-color: #303030; padding: 20px 30px 0px 30px; color: #f5f5f5; border-top: 8px solid #585858; } -.footer a{ +.footer a { color: #f5f5f5; } -.footer--simple{ +.footer--simple { padding-bottom: 20px; - background-color: #FFFFFF; + background-color: #ffffff; } -.footer--simple tr td{ +.footer--simple tr td { color: #888; } -.footer__main{ +.footer__main { /* This style property fucks up the width on OS X, needs to be *JUST* attribute */ - width:100%; + width: 100%; } -.footer__main__signature{ +.footer__main__signature { font-size: 14px; color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:left; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; } -.footer__main__col1{ - width:70%; - margin-bottom:40px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; +.footer__main__col1 { + width: 70%; + margin-bottom: 40px; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; } -.footer__main__col1__td{ - color: #9E9E9E; - /* @todo gulp-inline-css doesn't parse align */ - align:left; +.footer__main__col1__td { + color: #9e9e9e; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; padding-top: 15px; } -.footer__main__col1__td > span{ - font-size:18px; - margin-bottom:5px; +.footer__main__col1__td > span { + font-size: 18px; + margin-bottom: 5px; } -.footer__main a > span{ +.footer__main a > span { /* Revert apple blue-link style. */ - color: #f5f5f5!important; - text-decoration:none!important; + color: #f5f5f5 !important; + text-decoration: none !important; } -.footer__main__col2{ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; +.footer__main__col2 { + width: 30%; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: right; } -.footer__main__col2__td{ +.footer__main__col2__td { font-size: 14px; color: #f5f5f5; - /* @todo gulp-inline-css doesn't parse align */ - align:right; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: right; } -.footer__main__col2__td__img{ +.footer__main__col2__td__img { border: 0; - padding-left:20px; + padding-left: 20px; max-width: 100%; - max-height:65px; + max-height: 65px; height: auto; -} \ No newline at end of file +} diff --git a/templates/dark/footer.inc.html b/templates/dark/footer.inc.html index ac60ca8..46dcf48 100644 --- a/templates/dark/footer.inc.html +++ b/templates/dark/footer.inc.html @@ -1,35 +1,32 @@ - - + + + - - - - - \ No newline at end of file + diff --git a/templates/dark/signature-reply.html b/templates/dark/signature-reply.html index 1c069eb..5a9af97 100644 --- a/templates/dark/signature-reply.html +++ b/templates/dark/signature-reply.html @@ -1,16 +1,18 @@ -
+
+ - + + +
- \ No newline at end of file + diff --git a/templates/light/light.css b/templates/light/light.css index b43fc56..9b85097 100644 --- a/templates/light/light.css +++ b/templates/light/light.css @@ -12,56 +12,60 @@ body { -webkit-text-size-adjust: none; } -tr{ +tr { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 14px; line-height: 20px; } -.rbcc{ +.rbcc { /* * rbcc -> reset - border - cellspacing - cellpading * * Resets table attributes. */ - border:0; - cellpadding:0; - cellspacing:0; + border: 0; + cellpadding: 0; + cellspacing: 0; } -.background{ - width:100%; -} - -.main{ - width:100%; - background-color: #ffffff; - padding-top:15px; -} - -.sp{ /* Separator tr; props are actually contained by it's inner element atm. */ } - -.sp__inner{ - padding: 15px 0; -} - -.gray-hr{ /* 100% width light grey line; props are actually contained by inner elements atm. */ } - -.gray-hr td{ +.background { width: 100%; } -.gray-hr hr{ - border-bottom:1px solid #E4E4E4; - border-top:none; - margin-bottom:20px; - margin-top:20px; - color: transparent; - background:transparent; +.main { + width: 100%; + background-color: #ffffff; + padding-top: 15px; } -a{ +.sp { + /* Separator tr; props are actually contained by it's inner element atm. */ +} + +.sp__inner { + padding: 15px 0; +} + +.gray-hr { + /* 100% width light grey line; props are actually contained by inner elements atm. */ +} + +.gray-hr td { + width: 100%; +} + +.gray-hr hr { + border-bottom: 1px solid #e4e4e4; + border-top: none; + margin-bottom: 20px; + margin-top: 20px; + color: transparent; + background: transparent; +} + +a { text-decoration: none; color: #0fade1; } @@ -71,7 +75,7 @@ a{ * 2. Content styles. * ================== */ -.main__welcome{ +.main__welcome { color: #000; padding: 10px 30px 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; @@ -79,85 +83,84 @@ a{ line-height: 22px; } -.main__content{ +.main__content { color: #000; padding: 10px 30px 0 30px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; } - /* * ================ * 3. Footer styles. * ================ */ -.footer{ +.footer { background-color: #f5f5f5; padding: 20px 30px 0px 30px; color: #888; - border-top: 8px solid #EAEAEA; + border-top: 8px solid #eaeaea; } -.footer a{ +.footer a { color: #888; } -.footer--simple{ +.footer--simple { padding-bottom: 20px; - background-color: #FFFFFF; + background-color: #ffffff; } -.footer__main{ +.footer__main { /* NB: This prop fucks up the width on OS X, needs to be *JUST* attribute. */ - width:100%; + width: 100%; } -.footer__main__signature{ +.footer__main__signature { font-size: 14px; color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; } -.footer__main__col1{ - width:70%; - margin-bottom:30px; - /* @todo gulp-inline-css doesn't parse align */ - align:left; +.footer__main__col1 { + width: 70%; + margin-bottom: 30px; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; } -.footer__main__col1__td{ +.footer__main__col1__td { font-size: 14px; color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:left; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: left; } -.footer__main a > span{ +.footer__main a > span { /* Revert apple blue-link style. */ - color: #888!important; - text-decoration:none!important; + color: #888 !important; + text-decoration: none !important; } -.footer__main__col2{ - width:30%; - /* @todo gulp-inline-css doesn't parse align */ - align:right; +.footer__main__col2 { + width: 30%; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: right; } -.footer__main__col2__td{ +.footer__main__col2__td { font-size: 14px; color: #888; - /* @todo gulp-inline-css doesn't parse align */ - align:right; + /* @todo gulp-inline-css doesn't parse align; it needs to be duplicated in the HTML template */ + align: right; } -.footer__main__col2__td__img{ +.footer__main__col2__td__img { border: 0; padding-top: 6px; - padding-left:10px; + padding-left: 10px; max-width: 100%; - max-height:38px; + max-height: 38px; height: auto; -} \ No newline at end of file +} diff --git a/templates/light/signature-reply.html b/templates/light/signature-reply.html index 85bc26b..66e0cf8 100644 --- a/templates/light/signature-reply.html +++ b/templates/light/signature-reply.html @@ -1,15 +1,16 @@ -
+
- + + +