]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blob - psdk_cust/ipc_3_43_00_00_eng/docs/cdoc/toc.css
Update test_arm and test_dsp projects for new locations of IPC and PDK eng
[processor-sdk/performance-audio-sr.git] / psdk_cust / ipc_3_43_00_00_eng / docs / cdoc / toc.css
1 /***********************************************************************
2 * CSS styles
3 ***********************************************************************/
5 body {
6         font-family: verdana, arial, sans-serif;
7         font-size: 60%;
8         line-height: 1.5em;
9 }
11 a:link, a:visited {
12         text-decoration: none;
13 }
15 a:hover {
16         text-decoration: none;
17 }
19 ul {
20         padding: 0;
21         margin: 0;
22         list-style-type: none;
23 }
25 li {
26         background-position: 0 0;
27         vertical-align: top;
28         padding: .1em 0 0 2em;
29         margin: .1em 0 0 0;
30         white-space: nowrap;
31 }
33 li.open ul {
34         display: block;
35 }
37 li.closed ul {
38         display: none;
39 }
41 li.leaf {
42 }
45 li.open {
46         cursor: pointer;
47         background: url(minus.gif);
48         background-repeat: no-repeat;
49 }
51 li.closed {
52         cursor: pointer;
53         background: url(plus.gif);
54         background-repeat: no-repeat;
55 }
57 .noclick {
58         cursor: default;
59         color: rgb(128,64,0);
60         font-weight: bold;
61 }
63 .toc-id {
64         color: rgb(0,127,102);
65         font-weight: bold;
66         vertical-align: middle;
67 }
69 .toc-pkgs {
70         color: rgb(70,105,140);
71         font-weight: bold;
72         vertical-align: middle;
73 }
75 .toc-modules, .toc-allmodules {
76         color: rgb(70,105,140);
77         font-weight: bold;
78         vertical-align: middle;
79 }
81 .toc-img {
82          margin-right: .6em;
83          vertical-align: middle;
84 }