1 | /*
|
---|
2 | | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
|
---|
3 | */
|
---|
4 |
|
---|
5 |
|
---|
6 | /* class definitions */
|
---|
7 |
|
---|
8 | .unresolved { background-color: skyblue;
|
---|
9 | }
|
---|
10 |
|
---|
11 | .noTemplate { background-color: yellow;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .sidebar {background: silver
|
---|
15 | }
|
---|
16 |
|
---|
17 | .toc {font-size: small;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .base { background-color: #ffffff;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .figborder { border-style: double;
|
---|
24 | border-color: black;
|
---|
25 | border-width: 3;
|
---|
26 | }
|
---|
27 |
|
---|
28 |
|
---|
29 | /* the nested mappings provide the opportunity to manipulate things at the topic level */
|
---|
30 | /* no function here for now; nested topics don't indent incrementally */
|
---|
31 | .nested1 {
|
---|
32 | }
|
---|
33 |
|
---|
34 | .nested2 {
|
---|
35 | }
|
---|
36 |
|
---|
37 | .nested3 {
|
---|
38 | }
|
---|
39 |
|
---|
40 | .nested4 {
|
---|
41 | }
|
---|
42 |
|
---|
43 | .nested5 {
|
---|
44 | }
|
---|
45 |
|
---|
46 | .nested6 {
|
---|
47 | }
|
---|
48 |
|
---|
49 |
|
---|
50 |
|
---|
51 | /* the topictitle mappings provide nesting-specific title control */
|
---|
52 | /* equivalent to FO xsl attribute sets for nested titles */
|
---|
53 |
|
---|
54 | .topictitle1 { margin-top: 0pc;
|
---|
55 | margin-bottom: 1.4pt;
|
---|
56 | font-size: 16pt;
|
---|
57 | }
|
---|
58 |
|
---|
59 | .topictitle2 { margin-top: 1pc;
|
---|
60 | margin-bottom: 5pt;
|
---|
61 | font-size: 14pt;
|
---|
62 | }
|
---|
63 |
|
---|
64 | .topictitle3 { margin-top: 1pc;
|
---|
65 | margin-bottom: 2pt;
|
---|
66 | font-size: 14t;
|
---|
67 | font-weight: bold;
|
---|
68 | }
|
---|
69 |
|
---|
70 | .topictitle4 { margin-top: 10pt;
|
---|
71 | font-size: 14pt;
|
---|
72 | font-weight: bold;
|
---|
73 | }
|
---|
74 |
|
---|
75 |
|
---|
76 | .topictitle5 { font-size: 14pt;
|
---|
77 | font-weight: bold;
|
---|
78 | }
|
---|
79 |
|
---|
80 | .topictitle6 { font-size: 15pt;
|
---|
81 | font-style: italic;
|
---|
82 | }
|
---|
83 |
|
---|
84 | /* some class settings tied to generated divs */
|
---|
85 | div.notetitle { margin-top: 1em; font-weight: bold }
|
---|
86 | div.notebody { margin-left: 2em }
|
---|
87 |
|
---|
88 | div.attention { margin-top: 1em }
|
---|
89 | span.attentiontitle { font-weight: bold }
|
---|
90 | div.dangertitle { margin-top: 1em; font-weight: bold }
|
---|
91 | div.danger { padding: 5px 5px 5px 5px; border: solid; border-width: thin; font-weight: bold; margin-top: 2px }
|
---|
92 | div.cautiontitle { margin-top: 1em; font-weight: bold }
|
---|
93 | div.caution { font-weight: bold }
|
---|
94 |
|
---|
95 | div.tiptitle { margin-top: 1em; font-weight: bold }
|
---|
96 | div.tipbody { margin-left: 2em }
|
---|
97 | div.fastpathtitle { margin-top: 1em; font-weight: bold }
|
---|
98 | div.fastpathbody { margin-left: 2em }
|
---|
99 | div.importanttitle { margin-top: 1em; font-weight: bold }
|
---|
100 | div.importantbody { margin-left: 2em }
|
---|
101 | div.remembertitle { margin-top: 1em; font-weight: bold }
|
---|
102 | div.rememberbody { margin-left: 2em }
|
---|
103 | div.restrictiontitle { margin-top: 1em; font-weight: bold }
|
---|
104 | div.restrictionbody { margin-left: 2em }
|
---|
105 |
|
---|
106 | div.imageleft { text-align: left }
|
---|
107 | div.imagecenter { text-align: center }
|
---|
108 | div.imageright { text-align: right }
|
---|
109 | div.imagejustify { text-align: justify }
|
---|
110 |
|
---|
111 |
|
---|
112 |
|
---|
113 | /* format-specific */
|
---|
114 |
|
---|
115 | .bold { font-weight: bold;
|
---|
116 | }
|
---|
117 |
|
---|
118 | .boldItalic { font-weight: bold;
|
---|
119 | font-style: italic;
|
---|
120 | }
|
---|
121 |
|
---|
122 | .italic { font-style: italic;
|
---|
123 | }
|
---|
124 |
|
---|
125 |
|
---|
126 | .underlined { text-decoration: underline;
|
---|
127 | }
|
---|
128 |
|
---|
129 | .ptocH1 {font-size: x-small;
|
---|
130 | }
|
---|
131 |
|
---|
132 | .ptocH2 {font-size: x-small;
|
---|
133 | }
|
---|
134 |
|
---|
135 | .smallCaps { text-transform: uppercase;
|
---|
136 | font-size: smaller;
|
---|
137 | }
|
---|
138 |
|
---|
139 | .stitle { font-style: italic;
|
---|
140 | text-decoration: underline;
|
---|
141 | }
|
---|
142 |
|
---|
143 | .nte {}
|
---|
144 |
|
---|
145 | .defListHead { font-weight: bold;
|
---|
146 | text-decoration: underline;
|
---|
147 | }
|
---|
148 |
|
---|
149 | .parmListKwd { font-weight: bold;
|
---|
150 | }
|
---|
151 |
|
---|
152 | .parmListVar { font-style: italic;
|
---|
153 | }
|
---|
154 |
|
---|
155 | .xxlines {
|
---|
156 | white-space: pre;
|
---|
157 | font-family : serif;
|
---|
158 | font-size : 100%;
|
---|
159 | }
|
---|
160 |
|
---|
161 | .pk { font-weight: bold;
|
---|
162 | text-decoration: underline;
|
---|
163 | }
|
---|
164 |
|
---|
165 | .sectiontitle {margin-top: 1em;
|
---|
166 | margin-bottom: 0em;
|
---|
167 | color: black;
|
---|
168 | font-size: 11pt;
|
---|
169 | font-weight: bold;
|
---|
170 | }
|
---|
171 |
|
---|
172 |
|
---|
173 | *[compact="yes"]>li {
|
---|
174 | margin-top: 0pt;
|
---|
175 | }
|
---|
176 |
|
---|
177 | *[compact="no"]>li {
|
---|
178 | margin-top: 6pt;
|
---|
179 | }
|
---|
180 |
|
---|
181 |
|
---|