autotools cleanups:
[framework/uifw/eet.git] / doc / eet.css
1 body {
2     background: url("b.png");
3     background-repeat: repeat-x;
4     background-position: top left;
5     background-color: #f4f4f4;
6     text-align: center;
7     font-family: sans-serif;
8     padding: 0;
9     margin: 0;
10 }
11
12 div.main {
13     margin: 1em auto;
14     vertical-align: top;
15     font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
16     color: #444444;
17     font-size: 0.8em;
18     text-align: justify;
19     width: 80%;
20 }
21
22 td.t { background-image:url("t.gif"); }
23 td.t[class] { background-image:url("t.png"); }
24 td.tl { background-image:url("tl.gif"); }
25 td.tl[class] { background-image:url("tl.png"); }
26
27 td.nav, td.lnav,  td.rnav {
28    align: middle;
29    text-align: center;
30    vertical-align: middle;
31    width: 100px;
32    height: 25px;
33    font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
34    color: #000000;
35    font-size: 9px;
36    font-weight: bold;
37    white-space: no-wrap;
38 }  
39
40 td.lnav[class] { background-image:url("n.png"); }
41 td.lnav[class] { background-image:url("n.png"); }
42 td.rnav { background-image:url("n.gif"); }
43 td.rnav[class] { background-image:url("n.png"); }
44
45 hr {
46     width: 200px;
47     height: 1px;
48     background: #dddddd;
49     border: 0;
50 }
51
52 p { color: #444444 ;}
53 p.tiny, small {
54     color: #888888;
55     font-size: 0.5em;
56 }
57
58 h1 { 
59     text-align: center;
60     font-size: 1.3em; 
61 }
62
63 h2 { font-size: 1.1em; }
64 h3 { font-size: 0.9em; }
65
66 span.keyword { color: #008000; }
67 span.keywordtype { color: #604020; }
68 span.keywordflow { color: #e08000; }
69 span.comment { color: #800000; }
70 span.preprocessor { color: #806020; }
71 span.stringliteral { color: #002080; }
72 span.charliteral { color: #008080; }
73
74 a:link {
75     color: #445566;
76     text-decoration: underline;
77 }  
78    
79 a:visited {
80     color: #667788;
81     text-decoration: underline;
82 }  
83
84 a:active {                
85     color: #88cccc;
86     text-decoration: none;
87 }
88
89 a:hover {
90     color: #112266;
91     text-decoration: underline;
92 }  
93
94 a.nav {
95     text-decoration: none;
96     display: block;
97 }
98  
99 a.nav:link, a.nav:visited { color: #888888; }
100 a.nav:active { color: #000000; }
101 a.nav:hover { color: #444444; }
102 a.code:link, a.code:visited { text-decoration: none; }
103
104 div.fragment {
105     font-size: 1em;
106     border: 1px dotted #cccccc;
107     background-color: #ffffff;
108     text-align: left;
109     vertical-align: middle;
110     padding: 2px;
111     margin-left: 25px;
112     margin-right: 25px;
113     overflow: auto;
114 }
115
116 td.indexkey {
117     font-weight: bold;
118     padding-left: 10px;
119     padding-right: 0;
120     padding-top: 2px;
121     padding-bottom: 0px;
122     margin: 0;
123     margin-top: 2px;
124     margin-bottom: 2px;
125     border: 1px dotted #cccccc;
126     border-right: 0px dotted #cccccc;
127 }
128
129 td.indexvalue {
130     font-style: italic;
131     padding-right: 10px;
132     padding-left: 0;
133     padding-top: 2px;
134     padding-bottom: 2px;
135     margin: 0;
136     margin-top: 2px;
137     margin-bottom: 2px;
138     border: 1px dotted #cccccc;
139     border-left: 0px dotted #cccccc;
140 }
141
142 .mdescRight { font-style: italic; }
143 .memitem {
144     padding-left: 2px;
145     padding-right: 2px;
146     border: 1px dotted #cccccc;
147     background-color: #ffffff;
148 }
149 .memname {
150     white-space: nowrap;
151     font-weight: bold;
152 }
153 .paramname { font-weight: normal; }
154
155 div.ah {
156     border: thin solid #888888;
157     font-weight: bold;
158     margin-bottom: 3px;
159     margin-top: 3px;
160 }
161