EGit v3.4.0.201406110918-r
[egit/eclipse.git] / org.eclipse.egit.doc / help / book.css
blobc6b3f94ac6d5284c52b81dc37ac58cbf34a05e2a
1 P.Code {
2 display: block;
3 text-align: left;
4 text-indent: 0.00pt;
5 margin-top: 0.000000pt;
6 margin-bottom: 0.000000pt;
7 margin-right: 0.000000pt;
8 margin-left: 15pt;
9 font-weight: normal;
10 font-style: normal;
11 color: #4444CC;
12 text-decoration: none;
13 vertical-align: baseline;
14 text-transform: none;
15 font-family: "Courier New", Courier, monospace;
17 H6.CaptionFigColumn {
18 display: block;
19 text-align: left;
20 text-indent: 0.000000pt;
21 margin-top: 3.000000pt;
22 margin-bottom: 11.000000pt;
23 margin-right: 0.000000pt;
24 margin-left: 0.000000pt;
25 font-size: 75%;
26 font-weight: bold;
27 font-style: Italic;
28 color: #000000;
29 text-decoration: none;
30 vertical-align: baseline;
31 text-transform: none;
33 P.Note {
34 display: block;
35 text-align: left;
36 text-indent: 0pt;
37 margin-top: 19.500000pt;
38 margin-bottom: 19.500000pt;
39 margin-right: 0.000000pt;
40 margin-left: 30pt;
41 font-size: 110%;
42 font-weight: normal;
43 font-style: Italic;
44 color: #000000;
45 text-decoration: none;
46 vertical-align: baseline;
47 text-transform: none;
49 EM.UILabel {
50 font-weight: Bold;
51 font-style: normal;
52 text-decoration: none;
53 vertical-align: baseline;
54 text-transform: none;
56 EM.CodeName {
57 font-weight: Bold;
58 font-style: normal;
59 text-decoration: none;
60 vertical-align: baseline;
61 text-transform: none;
62 font-family: "Courier New", Courier, monospace;
64 UL.NavList {
65 margin-left: 1.5em;
66 padding-left: 0px;
67 list-style-type: none;
70 body, html { border: 0px }
73 /* following font face declarations need to be removed for DBCS */
75 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
76 pre, code { font-family: "Courier New", Courier, monospace;}
78 /* end font face declarations */
80 @media print {
81 html { font-size: 12pt }
84 body { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
85 h1 { font-size: 180%; margin-top: 5px; margin-bottom: 1px }
86 h2 { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
87 h3 { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
88 h4 { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
89 p { margin-top: 10px; margin-bottom: 10px }
90 pre { font-size: 93%; margin-left: 6; color: #4444CC }
91 code { font-size: 93%; }
92 table { font-size: 100% } /* needed for quirks mode */
93 a:link { color: #0000FF }
94 a:hover { color: #000080 }
95 a:visited { text-decoration: underline }
96 ul { margin-top: 10px; margin-bottom: 10px; }
97 li { margin-top: 5px; margin-bottom: 5px; }
98 li p { margin-top: 5px; margin-bottom: 5px; }
99 ol { margin-top: 10px; margin-bottom: 10px; }
100 dl { margin-top: 10px; margin-bottom: 10px; }
101 dt { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
102 dd { margin-top: 5px; margin-bottom: 5px; }
103 strong { font-weight: bold}
104 em { font-style: italic}
105 var { font-style: italic}
106 div.revision {
107 border-left-style: solid; border-left-width: thin;
108 border-left-color: #7B68EE; padding-left:5
110 th { font-weight: bold }