-
Notifications
You must be signed in to change notification settings - Fork 0
/
IIC_Styles.css
163 lines (162 loc) · 3.36 KB
/
IIC_Styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
@charset "UTF-8";
/* CSS Document */
h1 {
font-size: 2em;
font-size: 32px;
-mso-line-height-rule: exactly;
line-height: 45px;
font-family: Helvetica, Arial, sans-serif;
color: #{COLOUR};
padding: 34px 0px;
font-weight: normal;
}
h2 {
font-size: 1.5em;
font-size: 24px;
-mso-line-height-rule: exactly;
line-height: 34px;
font-family: Helvetica, Arial, sans-serif;
color: #{COLOUR};
padding: 25px 0px;
font-weight: normal;
}
h3 {
font-size: 1.33em;
font-size: 21px;
-mso-line-height-rule: exactly;
line-height: 30px;
font-family: Helvetica, Arial, sans-serif;
color: #{COLOUR};
padding: 22px 0px;
font-weight: bold;
}
p {
font-size: 1em;
font-size: 16px;
-mso-line-height-rule: exactly;
line-height: 23px;
font-family: Helvetica, Arial, sans-serif;
color: #545454;
}
p.footer {
font-size: 0.813em;
font-size: 12px;
-mso-line-height-rule: exactly;
line-height: 16px;
padding-top:24px;
font-family: Helvetica, Arial, sans-serif;
color: #545454;
}
/* LINK STYLES */
a:link {
text-decoration: underline;
color: #545454;
}
a.cta {
font-size: 1em;
font-size: 16px;
-mso-line-height-rule: exactly;
line-height: 23px;
font-family: Helvetica, Arial, sans-serif;
color: #{COLOUR};
text-decoration: underline;
}
/* CLIENT-SPECIFIC STYLES */
body, table, td, a {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
} /* Remove spacing between tables in Outlook 2007 and up */
img {
-ms-interpolation-mode: bicubic;
} /* Allow smoother rendering of resized image in Internet Explorer */
/* RESET STYLES */
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
color: #{COLOUR};
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
}
table {
border-collapse: collapse !important;
}
body {
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
/* iOS BLUE LINKS */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* MOBILE STYLES */
@media screen and (max-width: 525px) {
/* ALLOWS FOR FLUID TABLES */
.wrapper {
width: 100% !important;
max-width: 100% !important;
}
/* ADJUSTS LAYOUT OF LOGO IMAGE */
.logo img {
margin: 0 auto !important;
}
/* USE THESE CLASSES TO HIDE CONTENT ON MOBILE */
.mobile-hide {
display: none !important;
}
.img-max {
max-width: 100% !important;
width: 100% !important;
height: auto !important;
}
/* FULL-WIDTH TABLES */
.responsive-table {
width: 100% !important;
}
/* UTILITY CLASSES FOR ADJUSTING PADDING ON MOBILE */
.padding {
padding: 10px 5% 15px 5% !important;
}
.padding-meta {
padding: 30px 5% 0px 5% !important;
text-align: center;
}
.padding-copy {
padding: 10px 5% 10px 5% !important;
text-align: center;
}
.no-padding {
padding: 0 !important;
}
.section-padding {
padding: 50px 15px 50px 15px !important;
}
/* ADJUST BUTTONS ON MOBILE */
.mobile-button-container {
margin: 0 auto;
width: 100% !important;
}
.mobile-button {
padding: 15px !important;
border: 0 !important;
font-size: 16px !important;
display: block !important;
}
}
/* ANDROID CENTER FIX */
div[style*="margin: 16px 0;"] {
margin: 0 !important;
}