doc: Bug 495211: Update TmfTimestampFormat reference API
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.doc.user / reference / api / stylesheet.css
CommitLineData
73cc4ccf
PT
1/* Javadoc style sheet */
2/*
3Overall document style
4*/
d187a562
PT
5
6@import url('resources/fonts/dejavu.css');
7
73cc4ccf
PT
8body {
9 background-color:#ffffff;
10 color:#353833;
d187a562
PT
11 font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
12 font-size:14px;
73cc4ccf
PT
13 margin:0;
14}
15a:link, a:visited {
16 text-decoration:none;
d187a562 17 color:#4A6782;
73cc4ccf
PT
18}
19a:hover, a:focus {
20 text-decoration:none;
21 color:#bb7a2a;
22}
23a:active {
24 text-decoration:none;
d187a562 25 color:#4A6782;
73cc4ccf
PT
26}
27a[name] {
28 color:#353833;
29}
30a[name]:hover {
31 text-decoration:none;
32 color:#353833;
33}
34pre {
d187a562
PT
35 font-family:'DejaVu Sans Mono', monospace;
36 font-size:14px;
73cc4ccf
PT
37}
38h1 {
d187a562 39 font-size:20px;
73cc4ccf
PT
40}
41h2 {
d187a562 42 font-size:18px;
73cc4ccf
PT
43}
44h3 {
d187a562
PT
45 font-size:16px;
46 font-style:italic;
73cc4ccf
PT
47}
48h4 {
d187a562 49 font-size:13px;
73cc4ccf
PT
50}
51h5 {
d187a562 52 font-size:12px;
73cc4ccf
PT
53}
54h6 {
d187a562 55 font-size:11px;
73cc4ccf
PT
56}
57ul {
58 list-style-type:disc;
59}
60code, tt {
d187a562
PT
61 font-family:'DejaVu Sans Mono', monospace;
62 font-size:14px;
63 padding-top:4px;
64 margin-top:8px;
65 line-height:1.4em;
73cc4ccf
PT
66}
67dt code {
d187a562
PT
68 font-family:'DejaVu Sans Mono', monospace;
69 font-size:14px;
70 padding-top:4px;
73cc4ccf
PT
71}
72table tr td dt code {
d187a562
PT
73 font-family:'DejaVu Sans Mono', monospace;
74 font-size:14px;
73cc4ccf 75 vertical-align:top;
d187a562 76 padding-top:4px;
73cc4ccf
PT
77}
78sup {
d187a562 79 font-size:8px;
73cc4ccf
PT
80}
81/*
82Document title and Copyright styles
83*/
84.clear {
85 clear:both;
86 height:0px;
87 overflow:hidden;
88}
89.aboutLanguage {
90 float:right;
91 padding:0px 21px;
d187a562 92 font-size:11px;
73cc4ccf 93 z-index:200;
d187a562 94 margin-top:-9px;
73cc4ccf
PT
95}
96.legalCopy {
97 margin-left:.5em;
98}
99.bar a, .bar a:link, .bar a:visited, .bar a:active {
100 color:#FFFFFF;
101 text-decoration:none;
102}
103.bar a:hover, .bar a:focus {
104 color:#bb7a2a;
105}
106.tab {
107 background-color:#0066FF;
73cc4ccf
PT
108 color:#ffffff;
109 padding:8px;
110 width:5em;
111 font-weight:bold;
112}
113/*
114Navigation bar styles
115*/
116.bar {
d187a562 117 background-color:#4D7A97;
73cc4ccf
PT
118 color:#FFFFFF;
119 padding:.8em .5em .4em .8em;
120 height:auto;/*height:1.8em;*/
d187a562 121 font-size:11px;
73cc4ccf
PT
122 margin:0;
123}
124.topNav {
d187a562 125 background-color:#4D7A97;
73cc4ccf
PT
126 color:#FFFFFF;
127 float:left;
128 padding:0;
129 width:100%;
130 clear:right;
131 height:2.8em;
132 padding-top:10px;
133 overflow:hidden;
d187a562 134 font-size:12px;
73cc4ccf
PT
135}
136.bottomNav {
137 margin-top:10px;
d187a562 138 background-color:#4D7A97;
73cc4ccf
PT
139 color:#FFFFFF;
140 float:left;
141 padding:0;
142 width:100%;
143 clear:right;
144 height:2.8em;
145 padding-top:10px;
146 overflow:hidden;
d187a562 147 font-size:12px;
73cc4ccf
PT
148}
149.subNav {
150 background-color:#dee3e9;
73cc4ccf
PT
151 float:left;
152 width:100%;
153 overflow:hidden;
d187a562 154 font-size:12px;
73cc4ccf
PT
155}
156.subNav div {
157 clear:left;
158 float:left;
159 padding:0 0 5px 6px;
d187a562 160 text-transform:uppercase;
73cc4ccf
PT
161}
162ul.navList, ul.subNavList {
163 float:left;
164 margin:0 25px 0 0;
165 padding:0;
166}
167ul.navList li{
168 list-style:none;
169 float:left;
d187a562
PT
170 padding: 5px 6px;
171 text-transform:uppercase;
73cc4ccf
PT
172}
173ul.subNavList li{
174 list-style:none;
175 float:left;
73cc4ccf
PT
176}
177.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
178 color:#FFFFFF;
179 text-decoration:none;
d187a562 180 text-transform:uppercase;
73cc4ccf
PT
181}
182.topNav a:hover, .bottomNav a:hover {
183 text-decoration:none;
184 color:#bb7a2a;
d187a562 185 text-transform:uppercase;
73cc4ccf
PT
186}
187.navBarCell1Rev {
d187a562
PT
188 background-color:#F8981D;
189 color:#253441;
73cc4ccf 190 margin: auto 5px;
d187a562
PT
191}
192.skipNav {
193 position:absolute;
194 top:auto;
195 left:-9999px;
196 overflow:hidden;
73cc4ccf
PT
197}
198/*
199Page header and footer styles
200*/
201.header, .footer {
202 clear:both;
203 margin:0 20px;
204 padding:5px 0 0 0;
205}
206.indexHeader {
207 margin:10px;
208 position:relative;
209}
d187a562
PT
210.indexHeader span{
211 margin-right:15px;
212}
73cc4ccf 213.indexHeader h1 {
d187a562 214 font-size:13px;
73cc4ccf
PT
215}
216.title {
217 color:#2c4557;
218 margin:10px 0;
219}
220.subTitle {
221 margin:5px 0 0 0;
222}
223.header ul {
d187a562 224 margin:0 0 15px 0;
73cc4ccf
PT
225 padding:0;
226}
227.footer ul {
228 margin:20px 0 5px 0;
229}
230.header ul li, .footer ul li {
231 list-style:none;
d187a562 232 font-size:13px;
73cc4ccf
PT
233}
234/*
235Heading styles
236*/
237div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
238 background-color:#dee3e9;
d187a562 239 border:1px solid #d0d9e0;
73cc4ccf 240 margin:0 0 6px -8px;
d187a562 241 padding:7px 5px;
73cc4ccf
PT
242}
243ul.blockList ul.blockList ul.blockList li.blockList h3 {
244 background-color:#dee3e9;
d187a562 245 border:1px solid #d0d9e0;
73cc4ccf 246 margin:0 0 6px -8px;
d187a562 247 padding:7px 5px;
73cc4ccf
PT
248}
249ul.blockList ul.blockList li.blockList h3 {
250 padding:0;
251 margin:15px 0;
252}
253ul.blockList li.blockList h2 {
254 padding:0px 0 20px 0;
255}
256/*
257Page layout container styles
258*/
259.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
260 clear:both;
261 padding:10px 20px;
262 position:relative;
263}
264.indexContainer {
265 margin:10px;
266 position:relative;
d187a562 267 font-size:12px;
73cc4ccf
PT
268}
269.indexContainer h2 {
d187a562 270 font-size:13px;
73cc4ccf
PT
271 padding:0 0 3px 0;
272}
273.indexContainer ul {
274 margin:0;
275 padding:0;
276}
277.indexContainer ul li {
278 list-style:none;
d187a562 279 padding-top:2px;
73cc4ccf
PT
280}
281.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
d187a562 282 font-size:12px;
73cc4ccf
PT
283 font-weight:bold;
284 margin:10px 0 0 0;
285 color:#4E4E4E;
286}
287.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
d187a562
PT
288 margin:5px 0 10px 0px;
289 font-size:14px;
290 font-family:'DejaVu Sans Mono',monospace;
73cc4ccf
PT
291}
292.serializedFormContainer dl.nameValue dt {
293 margin-left:1px;
294 font-size:1.1em;
295 display:inline;
296 font-weight:bold;
297}
298.serializedFormContainer dl.nameValue dd {
299 margin:0 0 0 1px;
300 font-size:1.1em;
301 display:inline;
302}
303/*
304List styles
305*/
306ul.horizontal li {
307 display:inline;
308 font-size:0.9em;
309}
310ul.inheritance {
311 margin:0;
312 padding:0;
313}
314ul.inheritance li {
315 display:inline;
316 list-style:none;
317}
318ul.inheritance li ul.inheritance {
319 margin-left:15px;
320 padding-left:15px;
321 padding-top:1px;
322}
323ul.blockList, ul.blockListLast {
324 margin:10px 0 10px 0;
325 padding:0;
326}
327ul.blockList li.blockList, ul.blockListLast li.blockList {
328 list-style:none;
d187a562
PT
329 margin-bottom:15px;
330 line-height:1.4;
73cc4ccf
PT
331}
332ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
333 padding:0px 20px 5px 10px;
d187a562
PT
334 border:1px solid #ededed;
335 background-color:#f8f8f8;
73cc4ccf
PT
336}
337ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
338 padding:0 0 5px 8px;
339 background-color:#ffffff;
d187a562 340 border:none;
73cc4ccf
PT
341}
342ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
343 margin-left:0;
344 padding-left:0;
345 padding-bottom:15px;
346 border:none;
73cc4ccf
PT
347}
348ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
349 list-style:none;
350 border-bottom:none;
351 padding-bottom:0;
352}
353table tr td dl, table tr td dl dt, table tr td dl dd {
354 margin-top:0;
355 margin-bottom:1px;
356}
357/*
358Table styles
359*/
d187a562 360.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
73cc4ccf 361 width:100%;
d187a562
PT
362 border-left:1px solid #EEE;
363 border-right:1px solid #EEE;
364 border-bottom:1px solid #EEE;
73cc4ccf 365}
d187a562
PT
366.overviewSummary, .memberSummary {
367 padding:0px;
73cc4ccf 368}
d187a562
PT
369.overviewSummary caption, .memberSummary caption, .typeSummary caption,
370.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
73cc4ccf
PT
371 position:relative;
372 text-align:left;
373 background-repeat:no-repeat;
d187a562 374 color:#253441;
73cc4ccf
PT
375 font-weight:bold;
376 clear:none;
377 overflow:hidden;
378 padding:0px;
d187a562
PT
379 padding-top:10px;
380 padding-left:1px;
73cc4ccf 381 margin:0px;
d187a562
PT
382 white-space:pre;
383}
384.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
385.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
386.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
387.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
388.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
389.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
390.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
391.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
73cc4ccf
PT
392 color:#FFFFFF;
393}
d187a562
PT
394.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
395.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
73cc4ccf 396 white-space:nowrap;
d187a562
PT
397 padding-top:5px;
398 padding-left:12px;
399 padding-right:12px;
400 padding-bottom:7px;
401 display:inline-block;
73cc4ccf 402 float:left;
d187a562
PT
403 background-color:#F8981D;
404 border: none;
405 height:16px;
73cc4ccf 406}
d187a562
PT
407.memberSummary caption span.activeTableTab span {
408 white-space:nowrap;
409 padding-top:5px;
410 padding-left:12px;
411 padding-right:12px;
412 margin-right:3px;
413 display:inline-block;
73cc4ccf 414 float:left;
d187a562
PT
415 background-color:#F8981D;
416 height:16px;
73cc4ccf 417}
d187a562
PT
418.memberSummary caption span.tableTab span {
419 white-space:nowrap;
420 padding-top:5px;
421 padding-left:12px;
422 padding-right:12px;
423 margin-right:3px;
424 display:inline-block;
425 float:left;
426 background-color:#4D7A97;
427 height:16px;
428}
429.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
430 padding-top:0px;
431 padding-left:0px;
432 padding-right:0px;
433 background-image:none;
434 float:none;
435 display:inline;
73cc4ccf 436}
d187a562
PT
437.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
438.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
439 display:none;
440 width:5px;
441 position:relative;
442 float:left;
443 background-color:#F8981D;
73cc4ccf 444}
d187a562
PT
445.memberSummary .activeTableTab .tabEnd {
446 display:none;
447 width:5px;
448 margin-right:3px;
449 position:relative;
450 float:left;
451 background-color:#F8981D;
73cc4ccf 452}
d187a562
PT
453.memberSummary .tableTab .tabEnd {
454 display:none;
455 width:5px;
456 margin-right:3px;
457 position:relative;
458 background-color:#4D7A97;
459 float:left;
460
73cc4ccf 461}
d187a562
PT
462.overviewSummary td, .memberSummary td, .typeSummary td,
463.useSummary td, .constantsSummary td, .deprecatedSummary td {
73cc4ccf 464 text-align:left;
d187a562
PT
465 padding:0px 0px 12px 10px;
466}
467th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
468td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
469 vertical-align:top;
470 padding-right:0px;
471 padding-top:8px;
472 padding-bottom:3px;
73cc4ccf 473}
d187a562 474th.colFirst, th.colLast, th.colOne, .constantsSummary th {
73cc4ccf 475 background:#dee3e9;
73cc4ccf 476 text-align:left;
d187a562 477 padding:8px 3px 3px 7px;
73cc4ccf
PT
478}
479td.colFirst, th.colFirst {
73cc4ccf 480 white-space:nowrap;
d187a562 481 font-size:13px;
73cc4ccf
PT
482}
483td.colLast, th.colLast {
d187a562 484 font-size:13px;
73cc4ccf
PT
485}
486td.colOne, th.colOne {
d187a562
PT
487 font-size:13px;
488}
489.overviewSummary td.colFirst, .overviewSummary th.colFirst,
490.useSummary td.colFirst, .useSummary th.colFirst,
491.overviewSummary td.colOne, .overviewSummary th.colOne,
492.memberSummary td.colFirst, .memberSummary th.colFirst,
493.memberSummary td.colOne, .memberSummary th.colOne,
494.typeSummary td.colFirst{
495 width:25%;
496 vertical-align:top;
73cc4ccf 497}
d187a562
PT
498td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
499 font-weight:bold;
73cc4ccf 500}
d187a562
PT
501.tableSubHeadingColor {
502 background-color:#EEEEFF;
73cc4ccf 503}
d187a562
PT
504.altColor {
505 background-color:#FFFFFF;
506}
507.rowColor {
508 background-color:#EEEEEF;
73cc4ccf
PT
509}
510/*
511Content styles
512*/
513.description pre {
514 margin-top:0;
515}
516.deprecatedContent {
517 margin:0;
518 padding:10px 0;
519}
520.docSummary {
521 padding:0;
522}
d187a562
PT
523
524ul.blockList ul.blockList ul.blockList li.blockList h3 {
525 font-style:normal;
526}
527
528div.block {
529 font-size:14px;
530 font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
531}
532
533td.colLast div {
534 padding-top:0px;
535}
536
537
538td.colLast a {
539 padding-bottom:3px;
540}
73cc4ccf
PT
541/*
542Formatting effect styles
543*/
544.sourceLineNo {
545 color:green;
546 padding:0 30px 0 0;
547}
548h1.hidden {
549 visibility:hidden;
550 overflow:hidden;
d187a562 551 font-size:10px;
73cc4ccf
PT
552}
553.block {
554 display:block;
d187a562
PT
555 margin:3px 10px 2px 0px;
556 color:#474747;
73cc4ccf 557}
d187a562
PT
558.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
559.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
560.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
73cc4ccf
PT
561 font-weight:bold;
562}
d187a562
PT
563.deprecationComment, .emphasizedPhrase, .interfaceName {
564 font-style:italic;
565}
566
567div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
568div.block div.block span.interfaceName {
569 font-style:normal;
570}
571
572div.contentContainer ul.blockList li.blockList h2{
573 padding-bottom:0px;
574}
This page took 0.06825 seconds and 5 git commands to generate.