You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: themes/cerberus/index.html
+62-31
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
<!-- Web Font / @font-face : BEGIN -->
20
20
<!-- NOTE: If web fonts are not required, lines 9 - 26 can be safely removed. -->
21
-
21
+
22
22
<!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
23
23
<!--[if mso]>
24
24
<style>
@@ -27,14 +27,14 @@
27
27
}
28
28
</style>
29
29
<![endif]-->
30
-
30
+
31
31
<!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: http://stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
32
32
<!--[if !mso]><!-->
33
33
<!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
34
34
<!--<![endif]-->
35
35
36
36
<!-- Web Font / @font-face : END -->
37
-
37
+
38
38
<!-- CSS Reset -->
39
39
<styletype="text/css">
40
40
@@ -47,25 +47,26 @@
47
47
height:100%!important;
48
48
width:100%!important;
49
49
}
50
-
50
+
51
51
/* What it does: Stops email clients resizing small text. */
52
52
* {
53
53
-ms-text-size-adjust:100%;
54
54
-webkit-text-size-adjust:100%;
55
+
font-family: sans-serif;
55
56
}
56
-
57
+
57
58
/* What is does: Centers email on Android 4.4 */
58
59
div[style*="margin: 16px 0"] {
59
60
margin:0!important;
60
61
}
61
-
62
+
62
63
/* What it does: Stops Outlook from adding extra spacing to tables. */
63
64
table,
64
65
td {
65
66
mso-table-lspace:0pt!important;
66
67
mso-table-rspace:0pt!important;
67
68
}
68
-
69
+
69
70
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
70
71
table {
71
72
border-spacing:0!important;
@@ -74,9 +75,9 @@
74
75
Margin:0 auto !important;
75
76
}
76
77
tabletabletable {
77
-
table-layout: auto;
78
+
table-layout: auto;
78
79
}
79
-
80
+
80
81
/* What it does: Uses a better rendering method when resizing images in IE. */
81
82
img {
82
83
-ms-interpolation-mode:bicubic;
@@ -89,24 +90,24 @@
89
90
}
90
91
91
92
.brandinga {
92
-
color:inherit;
93
+
color:#fff;
93
94
text-decoration:none;
94
95
}
95
96
96
97
.copyrighta {
97
-
color:#888888;
98
+
color:#888888;
98
99
text-decoration:underline;
99
100
}
100
101
101
102
.email-logo {
102
103
max-height:50px;
103
104
}
104
-
105
+
105
106
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
106
107
.yshortcutsa {
107
108
border-bottom: none !important;
108
109
}
109
-
110
+
110
111
/* What it does: A work-around for iOS meddling in triggered links. */
0 commit comments