-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathboilerplate.html
More file actions
162 lines (136 loc) · 3.42 KB
/
boilerplate.html
File metadata and controls
162 lines (136 loc) · 3.42 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>Doppler</title>
<style>
html,
body {
margin: 0 auto !important;
padding: 0 !important;
}
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
table table table {
table-layout: auto;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
}
/* Hover styles for buttons */
.button--td:hover,
.button--a:hover {
background: #008046 !important;
}
.link-hover:hover {
color: #008046 !important
}
*[x-apple-data-detectors],
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
th {
font-weight: normal;
}
/* MEDIA QUERIES */
@media all and (max-width:480px) {
.wrapper {
width: 320px !important;
padding: 0 !important;
}
.container {
width: 300px !important;
padding: 0 !important;
}
.mobile {
width: 300px !important;
display: block !important;
padding: 0 !important;
}
.img {
width: 100% !important;
height: auto !important;
}
.mobileOff {
width: 0px !important;
display: none !important;
}
.mobileOn {
display: block !important;
max-height: none !important;
}
.mobile-pl,
.mobile-pl-btn,
u + .body .mobile-pl,
u + .body .mobile-pl-btn {
padding-left: 0 !important;
}
.mobile-pt,
u + .body .mobile-pt {
padding-top: 20px !important;
}
.mobilePadding {
padding-left: 3% !important;
padding-right: 3% !important;
width: 100% !important;
}
u~div .wrapper {
width: 100vw !important;
}
}
@media (prefers-color-scheme: dark) {
.dm-text-light,
u + .body .dm-text-light {
color:#ffffff !important;
}
}
</style>
<!--[if gte mso 9]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
</head>
<body style="margin:0; padding:0;">
<center>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
</td>
</tr>
</table>
</center>
</body>
</html>