1
/* * * This file was autogenerated by Styler at 02:02 on 02/15/2003 * * */
4 /***********************************************************
5 * SCRIPT-SUPPORTING STYLES
6 ***********************************************************/
8 /* Defines the userData cache persistence mechanism. */
11 behavior: url
(#default#userData
);
14 /* Used to save the scroll bar position when navigating away from a page. */
17 behavior: url
(#default#saveHistory
);
20 /* Formats the expand/collapse images for all collapsible regions. */
27 /* Formats the Language filter drop-down image. */
28 img#languageFilterImage
32 vertical-align: middle
;
35 /* Formats the Members Options filter drop-down image. */
36 img#membersOptionsFilterImage
40 vertical-align: middle
;
43 /* Formats the Collapse All/Expand All images. */
47 vertical-align: middle
;
53 text-decoration: underline
;
60 /***********************************************************
61 * CONTENT PRESENTATION STYLES
62 ***********************************************************/
101 list-style-type: disc
;
109 list-style-type: disc
;
117 list-style-type: decimal
;
125 list-style-type: lower-alpha
;
156 font-family: Monospace
, Courier New
, Courier
;
170 span
.referenceNoLink
{
186 /***********************************************************
187 * STRUCTURE PRESENTATION STYLES
188 ***********************************************************/
190 /* Applies to everything below the non-scrolling header region. */
196 html
>body #mainSection
202 /* Applies to everything below the non-scrolling header region, minus the footer. */
219 /* Adds right padding for all blocks in mainBody */
220 div#mainBody p
, div#mainBody ol
, div#mainBody ul
, div#mainBody dl
225 /*------------------------------ Begin Non-scrolling Header Region Styles -------------------------------*/
226 /* Applies to the entire non-scrolling header region. */
229 background-color: #D4DFFF;
236 /* Applies to both tables in the non-scrolling header region. */
239 border-bottom-color: #C8CDDE;
240 border-bottom-style: solid
;
241 border-bottom-width: 1;
245 /* Applies to cells in both tables in the non-scrolling header region. */
254 /* Applies to second row in the upper table of the non-scrolling header region. */
255 div#header table tr#headerTableRow2 td
260 /* Applies to the last row in the upper table of the non-scrolling header region. Text
261 in this row includes See Also, Constructors, Methods, and Properties. */
262 div#header table tr#headerTableRow3 td
269 /* Applies to the lower table in the non-scrolling header region. Text in this table
270 includes Collapse All/Expand All, Language Filter, and Members Options. */
271 div#header table#bottomTable
273 border-top-color: #FFFFFF;
274 border-top-style: solid
;
280 /* Formats the first column--the one that displays icons--in mref list tables (such as Public Constructors,
281 Protected Constructors, Public Properties, Protected Properties, and so on). */
282 div#mainSection table td
.imageCell
286 /*------------------------------ End General Table Styles -------------------------------*/
288 /*------------------------------ Begin General Table Styles -------------------------------*/
290 div#mainBody div
.alert
, div#mainBody div
.code
, div#mainBody div
.tableSection
295 div#mainBody div
.section div
.alert
, div#mainBody div
.section div
.code
,
296 div#mainBody div
.section div
.tableSection
301 div#mainBody div
.section ul div
.alert
, div#mainBody div
.section ul div
.code
,
302 div#mainBody div
.section ul div
.tableSection
, div#mainBody div
.section ol div
.alert
,
303 div#mainBody div
.section ol div
.code
, div#mainBody div
.section ol div
.tableSection
308 div
.alert p
, div
.code p
328 div
.seeAlsoNoToggleSection dl
334 div
.seeAlsoNoToggleSection dd p
350 /*------------------------------ End General Table Styles -------------------------------*/
354 /*------------------------------ Begin Syntax and Snipper Code Block Styles -------------------------------*/
367 border-bottom-color: #C8CDDE;
368 border-bottom-style: solid
;
369 border-bottom-width: 1;
379 border-top-color: #FFFFFF;
380 border-top-style: solid
;
386 /* Applies to the running header text in the first row of the upper table in the
387 non-scrolling header region. */
388 span#runningHeaderText
395 /* Applies to the topic title in the second row of the upper table in the
396 non-scrolling header region. */
403 /*------------------------------ End Non-scrolling Header Region Styles -------------------------------*/
406 /* Formats the footer. Currently, the transforms pass in two parameters to the
407 footer SSC, but the default footer SSC doesn't use either parameter.
408 TODO: Investigate whether the default footer SSC has any impact on doc spec. */
437 /* Unable to find this style in the transforms. The default footer SSC adds a plain horizontal rule.
438 TODO: Determine whether this style is required by the doc spec. */
442 border-bottom-color: #EEEEFF;
443 border-bottom-style: solid;
444 border-bottom-width: 1;
445 border-top-color: C8CDDE;
446 border-top-style: solid;
453 /********************************************************************************************************************
454 Collapsible Section Structure
456 <h1 class="heading"> // Format of the collapsible section text
457 <span onclick="ExpandCollapse(xxxToggle)"> // Defines the onclick procedure for the expand/collapse section
458 <img id="xxxToggle"> // Expand/collapse image
463 <div id="xxxSection" class="section"> // The body of the collapsible section; hidden by default
467 The ExpandCollapse() function is responsible for toggling the expand/collapse image, and for
468 displaying/hiding the body of the collapsible section.
469 ********************************************************************************************************************/
471 /* Applies to the body of a collapsible section */
472 div
.seeAlsoNoToggleSection
491 html
>body div
.section
510 /*------------------------------ Begin Heading Styles -------------------------------*/
511 /* As far as I can tell, only <h1> tags use this class.
512 TODO: Decide whether to roll these attributes into the h1.heading style */
520 /* All <h1> headings. */
538 /* Applies to table titles and subsection titles. */
550 /* Formats the titles of author-generated tables. */
558 h3
.procedureSubHeading
564 /* Formats the titles of all subsections. */
571 span
.labelheading
, div
.labelheading
577 /*------------------------------ End Heading Styles -------------------------------*/
580 /*------------------------------ Begin Image Styles -------------------------------*/
588 img
.downloadCodeImage
605 /*------------------------------ End Image Styles -------------------------------*/
608 /*------------------------------ Begin General Table Styles -------------------------------*/
609 div#mainSection table
618 div#mainSection table tr
623 div#mainSection table th
625 background-color: #EFEFF7;
626 border-bottom: 1px solid
#C8CDDE;
627 border-left: 1px none
#D5D5D3;
634 div#mainSection table td
636 background-color: #F7F7FF;
637 border-bottom: 1px solid
#D5D5D3;
638 border-left: 1px none
#D5D5D3;
643 /* Formats the first column--the one that displays icons--in mref list tables (such as Public Constructors,
644 Protected Constructors, Public Properties, Protected Properties, and so on). */
645 div#mainSection table td
.imageCell
649 /*------------------------------ End General Table Styles -------------------------------*/
652 /*------------------------------ Begin Syntax and Snipper Code Block Styles -------------------------------*/
664 border-bottom-color: #C8CDDE;
665 border-bottom-style: solid
;
666 border-bottom-width: 1;
676 border-top-color: #FFFFFF;
677 border-top-style: solid
;
683 /*------------------------------ End Syntax and Snipper Code Block Styles -------------------------------*/
686 /*------------------------------ Begin Note Styles -------------------------------*/
697 border-bottom-width: 0;
706 border-top-color: #FFFFFF;
707 border-top-style: solid
;
714 /*------------------------------ End Note Styles -------------------------------*/
717 /* Applies to the copy code text and image. */
739 text-decoration: underline
;
758 /* Formats the code in syntax and usage blocks, and the code in non-snipper code blocks. */
761 font-family: Monospace
, Courier New
, Courier
;
767 /* Formats parameter tooltips. */
773 text-decoration:underline
;
776 /* Applies to the language labels in the Language Filter drop-down list. */
781 text-decoration:underline
;
785 /* Applies to text styled as math. This text is passed as a parameter to the italics SSC definition */
788 font-family: Times New Roman
;
792 /* The sourceCodeList class doesn't appear in the transforms.
793 TODO: Find out whether this style is needed for the doc spec. */
797 font-family: Verdana;
802 /* The viewCode class doesn't appear in the transforms.
803 TODO: Find out whether this style is needed for the doc spec. */
819 border-color: #C8CDDE;
825 #membersOptionsSpan {
830 border-color: #C8CDDE;
836 /* Line seperating footer from main body */
888 font-family: Monospace
, Courier New
, Courier
;
932 div
.code span
.identifier
937 div
.code span
.keyword
942 div
.code span
.parameter
948 div
.code span
.literal
953 div
.code span
.comment
973 /* end of syntax styles */
976 SPAN
.clsGlossary
{cursor: default
; color: #509950; font-weight: bold
;}
977 DIV
.clsTooltip
{border: 1px solid black
; padding: 2px; position: absolute
; top: 0; left: 0; display: none
; background-color: #FFFFAA; color: black
; font-size: 8pt; font-family: Arial
;}