mails 0.0.2 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/styles/mails.css DELETED
@@ -1,86 +0,0 @@
1
- .facebook table td {
2
- background: #3b5998;
3
- border-color: #2d4473;
4
- }
5
-
6
- .facebook:hover table td {
7
- background: #2d4473 !important;
8
- }
9
-
10
- .twitter table td {
11
- background: #00acee;
12
- border-color: #0087bb;
13
- }
14
-
15
- .twitter:hover table td {
16
- background: #0087bb !important;
17
- }
18
-
19
- .google-plus table td {
20
- background-color: #DB4A39;
21
- border-color: #CC0000;
22
- }
23
-
24
- .google-plus:hover table td {
25
- background: #CC0000 !important;
26
- }
27
-
28
- .template-label {
29
- color: #999;
30
- font-weight: bold;
31
- font-size: 12px;
32
- }
33
-
34
- .callout .wrapper {
35
- padding-bottom: 20px;
36
- }
37
-
38
- .callout .panel {
39
- background: #ECF8FF;
40
- border-color: #b9e5ff;
41
- }
42
-
43
- .header {
44
- background: #efefef;
45
- }
46
-
47
- .footer .wrapper {
48
- background: #ebebeb;
49
- }
50
-
51
- .footer h5 {
52
- padding-bottom: 10px;
53
- }
54
-
55
- table.columns .text-pad {
56
- padding-left: 10px;
57
- padding-right: 10px;
58
- }
59
-
60
- table.columns .left-text-pad {
61
- padding-left: 10px;
62
- }
63
-
64
- table.columns .right-text-pad {
65
- padding-right: 10px;
66
- }
67
-
68
- @media only screen and (max-width: 600px) {
69
-
70
- table[class="body"] .right-text-pad {
71
- padding-left: 10px !important;
72
- }
73
-
74
- table[class="body"] .left-text-pad {
75
- padding-right: 10px !important;
76
- }
77
- }
78
-
79
- .title {
80
- font-size: 20px;
81
- font-weight: bold;
82
- }
83
-
84
- .desc {
85
- font-size: 14px;
86
- }
@@ -1,171 +0,0 @@
1
- {% extends 'layout.html' %}
2
-
3
- {% block css %}
4
- <link rel="stylesheet" href="../styles/basic.css" />
5
- {% endblock %}
6
-
7
- {% block content %}
8
-
9
- <table class="row header">
10
- <tr>
11
- <td class="center" align="center">
12
- <center>
13
-
14
- <table class="container">
15
- <tr>
16
- <td class="wrapper last">
17
-
18
- <table class="twelve columns">
19
- <tr>
20
- <td class="six sub-columns">
21
- <img src="http://placehold.it/200x50">
22
- </td>
23
- <td class="six sub-columns last" style="text-align:right; vertical-align:middle;">
24
- <span class="template-label">BASIC</span>
25
- </td>
26
-
27
- </tr>
28
- </table>
29
-
30
- </td>
31
- </tr>
32
- </table>
33
-
34
- </center>
35
- </td>
36
- </tr>
37
- </table>
38
-
39
- <table class="container">
40
- <tr>
41
- <td>
42
-
43
- <table class="row">
44
- <tr>
45
- <td class="wrapper last">
46
-
47
- <table class="twelve columns">
48
- <tr>
49
- <td>
50
- <h3>Hi, Susan Calvin</h3>
51
- <p class="lead">Phasellus dictum sapien a neque luctus cursus. Pellentesque sem dolor, fringilla et pharetra vitae.</p>
52
- <p>Phasellus dictum sapien a neque luctus cursus. Pellentesque sem dolor, fringilla et pharetra vitae. consequat vel lacus. Sed iaculis pulvinar ligula, ornare fringilla ante viverra et. In hac habitasse platea dictumst. Donec vel orci mi, eu congue justo. Integer eget odio est, eget malesuada lorem. Aenean sed tellus dui, vitae viverra risus. Nullam massa sapien, pulvinar eleifend fringilla id, convallis eget nisi. Mauris a sagittis dui. Pellentesque non lacinia mi. Fusce sit amet libero sit amet erat venenatis sollicitudin vitae vel eros. Cras nunc sapien, interdum sit amet porttitor ut, congue quis urna.</p>
53
- </td>
54
- <td class="expander"></td>
55
- </tr>
56
- </table>
57
-
58
- </td>
59
- </tr>
60
- </table>
61
-
62
- <table class="row callout">
63
- <tr>
64
- <td class="wrapper last">
65
-
66
- <table class="twelve columns">
67
- <tr>
68
- <td class="panel">
69
- <p>Phasellus dictum sapien a neque luctus cursus. Pellentesque sem dolor, fringilla et pharetra vitae. <a href="#">Click it! »</a></p>
70
- </td>
71
- <td class="expander"></td>
72
- </tr>
73
- </table>
74
-
75
- </td>
76
- </tr>
77
- </table>
78
-
79
- <table class="row footer">
80
- <tr>
81
- <td class="wrapper">
82
-
83
- <table class="six columns">
84
- <tr>
85
- <td class="left-text-pad">
86
-
87
- <h5>Connect With Us:</h5>
88
-
89
- <a class="tiny-button facebook" href="#">
90
- <table>
91
- <tr>
92
- <td>
93
- Facebook
94
- </td>
95
- </tr>
96
- </table>
97
- </a>
98
-
99
- <br>
100
-
101
- <a class="tiny-button twitter" href="#">
102
- <table>
103
- <tr>
104
- <td>
105
- Twitter
106
- </td>
107
- </tr>
108
- </table>
109
- </a>
110
-
111
- <br>
112
-
113
- <a class="tiny-button google-plus" href="#">
114
- <table>
115
- <tr>
116
- <td>
117
- Google +
118
- </td>
119
- </tr>
120
- </table>
121
- </a>
122
-
123
- </td>
124
- <td class="expander"></td>
125
- </tr>
126
- </table>
127
-
128
- </td>
129
- <td class="wrapper last">
130
-
131
- <table class="six columns">
132
- <tr>
133
- <td class="last right-text-pad">
134
- <h5>Contact Info:</h5>
135
- <p>Phone: 408.341.0600</p>
136
- <p>Email: <a href="mailto:hseldon@trantor.com">hseldon@trantor.com</a></p>
137
- </td>
138
- <td class="expander"></td>
139
- </tr>
140
- </table>
141
-
142
- </td>
143
- </tr>
144
- </table>
145
-
146
-
147
- <table class="row">
148
- <tr>
149
- <td class="wrapper last">
150
-
151
- <table class="twelve columns">
152
- <tr>
153
- <td align="center">
154
- <center>
155
- <p style="text-align:center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#">Unsubscribe</a></p>
156
- </center>
157
- </td>
158
- <td class="expander"></td>
159
- </tr>
160
- </table>
161
-
162
- </td>
163
- </tr>
164
- </table>
165
-
166
- <!-- container end below -->
167
- </td>
168
- </tr>
169
- </table>
170
-
171
- {% endblock %}
@@ -1,228 +0,0 @@
1
- {% extends 'layout.html' %}
2
-
3
- {% block css %}
4
- <link rel="stylesheet" href="../styles/basic.css" />
5
- {% endblock %}
6
-
7
- {% block content %}
8
-
9
- <table class="row header">
10
- <tr>
11
- <td class="center" align="center">
12
- <center>
13
-
14
- <table class="container">
15
- <tr>
16
- <td class="wrapper last">
17
-
18
- <table class="twelve columns">
19
- <tr>
20
-
21
- <td class="six sub-columns">
22
- <img src="http://placehold.it/200x50">
23
- </td>
24
- <td class="six sub-columns last" align="right" style="text-align:right; vertical-align:middle;">
25
- <span class="template-label">HERO</span>
26
- </td>
27
- <td class="expander"></td>
28
-
29
- </tr>
30
- </table>
31
-
32
- </td>
33
- </tr>
34
- </table>
35
-
36
- </center>
37
- </td>
38
- </tr>
39
- </table>
40
- <br>
41
-
42
- <table class="container">
43
- <tr>
44
- <td>
45
-
46
- <!-- content start -->
47
- <table class="row">
48
- <tr>
49
- <td class="wrapper last">
50
-
51
- <table class="twelve columns">
52
- <tr>
53
- <td>
54
-
55
- <h3>Hi, Elijah Baily</h3>
56
- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.</p>
57
- <img width="580" height="300" src="http://placehold.it/580x300">
58
-
59
- </td>
60
- <td class="expander"></td>
61
- </tr>
62
- </table>
63
-
64
- </td>
65
- </tr>
66
- </table>
67
-
68
- <table class="row callout">
69
- <tr>
70
- <td class="wrapper last">
71
-
72
- <table class="twelve columns">
73
- <tr>
74
- <td class="panel">
75
-
76
- <p>Phasellus dictum sapien a neque luctus cursus. Pellentesque sem dolor, fringilla et pharetra vitae. <a href="#">Click it! »</a></p>
77
-
78
- </td>
79
- <td class="expander"></td>
80
- </tr>
81
- </table>
82
-
83
- </td>
84
- </tr>
85
- </table>
86
-
87
- <table class="row">
88
- <tr>
89
- <td class="wrapper last">
90
-
91
- <table class="twelve columns">
92
- <tr>
93
- <td>
94
-
95
- <h3>Title Ipsum <small>This is a note.</small></h3>
96
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
97
-
98
- </td>
99
- <td class="expander"></td>
100
- </tr>
101
- </table>
102
-
103
- </td>
104
- </tr>
105
- </table>
106
-
107
-
108
- <table class="row">
109
- <tr>
110
- <td class="wrapper last">
111
-
112
- <table class="three columns">
113
- <tr>
114
- <td>
115
-
116
- <a class="button" href="#">
117
- <table>
118
- <tr>
119
- <td>
120
- Click Me!
121
- </td>
122
- </tr>
123
- </table>
124
- </a>
125
-
126
- </td>
127
- <td class="expander"></td>
128
- </tr>
129
- </table>
130
-
131
- </td>
132
- </tr>
133
- </table>
134
-
135
-
136
- <table class="row footer">
137
- <tr>
138
- <td class="wrapper">
139
-
140
- <table class="six columns">
141
- <tr>
142
- <td class="left-text-pad">
143
-
144
- <h5>Connect With Us:</h5>
145
-
146
- <a class="tiny-button facebook" href="#">
147
- <table>
148
- <tr>
149
- <td>
150
- Facebook
151
- </td>
152
- </tr>
153
- </table>
154
- </a>
155
-
156
- <br>
157
-
158
- <a class="tiny-button twitter" href="#">
159
- <table>
160
- <tr>
161
- <td>
162
- Twitter
163
- </td>
164
- </tr>
165
- </table>
166
- </a>
167
-
168
- <br>
169
-
170
- <a class="tiny-button google-plus" href="#">
171
- <table>
172
- <tr>
173
- <td>
174
- Google +
175
- </td>
176
- </tr>
177
- </table>
178
- </a>
179
-
180
- </td>
181
- <td class="expander"></td>
182
- </tr>
183
- </table>
184
-
185
- </td>
186
- <td class="wrapper last">
187
-
188
- <table class="six columns">
189
- <tr>
190
- <td class="last right-text-pad">
191
- <h5>Contact Info:</h5>
192
- <p>Phone: 408.341.0600</p>
193
- <p>Email: <a href="mailto:hseldon@trantor.com">hseldon@trantor.com</a></p>
194
- </td>
195
- <td class="expander"></td>
196
- </tr>
197
- </table>
198
-
199
- </td>
200
- </tr>
201
- </table>
202
-
203
-
204
- <table class="row">
205
- <tr>
206
- <td class="wrapper last">
207
-
208
- <table class="twelve columns">
209
- <tr>
210
- <td align="center">
211
- <center>
212
- <p style="text-align:center;"><a href="#">Terms</a> | <a href="#">Privacy</a> | <a href="#"><unsubscribe>Unsubscribe</unsubscribe></a></p>
213
- </center>
214
- </td>
215
- <td class="expander"></td>
216
- </tr>
217
- </table>
218
-
219
- </td>
220
- </tr>
221
- </table>
222
-
223
- <!-- container end below -->
224
- </td>
225
- </tr>
226
- </table>
227
-
228
- {% endblock %}
@@ -1,20 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml">
3
- <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <meta name="viewport" content="width=device-width"/>
6
- <link rel="stylesheet" href="../styles/ink.css" />
7
- {% block css %}{% endblock %}
8
- </head>
9
- <body>
10
- <table class="body">
11
- <tr>
12
- <td class="center" align="center" valign="top">
13
- <center>
14
- {% block content %}{% endblock %}
15
- </center>
16
- </td>
17
- </tr>
18
- </table>
19
- </body>
20
- </html>