OLD | NEW |
1 .todo, .comment { /* while we're working on doc, comment out display */ | 1 .todo, .comment { /* while we're working on doc, comment out display */ |
2 color: rgb(255, 0, 0); | 2 color: rgb(255, 0, 0); |
3 display: none; | 3 display: none; |
4 } | 4 } |
5 | 5 |
6 .displayModeWarning { | 6 .displayModeWarning { |
7 background-color: #FF7735; /* Aaron's favorite color */ | 7 background-color: #FF7735; /* Aaron's favorite color */ |
8 color: white; | 8 color: white; |
9 font-weight: bold; | 9 font-weight: bold; |
10 padding: 6px 8px; | 10 padding: 6px 8px; |
11 display: none; | 11 display: none; |
12 } | 12 } |
13 | 13 |
14 .displayModeWarning>span { | 14 .displayModeWarning>span { |
15 margin-right: 2ex; | 15 margin-right: 2ex; |
16 } | 16 } |
17 | 17 |
18 .tbd { /* style for comments that should be visible to all devs */ | 18 .tbd { /* style for comments that should be visible to all devs */ |
19 color: rgb(125, 125, 125); | 19 color: rgb(125, 125, 125); |
20 } | 20 } |
21 | 21 |
22 .pageData { | 22 .pageData { |
23 display: none; | 23 display: none; |
24 } | 24 } |
25 | 25 |
26 #header { | 26 #header { |
27 margin:1em 0; | 27 margin: 1em 0; |
28 } | 28 } |
29 | 29 |
30 #header td { | 30 #header td { |
31 border:none; | 31 border:none; |
32 padding:0; | 32 padding:0; |
33 } | 33 } |
34 | 34 |
35 /* This is the start of the styles imported from Codesite. */ | 35 /* This is the start of the styles imported from Codesite. */ |
36 | 36 |
37 .g-section:after { | 37 .g-section:after { |
38 content:"."; | 38 content:"."; |
39 display:block; | 39 display:block; |
40 height:0; | 40 height:0; |
41 clear:both; | 41 clear:both; |
42 visibility:hidden | 42 visibility:hidden |
43 } | 43 } |
44 | 44 |
45 .g-section,.g-unit { | 45 .g-section,.g-unit { |
46 zoom:1 | 46 zoom:1 |
47 } | 47 } |
48 | 48 |
49 body { | 49 body { |
50 font-family:Helvetica,Arial,sans-serif; | 50 color: #333; |
51 font-size:small; | 51 font: 13px/22px 'Open Sans',arial,sans-serif; |
52 color:#000; | 52 font-weight: 400; |
53 background-color:#fff; | 53 background-color:#fff; |
54 margin:0; | 54 margin:0; |
55 padding:0; | 55 padding:0; |
56 } | 56 } |
57 | 57 |
58 a,a:link { | 58 a, a:link { |
59 color:#00c | 59 text-decoration: none; |
| 60 color: #000; |
| 61 font-weight: 600; |
| 62 } |
| 63 |
| 64 a:hover { |
| 65 text-decoration: none; |
| 66 color: #39F; |
60 } | 67 } |
61 | 68 |
62 a:active { | 69 a:active { |
63 color:red | 70 color: #39F; |
64 } | 71 } |
65 | 72 |
66 a:visited { | 73 a:visited { |
67 color:#551a8b | 74 color: #6611CC; |
68 } | 75 } |
69 | 76 |
70 p { | 77 p { |
71 /* padding:1em 0 0 0; */ | 78 /* padding:1em 0 0 0; */ |
72 margin:1em 0 0 0; | 79 margin:1em 0 0 0; |
73 line-height:125% | 80 color: #767676; |
| 81 font-size: 14px; |
74 } | 82 } |
75 | 83 |
76 img { | 84 img { |
77 border:none; | 85 border:none; |
78 padding:0; | 86 padding:0; |
79 margin:1em 0 0 0; | 87 /* margin:1em 0 0 0;*/ |
80 } | 88 } |
81 | 89 |
82 a img { | 90 a img { |
83 border:1px solid; | 91 border:1px solid; |
84 padding:1px | 92 padding:1px |
85 } | 93 } |
86 | 94 |
87 pre b { | 95 pre b { |
88 background:yellow | 96 background:yellow |
89 } | 97 } |
90 | 98 |
91 .linenumber { | 99 .linenumber { |
92 color: #999999; | 100 color: #999999; |
93 } | 101 } |
94 | 102 |
95 code,pre { | 103 code,pre { |
96 font-family:monospace; | 104 font-family:monospace; |
97 color:#007000 | 105 color:#50a9d5; |
98 } | 106 } |
99 | 107 |
100 code { | 108 code { |
101 font-size:10pt | 109 font-size:10pt |
102 } | 110 } |
103 | 111 |
104 pre { | 112 pre { |
105 font-size:9pt; | 113 font-size: 10pt; |
106 background-color:#fafafa; | 114 background-color:#f5f5f5; |
107 border:1px solid #bbb; | 115 border-top: 1px solid #e0e0e0; |
| 116 border-left: 1px solid #e0e0e0; |
108 margin:1em 0 0 0; | 117 margin:1em 0 0 0; |
109 padding:.99em; | 118 padding:.99em; |
110 overflow:auto; | 119 overflow:auto; |
111 word-wrap:break-word | 120 word-wrap:break-word |
112 } | 121 } |
113 | 122 |
114 blockquote { | 123 blockquote { |
115 text-align:justify; | 124 text-align:justify; |
116 margin:1em 90px 0 70px; | 125 margin:1em 90px 0 70px; |
117 padding:0 20px | 126 padding:0 20px |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 .depr #gc-pagecontent h1 { | 160 .depr #gc-pagecontent h1 { |
152 background-color:#ddd; | 161 background-color:#ddd; |
153 border-top:1px solid #333 | 162 border-top:1px solid #333 |
154 } | 163 } |
155 | 164 |
156 /* This next set of rules for headings comes from the Codesite "semantic_headers
.css" file. */ | 165 /* This next set of rules for headings comes from the Codesite "semantic_headers
.css" file. */ |
157 | 166 |
158 #gc-pagecontent h1 { | 167 #gc-pagecontent h1 { |
159 line-height: 130%; | 168 line-height: 130%; |
160 font-size: 170%; | 169 font-size: 170%; |
161 margin: 0 0 0 -10px; | 170 margin: 0; |
162 padding: .8em 0 0; | 171 padding: .8em 0 0; |
163 border: none; | 172 border: none; |
164 background: none; | 173 background: none; |
165 } | 174 } |
166 | 175 |
167 #gc-pagecontent h2 { | 176 #gc-pagecontent h2 { |
168 font-size: 130%; | 177 font-size: 170%; |
169 font-weight: bold; | 178 font-weight: normal; |
170 margin: 2em 0 0 -10px; | 179 margin: 2em 0 0 0; |
171 padding: 1px 3px; | 180 padding: 40px 0; |
172 /* position: relative; */ | 181 border-top: 1px solid #ccc; |
173 border-top: 1px solid #3366CC; | |
174 background-color: #e5ecf9; | |
175 } | 182 } |
176 | 183 |
177 .labs #gc-pagecontent h2 { | 184 .labs #gc-pagecontent h2 { |
178 background-color: #dcf6db; | |
179 border-top: 1px solid #009900; | |
180 } | 185 } |
181 | 186 |
182 #gc-pagecontent h3 { | 187 #gc-pagecontent h3 { |
183 font-size: 130%; | 188 font-size: 130%; |
184 font-weight: bold; | 189 font-weight: bold; |
185 margin: 1.5em 0 0 0; | 190 margin: 1.5em 0 0 0; |
186 top: 0em; | 191 top: 0em; |
187 } | 192 } |
188 | 193 |
189 #gc-pagecontent h4 { | 194 #gc-pagecontent h4 { |
(...skipping 17 matching lines...) Expand all Loading... |
207 font-weight: normal; | 212 font-weight: normal; |
208 font-style: italic; | 213 font-style: italic; |
209 text-decoration: underline; | 214 text-decoration: underline; |
210 margin: .4em 0 0 0; | 215 margin: .4em 0 0 0; |
211 position: relative; | 216 position: relative; |
212 top: .4em; | 217 top: .4em; |
213 z-index: 5; | 218 z-index: 5; |
214 } | 219 } |
215 | 220 |
216 #gc-pagecontent h1.page_title,#gc-pagecontent h2.page_title { | 221 #gc-pagecontent h1.page_title,#gc-pagecontent h2.page_title { |
217 line-height:130%; | 222 line-height: 130%; |
218 font-size:170%; | 223 font-size: 320%; |
219 margin:0 0 0 -10px; | 224 margin: 0; |
220 padding:.8em 0 0; | 225 padding: .8em 0 0; |
221 border:none; | 226 border: none; |
222 background:none | 227 background: none; |
| 228 font-weight: normal; |
223 } | 229 } |
224 | 230 |
225 #gc-pagecontent .apiItem h3 { | 231 #gc-pagecontent .apiItem h3 { |
226 margin-top: 1em; | 232 margin-top: 1em; |
227 font-size:110%; | 233 font-size:110%; |
228 } | 234 } |
229 | 235 |
230 ol,ul { | 236 ol,ul { |
| 237 color: #767676; |
231 padding:0; | 238 padding:0; |
232 margin:.5em 0 0 15px; | 239 margin:.5em 0 0 15px; |
233 line-height:125% | |
234 } | 240 } |
235 | 241 |
236 li ol,li ul { | 242 li ol,li ul { |
237 padding:0; | 243 padding:0; |
238 margin:0 0 0 10px | 244 margin:0 0 0 10px |
239 } | 245 } |
240 | 246 |
241 li { | 247 li { |
242 margin:.3em 0 0 1.5em; | 248 margin:.3em 0 0 1.5em; |
243 padding:0 | 249 padding:0 |
244 } | 250 } |
245 | 251 |
246 dl { | 252 dl { |
247 margin:0; | 253 margin:0; |
248 padding:0; | 254 padding:0; |
249 line-height:125% | |
250 } | 255 } |
251 | 256 |
252 dt { | 257 dt { |
253 font-weight:bold; | 258 font-weight:bold; |
254 margin:.75em 0 0 0; | 259 margin:.75em 0 0 0; |
255 padding:0 | 260 padding:0 |
256 } | 261 } |
257 | 262 |
258 dd { | 263 dd { |
259 margin:.4em 0 0 2em; | 264 margin:.4em 0 0 2em; |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 font-family:Arial,Helvetica,sans-serif | 320 font-family:Arial,Helvetica,sans-serif |
316 } | 321 } |
317 | 322 |
318 li p.note,li p.warning,li p.labswarning,li p.caution { | 323 li p.note,li p.warning,li p.labswarning,li p.caution { |
319 margin:.8em 0 0 0; | 324 margin:.8em 0 0 0; |
320 padding:.2em .5em .2em .9em | 325 padding:.2em .5em .2em .9em |
321 } | 326 } |
322 | 327 |
323 div#toc { | 328 div#toc { |
324 background-color: rgb(232, 237, 235); | 329 background-color: rgb(232, 237, 235); |
325 border: 1px solid #090; | |
326 display: inline; | 330 display: inline; |
327 float: right; | 331 float: right; |
328 margin: 5px 0px 5px 20px; | 332 margin: 5px 0px 5px 20px; |
329 padding: 5px; | 333 padding: 5px; |
330 width: 250px; | 334 width: 250px; |
331 } | 335 } |
332 | 336 |
333 #toc p { | 337 #toc p { |
334 font-weight: bold; | 338 font-weight: bold; |
335 margin: 0px; | 339 margin: 0px; |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 margin:1em 0 0 0; | 544 margin:1em 0 0 0; |
541 padding:.2em .5em .2em .9em; | 545 padding:.2em .5em .2em .9em; |
542 background-color:#efefef; | 546 background-color:#efefef; |
543 border-top:1px solid; | 547 border-top:1px solid; |
544 border-bottom:1px solid | 548 border-bottom:1px solid |
545 } | 549 } |
546 | 550 |
547 p.labswarning { | 551 p.labswarning { |
548 margin:1em 0 0 0; | 552 margin:1em 0 0 0; |
549 padding:.2em .5em .2em 20px; | 553 padding:.2em .5em .2em 20px; |
550 background:url(/images/labs-11.png) top left no-repeat; | 554 background:url(../images/labs-11.png) top left no-repeat; |
551 background-position:4px 6px; | 555 background-position:4px 6px; |
552 background-color:#dcf6db; | 556 background-color:#dcf6db; |
553 border-top:1px solid; | 557 border-top:1px solid; |
554 border-bottom:1px solid; | 558 border-bottom:1px solid; |
555 border-color:#090 | 559 border-color:#090 |
556 } | 560 } |
557 | 561 |
558 p.note { | 562 p.note { |
559 border-color:#36C | 563 border-color:#36C |
560 } | 564 } |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
614 left:5px; | 618 left:5px; |
615 height:auto; | 619 height:auto; |
616 width:auto; | 620 width:auto; |
617 background-color:#fff; | 621 background-color:#fff; |
618 border:2px solid #00C; | 622 border:2px solid #00C; |
619 font-weight:bold; | 623 font-weight:bold; |
620 padding:5px | 624 padding:5px |
621 } | 625 } |
622 | 626 |
623 #gc-container { | 627 #gc-container { |
624 margin:3px 8px; | 628 margin: 0 auto; |
625 padding:0; | 629 padding:0; |
626 max-width:1160px; | 630 max-width:1160px; |
627 position:relative; | 631 position:relative; |
628 min-height:100%; | 632 min-height:100%; |
629 height:auto !important; | 633 height:auto !important; |
630 _height:100% | 634 _height:100% |
631 } | 635 } |
632 | 636 |
633 #gc-pagecontent { | 637 #gc-pagecontent { |
634 padding-left:24px; | 638 padding-left:24px; |
635 border-left:3px solid #def7de; | |
636 } | 639 } |
637 | 640 |
638 .moreright { | 641 .moreright { |
639 margin:2px 0 2px 0; | 642 margin:2px 0 2px 0; |
640 text-align:right | 643 text-align:right |
641 } | 644 } |
642 | 645 |
643 #gc-topnav { | 646 #gc-topnav { |
644 font-size:1em; | 647 font-size: 1em; |
645 margin:0; | 648 margin: 0; |
646 padding:.1em 0; | 649 padding: .4em 0; |
647 width:100%; | 650 width: 100%; |
648 white-space:nowrap; | 651 white-space: nowrap; |
649 word-wrap:normal; | 652 word-wrap: normal; |
650 background-color:#e5ecf9; | 653 background-color: #fff; |
651 border-top:1px solid #36C | 654 border-top: 1px solid #e5e5e5; |
652 } | 655 border-bottom: 1px solid #e5e5e5; |
653 | |
654 .labs #gc-topnav { | |
655 background-color:#dcf6db; | |
656 border-top:1px solid #090 | |
657 } | 656 } |
658 | 657 |
659 .depr #gc-topnav { | 658 .depr #gc-topnav { |
660 background-color:#ddd; | 659 background-color:#ddd; |
661 border-top:1px solid #333 | 660 border-top:1px solid #333 |
662 } | 661 } |
663 | 662 |
664 #gc-topnav h1 { | 663 #gc-topnav h1 { |
665 font-size:1.5em; | 664 font-size:1.5em; |
666 line-height:1.3em; | 665 line-height:1.3em; |
667 font-weight:bold; | 666 font-weight:bold; |
668 background-color:transparent; | 667 background-color:transparent; |
669 border:0; | 668 border:0; |
670 margin:0; | 669 margin:0; |
671 padding:0 0 0 26px; | 670 padding:0 0 0 14px; |
672 float:left | 671 float:left; |
| 672 border-top: 10px solid white; |
673 } | 673 } |
674 | 674 |
675 #gc-topnav h1.msie { | 675 #gc-topnav h1.msie { |
676 padding-left:0 | 676 padding-left:0 |
677 } | 677 } |
678 | 678 |
679 #gc-topnav h1.mozilla { | 679 #gc-topnav h1.mozilla { |
680 padding-left:1px | 680 padding-left:1px |
681 } | 681 } |
682 | 682 |
683 #gc-topnav h1.default { | 683 #gc-topnav h1.default { |
684 padding-left:2px | 684 padding-left:2px |
685 } | 685 } |
686 | 686 |
687 #gc-topnav img { | 687 #gc-topnav img { |
688 padding:.3em .3em .3em .5em; | 688 padding:.3em .3em .3em .5em; |
689 float:left; | 689 float:left; |
690 cursor:pointer | 690 cursor:pointer |
691 } | 691 } |
692 | 692 |
693 #gc-topnav ul { | 693 #gc-topnav ul { |
694 line-height:1em; | 694 font-size: 12px; |
695 text-align:right; | 695 height: 45px; |
696 list-style:none; | 696 text-align: right; |
697 margin:0; | 697 list-style: none; |
698 padding:.47em 0 | 698 margin: 0; |
699 } | 699 } |
700 | 700 |
701 #gc-topnav ul li { | 701 #gc-topnav ul li { |
702 float:none; | 702 font-weight: 600; |
703 display:inline; | 703 height: 45px; |
704 margin:0; | 704 text-transform: uppercase; |
705 padding:0 | 705 white-space: nowrap; |
| 706 zoom: 1; |
| 707 float: none; |
| 708 display: inline; |
| 709 margin: 0; |
| 710 padding: 0; |
706 } | 711 } |
707 | 712 |
708 #gc-topnav li a { | 713 #gc-topnav li a { |
709 padding:0 .8em | 714 width: 108px; |
| 715 height: 45px; |
| 716 border-width: 0px; |
| 717 background: white; |
| 718 border: 0 solid #39C; |
| 719 display: inline-block; |
| 720 position: relative; |
| 721 z-index: 600; |
| 722 color: #333; |
| 723 text-decoration: none; |
| 724 } |
| 725 |
| 726 #gc-topnav li a span { |
| 727 border-top: 15px solid white; |
| 728 display: block; |
| 729 margin: 0 30px; |
| 730 position: relative; |
| 731 height: 29px; |
710 } | 732 } |
711 | 733 |
712 a.leftNavSelected,.leftNavSelected a,a.leftNavSelected:visited,.leftNavSelected
a:visited { | 734 a.leftNavSelected,.leftNavSelected a,a.leftNavSelected:visited,.leftNavSelected
a:visited { |
713 color:#000; | 735 color: #39F; |
714 text-decoration:none | 736 text-decoration:none |
715 } | 737 } |
716 | 738 |
717 #gc-topnav a.leftNavSelected,#gc-topnav a.leftNavSelected:visited { | 739 #gc-topnav a.leftNavSelected,#gc-topnav a.leftNavSelected:visited { |
718 font-weight:bold | 740 font-weight:bold |
719 } | 741 } |
720 | 742 |
721 #gc-toc { | 743 #gc-toc { |
722 clear:left; | 744 clear:left; |
723 padding:.5em 0 140px 0 !important; | 745 /* padding:.5em 0 140px 14px !important;*/ |
724 display:block; | 746 display:block; |
725 margin:0; | 747 margin:0; |
726 width:171px; | 748 width:180px; |
727 float:left | 749 float:left |
728 } | 750 } |
729 | 751 |
730 #gc-toc * { | 752 #gc-toc * { |
731 zoom:1 | 753 zoom:1 |
732 } | 754 } |
733 | 755 |
734 #gc-toc ul,#gc-toc ol { | 756 #gc-toc ul,#gc-toc ol { |
735 padding:.6em 0 0; | 757 padding: 2.9em 0 0; |
736 margin:0; | 758 margin:0; |
737 line-height:120% | 759 line-height:120% |
738 } | 760 } |
739 | 761 |
740 #gc-toc ul ul,#gc-toc ol ol { | 762 #gc-toc ul ul,#gc-toc ol ol { |
741 padding:0; | 763 padding:0; |
742 margin:0 | 764 margin:0 |
743 } | 765 } |
744 | 766 |
| 767 #gc-toc ul li span { |
| 768 cursor: pointer; |
| 769 } |
| 770 |
| 771 #gc-toc ul ul ul,#gc-toc ol ol ol { |
| 772 margin-top: 12px; |
| 773 } |
| 774 |
| 775 #gc-toc ul ul ul li,#gc-toc ol ol ol li { |
| 776 padding-left: 0; |
| 777 margin-left: 25px; |
| 778 list-style: url(../images/sidearrow.png); |
| 779 } |
| 780 |
745 #gc-toc ul *,#gc-toc ol *,.treelist * { | 781 #gc-toc ul *,#gc-toc ol *,.treelist * { |
746 vertical-align:middle | 782 vertical-align:middle |
747 } | 783 } |
748 | 784 |
749 #gc-toc li a { | 785 #gc-toc li a { |
| 786 color: #767676; |
| 787 font-weight: 600; |
| 788 text-decoration: none; |
750 padding-right:4px; | 789 padding-right:4px; |
751 _padding-right:0 | 790 _padding-right:0 |
752 } | 791 } |
753 | 792 |
754 #gc-toc ul li,#gc-toc ol li,#gc-toc .treelist li { | 793 #gc-toc li li a { |
755 list-style:none; | 794 font-weight: normal; |
756 padding:.2em 0 .2em 2px; | 795 } |
757 margin:0 | 796 |
| 797 #gc-toc li a:hover { |
| 798 color: #39F; |
| 799 } |
| 800 |
| 801 #gc-toc ul li, #gc-toc ol li, #gc-toc .treelist li { |
| 802 border-top: 1px solid #e5e5e5; |
| 803 list-style: none; |
| 804 padding: 8px 0; |
| 805 margin: 0; |
| 806 position: relative; |
758 } | 807 } |
759 | 808 |
760 #gc-toc ul li li,#gc-toc ol li li,#gc-toc .treelist li li { | 809 #gc-toc ul li li,#gc-toc ol li li,#gc-toc .treelist li li { |
761 padding:.2em 0 .2em 15px | 810 border-top: none; |
| 811 padding-left: 10px; |
762 } | 812 } |
763 | 813 |
764 #gc-toc ul h1,#gc-toc ol h1,#gc-toc ul h2,#gc-toc ol h2 { | 814 #gc-toc ul h1,#gc-toc ol h1,#gc-toc ul h2,#gc-toc ol h2 { |
765 font-weight:bold; | 815 font-weight: bold; |
766 font-size:100%; | 816 font-size: 100%; |
767 margin:0; | 817 margin: 0; |
768 padding:.2em 0; | 818 padding:.2em 0 8px .2em; |
769 border:none; | 819 border: none; |
770 background:#fff | 820 background: #fff |
771 } | 821 } |
772 | 822 |
773 #gc-toc .toggle { | 823 #gc-toc .toggle { |
774 background: url('../../images/toggle_sprite.png') no-repeat 0px 0px; | 824 background: url(../images/toggle_sprite_apps.png) no-repeat 0px 0px; |
775 width: 9px; | 825 width: 9px; |
776 height: 9px; | 826 height: 9px; |
777 overflow: hidden; | 827 position: absolute; |
778 float: left; | 828 right: 0; |
779 text-decoration: none; | 829 text-decoration: none; |
780 margin: 4px 1px 4px -13px; | 830 margin: 4px 1px 4px -13px; |
781 cursor: pointer; | 831 cursor: pointer; |
782 } | 832 } |
783 | 833 |
784 #gc-toc .toggle.selected { | 834 #gc-toc .toggle.selected { |
785 background-position: 0 -9px; | 835 background-position: 0 -9px; |
786 } | 836 } |
787 | 837 |
788 #gc-toc .toggle:hover { | 838 #gc-toc .toggle:hover { |
789 background-position: 0 -18px; | 839 background-position: 0 -18px; |
790 } | 840 } |
791 | 841 |
792 #gc-toc .toggle.selected:hover { | 842 #gc-toc .toggle.selected:hover { |
793 background-position: 0 -27px; | 843 background-position: 0 -27px; |
794 } | 844 } |
795 | 845 |
796 #toc h2 { | 846 #toc h2 { |
797 font-weight:bold; | 847 font-weight:bold; |
798 font-size:100%; | 848 font-size:100%; |
799 margin:0; | 849 margin:0; |
800 border:none !important; | 850 border:none !important; |
801 background-color: rgb(232, 237, 235) !important; | 851 background-color: rgb(232, 237, 235) !important; |
802 padding:0 | 852 padding:0 |
803 } | 853 } |
804 | 854 |
805 #gc-toc ul .leftNavSelected,#gc-toc ol .leftNavSelected,.treelist .leftNavSelect
ed { | 855 #gc-toc ul .leftNavSelected,#gc-toc ol .leftNavSelected,.treelist .leftNavSelect
ed { |
806 background-color:#e5ecf9; | 856 color: #39F; |
807 color:#000; | |
808 text-decoration:none; | 857 text-decoration:none; |
809 z-index:2; | 858 z-index:2; |
810 position:relative | 859 position:relative |
811 } | 860 } |
812 | 861 |
813 .labs #gc-toc ul .leftNavSelected,.labs #gc-toc ol .leftNavSelected,.labs .treel
ist .leftNavSelected { | 862 .labs #gc-toc ul .leftNavSelected,.labs #gc-toc ol .leftNavSelected,.labs .treel
ist .leftNavSelected { |
814 background-color:#dcf6db | 863 /* background-color:#f1f1f1*/ |
815 } | 864 } |
816 | 865 |
817 .depr #gc-toc ul .leftNavSelected,.depr #gc-toc ol .leftNavSelected,.depr .treel
ist .leftNavSelected { | 866 .depr #gc-toc ul .leftNavSelected,.depr #gc-toc ol .leftNavSelected,.depr .treel
ist .leftNavSelected { |
818 background-color:#ddd | 867 |
819 } | 868 } |
820 | 869 |
821 #gc-toc ul div.tlw-title,#gc-toc ol div.tlw-title,#gc-toc .treelist div.tlw-titl
e { | 870 #gc-toc ul div.tlw-title,#gc-toc ol div.tlw-title,#gc-toc .treelist div.tlw-titl
e { |
822 position:relative; | 871 position:relative; |
823 margin:0 0 0 -15px; | 872 margin:0 0 0 -15px; |
824 padding:.2em 0 .2em 15px | 873 padding:.2em 0 .2em 15px |
825 } | 874 } |
826 | 875 |
827 #gc-toc ul div.tlw-title img.tlw-control,#gc-toc ol div.tlw-title img.tlw-contro
l,.treelist div.tlw-title img.tlw-control { | 876 #gc-toc ul div.tlw-title img.tlw-control,#gc-toc ol div.tlw-title img.tlw-contro
l,.treelist div.tlw-title img.tlw-control { |
828 position:relative; | 877 position:relative; |
829 height:inherit; | 878 height:inherit; |
830 width:9px; | 879 width:9px; |
831 margin:0 !important; | 880 margin:0 !important; |
832 padding:0; | 881 padding:0; |
833 border:none | 882 border:none |
834 } | 883 } |
835 | 884 |
836 #gc-toc ul .tlw-plus,#gc-toc ol .tlw-plus,.treelist .tlw-plus { | 885 #gc-toc ul .tlw-plus,#gc-toc ol .tlw-plus,.treelist .tlw-plus { |
837 background-image:url(/images/sprites08132008.png); | 886 background-image:url(../images/sprites08132008.png); |
838 background-position:-28px -146px; | 887 background-position:-28px -146px; |
839 width:9px; | 888 width:9px; |
840 height:9px | 889 height:9px |
841 } | 890 } |
842 | 891 |
843 #gc-toc ul .tlw-minus,#gc-toc ol .tlw-minus,.treelist .tlw-minus { | 892 #gc-toc ul .tlw-minus,#gc-toc ol .tlw-minus,.treelist .tlw-minus { |
844 background-image:url(/images/sprites08132008.png); | 893 background-image:url(../images/sprites08132008.png); |
845 background-position:-28px -210px; | 894 background-position:-28px -210px; |
846 width:9px; | 895 width:9px; |
847 height:9px | 896 height:9px |
848 } | 897 } |
849 | 898 |
850 #gc-toc ul .tlw-plus:hover,#gc-toc ol .tlw-plus:hover,.treelist .tlw-plus:hover
{ | 899 #gc-toc ul .tlw-plus:hover,#gc-toc ol .tlw-plus:hover,.treelist .tlw-plus:hover
{ |
851 background-image:url(/images/sprites08132008.png); | 900 background-image:url(../images/sprites08132008.png); |
852 background-position:-28px -344px; | 901 background-position:-28px -344px; |
853 width:9px; | 902 width:9px; |
854 height:9px | 903 height:9px |
855 } | 904 } |
856 | 905 |
857 #gc-toc ul .tlw-minus:hover,#gc-toc ol .tlw-minus:hover,.treelist .tlw-minus:hov
er { | 906 #gc-toc ul .tlw-minus:hover,#gc-toc ol .tlw-minus:hover,.treelist .tlw-minus:hov
er { |
858 background-image:url(/images/sprites08132008.png); | 907 background-image:url(../images/sprites08132008.png); |
859 background-position:-28px -408px; | 908 background-position:-28px -408px; |
860 width:9px; | 909 width:9px; |
861 height:9px | 910 height:9px |
862 } | 911 } |
863 | 912 |
864 #gc-toc h1,#gc-toc h2 { | 913 #gc-toc h1,#gc-toc h2 { |
865 font-weight:bold; | 914 font-weight:bold; |
866 font-size:100%; | 915 font-size:100%; |
867 margin:0; | 916 margin:0; |
868 padding:0; | 917 padding:0; |
869 border:none; | 918 border:none; |
870 background:#fff | 919 background:#fff |
871 } | 920 } |
872 | 921 |
873 #gc-toc div.line { | 922 #gc-toc div.line { |
874 border-top:thin dotted #bbb; | 923 border-top:thin solid #ebebeb; |
875 height:1px; | 924 height:1px; |
876 margin:1.3em 1em 0 0; | 925 margin:1.3em 1em 0 0; |
877 padding:0 | 926 padding:0 |
878 } | 927 } |
879 | 928 |
880 #gc-toc.hidden { | 929 #gc-toc.hidden { |
881 display:none | 930 display:none |
882 } | 931 } |
883 | 932 |
884 #gc-toc.visible * { | 933 #gc-toc.visible * { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 border-color:#090 | 970 border-color:#090 |
922 } | 971 } |
923 | 972 |
924 .depr #gc-collapsible.hover { | 973 .depr #gc-collapsible.hover { |
925 border-color:#333 | 974 border-color:#333 |
926 } | 975 } |
927 | 976 |
928 #gc-collapsible-arrow { | 977 #gc-collapsible-arrow { |
929 width:4px; | 978 width:4px; |
930 height:12px; | 979 height:12px; |
931 background:url(/images/hide-arrow.gif) top left no-repeat; | 980 background:url(../images/hide-arrow.gif) top left no-repeat; |
932 position:absolute; | 981 position:absolute; |
933 margin-left:-15px; | 982 margin-left:-15px; |
934 display:none; | 983 display:none; |
935 z-index:5 | 984 z-index:5 |
936 } | 985 } |
937 | 986 |
938 #gc-collapsible-arrow.collapsed { | 987 #gc-collapsible-arrow.collapsed { |
939 background:url(/images/show-arrow.gif) top left no-repeat; | 988 background:url(../images/show-arrow.gif) top left no-repeat; |
940 margin-left:17px | 989 margin-left:17px |
941 } | 990 } |
942 | 991 |
943 #gc-footer { | 992 #gc-footer { |
944 clear:both; | 993 clear:both; |
945 margin:0; | 994 margin:0; |
946 color:#666 | 995 color:#666 |
947 } | 996 } |
948 | 997 |
949 #gc-footer .text { | 998 #gc-footer .text { |
(...skipping 15 matching lines...) Expand all Loading... |
965 padding:0; | 1014 padding:0; |
966 margin:0; | 1015 margin:0; |
967 clear:none | 1016 clear:none |
968 } | 1017 } |
969 | 1018 |
970 #search form { | 1019 #search form { |
971 margin:0 | 1020 margin:0 |
972 } | 1021 } |
973 | 1022 |
974 .greytext { | 1023 .greytext { |
| 1024 position: absolute; |
| 1025 top: 30px; |
| 1026 right: 295px; |
975 color:#aaa; | 1027 color:#aaa; |
976 font-size:small; | 1028 font-size: 11px; |
977 height:14px | 1029 height:14px |
978 } | 1030 } |
979 | 1031 |
980 div.search-control { | 1032 div.search-control { |
981 display:none; | 1033 display:none; |
982 margin-top:3px; | 1034 margin-top:3px; |
983 padding:3px | 1035 padding:3px |
984 } | 1036 } |
985 | 1037 |
986 div.search-control .gsc-control { | 1038 div.search-control .gsc-control { |
987 width:100% | 1039 width:100% |
988 } | 1040 } |
989 | 1041 |
990 div.search-control .gsc-ad-box { | 1042 div.search-control .gsc-ad-box { |
991 display:none | 1043 display:none |
992 } | 1044 } |
993 | 1045 |
| 1046 #gsc-search-box { |
| 1047 position: relative; |
| 1048 /* max-width: 445px;*/ |
| 1049 padding-left: 10px; |
| 1050 } |
| 1051 |
994 .gsc-control form.gsc-search-box { | 1052 .gsc-control form.gsc-search-box { |
995 display:none | 1053 display:none; |
996 } | 1054 } |
997 | 1055 |
998 td.gsc-clear-button { | 1056 td.gsc-clear-button { |
999 display:none | 1057 display:none |
1000 } | 1058 } |
1001 | 1059 |
1002 .gsc-search-button { | 1060 .gsc-search-button { |
1003 margin-left:1px | 1061 position: absolute; |
| 1062 top: 0; |
| 1063 right: 0; |
| 1064 background-color: #4D90FE; |
| 1065 background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),t
o(#4787ed)); |
| 1066 background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); |
| 1067 background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); |
| 1068 background-image: -ms-linear-gradient(top,#4d90fe,#4787ed); |
| 1069 background-image: -o-linear-gradient(top,#4d90fe,#4787ed); |
| 1070 background-image: linear-gradient(top,#4d90fe,#4787ed); |
| 1071 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',End
ColorStr='#4787ed'); |
| 1072 border: 1px solid #3079ED; |
| 1073 color: white !important; |
| 1074 -moz-border-radius: 2px; |
| 1075 -webkit-border-radius: 2px; |
| 1076 border-radius: 2px; |
| 1077 cursor: default !important; |
| 1078 display: inline-block; |
| 1079 font-weight: bold; |
| 1080 height: 29px; |
| 1081 line-height: 29px; |
| 1082 min-width: 54px; |
| 1083 padding: 0 8px; |
| 1084 text-align: center; |
| 1085 text-decoration: none !important; |
| 1086 -moz-user-select: none; |
| 1087 -webkit-user-select: none; |
| 1088 box-sizing: content-box; |
| 1089 } |
| 1090 |
| 1091 .gsc-search-button-lens { |
| 1092 vertical-align: middle; |
| 1093 margin: -8px 0 0; |
| 1094 padding: 0; |
| 1095 border: 0; |
1004 } | 1096 } |
1005 | 1097 |
1006 .gsc-branding { | 1098 .gsc-branding { |
1007 display:none | 1099 display:none |
1008 } | 1100 } |
1009 | 1101 |
1010 .gsc-tabsArea { | 1102 .gsc-tabsArea { |
1011 border-top:1px solid #36C; | 1103 border-top:1px solid #36C; |
1012 background:#e5ecf9 none repeat scroll 0; | 1104 background:#e5ecf9 none repeat scroll 0; |
1013 padding:5px 1px 4px; | 1105 padding:5px 1px 4px; |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 | 1246 |
1155 .gs-webResult div.gs-visibleUrl-long { | 1247 .gs-webResult div.gs-visibleUrl-long { |
1156 width:100%; | 1248 width:100%; |
1157 overflow:hidden; | 1249 overflow:hidden; |
1158 display:block; | 1250 display:block; |
1159 white-space:nowrap | 1251 white-space:nowrap |
1160 } | 1252 } |
1161 | 1253 |
1162 .g-tpl-170 .g-unit,.g-unit .g-tpl-170 .g-unit,.g-unit .g-unit .g-tpl-170 .g-unit
{ | 1254 .g-tpl-170 .g-unit,.g-unit .g-tpl-170 .g-unit,.g-unit .g-unit .g-tpl-170 .g-unit
{ |
1163 display:block; | 1255 display:block; |
1164 margin:0 0 0 171px; | 1256 margin:0 0 0 218px; |
1165 width:auto; | 1257 width:auto; |
1166 float:none | 1258 float:none |
1167 } | 1259 } |
1168 | 1260 |
1169 .g-unit .g-unit .g-tpl-170 .g-first,.g-unit .g-tpl-170 .g-first,.g-tpl-170 .g-fi
rst { | 1261 .g-unit .g-unit .g-tpl-170 .g-first,.g-unit .g-tpl-170 .g-first,.g-tpl-170 .g-fi
rst { |
1170 display:block; | 1262 display:block; |
1171 margin:0; | 1263 margin:0; |
1172 width:171px; | 1264 width:171px; |
1173 float:left | 1265 float:left |
1174 } | 1266 } |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1208 | 1300 |
1209 img.collapsible-control { | 1301 img.collapsible-control { |
1210 width:9px; | 1302 width:9px; |
1211 height:9px; | 1303 height:9px; |
1212 cursor:pointer; | 1304 cursor:pointer; |
1213 margin:1px; | 1305 margin:1px; |
1214 vertical-align:middle | 1306 vertical-align:middle |
1215 } | 1307 } |
1216 | 1308 |
1217 img.collapsible-control.collapsible-plus { | 1309 img.collapsible-control.collapsible-plus { |
1218 background-image:url(/images/plus.gif) | 1310 background-image:url(../images/plus.gif) |
1219 } | 1311 } |
1220 | 1312 |
1221 img.collapsible-control.collapsible-plus.collapsible-hover { | 1313 img.collapsible-control.collapsible-plus.collapsible-hover { |
1222 background-image:url(/images/plus_hover.gif) | 1314 background-image:url(../images/plus_hover.gif) |
1223 } | 1315 } |
1224 | 1316 |
1225 img.collapsible-control.collapsible-minus { | 1317 img.collapsible-control.collapsible-minus { |
1226 background-image:url(/images/minus.gif) | 1318 background-image:url(../images/minus.gif) |
1227 } | 1319 } |
1228 | 1320 |
1229 img.collapsible-control.collapsible-minus.collapsible-hover { | 1321 img.collapsible-control.collapsible-minus.collapsible-hover { |
1230 background-image:url(/images/minus_hover.gif) | 1322 background-image:url(../images/minus_hover.gif) |
1231 } | 1323 } |
1232 | 1324 |
1233 #mainColumn { | 1325 #mainColumn { |
1234 display:block; | 1326 display:block; |
1235 margin:0 0 0 171px; | 1327 margin:0 0 0 171px; |
1236 width:auto; | 1328 width:auto; |
1237 float:none | 1329 float:none |
1238 } | 1330 } |
1239 | 1331 |
1240 div.summary .subdued { | 1332 div.summary .subdued { |
1241 color: rgb(147, 180, 217); | 1333 color: rgb(117, 148, 184); |
1242 } | 1334 } |
1243 | 1335 |
1244 .optional { | 1336 .optional { |
1245 color: rgb(125, 125, 125); | 1337 color: rgb(125, 125, 125); |
1246 } | 1338 } |
1247 | 1339 |
1248 .apiGroup div.description { | 1340 .apiGroup div.description { |
1249 margin-left: 2em; | 1341 margin-left: 2em; |
1250 } | 1342 } |
1251 | 1343 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1342 border-left:0px; | 1434 border-left:0px; |
1343 } | 1435 } |
1344 | 1436 |
1345 #codesiteContent.hideSideNav .g-tpl-170 .g-unit { | 1437 #codesiteContent.hideSideNav .g-tpl-170 .g-unit { |
1346 display:block; | 1438 display:block; |
1347 margin:0 0 0 0px; | 1439 margin:0 0 0 0px; |
1348 width:auto; | 1440 width:auto; |
1349 float:none | 1441 float:none |
1350 } | 1442 } |
1351 | 1443 |
1352 #gc-toc div.line { | 1444 #gsc-search-input { |
1353 border-top: thin dotted #bbb; | 1445 position: absolute; |
1354 height: 1px; | 1446 top: 0; |
1355 margin: 1.3em 1em 0 0; | 1447 right: 100px; |
1356 padding: 0; | 1448 background: white; |
| 1449 border: 1px solid #D9D9D9; |
| 1450 border-radius: 1px; |
| 1451 border-top: 1px solid silver; |
| 1452 height: 27px; |
| 1453 padding: 0 0 0 8px; |
| 1454 -moz-border-radius: 1px; |
| 1455 -webkit-border-radius: 1px; |
| 1456 margin: 0 6px 0 0; |
| 1457 font-size: 13px; |
1357 } | 1458 } |
OLD | NEW |