Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2629 vikas 1
/*
2
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
3
Code licensed under the BSD License:
4
http://developer.yahoo.net/yui/license.txt
5
version: 0.12.0
6
*/
7
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
8
table{border-collapse:collapse;border-spacing:0;}
9
fieldset,img{border:0;}
10
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
11
ol,ul {list-style:none;}
12
caption,th {text-align:left;}
13
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
14
q:before,q:after{content:'';}
15
abbr,acronym {border:0;}
16
 
17
 
18
html, body {
19
	margin: 0;
20
	padding: 0;
21
	width: 100%;
22
	font: 14px/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
23
	color: #111;
24
}
25
 
26
div.fw_container {
27
	width: 980px;
28
	padding-top: 2em;
29
	margin: 0 auto;
30
}
31
 
32
div.fw_header {
33
	position: relative;
34
}
35
 
36
div.fw_content {
37
	padding-top: 2em;
38
}
39
 
40
div.fw_footer {
41
	padding-top: 4em;
42
	font-size: 75%;
43
	text-align: center;
44
}
45
 
46
 
47
 
48
.type-param {
49
 
50
}
51
 
52
.type-attr {
53
	float: right;
54
	color: #999;
55
}
56
 
57
.type-name {
58
	font-weight: bold;
59
}
60
 
61
.type-sig {
62
	color: #999;
63
}
64
 
65
.type-param {
66
	color: #FF9999;
67
}
68
 
69
.type-return {
70
	color: #FF8080;
71
}
72
 
73
.type-brace {
74
	color: #111;
75
}
76
 
77
.example-code {
78
	margin-left: 30px;
79
}
80
.example-code td.code {
81
	border-top: 1px solid #4E6CA3 !important;
82
}
83
 
84
.type-augmented {
85
	position: absolute;
86
	left: 8px;
87
	top: 0;
88
}
89
 
90
dt, dd {
91
	padding: 0.4em 10px;
92
}
93
 
94
dt {
95
	padding-bottom: 0 !important;
96
}
97
 
98
dd {
99
	position: relative;
100
	padding-top: 0 !important;
101
	padding-left: 3em;
102
}
103
 
104
dt.even, dd.even {
105
	background-color: white;
106
}
107
 
108
dt.odd, dd.odd {
109
	background-color: #F2F2F2;
110
}
111
 
112
div.doc_overview dd, div.doc_overview dt {
113
	padding-left: 0 !important;
114
}
115
 
116
 
117
 
118
.doc_details dt, .doc_details dd {
119
	padding: 1em 10px;
120
}
121
 
122
.right_border div {
123
	width: 20px;
124
	padding: 2px 0.5em 2px 1em;
125
	text-align: right;
126
}
127
.right_border {
128
	border-right: 3px solid #4E6CA3;
129
}
130
.bottom_border {
131
	border-bottom: 1px solid #4E6CA3;
132
}
133
 
134
 
135
a {
136
	text-decoration: none;
137
	color: #4E6CA3;
138
}
139
 
140
a:hover {
141
	text-decoration: underline;
142
	cursor: pointer;
143
	*cursor: hand;
144
}
145
 
146
div.fw_content ul {
147
	list-style-image: url('../images/arrow.jpg');
148
	padding: 0.5em 0 0.5em 2em;
149
}
150
 
151
/*
152
h2 {
153
	font-size: 1.4em;
154
	margin-top: 2em;
155
	border-bottom: 3px solid #829ac6;
156
	padding-left: 5px;
157
}
158
 
159
h3 {
160
	font-size: 1.2em;
161
	margin-top: 1em;
162
	border-bottom: 1px solid #A4B5D5;
163
	padding-left: 5px;
164
}
165
*/
166
 
167
h1 {
168
	font-size: 2em;
169
}
170
 
171
h2 {
172
	font-size: 1.6em;
173
	padding-top: 5px;
174
}
175
 
176
h2.ancestors {
177
	font-size: 14px;
178
	margin: 0;
179
}
180
 
181
h3 {
182
	font-size: 1.3em;
183
	padding-top: 5px;
184
	margin-bottom: 5px;
185
}
186
 
187
h5 {
188
	padding-top: 6px;
189
}
190
 
191
div.doc_summary, div.doc_details {
192
	margin-top: 2em;
193
	clear: both;
194
}
195
 
196
div.doc_group {
197
	margin-top: 1em;
198
	border-top: 1px solid #A4B5D5;
199
	border-left: 1px solid #A4B5D5;
200
	padding-left: 10px;
201
}
202
 
203
div.extended {
204
	margin-left: 30px;
205
}
206
 
207
table.params {
208
	margin-left: 30px;
209
	width: 97%;
210
}
211
 
212
tr.odd {
213
	background-color: white;
214
}
215
 
216
tr.even {
217
	background-color: #F8F8F8;
218
}
219
 
220
th.name,
221
td.name {
222
	padding-left: 13px;
223
}
224
 
225
td.number {
226
	background-color: white;
227
	color: #5C5C5C;
228
}
229
 
230
dd.odd td.number {
231
	background-color: #F2F2F2;
232
}
233
 
234
p.returns {
235
	margin-left: 5%;
236
}
237
 
238
div.page-info {
239
	position: absolute;
240
	top: 0;
241
	right: 0;
242
}
243
 
244
 
245
.private {
246
	display: none;
247
}
248
 
249
 
250
 
251
 
252
div.fw_nav {
253
	position: fixed;
254
	top: 60px;
255
	right: 30px;
256
	width: 250px;
257
	border: 1px solid #A4B5D5;
258
	background-color: white;
259
	padding: 10px;
260
	z-index: 1001;
261
	font-size: 12px;
262
	overflow: hidden;
263
}
264
 
265
div.fw_nav h2 {
266
	margin: -10px 0 10px -10px;
267
	width: 250px;
268
	padding: 5px 10px;
269
	background-color: #A4B5D5;
270
	font-size: 12px;
271
	cursor: pointer;
272
	*cursor: hand;
273
}
274
 
275
div.fw_nav ul>li>div {
276
	padding: 0 0 0 1em;
277
}
278
 
279
div.nav_blocker {
280
	float: right;
281
}
282
 
283
 
284
 
285
 
286
 
287
 
288
 
289
.css_clear {
290
	clear: both;
291
	height: 0;
292
	line-height: 0;
293
	visibility: hidden;
294
}
295
 
296
.css_right {
297
	text-align: right;
298
}
299
 
300
.css_center {
301
	text-align: center;
302
}
303
 
304
.css_spacing {
305
	margin-top: 1.5em;
306
}
307
 
308
.css_small {
309
	font-size: 75%;
310
	line-height: 1.45em;
311
}
312
 
313
.css_vsmall {
314
	font-size: 65%;
315
	line-height: 1.45em;
316
}