author | Shantanu <shantanu@fossee.in> |
Thu, 03 Sep 2009 19:32:37 +0530 | |
changeset 22 | 549668922357 |
parent 20 | 272dced1685b |
permissions | -rw-r--r-- |
10 | 1 |
/* |
2 |
Design by Free CSS Templates |
|
3 |
http://www.freecsstemplates.org |
|
4 |
Released for free under a Creative Commons Attribution 2.5 License |
|
5 |
*/ |
|
6 |
||
7 |
* { |
|
8 |
margin: 0; |
|
9 |
padding: 0; |
|
10 |
} |
|
11 |
||
12 |
body { |
|
13 |
margin: 20px 0; |
|
14 |
background: #FFFFFF url(images/img01.jpg) repeat-x left top; |
|
15 |
text-align: justify; |
|
16 |
font-family: 'Trebuchet MS', "Times New Roman", Times, serif; |
|
17 |
font-size: 13px; |
|
18 |
color: #666666; |
|
19 |
} |
|
20 |
||
21 |
form { |
|
18
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
22 |
margin:10px 15px; padding: 0; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
23 |
border: 1px solid #f2f2f2; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
24 |
background-color: #FAFAFA; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
25 |
padding-bottom: 20px; |
10 | 26 |
} |
27 |
||
18
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
28 |
label { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
29 |
float: left; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
30 |
width: 40%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
31 |
font-weight:bold; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
32 |
margin:5px 0; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
33 |
text-align: right; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
34 |
} |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
35 |
|
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
36 |
label.accept { |
10 | 37 |
} |
38 |
||
39 |
input, textarea { |
|
18
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
40 |
padding: 3px; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
41 |
margin-left: 1%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
42 |
width: 30%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
43 |
position: relative; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
44 |
left: -13%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
45 |
border:1px solid #eee; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
46 |
font: normal 1em "Trebuchet MS", Tahoma, sans-serif; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
47 |
color:#777; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
48 |
} |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
49 |
|
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
50 |
textarea { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
51 |
background-color: white; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
52 |
} |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
53 |
|
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
54 |
input.accept { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
55 |
position: relative; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
56 |
top: 6px; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
57 |
left: -28%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
58 |
} |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
59 |
|
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
60 |
select { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
61 |
width: 30%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
62 |
position: relative; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
63 |
left: -13%; |
10 | 64 |
} |
65 |
||
66 |
h1, h2, h3 { |
|
67 |
padding-bottom: 10px; |
|
68 |
margin-bottom: 15px; |
|
69 |
text-transform: uppercase; |
|
70 |
font-family: Arial, Helvetica, sans-serif; |
|
71 |
} |
|
72 |
||
73 |
h1 { |
|
74 |
font-size: 1.4em; |
|
75 |
} |
|
76 |
||
77 |
h2 { |
|
78 |
font-size: 1.4em; |
|
79 |
} |
|
80 |
||
81 |
h3 { |
|
82 |
font-size: 1em; |
|
83 |
} |
|
84 |
||
85 |
p, ul, ol { |
|
86 |
margin-top: 1.5em; |
|
87 |
} |
|
88 |
||
89 |
ul, ol { |
|
90 |
margin-left: 3em; |
|
91 |
} |
|
92 |
||
18
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
93 |
ul.errorlist { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
94 |
width: auto; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
95 |
color: #ff0000; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
96 |
margin:5px 0; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
97 |
margin-right: 1em; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
98 |
text-align: center; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
99 |
} |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
100 |
|
10 | 101 |
blockquote { |
102 |
margin-left: 3em; |
|
103 |
margin-right: 3em; |
|
104 |
font-style: italic; |
|
105 |
} |
|
106 |
||
107 |
a { |
|
108 |
text-decoration: none; |
|
109 |
color: #70A300; |
|
110 |
} |
|
111 |
||
112 |
a:hover { |
|
113 |
border: none; |
|
114 |
color: #70A300; |
|
115 |
} |
|
116 |
||
117 |
/* Header */ |
|
118 |
||
119 |
#header { |
|
120 |
width: 960px; |
|
121 |
height: 100px; |
|
122 |
margin: 0 auto; |
|
123 |
} |
|
124 |
||
125 |
#logo { |
|
126 |
float: left; |
|
127 |
height: 40px; |
|
128 |
} |
|
129 |
||
130 |
#logo h1, #logo h2 { |
|
131 |
float: left; |
|
132 |
margin-top: 20px; |
|
133 |
text-transform: lowercase; |
|
134 |
font-weight: normal; |
|
135 |
} |
|
136 |
||
137 |
#logo h1 { |
|
138 |
padding: 5px 0 0 0px; |
|
139 |
font-size: 2.6em; |
|
140 |
} |
|
141 |
||
142 |
#logo h2 { |
|
143 |
padding: 17px 0 0 6px; |
|
144 |
font-size: 1.2em; |
|
145 |
} |
|
146 |
||
147 |
#logo a { |
|
148 |
border: none; |
|
149 |
text-decoration: none; |
|
150 |
color: #FFFFFF; |
|
151 |
} |
|
152 |
||
153 |
#menu { |
|
154 |
float: right; |
|
155 |
height: 40px; |
|
156 |
} |
|
157 |
||
158 |
#menu ul { |
|
159 |
margin: 0; |
|
160 |
padding: 30px 0px 0 0; |
|
161 |
list-style: none; |
|
162 |
} |
|
163 |
||
164 |
#menu li { |
|
165 |
float: left; |
|
166 |
} |
|
167 |
||
168 |
#menu a { |
|
169 |
display: block; |
|
170 |
float: left; |
|
171 |
border-left: 2px solid #99C233; |
|
172 |
margin-right: 3px; |
|
173 |
padding: 5px 18px 5px 18px; |
|
174 |
text-transform: lowercase; |
|
175 |
text-decoration: none; |
|
176 |
font-size: 1.2em; |
|
177 |
color: #FFFFFF; |
|
178 |
} |
|
179 |
||
180 |
#menu a:hover { |
|
181 |
text-decoration: underline; |
|
182 |
color: #FFFFFF; |
|
183 |
} |
|
184 |
||
185 |
#menu .last a { |
|
186 |
margin: 0; |
|
187 |
padding-right: 0; |
|
188 |
} |
|
189 |
||
190 |
/* Page */ |
|
191 |
||
192 |
#page { |
|
193 |
width: 960px; |
|
194 |
margin: 0 auto; |
|
195 |
padding: 60px 40px 0px 40px; |
|
196 |
} |
|
197 |
||
198 |
/* Content */ |
|
199 |
||
200 |
#content { |
|
201 |
float: center; |
|
202 |
width: 960px; |
|
203 |
padding: 0 30px; |
|
204 |
} |
|
205 |
||
206 |
.center {text-align: center} |
|
207 |
||
208 |
#content #submit { |
|
209 |
padding: 3px 10px; |
|
210 |
margin: 5px 0 0 0; |
|
211 |
background: url(images/img04.jpg) repeat-x left top; |
|
212 |
border: none; |
|
213 |
text-transform: uppercase; |
|
214 |
font-family: Arial, Helvetica, sans-serif; |
|
215 |
font-size: 10px; |
|
216 |
font-weight: normal; |
|
217 |
color: #FFFFFF; |
|
218 |
} |
|
219 |
||
18
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
220 |
#submit { |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
221 |
width: auto; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
222 |
position: relative; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
223 |
left: -7%; |
07408d1ced76
Added CSS and I accept terms and condition.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
10
diff
changeset
|
224 |
} |
20
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
225 |
|
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
226 |
/* start - table */ |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
227 |
table { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
228 |
border-collapse: collapse; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
229 |
margin: 10px 15px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
230 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
231 |
th strong { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
232 |
color: #fff; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
233 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
234 |
th { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
235 |
background: #8EC102; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
236 |
height: 29px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
237 |
padding-left: 11px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
238 |
padding-right: 11px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
239 |
color: #fff; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
240 |
text-align: left; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
241 |
border-left: 1px solid #B6D59A; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
242 |
border-bottom: solid 2px #FFF; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
243 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
244 |
tr { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
245 |
height: 30px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
246 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
247 |
td { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
248 |
padding-left: 11px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
249 |
padding-right: 11px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
250 |
/* border-left: 1px solid #FFE1C3; */ |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
251 |
border-left: 1px solid #FFF; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
252 |
border-bottom: solid 1px #ffffff; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
253 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
254 |
td.first,th.first { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
255 |
border-left: 0px; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
256 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
257 |
tr.row-a { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
258 |
background: #F8F8F8; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
259 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
260 |
tr.row-b { |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
261 |
background: #EFEFEF; |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
262 |
} |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
263 |
/* end - table */ |
272dced1685b
Table to view uploads.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
18
diff
changeset
|
264 |
|
10 | 265 |
/* Footer */ |
266 |
||
267 |
#footer { |
|
268 |
clear: both; |
|
269 |
width: 960px; |
|
270 |
height: 40px; |
|
271 |
margin: 0 auto; |
|
272 |
background: url(images/img02.jpg) repeat-x left top; |
|
273 |
} |
|
274 |
||
275 |
#footer p { |
|
276 |
margin: 0; |
|
277 |
padding: 15px 0px; |
|
278 |
font-size: 11px; |
|
279 |
} |
|
280 |
||
281 |
#footer .legal { |
|
282 |
float: left; |
|
283 |
height: 40px; |
|
284 |
} |
|
285 |
||
286 |
#footer .credit { |
|
287 |
float: right; |
|
288 |
height: 40px; |
|
289 |
} |