Project

General

Profile

Revision 1425

Added by Chris Mar over 14 years ago

updated wireless basic library code and docs

View differences:

doxygen.css
1
/* The standard CSS for doxygen */
2

  
1 3
body, table, div, p, dl {
2 4
	font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
3 5
	font-size: 12px;
......
18 20
	font-size: 100%;
19 21
}
20 22

  
23
dt {
24
	font-weight: bold;
25
}
26

  
27
div.multicol {
28
	-moz-column-gap: 1em;
29
	-webkit-column-gap: 1em;
30
	-moz-column-count: 3;
31
	-webkit-column-count: 3;
32
}
33

  
34
p.startli, p.startdd {
35
	margin-top: 2px;
36
}
37

  
38
p.endli {
39
	margin-bottom: 0px;
40
}
41

  
42
p.enddd {
43
	margin-bottom: 4px;
44
}
45

  
21 46
/* @end */
22 47

  
23 48
caption {
24 49
	font-weight: bold;
25 50
}
26 51

  
52
span.legend {
53
        font-size: 70%;
54
        text-align: center;
55
}
56

  
27 57
div.qindex, div.navtab{
28 58
	background-color: #e8eef2;
29 59
	border: 1px solid #84b0c7;
......
161 191
	vertical-align: middle;
162 192
}
163 193

  
194
div.center {
195
	text-align: center;
196
        margin-top: 0px;
197
        margin-bottom: 0px;
198
        padding: 0px;
199
}
200

  
201
div.center img {
202
	border: 0px;
203
}
204

  
205
img.footer {
206
	border: 0px;
207
	vertical-align: middle;
208
}
209

  
164 210
/* @group Code Colorization */
165 211

  
166 212
span.keyword {
......
267 313
	border-top: 1px solid #ccc;
268 314
}
269 315

  
316
.memItemLeft, .memTemplItemLeft {
317
        white-space: nowrap;
318
}
319

  
270 320
.memTemplParams {
271 321
	color: #606060;
322
        white-space: nowrap;
272 323
}
273 324

  
274 325
/* @end */
......
295 346

  
296 347
.memitem {
297 348
	padding: 0;
349
	margin-bottom: 10px;
298 350
}
299 351

  
300 352
.memname {
......
312 364
	font-weight: bold;
313 365
	-webkit-border-top-left-radius: 8px;
314 366
	-webkit-border-top-right-radius: 8px;
367
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
315 368
	-moz-border-radius-topleft: 8px;
316 369
	-moz-border-radius-topright: 8px;
370
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
371

  
317 372
}
318 373

  
319 374
.memdoc {
......
322 377
	border-top-width: 0;
323 378
	-webkit-border-bottom-left-radius: 8px;
324 379
	-webkit-border-bottom-right-radius: 8px;
380
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
325 381
	-moz-border-radius-bottomleft: 8px;
326 382
	-moz-border-radius-bottomright: 8px;
383
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
327 384
}
328 385

  
329 386
.paramkey {

Also available in: Unified diff