sel_ldr: Remove support for rodata segment at start of executable
[nativeclient.git] / documentation / stylesheet-dox.css
blobf5c4a76e22a65691697ce63bf90901800fd523d6
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;
25 font-size: 9px;
28 div.qindex, div.navpath, div.navtab{
29 background-color: #e8eef2;
30 border: 1px solid #84b0c7;
31 text-align: center;
32 margin: 2px;
33 padding: 2px;
36 div.qindex, div.navpath {
37 width: 100%;
38 line-height: 140%;
41 div.navtab {
42 margin-right: 15px;
45 /* @group Link Styling */
47 a {
48 color: #153788;
49 font-weight: normal;
50 text-decoration: none;
53 .contents a:visited {
54 color: #1b77c5;
57 a:hover {
58 text-decoration: underline;
61 a.qindex {
62 font-weight: bold;
65 a.qindexHL {
66 font-weight: bold;
67 background-color: #6666cc;
68 color: #ffffff;
69 border: 1px double #9295C2;
72 a.el {
73 font-weight: bold;
76 a.elRef {
79 a.code {
82 a.codeRef {
85 /* @end */
87 dl.el {
88 margin-left: -1cm;
91 .fragment {
92 font-family: monospace, fixed;
93 font-size: 105%;
96 pre.fragment {
97 border: 1px solid #CCCCCC;
98 background-color: #f5f5f5;
99 padding: 4px 6px;
100 margin: 4px 8px 4px 2px;
103 div.ah {
104 background-color: black;
105 font-weight: bold;
106 color: #ffffff;
107 margin-bottom: 3px;
108 margin-top: 3px
111 div.groupHeader {
112 margin-left: 16px;
113 margin-top: 12px;
114 margin-bottom: 6px;
115 font-weight: bold;
118 div.groupText {
119 margin-left: 16px;
120 font-style: italic;
123 body {
124 background: white;
125 color: black;
126 margin-right: 20px;
127 margin-left: 20px;
130 td.indexkey {
131 background-color: #e8eef2;
132 font-weight: bold;
133 border: 1px solid #CCCCCC;
134 margin: 2px 0px 2px 0;
135 padding: 2px 10px;
138 td.indexvalue {
139 background-color: #e8eef2;
140 border: 1px solid #CCCCCC;
141 padding: 2px 10px;
142 margin: 2px 0px;
145 tr.memlist {
146 background-color: #f0f0f0;
149 p.formulaDsp {
150 text-align: center;
153 img.formulaDsp {
156 img.formulaInl {
157 vertical-align: middle;
160 /* @group Code Colorization */
162 span.keyword {
163 color: #008000
166 span.keywordtype {
167 color: #604020
170 span.keywordflow {
171 color: #e08000
174 span.comment {
175 color: #800000
178 span.preprocessor {
179 color: #806020
182 span.stringliteral {
183 color: #002080
186 span.charliteral {
187 color: #008080
190 span.vhdldigit {
191 color: #ff00ff
194 span.vhdlchar {
195 color: #000000
198 span.vhdlkeyword {
199 color: #700070
202 span.vhdllogic {
203 color: #ff0000
206 /* @end */
208 .search {
209 color: #003399;
210 font-weight: bold;
213 form.search {
214 margin-bottom: 0px;
215 margin-top: 0px;
218 input.search {
219 font-size: 75%;
220 color: #000080;
221 font-weight: normal;
222 background-color: #e8eef2;
225 td.tiny {
226 font-size: 75%;
229 .dirtab {
230 padding: 4px;
231 border-collapse: collapse;
232 border: 1px solid #84b0c7;
235 th.dirtab {
236 background: #e8eef2;
237 font-weight: bold;
240 hr {
241 height: 0;
242 border: none;
243 border-top: 1px solid #666;
246 /* @group Member Descriptions */
248 .mdescLeft, .mdescRight,
249 .memItemLeft, .memItemRight,
250 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
251 background-color: #FAFAFA;
252 border: none;
253 margin: 4px;
254 padding: 1px 0 0 8px;
257 .mdescLeft, .mdescRight {
258 padding: 0px 8px 4px 8px;
259 color: #555;
262 .memItemLeft, .memItemRight, .memTemplParams {
263 border-top: 1px solid #ccc;
266 .memTemplParams {
267 color: #606060;
270 /* @end */
272 /* @group Member Details */
274 /* Styles for detailed member documentation */
276 .memtemplate {
277 font-size: 80%;
278 color: #606060;
279 font-weight: normal;
280 margin-left: 3px;
283 .memnav {
284 background-color: #e8eef2;
285 border: 1px solid #84b0c7;
286 text-align: center;
287 margin: 2px;
288 margin-right: 15px;
289 padding: 2px;
292 .memitem {
293 padding: 0;
296 .memname {
297 white-space: nowrap;
298 font-weight: bold;
301 .memproto, .memdoc {
302 border: 1px solid #84b0c7;
305 .memproto {
306 padding: 0;
307 background-color: #d5e1e8;
308 font-weight: bold;
309 -webkit-border-top-left-radius: 8px;
310 -webkit-border-top-right-radius: 8px;
311 -moz-border-radius-topleft: 8px;
312 -moz-border-radius-topright: 8px;
315 .memdoc {
316 padding: 2px 5px;
317 background-color: #eef3f5;
318 border-top-width: 0;
319 -webkit-border-bottom-left-radius: 8px;
320 -webkit-border-bottom-right-radius: 8px;
321 -moz-border-radius-bottomleft: 8px;
322 -moz-border-radius-bottomright: 8px;
325 .memdoc p, .memdoc dl, .memdoc ul {
326 margin: 6px 0;
329 .paramkey {
330 text-align: right;
333 .paramtype {
334 white-space: nowrap;
337 .paramname {
338 color: #602020;
339 white-space: nowrap;
341 .paramname em {
342 font-style: normal;
345 /* @end */
347 /* @group Directory (tree) */
349 /* for the tree view */
351 .ftvtree {
352 font-family: sans-serif;
353 margin: 0.5em;
356 /* these are for tree view when used as main index */
358 .directory {
359 font-size: 9pt;
360 font-weight: bold;
363 .directory h3 {
364 margin: 0px;
365 margin-top: 1em;
366 font-size: 11pt;
370 The following two styles can be used to replace the root node title
371 with an image of your choice. Simply uncomment the next two styles,
372 specify the name of your image and be sure to set 'height' to the
373 proper pixel height of your image.
377 .directory h3.swap {
378 height: 61px;
379 background-repeat: no-repeat;
380 background-image: url("yourimage.gif");
382 .directory h3.swap span {
383 display: none;
387 .directory > h3 {
388 margin-top: 0;
391 .directory p {
392 margin: 0px;
393 white-space: nowrap;
396 .directory div {
397 display: none;
398 margin: 0px;
401 .directory img {
402 vertical-align: -30%;
405 /* these are for tree view when not used as main index */
407 .directory-alt {
408 font-size: 100%;
409 font-weight: bold;
412 .directory-alt h3 {
413 margin: 0px;
414 margin-top: 1em;
415 font-size: 11pt;
418 .directory-alt > h3 {
419 margin-top: 0;
422 .directory-alt p {
423 margin: 0px;
424 white-space: nowrap;
427 .directory-alt div {
428 display: none;
429 margin: 0px;
432 .directory-alt img {
433 vertical-align: -30%;
436 /* @end */
438 address {
439 font-style: normal;
440 text-align: center;
441 font-size: 90%;
442 color: gray;
445 DIV.tabs A, #toplinks
447 font-size : 9px;
450 #toplinks {
451 text-align: right;
452 margin-bottom: -1.9em;
455 .pending {
456 display:none;
457 /* color:red; font-weight:bold; */
460 #license {
461 color:gray;
462 font-size:90%;
463 border-top:1px solid;
464 border-color:gray;
465 padding-top:1em;
466 margin-top:3em;
467 text-align:center;