ncrewrite: Add --nop option for rewriting in the other direction
[nativeclient.git] / documentation / stylesheet-dox.css
blobfd2c7d2ef5ae3c46dc474104c12f42b844efd587
1 body, table, div, p, dl {
2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
3 font-size: 12px;
6 /* @group Heading Levels */
8 h1 {
9 text-align: center;
10 font-size: 150%;
13 h2 {
14 font-size: 120%;
17 h3 {
18 font-size: 100%;
21 /* @end */
23 caption {
24 font-weight: bold;
27 div.qindex, div.navpath, div.navtab{
28 background-color: #e8eef2;
29 border: 1px solid #84b0c7;
30 text-align: center;
31 margin: 2px;
32 padding: 2px;
35 div.qindex, div.navpath {
36 width: 100%;
37 line-height: 140%;
40 div.navtab {
41 margin-right: 15px;
44 /* @group Link Styling */
46 a {
47 color: #153788;
48 font-weight: normal;
49 text-decoration: none;
52 .contents a:visited {
53 color: #1b77c5;
56 a:hover {
57 text-decoration: underline;
60 a.qindex {
61 font-weight: bold;
64 a.qindexHL {
65 font-weight: bold;
66 background-color: #6666cc;
67 color: #ffffff;
68 border: 1px double #9295C2;
71 a.el {
72 font-weight: bold;
75 a.elRef {
78 a.code {
81 a.codeRef {
84 /* @end */
86 dl.el {
87 margin-left: -1cm;
90 .fragment {
91 font-family: monospace, fixed;
92 font-size: 105%;
95 pre.fragment {
96 border: 1px solid #CCCCCC;
97 background-color: #f5f5f5;
98 padding: 4px 6px;
99 margin: 4px 8px 4px 2px;
102 div.ah {
103 background-color: black;
104 font-weight: bold;
105 color: #ffffff;
106 margin-bottom: 3px;
107 margin-top: 3px
110 div.groupHeader {
111 margin-left: 16px;
112 margin-top: 12px;
113 margin-bottom: 6px;
114 font-weight: bold;
117 div.groupText {
118 margin-left: 16px;
119 font-style: italic;
122 body {
123 background: white;
124 color: black;
125 margin-right: 20px;
126 margin-left: 20px;
129 td.indexkey {
130 background-color: #e8eef2;
131 font-weight: bold;
132 border: 1px solid #CCCCCC;
133 margin: 2px 0px 2px 0;
134 padding: 2px 10px;
137 td.indexvalue {
138 background-color: #e8eef2;
139 border: 1px solid #CCCCCC;
140 padding: 2px 10px;
141 margin: 2px 0px;
144 tr.memlist {
145 background-color: #f0f0f0;
148 p.formulaDsp {
149 text-align: center;
152 img.formulaDsp {
155 img.formulaInl {
156 vertical-align: middle;
159 /* @group Code Colorization */
161 span.keyword {
162 color: #008000
165 span.keywordtype {
166 color: #604020
169 span.keywordflow {
170 color: #e08000
173 span.comment {
174 color: #800000
177 span.preprocessor {
178 color: #806020
181 span.stringliteral {
182 color: #002080
185 span.charliteral {
186 color: #008080
189 span.vhdldigit {
190 color: #ff00ff
193 span.vhdlchar {
194 color: #000000
197 span.vhdlkeyword {
198 color: #700070
201 span.vhdllogic {
202 color: #ff0000
205 /* @end */
207 .search {
208 color: #003399;
209 font-weight: bold;
212 form.search {
213 margin-bottom: 0px;
214 margin-top: 0px;
217 input.search {
218 font-size: 75%;
219 color: #000080;
220 font-weight: normal;
221 background-color: #e8eef2;
224 td.tiny {
225 font-size: 75%;
228 .dirtab {
229 padding: 4px;
230 border-collapse: collapse;
231 border: 1px solid #84b0c7;
234 th.dirtab {
235 background: #e8eef2;
236 font-weight: bold;
239 hr {
240 height: 0;
241 border: none;
242 border-top: 1px solid #666;
245 /* @group Member Descriptions */
247 .mdescLeft, .mdescRight,
248 .memItemLeft, .memItemRight,
249 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
250 background-color: #FAFAFA;
251 border: none;
252 margin: 4px;
253 padding: 1px 0 0 8px;
256 .mdescLeft, .mdescRight {
257 padding: 0px 8px 4px 8px;
258 color: #555;
261 .memItemLeft, .memItemRight, .memTemplParams {
262 border-top: 1px solid #ccc;
265 .memTemplParams {
266 color: #606060;
269 /* @end */
271 /* @group Member Details */
273 /* Styles for detailed member documentation */
275 .memtemplate {
276 font-size: 80%;
277 color: #606060;
278 font-weight: normal;
279 margin-left: 3px;
282 .memnav {
283 background-color: #e8eef2;
284 border: 1px solid #84b0c7;
285 text-align: center;
286 margin: 2px;
287 margin-right: 15px;
288 padding: 2px;
291 .memitem {
292 padding: 0;
295 .memname {
296 white-space: nowrap;
297 font-weight: bold;
300 .memproto, .memdoc {
301 border: 1px solid #84b0c7;
304 .memproto {
305 padding: 0;
306 background-color: #d5e1e8;
307 font-weight: bold;
308 -webkit-border-top-left-radius: 8px;
309 -webkit-border-top-right-radius: 8px;
310 -moz-border-radius-topleft: 8px;
311 -moz-border-radius-topright: 8px;
314 .memdoc {
315 padding: 2px 5px;
316 background-color: #eef3f5;
317 border-top-width: 0;
318 -webkit-border-bottom-left-radius: 8px;
319 -webkit-border-bottom-right-radius: 8px;
320 -moz-border-radius-bottomleft: 8px;
321 -moz-border-radius-bottomright: 8px;
324 .memdoc p, .memdoc dl, .memdoc ul {
325 margin: 6px 0;
328 .paramkey {
329 text-align: right;
332 .paramtype {
333 white-space: nowrap;
336 .paramname {
337 color: #602020;
338 white-space: nowrap;
340 .paramname em {
341 font-style: normal;
344 /* @end */
346 /* @group Directory (tree) */
348 /* for the tree view */
350 .ftvtree {
351 font-family: sans-serif;
352 margin: 0.5em;
355 /* these are for tree view when used as main index */
357 .directory {
358 font-size: 9pt;
359 font-weight: bold;
362 .directory h3 {
363 margin: 0px;
364 margin-top: 1em;
365 font-size: 11pt;
369 The following two styles can be used to replace the root node title
370 with an image of your choice. Simply uncomment the next two styles,
371 specify the name of your image and be sure to set 'height' to the
372 proper pixel height of your image.
376 .directory h3.swap {
377 height: 61px;
378 background-repeat: no-repeat;
379 background-image: url("yourimage.gif");
381 .directory h3.swap span {
382 display: none;
386 .directory > h3 {
387 margin-top: 0;
390 .directory p {
391 margin: 0px;
392 white-space: nowrap;
395 .directory div {
396 display: none;
397 margin: 0px;
400 .directory img {
401 vertical-align: -30%;
404 /* these are for tree view when not used as main index */
406 .directory-alt {
407 font-size: 100%;
408 font-weight: bold;
411 .directory-alt h3 {
412 margin: 0px;
413 margin-top: 1em;
414 font-size: 11pt;
417 .directory-alt > h3 {
418 margin-top: 0;
421 .directory-alt p {
422 margin: 0px;
423 white-space: nowrap;
426 .directory-alt div {
427 display: none;
428 margin: 0px;
431 .directory-alt img {
432 vertical-align: -30%;
435 /* @end */
437 address {
438 font-style: normal;
439 text-align: center;
440 font-size: 90%;
441 color: gray;
444 DIV.tabs A, #toplinks
446 font-size : 9px;
449 #toplinks {
450 text-align: right;
451 margin-bottom: -1.9em;
454 .pending {
455 display:none;
456 /* color:red; font-weight:bold; */
459 #license {
460 color:gray;
461 font-size:90%;
462 border-top:1px solid;
463 border-color:gray;
464 padding-top:1em;
465 margin-top:3em;
466 text-align:center;