Subversion Repositories f9daq

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
365 f9daq 1
/***************************************************/
2
/* MINIMAL STYLES */
3
/* The following section defines styles that every HTML Help project should need. */
4
 
5
/* Specifies White Background color */
6
body {background-color:#ffffff}
7
 
8
/* The default style of P is red to alert you that you need to apply a style class, such as Body. */
9
P { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color: #000000; }
10
 
11
BR { font-size:4.00pt; }
12
 
13
H1,H2,H3,H4,H5,H6 { color:#000000 }
14
 
15
/* Use H1 for all topic headings. */
16
H1 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:12pt; font-weight:bold;  }
17
 
18
/* not in minimal.css; LabWindows/CVI-specific */
19
H1.function{ margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:12pt; font-weight:bold; color:#000000; }      
20
 
21
/* Use H2 for second-level headings. */
22
H2 { margin-top:9.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:10pt; font-weight:bold;  }
23
 
24
/* not in minimal.css; LabWindows/CVI-specific */
25
H2.purpose{ margin-top:9.00pt; margin-bottom:3.00pt; font-family:Verdana; font-size:10pt; font-weight:bold; color:#000000; }   
26
 
27
/* not in minimal.css; LabWindows/CVI-specific */  
28
H2.code{ font-family:"Courier New"; font-size:10pt; color:#000000;}                
29
 
30
/* Use H3 for third-level headings. */
31
H3 { margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold;  }
32
 
33
/* Use H4 for fourth-level headings. */
34
H4 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold;  }
35
 
36
/* H5 and H6 have the same definition as H4 because you should not need this level of heading in one topic. If you need to use H5 or H6, consider breaking up your topic into more than one topic. */
37
H5 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold;  }
38
H6 { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold;  }
39
 
40
/* Use the Body style class for normal paragraphs. */
41
P.Body { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000;  }
42
 
43
/* Not in minimal.css; LabWindows/CVI-specific. */
44
P.Equation { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Times; font-size:10pt; color:#000000; }
45
 
46
/* Not in minimal.css; LabWindows/CVI-specific. */
47
P.list{font-family:Verdana, sans-serif;
48
           font-size:8 pt;
49
       line-height:1.4;
50
           color:black;}
51
 
52
/* not in minimal.css; LabWindows/CVI-specific */          
53
P.syntax{ text-align:left; text-indent:-65pt; margin-top:9pt; margin-bottom:0pt; margin-right:0pt; margin-left:65pt; font-size:8pt; font-weight:medium; font-style:Regular; font-family:"Courier New"; text-decoration:none; vertical-align:baseline; text-transform:none; color:#000000;}     
54
 
55
 
56
/* Use the Anchor style class for graphic references on a line by themselves. */
57
P.Anchor { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:10pt; color:#000000;  }
58
 
59
/* Use the Indent style classes to indent a paragraph. If you need to indent text below a list item, use <br><br> to start the new paragraph within the same set of <li></li> tags. If you need to indent a list within another list, nest the indented list within the first list's set of <ol></ol> or <ul></ul> tags. */
60
/* Indent is not in minimal.css; LabWindows/CVI-specific. Used in only a few places.*/
61
P.Indent {text-indent:2em; margin-top:6.00pt; margin-bottom:3.00pt; font-size:8pt; color:#000000;}
62
P.Indent1 { margin-left:12.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif;font-size:8pt; color:#000000;  }
63
P.Indent2 { margin-left:24.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000;  }
64
P.Indent3 { margin-left:36.00pt; margin-top:6.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000;  }
65
 
66
/*not in minimal.css; LabWindows/CVI-specific */
67
P.advanonly { margin-top:6.00pt; margin-bottom:6.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000;  }
68
 
69
/*not in minimal.css; LabWindows/CVI-specific. With P.ObsoleteContent, this style is used to mark obsolete functions. */
70
P.Obsolete {font-family:Verdana, sans-serif; font-size:10pt; color:#000000; border-width: 1.5pt;
71
border-style: solid; border-color: #800000; border-bottom:0px; margin-bottom:0px; margin-top:15px; padding:3px; font-weight:bold; }
72
 
73
/*not in minimal.css; LabWindows/CVI-specific. With P.Obsolete, this style is used to mark obsolete functions. */
74
P.ObsoleteContent {font-family:Verdana, sans-serif; font-size:8pt; color:#800000; border-width: 1.5pt; border-style: solid; border-color: #800000; border-top:0px; margin-bottom:15px; margin-top:0px; padding:3px; }
75
 
76
/* Use the LI style for all list items. */
77
LI { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; }
78
 
79
 
80
/* Use the OL style for numbered lists. You do not have to type the number for each list item in a numbered list. */
81
OL { margin-left:18.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
82
 
83
/* Use the OL style for numbered lists. Nested lists will use the bullet types according to the nesting scheme below */
84
ol ol {list-style-type:lower-alpha}
85
ol ol ol {list-style-type:decimal}
86
ol ol ol ol {list-style-type:lower-alpha}
87
ol ol ol ol ol {list-style-type:decimal}
88
ol ol ol ol ol ol {list-style-type:lower-alpha}
89
ol ol ol ol ol ol ol {list-style-type:decimal}
90
ol ol ol ol ol ol ol ol {list-style-type:lower-alpha}
91
 
92
 
93
/* Use the EquationNum style class for numbered lists of equations. You do not have to type the number for each list item in a numbered list. */
94
OL.EquationNum { margin-left:36.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }
95
 
96
/* Use the List-abc style class for lettered lists. You do not have to type the letter for each list item in a lettered list. */
97
OL.List-abc { margin-left:18.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type:lower-alpha; }
98
 
99
/* Use the UL style for bulleted lists. You do not have to type the bullet for each list item in a bulleted list. */
100
UL { margin-left:12.00pt; text-indent:0pt; margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: disc; }
101
 
102
/* Use the UL style for bulleted lists. Nested lists will use the bullet types according to the nesting scheme below. NOTE: hyphen.gif required in same directory as minimal.css */
103
ul ul {list-style-image:url(hyphen.gif)}
104
ul ul ul {list-style-image:none;list-style-type:disc}
105
ul ul ul ul {list-style-image:url(hyphen.gif)}
106
ul ul ul ul ul {list-style-image:none;list-style-type:disc}
107
ul ul ul ul ul ul {list-style-image:url(hyphen.gif)}
108
ul ul ul ul ul ul ul {list-style-image:none;list-style-type:disc}
109
ul ul ul ul ul ul ul ul ul{list-style-image:url(hyphen.gif)}
110
 
111
/* Use the List-Index style class for list without bullets. */
112
UL.List-Index { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: none; }
113
 
114
/* Use the List-Box style class for bulleted lists with boxes instead of bullets. You do not have to type the box for each list item in a the list. */
115
UL.List-Box { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: square; }
116
 
117
/* Use the List-Circle style class for bulleted lists with circles instead of bullets. You do not have to type the circle for each list item in a the list. */
118
UL.List-Circle { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: circle; }
119
 
120
/* Use the List-Diamond style class for bulleted lists with diamonds instead of bullets. You do not have to type the diamond for each list item in a diamond list. */
121
UL.List-Diamond { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-image:url(diamond.gif); }
122
 
123
/* Use the List-Hyphen style class for bulleted lists with hyphens instead of bullets. You do not have to type the hyphen for each list item in a hyphen list. */
124
UL.List-Hyphen { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-image:url(hyphen.gif); }
125
 
126
/* Use the Borderless style class for tables that do not need borders, such as for 2-column or 3-column lists with no headings. */
127
Table.Borderless { border:none; }
128
 
129
/* Use the Bordered style class for tables that need borders. */
130
Table.Bordered { border-width: 1pt; border-style: solid; border-color: #000000; border-collapse: collapse; }
131
 
132
/* Use the Borderless-Wide style class for tables that do not need borders and that you want to stretch to fill the entire topic width. */
133
Table.Borderless-Wide { border:none; width:100%; }
134
 
135
/* Use the Bordered-Wide style class for tables that need borders and that you want to stretch to fill the entire topic width. */
136
Table.Bordered-Wide { border-width: 1pt; border-style: solid; border-color: #000000; width:100%; border-collapse: collapse; }
137
 
138
/* Use the TD style for table cells in Borderless or Borderless-Wide tables. Added margin values to the minimal style. */
139
TD { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; vertical-align:top; padding:3px; margin-top:3.00pt; margin-bottom:3.00pt; }
140
 
141
/* not in minimal.css; LabWindows/CVI-specific */
142
TD.tablehead{ margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; color:#000000; vertical-align:top; padding:3px; text-align:left; }
143
 
144
TD.paramName { margin-top:3.00pt; margin-bottom:3.00pt; font-family:Verdana, sans-serif; font-size:8pt; font-weight:bold; color:#000000; vertical-align:top; padding:3px; }      
145
 
146
 
147
/* Use the Bordered style class for table cells in Bordered or Bordered-Wide tables. Added the margin values to minimal style. */
148
TD.Bordered { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; vertical-align:top; border-width: 1pt; border-style: solid; border-color: #000000; margin-top:3.00pt; margin-bottom:3.00pt; padding:3px; }
149
 
150
/* TD indent styles not in minimal.css; LabWindows/CVI-specific */  
151
TD.indent{ valign:"top"; text-indent:2em; margin-left:65pt; }
152
 
153
TD.indent2{ text-indent:3em; margin-left:75pt; }       
154
 
155
TD.indent3{ text-indent:4em; margin-left:85pt; }       
156
 
157
/* Use the Icon style class for table cells that contain note, caution, warning, or tip icons, or LabVIEW datatype terminals. */
158
TD.Icon { width:40px; vertical-align:top; }
159
 
160
/* Use the Table-cell-8pt style class for table cells in tables that contain a lot of information and need smaller text to fit it all on one screen to prevent a horizontal scroll bar from appearing. */
161
TD.Table-cell-8pt { font-family:Verdana, sans-serif; font-size:7pt; color:#000000;  }
162
 
163
/* Use the TH style for table heading cells in Borderless or Borderless-Wide tables. */
164
TH { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding:3px; }
165
 
166
/* Use the Bordered style class for table heading cells in Bordered or Bordered-Wide tables. */
167
TH.Bordered { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold;  border-width: 1pt; border-style: solid; border-color: #000000; }
168
 
169
/* Use the Table-cell-8pt style class for table heading cells in tables that contain a lot of information and need smaller text to fit it all on one screen to prevent a horizontal scroll bar from appearing. */
170
TH.Table-Head-8pt { font-family:Verdana, sans-serif; font-size:7pt; color:#000000; font-weight:bold; }
171
 
172
/* Use the Left-Align style class for table heading cells that you want to left align instead of center align. */
173
TH.Left-Align { font-family:Verdana, sans-serif; font-size:8pt; color:#000000; font-weight:bold; padding:3px; text-align:left; }
174
 
175
/* This style applies only to Samples */               
176
A.Sample{font-family:"Courier New";
177
                 font-size:8pt;
178
                 cursor:hand;
179
                 text-decoration:underline;
180
                 color:green;} 
181
 
182
/* this style is for use only in Samples and Toolslib; not in minimal.css */
183
P.BodyAfter{margin-top:0.00pt;
184
margin-bottom:6.00pt;
185
font-family:Verdana, sans-serif;
186
font-size:8pt;
187
color:black;}
188
 
189
/* this style is for use only in Samples and Toolslib; not in minimal.css */
190
P.BodyBefore{margin-top:12.00pt;
191
margin-bottom:0.00pt;
192
font-family:"Courier New";
193
font-size:8pt;
194
color:black;}                    
195
 
196
/***************************************************/
197
/* CHARACTER FORMATS */
198
/* The following section defines character formats that every HTML Help project should need. */
199
 
200
/* Use the Dark-Red format for warnings or cautions. */
201
#Dark-Red { color: #800000 }
202
 
203
/* Use the Monospace format for code or syntax examples. */
204
#Monospace { font-family: Courier New; font-size: 8pt; }
205
 
206
/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
207
#Monospace-Bold { font-family: Courier New; font-size: 8pt; font-weight: bold; }
208
 
209
/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
210
#Monospace-Italic { font-family: Courier New; font-size: 8pt; font-style: italic; }
211
 
212
/* Use the Platform format to denote a specific platform. */
213
#Platform { color: #0000FF; font-weight: bold; }
214
 
215
/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
216
#Symbol { font-family: Symbol; font-size: 8pt; }
217
 
218
/* CHARACTER FORMATS Updated to conform with the CSE HTML Validator Pro */
219
/* The following section defines character formats that every HTML Help project should need. */
220
 
221
/* Use the Dark-Red format for warnings or cautions. */
222
.Dark-Red { color: #800000 }
223
 
224
/* Use the Monospace format for code or syntax examples. */
225
.Monospace { font-family: Courier New; font-size: 8pt; }
226
 
227
/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
228
.Monospace-Bold { font-family: Courier New; font-size: 8pt; font-weight: bold; }
229
 
230
/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
231
.Monospace-Italic { font-family: Courier New; font-size: 8pt; font-style: italic; }
232
 
233
/* Use the Platform format to denote a specific platform. */
234
.Platform { color: #0000FF; font-weight: bold; }
235
 
236
/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
237
.Symbol { font-family: Symbol; font-size: 8pt; }
238
 
239
/* Use the Red-text format to call attention to text that needs  information added or edited by techcomm */
240
.Red-text {color: #FF0000;}
241
 
242
/* Use the Green-Underline format for the green defintion in the conventions topic */
243
.Green-Underline {color: #007700;       text-decoration : underline;}
244
 
245
/* Use the glossButton format for the glossary buttons used in the glossary topic */
246
.glossButton { font-family:Verdana, sans-serif; font-size:12px; color:black; }
247
 
248
/* Use for text sections and hyphenated words that should not break at line wraps */
249
span.nobreak{white-space:nowrap}
250
 
251
/* The following styles define the color of links. */
252
a:link { color: #007700; font-family:Verdana, sans-serif;}
253
a:hover { color: #FF0000; font-family:Verdana, sans-serif;}
254
a:active { color: #FF0000; font-family:Verdana, sans-serif;}
255
a:visited { color: #7F007F; font-family:Verdana, sans-serif;}
256
 
257
/***************************************************/
258
/* ACTIVITY STYLES */
259
/* The following section defines styles that only tutorial-style HTML Help projects should need. */
260
 
261
/* Use the Activity-Objective style class for the objective at the beginning of an activity topic. */
262
H3.Activity-Objective { color: #800000; }
263
 
264
/***************************************************/
265
/* CODE STYLES */
266
/* The following section defines styles that you need to format entire sections of code or syntax examples. If you have just a few words you need to format as a code or syntax example, use the Monospace character format. */
267
 
268
P.Code { margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
269
P.Code1 { margin-left:12.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
270
P.Code2 { margin-left:24.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
271
P.Code3 { margin-left:36.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
272
 
273
/***************************************************/
274
/* FUNCTION STYLES */
275
/* The following section defines styles that you might need to format function reference help. */
276
 
277
P.F-VI-Code4 { margin-left:48.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
278
P.F-VI-Code5 { margin-left:60.00pt; margin-top:3.00pt; margin-bottom:0.00pt; font-family:Courier New; font-size:8pt; color:#000000;  }
279
P.F-VI-Equation { margin-top:9.00pt; margin-bottom:9.00pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000;  }
280
 
281
OL.F-VI-EquationNum { margin-top:3.00pt; margin-bottom:3.00pt; text-indent:0pt; font-family:Verdana, sans-serif; font-size:8pt; color:#000000; list-style-type: decimal; }