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