-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmail_template_style.css
177 lines (173 loc) · 3.69 KB
/
mail_template_style.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
@charset "UTF-8";
/* css created by:James W. Threadgill [email protected] on 06/04/2017. */
/*copyright wwweb concepts http://wwwebconcepts.com */
body {
font-family:Verdana, Helvectica, Arial;
background:#fff;
margin:10px;
padding:0;
}
/* page titles */
hgroup.title {
margin-bottom: 10px;
font-family: Verdana, Helvectica, Arial;
font-variant: small-caps !important;
font-weight: bold !important;
}
hgroup.title h1 {
font-size: 24px;
display: normal;
margin-left: 0;
}
hgroup.title h2 {
font-variant: small-caps !important;
font-weight: bold !important;
font-size: 18px;
margin-left: 3px;
}
.thanks_lbl {
width: 100%;
clear: left;
float: left;
text-align: left;
font-size: 16px;
font-weight: bold;
margin: 10px 5px 5px 15px;
border: 0;
}
.thanks_field {
display: inline;
float: left;
clear: right;
text-align: left;
margin: 10px 5px 5px 15px;
font-size: 16px;
border: 0;
}
#form-container {
width: 80%;
margin: 0 auto 25px;
border: 0;
}
.forms {
border: 0;
float: left;
text-align: center;
padding: 20px;
width: 100%;
}
table {
width: 100%;
border: 0;
padding: 10px;
margin: 0 auto;
background-color: #c1cce3;
border: solid 1px #272727;
border-radius: 12px;
-moz-box-shadow: -3px 6px 5px rgba(0,0,0,.5);
-webkit-box-shadow: -3px 6px 5px rgba(0,0,0,.5);
box-shadow: -3px 6px 5px rgba(0,0,0,.5);
}
table .label {
white-space: nowrap;
width: 35%;
}
/*template header image style--use this if you want no space around the image*/
.header {
text-align:center;
float:left;
clear:both;
width: 100%;
}
.header_image {
width: 100%;
margin:0 auto;
border: 0;
}
.mail_container {
width: 80%;
min-width: 320px;
max-width: 960px;
margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
@media (min-width: 320px) {
.mail_container {
width: 100%;
margin: 0 auto;
}
}
.mail-content {
text-align: left;
width: 100%;
float: left;
font-family: Verdana, Helvectica, Arial;
font-size: 16px;
padding: 15px;
}
.specialbold { /* bold text:contact/inquire field descriptors, bold table labels and output values */
font-family: Verdana, Helvectica, Arial;
font-size: 12px;
font-weight: bold;
word-spacing: 0;
text-indent: 0;
margin: 0;
}
.footer {
font-size: 12px;
float: left;
clear: both;
width: 100%;
margin: 0 auto;
}
.logo-image {
float: left;
margin: 0 10px auto 0;
}
.clear {
clear:both;
width:100%;
}
/*format footer links*/
a.footer {
color:#900;
text-decoration:none;
font-family:Verdana, Helvectica, Arial;
font-size:10px;
}
a:link.footer {
color:#900;
text-decoration:none;
font-family:Verdana, Helvectica, Arial;
font-size:10px;
}
a:visited.footer {
color:#999;
text-decoration:none;
font-family:Verdana, Helvectica, Arial;
font-size:10px;
}
a:hover.footer {
color:#F00;
text-decoration:underline;
font-family:Verdana, Helvectica, Arial;
font-size:10px;
}
/* Format all other links */
a:link {
color:#900;
text-decoration:none;
font-family:Verdana, Helvectica, Arial;
font-size:12px;
}
a:visited {
color:#333;
text-decoration:none;
font-family:Verdana, Helvectica, Arial;
font-size:12px;
}
a:hover.footer {
color: #F00;
text-decoration: underline;
font-family: Verdana, Helvectica, Arial;
font-size: 10px;
}