source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Styles/Whidbey/presentation.css@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 19.1 KB
Line 
1/* * * This file was autogenerated by Styler at 02:02 on 02/15/2003 * * */
2
3
4/***********************************************************
5 * SCRIPT-SUPPORTING STYLES
6 ***********************************************************/
7
8/* Defines the userData cache persistence mechanism. */
9.userDataStyle
10{
11 behavior: url(#default#userData);
12}
13
14/* Used to save the scroll bar position when navigating away from a page. */
15div.saveHistory
16{
17 behavior: url(#default#saveHistory);
18}
19
20/* Formats the expand/collapse images for all collapsible regions. */
21img.toggle
22{
23 border: 0;
24 margin-right: 5;
25}
26
27/* Formats the Collapse All/Expand All images. */
28img#toggleAllImage
29{
30 margin-left: 0;
31 vertical-align: middle;
32}
33
34/* Supports XLinks */
35MSHelp\:link
36{
37 text-decoration: underline;
38 color: #0000ff;
39 hoverColor: #3366ff;
40 filterString: ;
41}
42
43
44/***********************************************************
45 * CONTENT PRESENTATION STYLES
46 ***********************************************************/
47
48body
49{
50 background: #FFFFFF;
51 color: #000000;
52 font-family: Verdana;
53 font-size: medium;
54 font-style: normal;
55 font-weight: normal;
56 margin-top: 0;
57 margin-bottom: 0;
58 margin-left: 0;
59 margin-right: 0;
60 width: 100%;
61}
62
63dl
64{
65 margin-top: 15;
66 margin-bottom:5;
67 padding-left: 1;
68}
69
70dl.authored dt {
71 font-style: bold;
72}
73
74dd {
75 margin-left: 0;
76}
77
78ul
79{
80 margin-top:0;
81 margin-bottom:0;
82 margin-left: 17;
83 list-style-type: disc;
84}
85
86ul ul
87{
88 margin-bottom: 4;
89 margin-left: 17;
90 margin-top: 3;
91 list-style-type: disc;
92}
93
94ol {
95 margin-top:0;
96 margin-bottom:0;
97 margin-left: 28;
98 list-style-type: decimal;
99}
100
101ol ol {
102 margin-bottom: 4;
103 margin-left: 28;
104 margin-top: 3;
105 list-style-type: lower-alpha;
106}
107
108li {
109 margin-top: 5;
110 margin-bottom: 5;
111}
112
113p {
114 margin-top: 10;
115 margin-bottom: 5;
116}
117
118a[href] {
119 color: #0000FF;
120}
121
122a:visited {
123 color: #0000FF;
124}
125
126a:hover {
127 color: #3366FF;
128}
129
130code
131{
132 font-family: Monospace, Courier New, Courier;
133 font-size: 105%;
134 color: #000066;
135}
136
137span.parameter {
138 font-style: italic;
139 font-weight:bold;
140}
141
142span.italic {
143 font-style: italic;
144}
145
146span.selflink {
147 font-weight: bold;
148}
149
150span.nolink {
151
152}
153
154/***********************************************************
155 * STRUCTURE PRESENTATION STYLES
156 ***********************************************************/
157
158/* Applies to everything below the non-scrolling header region. */
159div#mainSection
160{
161 font-size: 62.5%;
162 width: 100%;
163}
164html>body #mainSection
165{
166 font-size:73%;
167 width: 100%;
168}
169
170/* Applies to everything below the non-scrolling header region, minus the footer. */
171div#mainBody
172{
173 font-size: 100%;
174 margin-left: 15;
175 margin-top: 10;
176 padding-bottom: 20;
177}
178
179html>body #mainBody
180{
181 font-size: 93%;
182 margin-left: 15;
183 margin-top: 10;
184 padding-bottom: 20;
185}
186
187/* Adds right padding for all blocks in mainBody */
188div#mainBody p, div#mainBody ol, div#mainBody ul, div#mainBody dl
189{
190 padding-right: 5;
191}
192
193/*------------------------------ Begin Non-scrolling Header Region Styles -------------------------------*/
194/* Applies to the entire non-scrolling header region. */
195div#header
196{
197 background-color: #D4DFFF;
198 padding-top: 0;
199 padding-bottom: 0;
200 padding-left: 0;
201 padding-right: 0;
202 width: 100%;
203}
204
205/* Applies to both tables in the non-scrolling header region. */
206div#header table
207{
208 border-bottom-color: #C8CDDE;
209 border-bottom-style: solid;
210 border-bottom-width: 1;
211 width: 100%;
212}
213
214/* Applies to cells in both tables in the non-scrolling header region. */
215div#header table td
216{
217 color: #0000FF;
218 font-size: 70%;
219 margin-top: 0;
220 margin-bottom: 0;
221 padding-right: 20;
222}
223/* Applies to second row in the upper table of the non-scrolling header region. */
224div#header table tr#headerTableRow2 td
225{
226 padding-left: 13px;
227}
228
229/* Applies to the last row in the upper table of the non-scrolling header region. Text
230 in this row includes See Also, Constructors, Methods, and Properties. */
231div#header table tr#headerTableRow3 td
232{
233 padding-bottom: 2;
234 padding-top: 5;
235 padding-left: 15;
236}
237
238/* Applies to the lower table in the non-scrolling header region. Text in this table
239 includes Collapse All/Expand All, Language Filter, and Members Options. */
240div#header table#bottomTable
241{
242 border-top-color: #FFFFFF;
243 border-top-style: solid;
244 border-top-width: 1;
245 text-align: left;
246 padding-left: 15;
247}
248
249/* Formats the first column--the one that displays icons--in mref list tables (such as Public Constructors,
250 Protected Constructors, Public Properties, Protected Properties, and so on). */
251div#mainSection table td.imageCell
252{
253 white-space: nowrap;
254}
255/*------------------------------ End General Table Styles -------------------------------*/
256
257/*------------------------------ Begin General Table Styles -------------------------------*/
258
259div#mainBody div.alert, div#mainBody div.code, div#mainBody div.tableSection
260{
261 width:98.9%;
262}
263
264div#mainBody div.section div.alert, div#mainBody div.section div.code,
265div#mainBody div.section div.tableSection
266{
267 width:100%;
268}
269
270div#mainBody div.section ul div.alert, div#mainBody div.section ul div.code,
271div#mainBody div.section ul div.tableSection, div#mainBody div.section ol div.alert,
272div#mainBody div.section ol div.code, div#mainBody div.section ol div.tableSection
273{
274 width:100%;
275}
276
277div.alert p, div.code p
278{
279 margin-top:5;
280 margin-bottom:8;
281}
282dd p
283{
284 margin-top:2;
285 margin-bottom:8;
286}
287div.tableSection p
288{
289 margin-top:1;
290 margin-bottom:4;
291}
292li p
293{
294 margin-top:2;
295 margin-bottom:2;
296}
297div.seeAlsoNoToggleSection dl
298{
299 margin-top:8;
300 margin-bottom:1;
301 padding-left:1;
302}
303div.seeAlsoNoToggleSection dd p
304{
305 margin-top:2;
306 margin-bottom:8;
307}
308div.section dl
309{
310 margin-top:8;
311 margin-bottom:1;
312 padding-left:1;
313}
314div.section dd p
315{
316 margin-top:2;
317 margin-bottom:8;
318}
319/*------------------------------ End General Table Styles -------------------------------*/
320
321
322
323/*------------------------------ Begin Syntax and Snipper Code Block Styles -------------------------------*/
324div.code table
325{
326 border: 0;
327 font-size: 95%;
328 margin-bottom: 5;
329 margin-top:-.4em;
330 width: 100%
331}
332
333div.code table th
334{
335 background: #EFEFF7;
336 border-bottom-color: #C8CDDE;
337 border-bottom-style: solid;
338 border-bottom-width: 1;
339 color: #000066;
340 font-weight: bold;
341 padding-left: 5;
342 padding-right: 5;
343}
344
345div.code table td
346{
347 background: #F7F7FF;
348 border-top-color: #FFFFFF;
349 border-top-style: solid;
350 border-top-width: 1;
351 padding-left: 5;
352 padding-right: 5;
353 padding-top: 5;
354}
355/* Applies to the running header text in the first row of the upper table in the
356 non-scrolling header region. */
357span#runningHeaderText
358{
359 color: #003399;
360 font-size: 90%;
361 padding-left: 13;
362}
363
364/* Applies to the topic title in the second row of the upper table in the
365 non-scrolling header region. */
366span#nsrTitle
367{
368 color: #003399;
369 font-size: 120%;
370 font-weight: 600;
371}
372/*------------------------------ End Non-scrolling Header Region Styles -------------------------------*/
373
374
375/* Formats the footer. Currently, the transforms pass in two parameters to the
376 footer SSC, but the default footer SSC doesn't use either parameter.
377 TODO: Investigate whether the default footer SSC has any impact on doc spec. */
378div#footer
379{
380 font-size: 80%;
381 margin-top: 0;
382 margin-bottom: 0;
383 margin-left: 0;
384 margin-right: 0;
385 padding-top: 8;
386 padding-bottom: 6;
387 padding-left: 5;
388 padding-right: 2;
389 width: 100%;
390}
391
392html>body div#footer
393{
394 font-size: 80%;
395 margin-top: 0;
396 margin-bottom: 0;
397 margin-left: 0;
398 margin-right: 0;
399 padding-top: 2;
400 padding-bottom: 6;
401 padding-left: 5;
402 padding-right: 2;
403 width: 98%;
404}
405
406/* Unable to find this style in the transforms. The default footer SSC adds a plain horizontal rule.
407 TODO: Determine whether this style is required by the doc spec. */
408/*
409hr#footerHR
410{
411 border-bottom-color: #EEEEFF;
412 border-bottom-style: solid;
413 border-bottom-width: 1;
414 border-top-color: C8CDDE;
415 border-top-style: solid;
416 border-top-width: 1;
417 height: 3;
418 color: #D4DFFF;
419}
420*/
421
422/********************************************************************************************************************
423 Collapsible Section Structure
424
425 <h1 class="heading"> // Format of the collapsible section text
426 <span onclick="ExpandCollapse(xxxToggle)"> // Defines the onclick procedure for the expand/collapse section
427 <img id="xxxToggle"> // Expand/collapse image
428 </img>
429 </span>
430 </h1>
431
432 <div id="xxxSection" class="section"> // The body of the collapsible section; hidden by default
433 </div>
434
435
436 The ExpandCollapse() function is responsible for toggling the expand/collapse image, and for
437 displaying/hiding the body of the collapsible section.
438********************************************************************************************************************/
439
440/* Applies to the body of a collapsible section */
441div.seeAlsoNoToggleSection
442{
443 margin-left:0;
444 padding-top: 2;
445 padding-bottom: 2;
446 padding-left: 0;
447 padding-right: 15;
448 width: 100%;
449}
450
451div.section
452{
453 margin-left:0;
454 padding-top: 0;
455 padding-bottom: 0;
456 padding-left: 16;
457 padding-right: 15;
458 width: 100%;
459}
460html>body div.section
461{
462 margin-left:0;
463 padding-top: 2;
464 padding-bottom: 2;
465 padding-left: 16;
466 padding-right: 15;
467 width: 97%;
468}
469div.seeSection
470{
471 margin-left:0;
472 padding-top: 0;
473 padding-bottom: 2;
474 padding-left: 16;
475 padding-right: 15;
476 width: 100%;
477}
478
479div.section p
480{
481 margin-top: 0 px;
482 margin-bottom: 0px;
483}
484
485/*------------------------------ Begin Heading Styles -------------------------------*/
486/* As far as I can tell, only <h1> tags use this class.
487 TODO: Decide whether to roll these attributes into the h1.heading style */
488.heading
489{
490 font-weight: bold;
491 margin-top: 18;
492 margin-bottom: 8;
493}
494
495/* All <h1> headings. */
496h1.heading
497{
498 color: #003399;
499 font-size: 130%;
500}
501
502/* Applies to table titles and subsection titles. */
503.subHeading
504{
505 font-weight: bold;
506 margin-bottom: 4;
507}
508.procedureSubHeading
509{
510 font-weight: bold;
511 margin-bottom: 4;
512}
513
514/* Formats the titles of author-generated tables. */
515h3.subHeading
516{
517 color: #000000;
518 font-size: 120%;
519 font-weight:800;
520}
521
522h3.procedureSubHeading
523{
524 color: #003399;
525 font-size: 120%;
526}
527
528/* Formats the titles of all subsections. */
529h4.subHeading
530{
531 color: #000000;
532 font-size: 110%;
533 font-weight:800;
534}
535span.labelheading, div.labelheading
536{
537 font-size:100%;
538 color:#003399;
539}
540
541/*------------------------------ End Heading Styles -------------------------------*/
542
543
544/*------------------------------ Begin Image Styles -------------------------------*/
545img.copyCodeImage
546{
547 border: 0;
548 margin: 1;
549 margin-right: 3;
550}
551
552img.downloadCodeImage
553{
554 border: 0;
555 margin-right: 3;
556}
557
558img.viewCodeImage
559{
560 border: 0;
561 margin-right: 3;
562}
563
564img.note
565{
566 border: 0;
567 margin-right: 3;
568}
569/*------------------------------ End Image Styles -------------------------------*/
570
571
572/*------------------------------ Begin General Table Styles -------------------------------*/
573div#mainSection table
574{
575 border: 0;
576 font-size: 100%;
577 width: 98.9%;
578 margin-top: 5px;
579 margin-bottom: 5px;
580}
581
582div#mainSection table tr
583{
584 vertical-align: top;
585}
586
587div#mainSection table th
588{
589 background-color: #EFEFF7;
590 border-bottom: 1px solid #C8CDDE;
591 border-left: 1px none #D5D5D3;
592 color: #000066;
593 padding-left: 5px;
594 padding-right: 5px;
595 text-align: left;
596}
597
598div#mainSection table td
599{
600 background-color: #F7F7FF;
601 border-bottom: 1px solid #D5D5D3;
602 border-left: 1px none #D5D5D3;
603 padding-left: 5px;
604 padding-right: 5px;
605}
606
607/* Formats the first column--the one that displays icons--in mref list tables (such as Public Constructors,
608 Protected Constructors, Public Properties, Protected Properties, and so on). */
609div#mainSection table td.imageCell
610{
611 white-space: nowrap;
612}
613/*------------------------------ End General Table Styles -------------------------------*/
614
615
616/*------------------------------ Begin Syntax and Snipper Code Block Styles -------------------------------*/
617div.code table
618{
619 border: 0;
620 font-size: 95%;
621 margin-bottom: 5;
622 width: 100%
623}
624
625div.code table th
626{
627 background: #EFEFF7;
628 border-bottom-color: #C8CDDE;
629 border-bottom-style: solid;
630 border-bottom-width: 1;
631 color: #000066;
632 font-weight: bold;
633 padding-left: 5;
634 padding-right: 5;
635}
636
637div.code table td
638{
639 background: #F7F7FF;
640 border-top-color: #FFFFFF;
641 border-top-style: solid;
642 border-top-width: 1;
643 padding-left: 5;
644 padding-right: 5;
645 padding-top: 5;
646}
647/*------------------------------ End Syntax and Snipper Code Block Styles -------------------------------*/
648
649
650/*------------------------------ Begin Note Styles -------------------------------*/
651div.alert table
652{
653 border: 0;
654 font-size: 100%;
655 width: 100%;
656}
657
658div.alert table th
659{
660 background: #EFEFF7;
661 border-bottom-width: 0;
662 color: #000066;
663 padding-left: 5;
664 padding-right: 5;
665}
666
667div.alert table td
668{
669 background: #F7F7FF;
670 border-top-color: #FFFFFF;
671 border-top-style: solid;
672 border-top-width: 1;
673 padding-left: 5;
674 padding-right: 5;
675}
676
677
678/*------------------------------ End Note Styles -------------------------------*/
679
680
681/* Applies to the copy code text and image. */
682span.copyCode
683{
684 color: #0000ff;
685 font-size: 90%;
686 font-weight: normal;
687 cursor: pointer;
688 float: right;
689 display: inline;
690 text-align: right;
691}
692
693span.copyCodeOnHover
694{
695 color: #E85F17;
696 font-size:xx-small;
697 font-weight: normal;
698 cursor: pointer;
699 float: right;
700 display: inline;
701 text-align: right;
702 text-decoration: underline;
703}
704
705.downloadCode
706{
707 color: #0000ff;
708 font-size: 90%;
709 font-weight: normal;
710 cursor: pointer;
711}
712
713.viewCode
714{
715 color: #0000ff;
716 font-size: 90%;
717 font-weight: normal;
718 cursor: pointer;
719}
720
721/* Formats the code in syntax and usage blocks, and the code in non-snipper code blocks. */
722div.code pre
723{
724 font-family: Monospace, Courier New, Courier;
725 font-size: 105%;
726 color: #000066;
727 word-wrap: break-word;
728 background: #F7F7FF;
729}
730
731/* Formats parameter tooltips. */
732.tip
733{
734 color: #0000FF;
735 font-style: italic;
736 cursor: pointer;
737 text-decoration:underline;
738}
739
740/* Applies to text styled as math. This text is passed as a parameter to the italics SSC definition */
741.math
742{
743 font-family: Times New Roman;
744 font-size: 125%
745}
746
747/* The sourceCodeList class doesn't appear in the transforms.
748 TODO: Find out whether this style is needed for the doc spec. */
749/*
750.sourceCodeList
751{
752 font-family: Verdana;
753 font-size: 90%;
754}
755*/
756
757/* The viewCode class doesn't appear in the transforms.
758 TODO: Find out whether this style is needed for the doc spec. */
759/*
760pre.viewCode
761{
762 width: 100%;
763 overflow: auto;
764}
765*/
766
767/* Dropdown areas */
768
769#devlangsMenu {
770 position: absolute;
771 visibility: hidden;
772 border-style: solid;
773 border-width: 1px;
774 border-color: #C8CDDE;
775 background: #d4dfff;
776 padding: 4px;
777 font-size: 70%;
778}
779
780#memberOptionsMenu {
781 position: absolute;
782 visibility: hidden;
783 border-style: solid;
784 border-width: 1px;
785 border-color: #C8CDDE;
786 background: #d4dfff;
787 padding: 4px;
788 font-size: 70%;
789}
790
791#memberFrameworksMenu {
792 position: absolute;
793 visibility: hidden;
794 border-style: solid;
795 border-width: 1px;
796 border-color: #C8CDDE;
797 background: #d4dfff;
798 padding: 4px;
799 font-size: 70%;
800}
801
802/* Applies to the checkbox labels in the filter drop-downs for devlang, member options, and member platforms. */
803.checkboxLabel
804{
805 color: #0000FF;
806 cursor: pointer;
807 text-decoration:underline;
808 padding-bottom:4;
809}
810
811img#devlangsDropdownImage
812{
813 border: 0;
814 margin-left: 0;
815 vertical-align: middle;
816}
817
818/* Formats the Members Options filter drop-down image. */
819img#memberOptionsDropdownImage
820{
821 border: 0;
822 margin-left: 0;
823 vertical-align: middle;
824}
825
826/* Formats the Members Platforms filter drop-down image. */
827img#memberFrameworksDropdownImage
828{
829 border: 0;
830 margin-left: 0;
831 vertical-align: middle;
832}
833
834/* Line seperating footer from main body */
835
836div.footerLine {
837 margin: 0;
838 width: 100%;
839 padding-top: 8;
840 padding-bottom: 6;
841 padding-left: 5;
842 padding-right: 2;
843
844}
845
846div.hr1 {
847 margin: 0;
848 width: 100%;
849 height: 1px;
850 padding: 0;
851 background: #C8CDDE;
852 font-size: 1px;
853}
854
855div.hr2 {
856 margin: 0;
857 width: 100%;
858 height: 1px;
859 padding: 0;
860 background: #D4DFFF;
861 font-size: 1px;
862}
863
864div.hr3 {
865 margin: 0;
866 width: 100%;
867 height: 1px;
868 padding: 0;
869 background: #EEEEFF;
870 font-size: 1px;
871}
872
873span.cs {
874 display: none;
875}
876
877span.vb {
878 display: none;
879}
880
881span.cpp {
882 display: none;
883}
884
885span.nu {
886 display: inline;
887}
888
889span.code {
890 font-family: Monospace, Courier New, Courier;
891 font-size: 105%;
892 color: #000066;
893}
894span.ui {
895 font-weight: bold;
896}
897span.math {
898 font-style: italic;
899}
900span.input {
901 font-weight: bold;
902}
903span.term {
904 font-style: italic;
905}
906span.label
907{
908 font-weight: bold;
909}
910span.foreignPhrase {
911 font-style: italic;
912}
913span.placeholder {
914 font-style: italic;
915}
916span.keyword
917{
918 font-weight: bold;
919}
920span.typeparameter
921{
922 font-style:italic;
923}
924
925div.caption
926{
927 font-weight: bold;
928 font-size:100%;
929 color:#003399;
930}
931
932/* syntax styles */
933
934div.code span.identifier
935{
936 font-weight: bold;
937}
938
939div.code span.keyword
940{
941 color: green;
942}
943
944div.code span.parameter
945{
946 font-style: italic;
947 color: purple;
948}
949
950div.code span.literal
951{
952 color: purple;
953}
954
955div.code span.comment
956{
957 color: red;
958}
959
960span.syntaxLabel
961{
962 color:#0481DA;
963 font-weight:bold;
964}
965span.introStyle
966{
967 color:DarkGray;
968}
969
970div.seeAlsoStyle
971{
972 padding-top:5px;
973
974}
975/* end of syntax styles */
976
977/* Glossary */
978SPAN.clsGlossary {cursor: default; color: #509950; font-weight: bold;}
979DIV.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;}
980
981
982/* FB STYLES */
983span.feedbackcss
984{
985 width:100%;
986 margin-left: 5px;
987/*
988 border-width: 1px 1px 1px 1px;
989 border-style: solid;
990 border-color:#C8CDDE;
991*/
992}
993
994div#feedbackarea table
995{
996 margin-bottom:0px;
997 margin-top:0px;
998 margin-left: 0;
999 width:300;
1000 border-width: 0px 0px 0px 0px;
1001}
1002
1003div#feedbackarea table td
1004{
1005 background-color: #D4DFFF;
1006 font-family:Verdana;
1007 font-size:100%;
1008 text-align:center;
1009 color: #003399;
1010 border-bottom:0px;
1011}
1012
1013div#feedbackarea p
1014{
1015 font-size:100%;
1016 background-color: #D4DFFF;
1017 width: 100%;
1018 margin-bottom: 0;
1019 margin-top: 0;
1020 margin-left: 6;
1021 margin-right: 5;
1022}
1023div#feedbackarea H5
1024{
1025 margin-bottom:0.7em;
1026 margin-left: 6;
1027}
1028p.feedbackarea
1029{
1030 width:expression(document.body.clientWidth-27);
1031 font-size:100%;
1032 background-color: #D4DFFF;
1033}
1034
1035input#submitFeedback
1036{
1037 font-size:105%;
1038 text-align:center;
1039 background-color:#D4DFFF;
1040}
1041
1042span#feedbackarea
1043{
1044/*
1045 background-color: #D4DFFF;
1046 color: #003399;
1047 border-color:#C8CDDE;
1048*/
1049 width:100%;
1050}
1051
1052div#feedbackarea
1053{
1054 background-color: #D4DFFF;
1055 color: #003399;
1056 width:100%;
1057}
1058
1059
1060
1061
Note: See TracBrowser for help on using the repository browser.