2efca438cd1cd0d9bb14015e1b2fe05049d2b41b
Andrew Lewman create a thank you page for...

Andrew Lewman authored 12 years ago

1) #thanks_top {
2)   background: url(../images/thankyou_img.jpg) top right no-repeat;
3)   height: 270px;
4)   padding: 20px 475px 0px 20px;
5)   text-align: center;
6)   margin-top: 10px;
7) }
8) 
9) #thanks_top .thankyou_h1 {
10)   margin: 0px auto 20px auto;
11) }
12) 
13) #thanks_top p {
14)   font-family: "Liberation Serif", "Times New Roman", Times, serif;
15)   font-size: 22px;
16)   color: #000000;
17)   font-weight: bold;
18)   line-height: 24px;
19)   margin-top: -15px;
20) }
21) 
22) #thanks_btm {
23)   position: relative;
24)   background: #e2dbe3;
25)   height: 215px;
26)   border: 5px solid #8a6f91;
27)   -webkit-border-radius: 25px;
28)   -moz-border-radius: 25px;
29)   border-radius: 25px;
30) }
31) 
32) #thanks_btm_inner {
33)   position: absolute;
34)   top: 5px;
35)   bottom: 5px;
36)   right: 5px;
37)   left: 5px;
38)   border: 3px solid #8a6f91;
39)   -webkit-border-radius: 17px;
40)   -moz-border-radius: 17px;
41)   border-radius: 17px;
42)   background: #e2dbe3;
43)   background-color: #e2dbe3;
44)   background-image: -webkit-gradient(linear, left top, left bottom, from(#e2dbe3), to(#FFFFFF)); /* Saf4+, Chrome */
45)   background-image: -webkit-linear-gradient(top, #e2dbe3, #FFFFFF); /* Chrome 10+, Saf5.1+ */
46)   background-image:    -moz-linear-gradient(top, #e2dbe3, #FFFFFF); /* FF3.6 */
47)   background-image:     -ms-linear-gradient(top, #e2dbe3, #FFFFFF); /* IE10 */
48)   background-image:      -o-linear-gradient(top, #e2dbe3, #FFFFFF); /* Opera 11.10+ */
49)   background-image:         linear-gradient(top, #e2dbe3, #FFFFFF);
50)             filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2dbe3', EndColorStr='#FFFFFF'); /* IE6–IE9 */
51) }
52) 
53) #thanks_btm .thankyou_h2 {
54)   margin: 5px auto;
55)   float: none;
56)   border: none;
57) }
58) 
59) #thanks_btm p {
60)   font-family: "Liberation Serif", "Times New Roman", Times, serif;
61)   font-size: 24px;
62)   color: #000000;
63)   font-weight: normal;
64)   font-style: italic;
65) }
66) 
67) #thanks_row {
68)   display: table-row;
69) }
70) 
71) td#thanks_l ,
72) td#thanks_r {
73)   width: 466px;
74)   display: table-cell;
75)   text-align: center;
76)   padding: 28px 0px 0px 0px;
77) }
78) 
79) #thanks_c {
80)   display: table-cell;
81)   width: 2px;
82)   padding: 30px 0px 30px 0px;
83) }
84) 
85) #v_rule {
86)     position: absolute;
87)   display: table-row;
88)   background: #8b7192;
89)   width: 2px;
90)   top: 30px;
91)   bottom: 30px;
92) }
93) 
94) #thanks form {
95)   position: relative;
96)   width: 300px;
97)   margin: 25px auto 0px auto;
98)   padding-top: 0px;
99) }
100) 
101) #thanks form p { position: relative; margin: 10px 0;}
102) #thanks form p label { position: absolute; font-family: "Liberation Sans", Arial, Helvetica, sans-serif; z-index: 10;}
103) #thanks form p label.active { top: 7px; left: 10px; font-size: 16px; color: #888888;}
104) #thanks form p label.inactive { top: -18px; left: 5px; font-size: 14px; color: #222222;}
105) 
106) #thanks input {
107)   display: inline-block;
108)   position: absolute;
109)   top: 0px;
110)   bottom: 0px;
111)   font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
112)   font-size: 16px;
113)   border: 1px solid #3e3748;
114)   margin: 0px 0px;
115) }
116) 
117) #email {
118)   top: 0px;
119)   bottom: 0px;
120)   left: 0px;
121)   right: 50px;
122)   font-style: italic;
123)   color: #23300E;
124)   border-right: 0px;
125)   background-color: #dedbe3;
126)   -webkit-border-top-left-radius: 10px;
127)   -webkit-border-bottom-left-radius: 10px;
128)   -moz-border-radius-topleft: 10px;
129)   -moz-border-radius-bottomleft: 10px;
130)   border-top-left-radius: 10px;
131)   border-bottom-left-radius: 10px;
132)   padding: 6px 10px;
133)   width: 250px;
134)   height: 19px;
135)   }
136) 
137) #submit {
138)   left: 250px;
139)   right: 0px;
140)   font-weight:bold;
141)   line-height: 33px;
142)   color: #FFFFFF;
143)   background-color: #dedbe3;
144)   -webkit-border-top-right-radius: 10px;
145)   -webkit-border-bottom-right-radius: 10px;
146)   -moz-border-radius-topright: 10px;
147)   -moz-border-radius-bottomright: 10px;
148)   border-top-right-radius: 10px;
149)   border-bottom-right-radius: 10px;
150)   padding: 0px 10px;
151)   background: #9362b1;
152)   background-color: #9362b1;
153)   background-image: -webkit-gradient(linear, left top, left bottom, from(#9362b1), to(#453748)); /* Saf4+, Chrome */
154)   background-image: -webkit-linear-gradient(top, #9362b1, #453748); /* Chrome 10+, Saf5.1+ */
155)   background-image:    -moz-linear-gradient(top, #9362b1, #453748); /* FF3.6 */
156)   background-image:     -ms-linear-gradient(top, #9362b1, #453748); /* IE10 */
157)   background-image:      -o-linear-gradient(top, #9362b1, #453748); /* Opera 11.10+ */
158)   background-image:         linear-gradient(top, #9362b1, #453748);
159)             filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9362b1', EndColorStr='#453748'); /* IE6–IE9 */
160)   text-shadow: #a793ac 0px 2px 2px,  #222222 0px -2px 2px;
161)   width: 50px;
162)   height: 33px;
163) }
164) 
165) #submit:hover {
166)   background: #e75f02;
167)   background-color: #e75f02;
168)   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#e75f02)); /* Saf4+, Chrome */
169)   background-image: -webkit-linear-gradient(top, #ffcc00, #e75f02); /* Chrome 10+, Saf5.1+ */
170)   background-image:    -moz-linear-gradient(top, #ffcc00, #e75f02); /* FF3.6 */
171)   background-image:     -ms-linear-gradient(top, #ffcc00, #e75f02); /* IE10 */
172)   background-image:      -o-linear-gradient(top, #ffcc00, #e75f02); /* Opera 11.10+ */
173)   background-image:         linear-gradient(top, #ffcc00, #e75f02);
174)             filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#e75f02'); /* IE6–IE9 */
175)   text-shadow: #ffcc00 0px 2px 2px,  #555555 0px -2px 2px;
176) }
177) 
Andrew Lewman fix the layout issues with...

Andrew Lewman authored 12 years ago

178) #thanks_l a {
179)   font-family: "Liberation Serif", "Times New Roman", Times, serif;
180)   font-size: 24px;
181)   font-weight: normal;
182)   font-style: italic;
183)   text-decoration: none;
184)   color: #9362b1;
185) }
186) 
187) #thanks_l a:hover {
188)   text-decoration: underline;
189) }
190) 
191) #thanks_r a {
Andrew Lewman create a thank you page for...

Andrew Lewman authored 12 years ago

192)   font-family: "Liberation Sans", Arial, Helvetica, sans-serif;
193)   font-size: 20px;
194)   color: #9362b1;
195)   font-weight: bold;
196)   text-decoration: none;
197)   text-shadow: #BBBBBB 2px 2px 3px;
198)   line-height: 80px;
199)   padding: 3px 10px;
200)   -webkit-border-radius: 5px;
201)   -moz-border-radius: 5px;
202)   border-radius: 5px;
203) }
204) 
Andrew Lewman fix the layout issues with...

Andrew Lewman authored 12 years ago

205) #thanks_r a:hover {