tmf: Bug 457502: Prevent duplication of Stream List view filters
[deliverable/tracecompass.git] / org.eclipse.tracecompass.gdbtrace.help / book.css
CommitLineData
6de2f761
PT
1/* following font face declarations need to be removed for DBCS */
2
3
4body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, sans-serif; color: #000000}
5pre { font-family: Courier, monospace}
6
7/* end font face declarations */
8
9/* following font size declarations should be OK for DBCS */
10body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 12pt; }
11pre { font-size: 12pt}
12
13/* end font size declarations */
14
15body { background: #FFFFFF}
16h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 }
17h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 }
18h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 }
19h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic }
20h5 { font size: 13.5pt; }
21p { font-size: 12pt; }
22pre { margin-left: 6; font-size: 9pt }
23
24a:link { color: #006699 }
25a:visited { color: #996699 }
26a:hover { color: #006699 }
27
28ul { margin-top: 0; margin-bottom: 10 }
29li { margin-top: 0; margin-bottom: 0 }
30li p { margin-top: 0; margin-bottom: 0 }
31ol { margin-top: 0; margin-bottom: 10 }
32dl { margin-top: 0; margin-bottom: 10 }
33dt { margin-top: 0; margin-bottom: 0; font-weight: bold }
34dd { margin-top: 0; margin-bottom: 0 }
35strong { font-weight: bold}
36em { font-style: italic}
37var { font-style: italic}
38div.revision { border-left-style: solid; border-left-width: thin;
39 border-left-color: #7B68EE; padding-left:5 }
40th { font-weight: bold }
41.hidden {
42 display: none;
43}
44
45/* Mike Behm's addition to the style sheet */
46.userinput { font-family: monospace; }
47.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel,
48.notetitle {
49 color: #000000;
50 font-family: helvetica, arial, sans-serif;
51 font-weight: bold;
52 }
53div.linux {display:none;}
54.firsterm {font-style:italic;}
55
56.typewriter {font-family:monospace;}
57.bold {font-weight:600;}
58.linethrough {text-decoration: line-through;}
59.underline {text-decoration: underline;}
This page took 0.063709 seconds and 5 git commands to generate.