blob: 47d632532763c9471c5516357b0a140a059f0561 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001/* color definitions */
2/* 16 column layout */
3/* clearfix idiom */
4/* common mixins */
5/* page layout + top-level styles */
6::-webkit-selection,
7::-moz-selection,
8::selection {
9 background-color: #0099cc;
10 color: #fff; }
11
12html, body {
13 height: 100%;
14 margin: 0;
15 padding: 0;
16 background-color:#F9F9F9;
17 -webkit-font-smoothing: antialiased;
18 /* prevent subpixel antialiasing, which thickens the text */
19 /* text-rendering: optimizeLegibility; */
20 /* turned off ligatures due to bug 5945455 */ }
21
22body {
Scott Main9ada2262012-06-23 14:59:36 -070023 color: #222;
Scott Main6a7a66b2012-06-23 11:20:48 -070024 font: 14px/19px Roboto, sans-serif;
Scott Maine4d8f1b2012-06-21 18:03:05 -070025 font-weight: 400;
26 letter-spacing:.1;
27 padding:0 10px; }
28
29#page-container {
30 width: 940px;
31 margin: 0 40px; }
32
33#page-header {
34 height: 80px;
35 margin-bottom: 20px;
36 font-size: 48px;
37 line-height: 48px;
38 font-weight: 100;
39 padding-left: 10px; }
40 #page-header a {
41 display: block;
42 position: relative;
43 top: 20px;
44 text-decoration: none;
45 color: #555555 !important; }
46
47#main-row {
48 display: inline-block; }
49 #main-row:after {
50 content: ".";
51 display: block;
52 height: 0;
53 clear: both;
54 visibility: hidden; }
55 * html #main-row {
56 height: 1px; }
57
58#page-footer {
59 margin-left: 190px;
60 margin-top: 80px;
61 color: #999999;
62 padding-bottom: 40px;
63 font-size: 12px;
64 line-height: 15px; }
65 #page-footer a {
66 color: #777777; }
67 #page-footer #copyright {
68 margin-bottom: 10px; }
69
70#nav-container {
71 width: 160px;
72 min-height: 10px;
73 margin-right: 20px;
74 float: left; }
75
76#nav {
77 margin:0;
78 padding:0 0 30px;
79}
80
81#side-nav {
82 min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
83 margin-bottom:1px;
84}
85#devdoc-nav {
86 outline:none;
87 width:auto;
88 margin: 20px 0 0; }
89
90#devdoc-nav h2 {
91 border:0;
92}
93
94#devdoc-nav.fixed {
95 position: fixed;
96 margin:0;
97 top: 20px; }
98
99#content {
100 width: 760px;
101 float: left; }
102
103a:hover,
104acronym:hover {
105 color: #7aa1b0 !important; }
106
107a:focus,
108a:active {
109 color: #33b5e5 !important; }
110
111img {
112 border: none; }
113#jd-content img {
114 margin-bottom:15px;
115}
116
117ul {
118 margin: 0;
119 padding: 0; }
120
121strong {
122 font-weight: 500; }
123
124em {
125 font-style: italic; }
126
127acronym {
128 border-bottom: 1px dotted #555555;
129 cursor: help; }
130
131acronym:hover {
132 border-bottom-color: #7aa1b0; }
133
134img.with-shadow,
135video.with-shadow {
136 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
137
138/* disclosures mixin */
139/* content layout */
140.layout-content-row {
141 display: inline-block;
142 margin-bottom: 10px; }
143 .layout-content-row:after {
144 content: ".";
145 display: block;
146 height: 0;
147 clear: both;
148 visibility: hidden; }
149 * html .layout-content-row {
150 height: 1px; }
151
152.layout-content-col {
153 float: left;
154 margin-left: 20px; }
155 .layout-content-col:first-child {
156 margin-left: 0; }
157 .layout-content-col h3,
158 .layout-content-col h4 {
159 margin-top:0; }
160
161.layout-content-col.span-1 {
162 width: 40px; }
163
164.layout-content-col.span-2 {
165 width: 100px; }
166
167.layout-content-col.span-3 {
168 width: 160px; }
169
170.layout-content-col.span-4 {
171 width: 220px; }
172
173.layout-content-col.span-5 {
174 width: 280px; }
175
176.layout-content-col.span-6 {
177 width: 340px; }
178
179.layout-content-col.span-7 {
180 width: 400px; }
181
182.layout-content-col.span-8 {
183 width: 460px; }
184
185.layout-content-col.span-9 {
186 width: 520px; }
187
188.layout-content-col.span-10 {
189 width: 580px; }
190
191.layout-content-col.span-11 {
192 width: 640px; }
193
194.layout-content-col.span-12 {
195 width: 700px; }
196
197.layout-content-col.span-13 {
198 width: 760px; }
199
200.vspace.size-1 {
201 height: 10px; }
202
203.vspace.size-2 {
204 height: 20px; }
205
206.vspace.size-3 {
207 height: 30px; }
208
209.vspace.size-4 {
210 height: 40px; }
211
212.vspace.size-5 {
213 height: 50px; }
214
215.vspace.size-6 {
216 height: 60px; }
217
218.vspace.size-7 {
219 height: 70px; }
220
221.vspace.size-8 {
222 height: 80px; }
223
224.vspace.size-9 {
225 height: 90px; }
226
227.vspace.size-10 {
228 height: 100px; }
229
230.vspace.size-11 {
231 height: 110px; }
232
233.vspace.size-12 {
234 height: 120px; }
235
236.vspace.size-13 {
237 height: 130px; }
238
239.vspace.size-14 {
240 height: 140px; }
241
242.vspace.size-15 {
243 height: 150px; }
244
245.vspace.size-16 {
246 height: 160px; }
247
248/* nav */
249#nav {
250 /* section header divs */
251 /* expanded section header divs */
252 /* sublinks */ }
253 #nav li {
254 list-style-type: none;
255 font-size: 14px;
256 margin:0;
257 padding:0;
258 line-height: 15px; }
259 #nav a {
260 color: #555555;
261 text-decoration: none; }
262 #nav .nav-section-header {
263 position: relative;
264 margin-bottom: 1px;
265 padding: 0 30px 0 0; }
266 #nav li.selected a, #nav li.selected > .nav-section-header > a {
267 color: #09C;
268 }
269 #nav li.selected ul li a {
270 /* don't highlight child items */
271 color: #555555; }
272 #nav .nav-section .nav-section .nav-section-header {
273 /* no white line between second level sections */
274 margin-bottom: 0; }
275 /* section header links */
276 #nav > li > div > a {
277 display: block;
278 color: #333333;
279 font-weight: 500;
280 padding: 10px 0 10px 10px; }
281 #nav .nav-section-header:after {
282 content: '';
283 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
284 width: 34px;
285 height: 34px;
286 display: block;
287 position: absolute;
288 top: 0;
289 right: 0; }
290 #nav .nav-section-header.empty:after {
291 display: none; }
292 /* nested nav headers */
293 #nav .nav-section .nav-section {
294 position: relative;
295 padding: 0;
296 margin: 0; }
297 #nav .nav-section li a {
298 /* first gen child (2nd level li) */
299 display:block;
300 font-weight: normal;
301 text-transform: none;
302 padding: 7px 5px 7px 10px;
303 }
304 #nav .nav-section li li a {
305 /* second gen child (3rd level li) */
306 padding: 5px 5px 5px 10px;
307 }
308 #nav li.expanded .nav-section-header {
309 background:#e9e9e9;
310 background: rgba(0, 0, 0, 0.05); }
311 #nav li.expanded li .nav-section-header {
312 background: transparent; }
313 #nav li.expanded li ul {
314 /* 3rd level ul */
315 padding:0 10px;
316 }
317 #nav li.expanded > .nav-section-header:after {
318 content: '';
319 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
320 width: 34px;
321 height: 34px; }
322 #nav li ul {
323 display:none;
324 overflow: hidden;
325 margin: 0; }
326 #nav li ul.animate-height-in {
327 -webkit-transition: height 0.25s ease-in;
328 -moz-transition: height 0.25s ease-in;
329 transition: height 0.25s ease-in; }
330 #nav li ul.animate-height-out {
331 -webkit-transition: height 0.25s ease-out;
332 -moz-transition: height 0.25s ease-out;
333 transition: height 0.25s ease-out; }
334 #nav li ul li {
335 padding: 0; }
336 #nav li li li {
337 padding: 0; }
338 #nav li.expanded ul {
339 }
340 #nav li ul > li {
341 padding:0;
342 }
343 #nav li ul > li:last-child {
344 padding-bottom:5px;
345 }
346 #nav li.expanded ul > li {
347 background:#efefef;
348 background: rgba(0, 0, 0, 0.03); }
349 #nav li.expanded ul > li li {
350 background:inherit; }
351
352.new,
353.new-child {
354 font-size: .78em;
355 font-weight: bold;
356 color: #ff3d3d;
357 vertical-align:top;
358 white-space:nowrap;
359}
360
361/* content header */
362.content-header {
363 height: 30px;
364 margin:20px 0 25px;
365 padding:0 0 10px;}
366.content-header.just-links {
367 margin-bottom:0;
368 padding-bottom:0;}
369
370.content-header h1 {
371 color:#000;
372 margin:0;
373 border-bottom:0;
374 padding:0;
375}
376
377.content-footer {
378 border-top: 1px solid #ccc;
379 margin-top: 10px;
380 padding-top:10px;
381 height: 30px; }
382
383.content-footer .col-9 {
384 margin-left:0;
385}
386.content-footer .col-4 {
387 margin-right:0;
388}
389.content-footer.wrap {
390 width:940px;
391}
392
393.paging-links {
394 position: relative; }
395 .paging-links a {
396 position: absolute; }
397 .paging-links a,
398 .training-nav-top a {
399 font-size: 14px;
400 line-height: 30px;
401 color: #555555;
402 text-decoration: none;
403 text-transform: uppercase; }
404 .paging-links .prev-page-link,
405 .training-nav-top .prev-page-link {
406 left: -5px; }
407 .paging-links .prev-page-link:before,
408 .training-nav-top .prev-page-link:before {
409 content: '';
410 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
411 width: 10px;
412 height: 10px;
413 display: inline-block;
414 margin-right: 5px; }
415 .paging-links .next-page-link,
416 .training-nav-top .next-page-link,
417 .training-nav-top .start-class-link,
418 .training-nav-top .start-course-link {
419 right: 10px; }
420 .next-page-link:after,
421 .start-class-link:after,
422 .start-course-link:after,
423 .next-class-link:after {
424 content: '';
425 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
426 width: 10px;
427 height: 10px;
428 display: inline-block;
429 margin-left: 5px; }
430
431
432 .training-nav-top a {
433 display:block;
434 float:left;
435 width:108px;
436 height:28px;
437 padding: 8px 15px;
438 line-height:28px;
439 text-align:center;
440 border:1px solid #DADADA;
441 border-bottom:0;
442 }
443
444 .training-nav-top a.next-page-link {
445 border-left:0;
446 width:109px;
447 }
448
449 .training-nav-top a.disabled,
450 .content-footer a.disabled {
451 color:#999;
452 }
453
454 .training-nav-top a.disabled:hover,
455 .content-footer a.disabled:hover {
456 cursor:default;
457 color:#999 !important;
458 }
459
460 .training-nav-top a.start-class-link,
461 .training-nav-top a.start-course-link {
462 width:248px;
463 }
464
465 .hide {
466 display:none !important;
467 }
468
469 .content-footer.next-class {
470 display:block;
471 border:0;
472 margin-top:0;
473 padding-top:0;
474 }
475
476 .content-footer.next-class a.next-class-link {
477 display:block;
478 float:right;
479 text-transform:uppercase;
480 }
481
482/* content body */
483@-webkit-keyframes glowheader {
484 from {
485 background-color: #33b5e5;
486 color: #000;
487 border-bottom-color: #000; }
488
489 to {
490 background-color: transparent;
491 color: #33b5e5;
492 border-bottom-color: #33b5e5; } }
493
494@-moz-keyframes glowheader {
495 from {
496 background-color: #33b5e5;
497 color: #000;
498 border-bottom-color: #000; }
499
500 to {
501 background-color: transparent;
502 color: #33b5e5;
503 border-bottom-color: #33b5e5; } }
504
505@keyframes glowheader {
506 from {
507 background-color: #33b5e5;
508 color: #000;
509 border-bottom-color: #000; }
510
511 to {
512 background-color: transparent;
513 color: #33b5e5;
514 border-bottom-color: #33b5e5; } }
515
516h2:target,
517h3:target {
518 -webkit-animation-name: glowheader;
519 -moz-animation-name: glowheader;
520 animation-name: glowheader;
521 -webkit-animation-duration: 0.7s;
522 -moz-animation-duration: 0.7s;
523 animation-duration: 0.7s;
524 -webkit-animation-timing-function: ease-out;
525 -moz-animation-timing-function: ease-out;
526 animation-timing-function: ease-out; }
527
528.design ol h4 {
529 margin-bottom:0;
530}
531.design ol {
532 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700533 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700534 font-size: 14px;
535 line-height: 20px;
536 list-style-type: none;
537 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700538 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700539 content: counter(item) ". ";
540 counter-increment: item;
541 position: absolute;
542 left: -20px;
543 top: 0; }
544 .design ol li.value-1:before {
545 content: "1. "; }
546 .design ol li.value-2:before {
547 content: "2. "; }
548 .design ol li.value-3:before {
549 content: "3. "; }
550 .design ol li.value-4:before {
551 content: "4. "; }
552 .design ol li.value-5:before {
553 content: "5. "; }
554 .design ol li.value-6:before {
555 content: "6. "; }
556 .design ol li.value-7:before {
557 content: "7. "; }
558 .design ol li.value-8:before {
559 content: "8. "; }
560 .design ol li.value-9:before {
561 content: "9. "; }
562 .design ol li.value-10:before {
563 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700564.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700565 list-style-position: inside;
566 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700567 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700568 display: inline;
569 left: -20px;
570 float: left;
571 width: 17px;
572 color: #33b5e5;
573 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700574.design .with-callouts ul>li {
575 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700576
577/* special list items */
578li.no-bullet {
579 list-style-type: none !important; }
580li.no-bullet *{
581 margin:0; }
582
583.design li.with-icon {
584 position: relative;
585 margin-left: 20px;
586 min-height: 30px; }
587 .design li.with-icon p {
588 margin-left: 0 !important; }
589 .design li.with-icon:before {
590 position: absolute;
591 left: -40px;
592 top: 0;
593 content: '';
594 width: 30px;
595 height: 30px; }
596 .design li.with-icon.tablet:before {
597 background-image: url(../images/styles/ico_phone_tablet.png); }
598 .design li.with-icon.web:before {
599 background-image: url(../images/styles/ico_web.png); }
600 .design li.with-icon.action:before {
601 background-image: url(../images/styles/ico_action.png); }
602 .design li.with-icon.use:before {
603 background-image: url(../images/styles/ico_use.png); }
604
605/* figures and callouts */
606.figure {
607 position: relative; }
608 .figure.pad-below {
609 margin-bottom: 20px; }
610 .figure .figure-callout {
611 position: absolute;
612 color: #fff;
613 font-weight: 500;
614 font-size: 16px;
615 line-height: 23px;
616 text-align: center;
617 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
618 padding-right: 2px;
619 width: 30px;
620 height: 29px;
621 z-index: 1000; }
622 .figure .figure-callout.top {
623 top: -9px; }
624 .figure .figure-callout.right {
625 right: -5px; }
626
627.figure-caption {
628 margin: 0 10px 20px 0;
629 font-size: 14px;
630 line-height: 20px;
631 font-style: italic; }
632
633/* rows of figures */
634.figure-row {
635 font-size: 0;
636 line-height: 0;
637 /* to prevent space between figures */ }
638 .figure-row .figure {
639 display: inline-block;
640 vertical-align: top; }
641 .figure-row .figure + .figure {
642 margin-left: 10px;
643 /* reintroduce space between figures */ }
644
645/* video containers */
646.framed-galaxynexus-land-span-13 {
647 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
648scroll top left;
649 padding: 42px 122px 62px 126px;
650 overflow: hidden; }
651 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
652.framed-galaxynexus-land-span-13 img {
653 width: 512px;
654 height: 286px; }
655
656.framed-galaxynexus-port-span-9 {
657 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
658scroll top left;
659 padding: 95px 122px 107px 124px;
660 overflow: hidden; }
661 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
662.framed-galaxynexus-port-span-9 img {
663 width: 274px;
664 height: 488px; }
665
666.framed-galaxynexus-port-span-5 {
667 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
668scroll top left;
669 padding: 75px 31px 76px 33px;
670 overflow: hidden; }
671 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
672.framed-galaxynexus-port-span-5 img {
673 width: 216px;
674 height: 384px; }
675
676/* landing page disclosures */
677.landing-page-link {
678 text-decoration: none;
679 font-weight: 500;
680 color: #333333; }
681 .landing-page-link:after {
682 content: '';
683 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
684 width: 10px;
685 height: 10px;
686 display: inline-block;
687 margin-left: 5px; }
688
689/* tooltips */
690.tooltip-box {
691 position: absolute;
692 background-color: rgba(0, 0, 0, 0.9);
693 border-radius: 2px;
694 font-size: 14px;
695 line-height: 20px;
696 color: #fff;
697 padding: 6px 10px;
698 max-width: 250px;
699 z-index: 10000; }
700 .tooltip-box.below:after {
701 position: absolute;
702 content: '';
703 line-height: 0;
704 display: block;
705 top: -10px;
706 left: 5px;
707 border: 5px solid transparent;
708 border-bottom-color: rgba(0, 0, 0, 0.9); }
709
710/* video note */
711.video-instructions {
712 margin-top: 10px;
713 margin-bottom: 10px; }
714 .video-instructions:before {
715 content: '';
716 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
717 display: inline-block;
718 width: 12px;
719 height: 12px;
720 margin-right: 8px; }
721 .video-instructions:after {
722 content: 'Click device screen to replay movie.'; }
723
724/* download buttons */
725.download-button {
726 display: block;
727 margin-bottom: 5px;
728 text-decoration: none;
729 background-color: #33b5e5;
730 color: #fff !important;
731 font-weight: 500;
732 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
733 padding: 6px 12px;
734 border-radius: 2px; }
735 .download-button:hover, .download-button:focus {
736 background-color: #0099cc;
737 color: #fff !important; }
738 .download-button:active {
739 background-color: #006699; }
740
741/* UI tables and other things found in Writing style and Settings pattern */
742.ui-table {
743 width: 100%;
744 background-color: #282828;
745 color: #fff;
746 border-radius: 2px;
747 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
748 border-collapse: separate; }
749 .ui-table th,
750 .ui-table td {
751 padding: 5px 10px;
752 background-color: inherit;
753 border:0;}
754 .ui-table thead th {
755 font-weight: bold; }
756 .ui-table tfoot td {
757 border-top: 1px solid #494949;
758 border-right: 1px solid #494949;
759 text-align: center; }
760 .ui-table tfoot td:last-child {
761 border-right: 0; }
762
763.layout-with-list-item-margins {
764 margin-left: 30px !important; }
765
766.emulate-content-left-padding {
767 margin-left: 10px; }
768
769.do-dont-label {
770 margin-bottom: 10px;
771 padding-left: 20px;
772 background: transparent none no-repeat scroll 0px 3px; }
773 .do-dont-label.bad {
774 background-image: url(../images/styles/ico_wrong.png); }
775 .do-dont-label.good {
776 background-image: url(../images/styles/ico_good.png); }
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796/***** PREVIOUSLY style.css ******************/
797
798
799
800
801
802@media screen, projection, print {
803[dir='rtl'] {
804 direction: rtl;
805}
806html {
807 line-height: 20px;
808}
809pre, table, input, textarea, code {
810 font-size: 1em;
811}
812address, abbr, cite {
813 font-style: normal;
814}
815[dir='rtl'] th {
816 text-align: right;
817}
818html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
819html[lang^=zh] blockquote, html[lang^=zh] q {
820 font-style: normal;
821}
822q {
823 font-style: italic;
824}
825fieldset, iframe, img {
826 border: 0;
827}
828img {
829 -ms-interpolation-mode: bicubic;
830 vertical-align: middle;
831 max-width: 100%;
832}
833q {
834 quotes: none;
835}
836sup, sub {
837 font-size: 11px;
838 line-height: 0;
839}
840}
841
842@media screen, projection {
843
844table, fieldset {
845 margin: 0;
846}
847h1 {
848 color:#333;
849 font-size: 22px;
850 margin: 20px 0 20px;
851 padding:0 0 10px;
852}
853h1, h2 {
854 line-height: 32px;
855}
856h1.short {
857 margin-right:320px;
858}
859h1.short {
860 margin-right:320px;
861}
862h1.super {
863 font-size: 37px;
864}
865h2 {
866 color:#333;
867 font-size: 20px;
868 margin: 20px 0 20px;
869 padding:0;
870}
871h3 {
872 color:#333;
873 font-size: 18px;
874}
875h3, h4 {
876 color:#333;
877 line-height: 20px;
878 margin: 10px 0;
879}
880h4 {
881 font-size: 16px;
882}
883h5 {
884 font-size: 14px;
885}
886h5, h6 {
887 margin: 5px 0;
888}
889h6 {
890 font-size: 12px;
891}
892hr { /* applied to the bottom of h2 elements */
893 height: 1px;
894 margin: 5px 0 20px;
895 border: 0;
896 background: #ccc;
897}
898p, pre, table, form {
899 margin: 0 0 15px;
900}
901small {
902 font-size: 11.5px;
903 color: #000;
904}
905ul, ol {
906 margin: 0 0 15px 18px;
907 padding: 0;
908}
909[dir='rtl'] ul, [dir='rtl'] ol {
910 margin: 10px 30px 10px 10px;
911}
912ul ul, ul ol, ol ul, ol ol {
913 margin-bottom: 0;
914 margin-top: 0;
915}
916li {
917 margin:0 0 4px;
918}
919dd {
920 margin:0 0 10px 30px;
921}
922dd p {
923 margin:10px 0 0;
924}
925ul p,
926ol p {
927 margin:10px 0 0;
928}
929pre strong, pre b, a strong, a b, a code {
930 color: inherit;
931}
932pre, code {
933 color: #060;
934 font: 14px/1.5 'courier new', courier, monospace;
935}
936code {
937 font-weight:bold;
938}
939
940legend {
941 display: none;
942}
943a:link, a:visited {
944 color: #258aaf;
945 text-decoration: none;
946}
947a:focus, a:hover, a:active {
948 color: #33B5E5;
949 text-decoration: none;
950}
951strong, b {
952 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -0700953 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700954}
955table {
956 border-collapse: collapse;
957 border-spacing: 0;
958 border:0;
959 margin: .5em 1em 1em 0;
960 width:100%; /* consistent table widths; within IE's quirks */
961 background-color:#f7f7f7;
962}
963th, td {
964 padding: 4px 12px;
965 vertical-align: top;
966 text-align: left;
967}
968td {
969 background-color:inherit;
970 border:solid 1px #DDD;
971}
972th {
973 background-color: #999;
974 color: #fff;
975 border:solid 1px #DDD;
976 font-weight: normal;
977}
978tr:first-of-type th:first-of-type:empty {
979 visibility: hidden;
980}
981/* --------------------------------------------------------------------------
982Footer
983*/
984.line {
985 clear: both;
986 background: #acbc00;
987 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
988 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
989color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
990 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
991 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
992 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
993 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
994 height: 2px;
995 margin-top: 150px;
996 position: relative;
997 z-index: 11;
998}
999#footer {
1000 font-size:11px;
1001 clear: both;
1002 color: #999;
1003 padding: 15px 0;
1004 margin-top:10px;
1005 width:auto;
1006}
1007#footer-local ul {
1008 list-style: none;
1009 margin: 5px 0 30px 0;
1010}
1011#footer-local li {
1012 display: inline;
1013}
1014#footer-local li+li:before {
1015 content: '|';
1016 padding: 0 3px;
1017 color: #e5e5e5;
1018}
1019#footer-global {
1020 padding: 10px 15px;
1021 background: #f5f5f5;
1022}
1023#footer-global {
1024 border-top: 1px solid #ebebeb;
1025 font-size: 11.5px;
1026 line-height: 1.8;
1027 list-style: none;
1028}
1029#footer-global ul {
1030 margin: 0;
1031}
1032#footer-global li {
1033 display: inline;
1034 font-weight: bold;
1035}
1036#footer-global li+li:before {
1037 content: '¬?';
1038 padding: 0 3px;
1039}
1040* html #footer-global li {
1041 margin: 0 13px 0 0;
1042}
1043* [dir='rtl'] #footer-global li {
1044 margin: 0 0 0 13px;
1045}
1046*+html #footer-global li {
1047 margin: 0 13px 0 0;
1048}
1049*+[dir='rtl'] #footer-global li {
1050 margin: 0 0 0 13px;
1051}
1052#footer-global li a {
1053 font-weight: normal;
1054}
1055.locales {
1056 margin: 10px 0 0 0px;
1057}
1058[dir='rtl'] .locales {
1059 background-position: right center;
1060 float: left;
1061 padding: 0 24px 0 0;
1062}
1063.locales form {
1064 margin: 0;
1065}
1066.locales select, .sites select {
1067 line-height: 3.08;
1068 margin: 0px 0;
1069 border: solid 1px #EBEBEB;
1070 -webkit-appearance: none;
1071 background: white url('../images/arrows-up-down.png') right center no-repeat;
1072 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001073 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001074 line-height: normal;
1075 padding: 5px;
1076 width: 230px;
1077}
1078}
1079
1080/* =============================================================================
1081 Print Only
1082 ========================================================================== */
1083@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001084 /* configure printed page */
1085 @page {
1086 margin: 0.75in 1in;
1087 widows: 4;
1088 orphans: 4;
1089 }
1090
1091 /* reset spacing metrics */
1092 html, body, .wrap {
1093 margin: 0 !important;
1094 padding: 0 !important;
1095 width: auto !important;
1096 }
1097
1098 /* leave enough space on the left for bullets */
1099 body {
1100 padding-left: 20px !important;
1101 }
1102 #doc-col {
1103 margin-left: 0;
1104 }
1105
1106 /* hide a bunch of non-content elements */
1107 #header, #footer, #nav-x, #side-nav,
1108 .training-nav-top, .training-nav-bottom,
1109 #doc-col .content-footer,
1110 .nav-x, .nav-y,
1111 .paging-links,
1112 a.totop {
1113 display: none !important;
1114 }
1115
1116 /* remove extra space above page titles */
1117 #doc-col .content-header {
1118 margin-top: 0;
1119 }
1120
1121 /* bump up spacing above subheadings */
1122 h2 {
1123 margin-top: 40px !important;
1124 }
1125
1126 /* print link URLs where possible and give links default text color */
1127 p a:after {
1128 content: " (" attr(href) ")";
1129 font-size: 80%;
1130 }
1131 p a {
1132 word-wrap: break-word;
1133 }
1134 a {
1135 color: inherit;
1136 }
1137
1138 /* syntax highlighting rules */
1139 .str { color: #060; }
1140 .kwd { color: #006; font-weight: bold; }
1141 .com { color: #600; font-style: italic; }
1142 .typ { color: #404; font-weight: bold; }
1143 .lit { color: #044; }
1144 .pun { color: #440; }
1145 .pln { color: #000; }
1146 .tag { color: #006; font-weight: bold; }
1147 .atn { color: #404; }
1148 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001149}
1150
1151/* =============================================================================
1152 Columns
1153 ========================================================================== */
1154
1155@media screen, projection, print {
1156.full {
1157 padding: 2.5em 0;
1158 border-top: solid 1px #ddd;
1159 border-bottom: solid 1px #ddd;
1160 background: #f7f7f7;
1161}
1162.wrap {
1163 margin: 0 auto;
1164 width: 940px;
1165 clear: both;
1166}
1167.cols {
1168 height: 1%;
1169 margin: 0 -1.533742331288343558282%;
1170 width: 103.06748466257669%}
1171*+html .cols {
1172 margin-bottom: 20px;
1173}
1174.cols:after {
1175 clear: both;
1176 content: ' ';
1177 display: block;
1178 height: 0;
1179 visibility: hidden;
1180}
1181.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1182.col-13, .col-14, .col-15, .col-16 {
1183 display: inline;
1184 float: left;
1185 margin-left: 10px;
1186 margin-right: 10px;
1187}
1188/*
1189* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1190.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1191 margin: 0;
1192 padding: 0 1.4% 20px;
1193}
1194[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1195[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1196[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1197 float: right;
1198}
1199*/
1200.col-1 { width: 40px }
1201.col-2 { width: 100px }
1202.col-3 { width: 160px }
1203.col-4 { width: 220px }
1204.col-5 { width: 280px }
1205.col-6 { width: 340px }
1206.col-7 { width: 400px }
1207.col-8 { width: 460px }
1208.col-9 { width: 520px }
1209.col-10 { width: 580px }
1210.col-11 { width: 640px }
1211.col-12 { width: 700px }
1212.col-13 { width: 760px }
1213.col-14 { width: 820px }
1214.col-15 { width: 880px }
1215.col-16 { width: 940px }
1216}
1217
1218.col-right {
1219 margin-right:0px;
1220}
1221
1222@media screen and (max-width:772px) {
1223.col-5, .col-6, .col-7 {
1224 clear: both;
1225 width: 97.0238096%}
1226}
1227
1228/* =============================================================================
1229 Layout
1230 ========================================================================== */
1231@media screen, projection, print {
1232
1233/* --------------------------------------------------------------------------
1234Header, Login, Nav-X, Search
1235*/
1236#header {
1237 padding: 2.2em 0 0.2em 0;
1238}
1239#header:before, #header:after {
1240 content: "";
1241 display: table;
1242 clear: both
1243}
1244.logo, .nav-x {
1245 float: left;
1246}
1247.nav-x {
1248 margin-top: -2px;
1249 list-style-type: none;
1250}
1251.nav-x a {
1252 color: #333;
1253 font-size: 16px;
1254}
1255.design a.selected {
1256 color: #33b5e5;
1257}
1258.develop a.selected {
1259 color: #F80;
1260}
1261.distribute a.selected {
1262 color: #9C0;
1263}
1264
1265
1266
1267.nav-x li {
1268 display: inline;
1269 margin-right: 45px;
1270}
1271.search {
1272 float: right;
1273 position: relative;
1274 width: 220px
1275}
1276.search .bottom, .search .left, .search .right {
1277 position: absolute;
1278 background-color: #a3a3a3;
1279}
1280.search .bottom {
1281 width: 220px;
1282 height: 1px;
1283 top: 24px;
1284 left: 0
1285}
1286.search .left, .search .right {
1287 height: 5px;
1288 width: 1px
1289}
1290.search .left { top: 19px; left: 0 }
1291.search .right { top: 19px; right: 0 }
1292.search form {
1293 float: left;
1294 margin-top: 2px;
1295 width: inherit;
1296}
1297.search .close,
1298#player-frame .close {
1299 position: absolute;
1300 right: 8px;
1301 bottom: 4px;
1302 width: 16px;
1303 height: 16px;
1304 margin: 0;
1305 text-indent: -1000em;
1306 background: url(../images/close.png) no-repeat 0 0;
1307 z-index:9999;
1308}
1309.search .close:hover, .search .close:focus,
1310#player-frame .close:hover, #player-frame .close:focus {
1311 background-position: -16px 0;
1312 cursor:pointer;
1313}
1314#player-frame .close {
1315 top: 6px;
1316}
1317.search form input {
1318 color: #999;
1319 font-size: 1em;
1320 width: inherit;
1321 border: none;
1322 margin: 0;
1323 padding:0 0 0 6px;
1324 z-index: 1500;
1325 background-color: transparent
1326}
1327.search:hover .bottom, .search:hover .left, .search:hover .right {
1328 background-color: #33b5e5;
1329}
1330.search:hover .icon {
1331 background-position: -8px 0
1332}
1333.search form input:focus {
Scott Main9ada2262012-06-23 14:59:36 -07001334 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001335 font-weight: bold;
1336 outline:0;
1337}
1338/* Search Dropdown */
1339.search-dropdown {
1340 padding: 15px;
1341 width: 192px;
1342 border: solid 1px #c5c5c5;
1343 background: #fff;
1344 position: absolute;
1345 top: 35px;
1346 left: 0;
1347 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1348 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1349 box-shadow: 0 0 10px rgba(0,0,0,0.2)
1350}
1351.search-dropdown ul, .search-dropdown ul li {
1352 list-style-type: none;
1353 margin: 0;
1354 padding: 0
1355}
1356.search-dropdown ul li {
1357 clear: both
1358}
1359.search-dropdown img {
1360 float: left;
1361 margin: 0 10px 10px 0
1362}
1363.search-dropdown h6 {
Scott Main9ada2262012-06-23 14:59:36 -07001364 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001365 margin: 0;
1366 line-height: normal
1367}
1368.search-dropdown .desc {
1369 color: #999;
1370 font-size: 11.5px;
1371 line-height: normal;
1372 margin: 0;
1373}
1374.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
1375 color: #33b5e5
1376}
1377/* --------------------------------------------------------------------------
1378Buttons
1379*/
1380.button, a.button, .button-secondary, a.button-secondary {
1381 border-image: initial;
1382 -webkit-border-radius: 2px;
1383 -moz-border-radius: 2px;
1384 border-radius: 2px;
1385 cursor: pointer;
1386}
1387.button, a.button {
1388 background-color: #09c;
1389 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1390 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1391 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1392 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1393 background-image: -o-linear-gradient(top, #2faddb, #09c);
1394 background-image: linear-gradient(top, #2faddb, #09c);
1395 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1396 border: 1px solid #3990ab;
1397 color: #fff;
1398}
1399.button-secondary, a.button-secondary {
1400 background-color: #f3f3f3;
1401 border: 1px solid #dcdcdc;
1402 color: #444;
1403}
1404a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
1405 height: 28px;
1406 line-height: 28px;
1407 margin-right: 16px;
1408 font-weight: 400;
1409 min-width: 54px;
1410 outline: 0;
1411 padding: 8px 15px;
1412 text-align: center;
1413}
1414.button, .button-secondary {
1415 height: 34px;
1416 line-height: 34px;
1417 margin-right: 16px;
1418 font-weight: 400;
1419 min-width: 54px;
1420 outline: 0;
1421 padding: 0 15px;
1422 text-align: center;
1423}
1424.button:hover, a.button:hover {
1425 border-color: #09c;
1426 background-color: #4cadcb;
1427 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1428 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1429 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1430 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1431 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1432 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1433 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1434EndColorStr='#4cadcb',GradientType=0);
1435 color: #fff !important;
1436}
1437.button:active, a.button:active {
1438 background-color: #1e799a;
1439 background-image: none;
1440 border-color: #30b7e6;
1441}
1442.button-secondary:hover, a.button-secondary:hover {
1443 border-color: #dbdbdb;
1444 background-color: #f3f3f3;
1445 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1446 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1447 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1448 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1449 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1450 background-image: linear-gradient(top, #f9f9f9, #ececec);
1451 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1452EndColorStr='#ececec');
1453 color: #33B5E5 !important;
1454}
1455.button-secondary:active, a.button-secondary:active {
1456 border-color: #dadada;
1457 background: #ebebeb; /* Old browsers */
1458 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1459 background:
1460url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1461Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1462eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1463CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1464eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1465YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1466CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1467CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1468CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1469CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1470R3JhZGllbnQ+
1471CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1472Lz4KPC9zdmc+);
1473 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
1474#ffffff 100%); /* FF3.6+ */
1475 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
1476color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1477/* Chrome,Safari4+ */
1478 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
147990%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
1480 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1481100%); /* Opera 11.10+ */
1482 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1483100%); /* IE10+ */
1484 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1485100%); /* W3C */
1486 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
1487endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
1488 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1489 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1490 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1491 color: #258AAF !important;
1492}
1493.button.big {
1494 font-size:20px;
1495 display:inline-block;
1496}
1497
1498.button.disabled,
1499.button.disabled:hover,
1500.button.disabled:active {
1501 background:#ebebeb;
1502 color:#999;
1503 border-color:#999;
1504 cursor:default;
1505}
1506
1507.training-nav-top a.button-secondary,
1508.training-nav-bottom a.button-secondary {
1509 display:block;
1510 float:left;
1511 margin:0;
1512 width:130px;
1513 text-transform:uppercase;
1514 font-weight:bold;
1515
1516 background-color: #f3f3f3;
1517 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1518 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1519 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1520 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1521 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1522 background-image: linear-gradient(top, #f9f9f9, #ececec);
1523 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1524EndColorStr='#ececec');
1525 color: #33B5E5;
1526}
1527
1528.training-nav-top a.button-secondary:hover,
1529.training-nav-bottom a.button-secondary:hover {
1530 background-color: #09c;
1531 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1532 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1533 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1534 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1535 background-image: -o-linear-gradient(top, #2faddb, #09c);
1536 background-image: linear-gradient(top, #2faddb, #09c);
1537 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1538 border: 1px solid #3990ab;
1539 color: #fff !important;
1540}
1541
1542.training-nav-top a.button-secondary.last,
1543.training-nav-bottom a.button-secondary.last {
1544 border-left:0;
1545}
1546
1547.training-nav-top a.button-secondary.double-size,
1548.training-nav-bottom a.button-secondary.double-size {
1549 width:291px;
1550}
1551
1552.training-nav-top,
1553.training-nav-bottom {
1554 float:right;
1555 margin:0 0 0 20px;
1556}
1557
1558.training-nav-bottom {
1559 padding:0 0 20px;
1560}
1561
1562#tb-wrapper,
1563#qv-wrapper {
1564 float:right;
1565 clear:right;
1566 margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1567 padding:0 0 20px;
1568}
1569
1570#tb,
1571#qv {
1572 font-size:13px;
1573 line-height:18px;
1574 width:238px;
1575 border:1px solid #ccc;
1576 float:right;
1577}
1578
1579#tb {
1580 width:278px;
1581}
1582
1583#tb h2,
1584#qv h2 {
1585 margin:10px 15px;
1586 padding:0;
1587 text-transform:uppercase;
1588 border-bottom:1px solid gainsboro;
1589}
1590
1591#tb *,
1592#qv * {
1593 font-size:inherit;
1594}
1595
1596#tb .download-box {
1597 padding:0 0 0 15px;
1598}
1599
1600#tb .download-box .filename {
1601 font-size:11px;
1602 margin:4px 4px 10px;
1603 color:#666;
1604}
1605
1606
1607/* Dev guide quicknav */
1608
1609.sidebox-wrapper {
1610 float:right;
1611 clear:right;
1612 margin:0 0 0 20px;
1613 padding:0 0 20px;
1614}
1615
1616.sidebox {
1617 width:226px;
1618 font-size:13px;
1619 line-height:18px;
1620 border-left:4px solid #99CC00;
1621 float:right;
1622 padding:0 0 0 10px;
1623}
1624
1625.sidebox h2,
1626.sidebox h3,
1627.sidebox h4,
1628.sidebox h5 {
1629 font-weight:bold;
1630 margin:0 0 10px;
1631}
1632
1633.sidebox * {
1634 font-size:inherit;
1635}
1636
1637#tb ol,
1638#tb ul,
1639#qv ul {
1640 margin:0 15px 10px 35px;
1641}
1642
1643#qv ol {
1644 list-style:none;
1645 margin:0 15px 15px;
1646 font-size:inherit;
1647 line-height:inherit;
1648}
1649
1650#tb ol ol,
1651#tb ul ul,
1652#qv ol ol,
1653#qv ul ul,
1654.sidebox ol ol,
1655.sidebox ul ul {
1656 margin-bottom:0;
1657}
1658
1659#qv ol ol {
1660 margin:3px 0 3px 15px;
1661}
1662
1663.sidebox p,
1664#qv p,
1665#tb p {
1666 margin: 0 0 10px;
1667}
1668
1669
1670/* --------------------------------------------------------------------------
1671Form
1672*/
1673.article form {
1674 margin: 0 0 20px;
1675}
1676.article form .form-required {
1677 color: #dd4b39;
1678}
1679.article form fieldset {
1680 margin: 0 0 20px;
1681 padding: 0;
1682}
1683.article form legend {
1684 display: block;
1685 line-height: 1.5;
1686 margin: 0;
1687 padding: 0;
1688}
1689/*
1690.article form ol, .article form ul {
1691 margin: 0 0 0 1em;
1692 padding: 0 0 0 1em;
1693}
1694[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1695 margin: 0 1em 0 0;
1696 padding: 0 1em 0 0;
1697}
1698.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1699ul ul {
1700 list-style: none;
1701 margin: 0;
1702 padding: 0;
1703}
1704.article form li {
1705 margin: 0 0 20px;
1706}
1707.article form li li {
1708 margin: 0 0 5px;
1709}
1710*/
1711.article form label {
1712 display: block;
1713 margin: 0 0 5px;
1714 padding: 0;
1715}
1716.article form input[type='text'], .article form select, .article form textarea, .article form
1717.checkbox-group, .article form .radio-group {
1718 margin-bottom: 15px;
1719}
1720.checkbox-group input {
1721 width: 13px;
1722 height: 13px;
1723 background: #fff;
1724 border: solid 1px #c6c6c6;
1725 float: left;
1726}
1727.article form .checkbox-group, .article form .radio-group {
1728 display: block
1729}
1730.article form select {
1731 border: solid 1px #ebebeb;
1732 border-top-color: #ddd;
1733 -webkit-appearance: none;
1734 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
1735 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001736 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001737 line-height: normal;
1738 padding: 5px;
1739 width: 130px;
1740}
1741
1742.article form .browse .browse-msg {
1743 font-size: 11.5px;
1744}
1745.article form .browse .button-secondary {
1746 height: auto;
1747 line-height: 25px;
1748 font-size: 11px;
1749 padding: 0 8px;
1750 margin: 0 10px 15px 0;
1751}
1752.article form input[type='text'], .article form textarea {
1753 border: 1px solid #ebebeb;
1754 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07001755 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001756 line-height: normal;
1757 padding: 6px 10px;
1758 width: 300px;
1759}
1760.article form textarea {
1761 height: 150px;
1762}
1763.article form input[type='text']:focus, .article form textarea:focus {
1764 border-color: #33B5E5;
1765 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1766 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1767 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1768 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
1769 outline: 0;
1770}
1771.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
1772 color: #999;
1773}
1774.article form input[type='text'][disabled], .article form textarea[disabled] {
1775 background-color: #ebebeb;
1776}
1777form .form-error input[type='text'], form .form-error textarea {
1778 border-color: #dd4b39;
1779 margin-right: 20px;
1780}
1781.aside {
1782 -moz-border-radius: 2px;
1783 -webkit-border-radius: 2px;
1784 border-radius: 2px;
1785 margin: 10px 0;
1786 padding: 20px;
1787 color: #666;
1788 position: relative;
1789 background: #f9f9f9;
1790}
1791/*
1792.aside, .notification, .promo {
1793 -moz-border-radius: 2px;
1794 -webkit-border-radius: 2px;
1795 border-radius: 2px;
1796 margin: 10px 0;
1797 padding: 10px;
1798 position: relative;
1799}
1800.aside>:first-child, .notification>:first-child, .promo>:first-child {
1801 margin-top: 0;
1802}
1803.aside>:last-child, .notification>:last-child, .promo>:last-child {
1804 margin-bottom: 0;
1805}
1806.aside {
1807 background: #f9f9f9;
1808}
1809.notification {
1810 background: #fffbe4;
1811 border-color: #f8f6e6;
1812}
1813.promo {
1814 background: #f6f9ff;
1815 border-color: #eff2f9;
1816}
1817*/
1818/* --------------------------------------------------------------------------
1819Code Style
1820*/
1821pre {
1822 margin: 1em 0;
1823 padding: 1em;
1824 overflow: auto;
1825 border: solid 1px #ddd;
1826 background: #f7f7f7;
1827}
1828.str { color: #080; }
1829.kwd { color: #008; }
1830.com { color: #800; }
1831.typ { color: #606; }
1832.lit { color: #066; }
1833.pun { color: #660; }
1834.pln { color: #000; }
1835.tag { color: #008; }
1836.atn { color: #828; }
1837.atv { color: #080; }
1838.dec { color: #606; }
1839
1840/* --------------------------------------------------------------------------
1841Three-Pane
1842*/
1843/* Package Nav & Classes Nav */
1844.three-pane {
1845 position: relative;
1846 border-top: solid 1px #ebebeb;
1847}
1848#packages-nav .js-pane,
1849#classes-nav .js-pane {
1850 overflow:visible;
1851}
1852#packages-nav {
1853 height:270px;
1854 max-height: inherit;
1855 overflow: hidden;
1856 position: relative;
1857}
1858#classes-nav {
1859 overflow: hidden;
1860 position: relative;
1861}
1862#packages-nav ul, #classes-nav ul {
1863 list-style-type: none;
1864 margin: 10px 0 20px 0;
1865 padding: 0;
1866}
1867#classes-nav li {
1868 font-weight: bold;
1869 margin: 5px 0;
1870}
1871#packages-nav li,
1872#classes-nav li li {
1873 margin: 0;
1874}
1875#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
1876#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
1877 padding: 0 0 0 4px;
1878}
1879#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
1880#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
1881#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Main9ada2262012-06-23 14:59:36 -07001882 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001883 font-weight: normal;
1884}
1885#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
1886#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
1887 display: block;
1888}
1889#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
1890a:visited,
1891#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
1892a:visited,
1893#nav-tree li div.selected {
1894 font-weight: 500;
1895 color: #0099cc;
1896 background-color:#fff; }
1897 #packages-nav li.selected ul li a,
1898 #classes-nav li.selected ul li a {
1899 /* don't highlight child items */
1900 color: #555555; }
1901#nav-tree li div.selected a {
1902 font-weight: 500;
1903 color: #0099cc;
1904}
1905#nav-swap {
1906 height:30px;
1907 border-top:1px solid #ccc;
1908}
1909#nav-swap a {
1910 display:inline-block;
1911 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07001912 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001913 font-size: 12px;
1914 padding: 5px 0 5px 5px;
1915}
1916
1917#nav-swap .fullscreen {
1918 float: right;
1919 width: 24px;
1920 height: 24px;
1921 text-indent: -1000em;
1922 padding:0;
1923 margin:3px 5px 0;
1924 background: url(../images/fullscreen.png) no-repeat -24px 0;
1925}
1926#nav-swap .fullscreen.disabled {
1927 background-position: 0 0;
1928}
1929#nav-swap .fullscreen:hover,
1930#nav-swap .fullscreen:focus {
1931 cursor:pointer;
1932}
1933
1934
1935/* nav tree */
1936#side-nav, #devdoc-nav, #swapper,
1937#nav-tree, #tree-list {
1938 overflow:hidden;
1939 margin-left:0;
1940}
1941
1942#nav-tree ul {
1943 list-style:none;
1944 padding:0;
1945 margin:10px 0;
1946}
1947
1948#nav-tree ul li div {
1949 padding:0 0 0 4px;
1950}
1951
1952#side-nav #nav-tree ul li a,
1953#side-nav #nav-tree ul li span.no-children {
1954 padding: 0;
1955 margin: 0;
1956}
1957
1958#nav-tree .plus {
1959 margin: 0 3px 0 0;
1960}
1961
1962#nav-tree ul ul {
1963 list-style: none;
1964 margin: 0;
1965 padding: 0 0 0 0;
1966}
1967
1968#nav-tree ul li {
1969 margin: 0;
1970 padding: 0 0 0 0;
1971 white-space: nowrap;
1972}
1973
1974#nav-tree .children_ul {
1975 padding:0;
1976 margin:0;
1977}
1978#nav-tree .children_ul li div {
1979 padding:0 0 0 10px;
1980}
1981#nav-tree .children_ul .children_ul li div {
1982 padding:0 0 0 20px;
1983}
1984
1985#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07001986 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001987 text-decoration: none;
1988}
1989
1990#nav-tree span.label {
1991 width: 100%;
1992}
1993
1994#nav-tree {
1995 overflow-x: auto;
1996 overflow-y: scroll;
1997 outline:0;
1998}
1999
2000
2001/* Content */
2002#doc-col {
2003 margin-right:0;
2004}
2005#doc-content-container {
2006 margin-left: 291px
2007}
2008#doc-header, #doc-content {
2009 padding: 1em 2em;
2010}
2011#doc-header {
2012 background: #f7f7f7;
2013}
2014#doc-header h1 {
2015 line-height: 0;
2016 margin-bottom: 15px;
2017}
2018#api-info-block {
2019 float: right;
2020 font-weight: bold;
2021}
2022#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Main9ada2262012-06-23 14:59:36 -07002023 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002024}
2025#api-info-block a:hover, #api-info-block a:focus {
2026 color: #33B5E5;
2027}
2028#api-nav-header {
2029 height:19px; /* plus 16px padding = 35; same as #nav li */
2030 font-size:14px;
2031 padding: 8px 0;
2032 margin: 0;
2033 border-bottom: 1px solid #CCC;
2034 background:#e9e9e9;
2035 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2036
2037}
2038#api-nav-title {
2039 padding:0 5px;
2040 white-space:nowrap;
2041}
2042
2043#api-level-toggle {
2044 float:right;
2045 padding:0 5px;
2046}
2047
2048#api-level-toggle label {
2049 margin:0;
2050 vertical-align:top;
2051 line-height: 19px;
2052 font-size:13px;
2053 height: 19px;
2054}
2055
2056#api-level-toggle .select-wrapper {
2057 width: 35px;
2058 display: inline-block;
2059 overflow: hidden;
2060}
2061#api-level-toggle select {
2062 border: 0;
2063 appearance:none;
2064 -moz-appearance:none;
2065 -webkit-appearance: none;
2066 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002067 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002068 height: 19px;
2069 line-height: 19px;
2070 padding: 0;
2071 margin:1px 0 0 0;
2072 width:150%;
2073 font-size:13px;
2074 vertical-align:top;
2075 outline:0;
2076}
2077
2078
2079/* Toggle for revision notes and stuff */
2080div.toggle-content.closed .toggle-content-toggleme {
2081 display:none;
2082}
2083
2084#jd-content img.toggle-content-img {
2085 margin:0 5px 5px 0;
2086}
Scott Main220c3442012-07-16 15:40:17 -07002087div.toggle-content p {
2088 margin:10px 0 0;
2089}
2090div.toggle-content-toggleme {
2091 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002092}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002093
2094
2095/* API LEVEL FILTERED MEMBERS */
2096
2097.absent,
2098.absent a:link,
2099.absent a:visited,
2100.absent a:hover,
2101.absent * {
2102 color:#bbb !important;
2103 cursor:default !important;
2104 text-decoration:none !important;
2105}
2106#devdoc-nav li.absent.selected,
2107#devdoc-nav li.absent.selected *,
2108#devdoc-nav div.label.absent.selected,
2109#devdoc-nav div.label.absent.selected * {
2110 background-color:#eaeaea !important;
2111}
2112.absent h4.jd-details-title,
2113.absent h4.jd-details-title * {
2114 background-color:#f6f6f6 !important;
2115}
2116.absent img {
2117 opacity: .3;
2118 filter: alpha(opacity=30);
2119 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2120}
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130/* JQUERY RESIZABLE STYLES */
2131.ui-resizable { position: relative; }
2132.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2133.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2134/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2135body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2136.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2137border-bottom: solid 1px #ededed;
2138 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2139/*
2140.ui-resizable-e {
2141cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
21421px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2143*/
2144
2145/* --------------------------------------------------------------------------
2146Lightbox
2147*/
2148.lightbox {
2149 width: 769px;
2150 padding: 1.5em;
2151 margin: 0 auto;
2152 border: solid 1px #dcdcdc;
2153 background: #fff;
2154 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2155 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2156 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
2157}
2158.lightbox .header {
2159 float: left;
2160 width: 720px;
2161 margin: -10px 20px 10px 0;
2162}
2163.lightbox .close {
2164 float: right;
2165 width: 10px;
2166 height: 10px;
2167 margin: -10px -10px 10px 0;
2168 text-indent: -1000em;
2169 background: url(../images/close.png) no-repeat 0 0;
2170}
2171.lightbox .close:hover, .lightbox .close:focus {
2172 background-position: -10px 0;
2173}
2174
2175/* --------------------------------------------------------------------------
2176Misc
2177*/
2178
2179
2180.clearfix:before, .clearfix:after {
2181 content: "";
2182 display: table
2183}
2184.clearfix:after {
2185 clear: both
2186}
2187.clearfix {
2188 *zoom: 1
2189}
2190table.blank th, table.blank td {
2191 border: 0;
2192 background: none
2193}
2194.caption {
2195 margin: 0.5em 0 2em 0;
2196 color: #000;
2197 font-size: 11.5px;
2198}
2199
2200.nolist {
2201 list-style:none;
2202 padding:0;
2203 margin:0 0 1em 1em;
2204}
2205
2206.nolist li {
2207 padding:0 0 2px;
2208 margin:0;
2209}
2210
2211pre.classic {
2212 background-color:transparent;
2213 border:none;
2214 padding:0;
2215}
2216
2217p.img-caption {
2218 margin: -10px 0 20px;
2219 font-size:13px;
2220 color:#666;
2221}
2222
2223div.figure {
2224 float:right;
2225 clear:right;
2226 margin:10px 0 0 0;
2227 padding:0 0 0 20px;
2228 /* width must be defined w/ an inline style matching the image width */
2229}
2230
2231p.table-caption {
2232 margin: 0 0 4px 0; /* matches default table left-margin */
2233 font-size:13px;
2234 color:#666;
2235}
2236
Scott Main54d2a9b2012-07-24 14:54:32 -07002237div.note,
2238div.caution,
2239div.warning {
2240 margin: 0 0 15px;
2241}
2242
Scott Maine4d8f1b2012-06-21 18:03:05 -07002243p.note, div.note,
2244p.caution, div.caution,
2245p.warning, div.warning {
2246 padding: 0 0 0 10px;
2247 border-left: 4px solid;
2248}
2249
2250p.note {
2251 border-color: #258AAF;
2252}
2253
2254p.caution {
2255 border-color: #FF8800;
2256}
2257
2258p.warning {
2259 border-color: #ff4443;
2260}
2261
Scott Main412eaf22012-06-22 14:36:33 -07002262div.note.design {
2263 border-left: 4px solid #33B5E5;
2264}
2265
2266div.note.develop {
2267 border-left: 4px solid #F80;
2268}
2269
2270div.note.distribute {
2271 border-left: 4px solid #9C0;
2272}
2273
2274.note p, .caution p, .warning p {
2275 margin:0 0 5px;
2276}
2277
2278.note p:last-child, .caution p:last-child, .warning p:last-child {
2279 margin-bottom:0;
2280}
2281
Scott Maine4d8f1b2012-06-21 18:03:05 -07002282blockquote {
2283 display:block;
2284 float:right;
2285 width:280px;
2286 font-size:20px;
2287 font-style:italic;
2288 line-height:24px;
2289 color:#33B5E5;
2290 margin:0 0 20px 30px;
2291}
2292
Scott Maine4d8f1b2012-06-21 18:03:05 -07002293div.design-announce p {
2294 margin:0 0 10px;
2295}
2296
2297#devdoc-nav a.totop {
2298 display:block;
2299 top:0;
2300 width:inherit;
2301 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2302 text-indent:-9999em;
2303}
2304#devdoc-nav a.totop {
2305 position:fixed;
2306 display:none;
2307}
2308#devdoc-nav a.totop:hover {
2309 background-color:#33B5E5;
2310}
2311
2312.content-footer a.totop {
2313 text-transform:uppercase;
2314 line-height:30px;
2315}
2316
2317/* -----------------------------------------------
2318Dialog box for popup messages
2319*/
2320
2321div.dialog {
2322 height:0;
2323 margin:0 auto;
2324}
2325
2326div.dialog>div {
2327 z-index:99;
2328 position:fixed;
2329 margin:70px 0;
2330 width: 391px;
2331 height: 200px;
2332 background: #F7F7F7;
2333-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2334-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2335box-shadow: 0 0 15px rgba(0,0,0,0.5);
2336}
2337/* IE6 can't position fixed */
2338* html div.dialog div { position:absolute; }
2339
2340
2341div#deprecatedSticker {
2342 display:none;
2343 z-index:99;
2344 position:fixed;
2345 right:15px;
2346 top:114px;
2347 margin:0;
2348 padding:1em;
2349 background:#FFF;
2350 border:1px solid #dddd00;
2351 box-shadow:-5px 5px 10px #ccc;
2352 -moz-box-shadow:-5px 5px 10px #ccc;
2353 -webkit-box-shadow:-5px 5px 10px #ccc;
2354}
2355
2356div#naMessage {
2357 display:none;
2358 width:555px;
2359 height:0;
2360 margin:0 auto;
2361}
2362
2363div#naMessage div {
2364 z-index:99;
2365 width:450px;
2366 position:fixed;
2367 margin:50px 0;
2368 padding:4em 4em 3em;
2369 background:#FFF;
2370 border:1px solid #999;
2371 box-shadow:-10px 10px 40px #888;
2372 -moz-box-shadow:-10px 10px 40px #888;
2373 -webkit-box-shadow:-10px 10px 40px #888;
2374}
2375/* IE6 can't position fixed */
2376* html div#naMessage div { position:absolute; }
2377
2378div#naMessage strong {
2379 font-size:1.1em;
2380}
2381
2382
2383/* --------------------------------------------------------------------------
2384Slideshow Controls & Next/Prev
2385*/
2386.slideshow-next, .slideshow-prev {
2387 width: 20px;
2388 height: 36px;
2389 text-indent: -1000em;
2390}
2391.slideshow-container {
2392 margin: 2em 0;
2393}
2394.slideshow-container:before, .slideshow-container:after {
2395 content: "";
2396 display: table;
2397 clear: both;
2398}
2399a.slideshow-next, a.slideshow-next:visited {
2400
2401 float: right;
2402
2403 background: url(../images/arrow-right.png) no-repeat 0 0
2404
2405}
2406
2407a.slideshow-prev, a.slideshow-prev:visited {
2408
2409 float: left;
2410
2411 background: url(../images/arrow-left.png) no-repeat 0 0
2412
2413}
2414
2415.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
2416
2417 background-position: 0 -36px
2418
2419}
2420
2421.slideshow-next:active, .slideshow-prev:active {
2422
2423 background-position: 0 -72px
2424
2425}
2426.slideshow-nav {
2427 width: 74px;
2428 margin: 0 auto;
2429}
2430.slideshow-nav a, .slideshow-nav a:visited {
2431 display: inline-block;
2432 width: 12px;
2433 height: 12px;
2434 margin: 0 2px 20px 2px;
2435 background: #ccc;
2436 -webkit-border-radius: 50%;
2437 -moz-border-radius: 50%;
2438 border-radius: 50%;
2439}
2440.slideshow-nav a:hover, .slideshow-nav a:focus {
2441
2442 background: #33B5E5
2443}
2444
2445.slideshow-nav a:active {
2446
2447 background: #1e799a;
2448 background: #ebebeb;
2449 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2450 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2451 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
2452}
2453.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
2454 background: #33B5E5
2455}
2456/* --------------------------------------------------------------------------
2457Tabs
2458*/
2459ul.tabs {
2460 padding: 0;
2461 margin: 2em 0 0 0;
2462}
2463ul.tabs:before, ul.tabs:after {
2464 content: "";
2465 display: table;
2466 clear: both;
2467}
2468ul.tabs li {
2469 list-style-type: none;
2470 float: left;
2471}
2472ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
2473 display: block;
2474 height: 36px;
2475 line-height: 36px;
2476 padding: 0 15px;
2477 margin-right: 2px;
Scott Main9ada2262012-06-23 14:59:36 -07002478 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002479 -moz-border-radius-topleft: 2px;
2480 -moz-border-radius-topright: 2px;
2481 -moz-border-radius-bottomright: px;
2482 -moz-border-radius-bottomleft: px;
2483 -webkit-border-radius: 2px 2px px px;
2484 border-radius: 2px 2px px px;
2485 border-top: solid 1px #ebebeb;
2486 border-left: solid 1px #ebebeb;
2487 border-right: solid 1px #ebebeb;
2488 background-color: #fff;
2489 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
2490 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
2491 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
2492 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
2493 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
2494 background-image: linear-gradient(top, #ffffff, #fafafa);
2495 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
2496EndColorStr='#fafafa');
2497}
2498ul.tabs li a:hover {
2499 color: #33B5E5;
2500}
2501ul.tabs li a.selected {
2502 height: 37px;
2503 color: #33B5E5;
2504 background-color: #f7f7f7;
2505 background-image: none;
2506 border-color: #ddd;
2507}
2508.tab-content {
2509 padding: 1.2em;
2510 margin: -1px 0 2em 0;
2511 -webkit-border-radius: 2px;
2512 -moz-border-radius: 2px;
2513 border-radius: 2px;
2514 border: solid 1px #ddd;
2515 background: #f7f7f7;
2516}
2517/* --------------------------------------------------------------------------
2518Feature Boxes
2519*/
2520.feature-box {
2521 width: 291px;
2522 height: 200px;
2523 position: relative;
2524 background: #F7F7F7;
2525}
2526.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
2527 z-index: 100;
2528 position: absolute;
2529 background-color: #aaa;
2530}
2531.box-border .top, .box-border .bottom {
2532 width: 291px;
2533 height: 1px;
2534}
2535.dialog .box-border .top,
2536.dialog .box-border .bottom { width:391px; }
2537
2538.box-border .left, .box-border .right {
2539 width: 1px;
2540 height: 8px;
2541}
2542.box-border .top { top: 0; left: 0 }
2543.box-border .top .left { top: 1px; left: 0 }
2544.box-border .top .right { top: 1px; right: 0 }
2545.box-border .bottom .left { top: -8px; left: 0 }
2546.box-border .bottom { top: 200px; left: 0 }
2547.box-border .bottom .right { top: -8px; right: 0 }
2548
2549.feature-box h4,
2550.dialog h4 {
2551 margin: 15px 18px 10px;
2552 padding:0;
2553}
2554
2555.feature-box p,
2556.dialog p {
2557 margin: 10px 18px;
2558 padding:0;
2559}
2560.feature-box .link,
2561.dialog .link {
2562 border-top: 1px solid #dedede;
2563 bottom: 0;
2564 position: absolute;
2565 width: inherit;
2566}
2567.feature-box a, .feature-box h4,
2568.dialog a, .dialog h4 {
2569 -webkit-transition: color .4s ease;
2570 -moz-transition: color .4s ease;
2571 -o-transition: color .4s ease;
2572 transition: color .4s ease;
2573}
2574.feature-box:hover {
2575 cursor: pointer;
2576}
2577.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
2578.left, .feature-box:hover .right {
2579 background-color: #33B5E5;
2580}
2581.feature-box:hover h4, .feature-box:hover a {
2582 color: #33B5E5;
2583}
2584/* --------------------------------------------------------------------------
2585Page-Specific Styles
2586*/
2587.colors {
2588 position: relative;
2589 float: left;
2590 width: 92px;
2591 margin: 40px 0 20px;
2592}
2593.colors div {
2594 color: #fff;
2595 font-size: 11.5px;
2596 width: 82px;
2597 height: 82px;
2598 margin-top:-30px;
2599 line-height: 82px;
2600 text-align: center;
2601 border: solid 5px #fff;
2602 -webkit-border-radius: 50%;
2603 -moz-border-radius: 50%;
2604 border-radius: 50%;
2605}
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620/* ########### REFERENCE DOCS ################## */
2621
2622#packages-nav h2,
2623#classes-nav h2 {
2624 font-size:18px;
2625 margin:0;
2626 padding:0 0 0 4px;
2627}
2628
2629#jd-header {
2630 padding: 0 0 5px;
2631 margin: 20px 0 10px;
2632 font-size:13px;
2633 border-bottom:solid 1px #ccc;
2634}
2635
2636#jd-header h1 {
2637 margin:0;
2638 padding:0;
2639}
2640
2641/* page-top-right container for reference pages (holds
2642links to summary tables) */
2643#api-info-block {
2644 font-size:13px;
2645 margin:20px 0 0;
2646 padding:0 10px 6px;
2647 font-weight:normal;
2648 float:right;
2649 text-align:right;
2650 color:#999;
2651 max-width:70%;
2652}
2653
2654#api-info-block div.api-level {
2655 font-weight:bold;
2656 font-size:inherit;
2657 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07002658 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002659 padding:0;
2660 margin:0;
2661}
2662
2663/* inheritance table */
2664.jd-inheritance-table {
2665 border-spacing:0;
2666 margin:0;
2667 padding:0;
2668 font-size:13px;
2669 background-color:transparent;
2670}
2671.jd-inheritance-table tr td {
2672 border: none;
2673 margin: 0;
2674 padding: 0;
2675 background-color:transparent;
2676}
2677.jd-inheritance-table .jd-inheritance-space {
2678 font-weight:bold;
2679 width:1em;
2680}
2681.jd-inheritance-table .jd-inheritance-interface-cell {
2682 padding-left: 17px;
2683}
2684
2685
2686
2687.jd-sumtable a {
2688 text-decoration:none;
2689}
2690
2691.jd-sumtable a:hover {
2692 text-decoration:underline;
2693}
2694
2695/* the link inside a sumtable for "Show All/Hide All" */
2696.toggle-all {
2697 display:block;
2698 float:right;
2699 font-weight:normal;
2700 font-size:0.9em;
2701}
2702
2703/* adjustments for in/direct subclasses tables */
2704.jd-sumtable.jd-sumtable-subclasses {
2705 margin: 1em 0 0 0;
2706 max-width:968px;
2707 background-color:transparent;
2708 font-size:13px;
2709}
2710
2711/* extra space between end of method name and open-paren */
2712.sympad {
2713 margin-right: 2px;
2714}
2715
2716/* right alignment for the return type in sumtable */
2717.jd-sumtable .jd-typecol {
2718 text-align:right;
2719}
2720
2721/* adjustments for the expando table-in-table */
2722.jd-sumtable-expando {
2723 margin:.5em 0;
2724 padding:0;
2725}
2726
2727/* a div that holds a short description */
2728.jd-descrdiv {
2729 padding:3px 1em 0 1em;
2730 margin:0;
2731 border:0;
2732}
2733
2734#jd-content img.jd-expando-trigger-img {
2735 padding:0 4px 4px 0;
2736 margin:0;
2737}
2738
2739.jd-sumtable-subclasses div#subclasses-direct,
2740.jd-sumtable-subclasses div#subclasses-indirect {
2741 margin:0 0 0 13px;
2742}
2743
2744
2745
2746/********* MEMBER REF *************/
2747
2748
2749.jd-details {
2750/* border:1px solid #669999;
2751 padding:4px; */
2752 margin:0 0 1em;
2753}
2754
2755/* API reference: a container for the
2756.tagdata blocks that make up the detailed
2757description */
2758.jd-details-descr {
2759 padding:0;
2760 margin:.5em .25em;
2761}
2762
2763/* API reference: a block containing
2764a detailed description, a params table,
2765seealso list, etc */
2766.jd-tagdata {
2767 margin:.5em 1em;
2768}
2769
2770.jd-tagdata p {
2771 margin:0 0 1em 1em;
2772}
2773
2774/* API reference: adjustments to
2775the detailed description block */
2776.jd-tagdescr {
2777 margin:.25em 0 .75em 0;
2778}
2779
2780.jd-tagdescr ol,
2781.jd-tagdescr ul {
2782 margin:0 2.5em;
2783 padding:0;
2784}
2785
2786.jd-tagdescr table,
2787.jd-tagdescr img {
2788 margin:.25em 1em;
2789}
2790
2791.jd-tagdescr li {
2792margin:0 0 .25em 0;
2793padding:0;
2794}
2795
2796/* API reference: heading marking
2797the details section for constants,
2798attrs, methods, etc. */
2799h4.jd-details-title {
2800 font-size:1.15em;
2801 background-color: #E2E2E2;
2802 margin:1.5em 0 .6em;
2803 padding:3px 95px 3px 3px; /* room for api-level */
2804}
2805
2806h4.jd-tagtitle {
2807 margin:0;
2808}
2809
2810h4 .normal {
2811 font-weight:normal;
2812}
2813
2814/* API reference: heading for "Parameters", "See Also", etc.,
2815in details sections */
2816h5.jd-tagtitle {
2817 margin:0 0 .25em 0;
2818 font-size:1em;
2819}
2820
2821.jd-tagtable {
2822 margin:0;
2823 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07002824 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002825}
2826
2827.jd-tagtable td,
2828.jd-tagtable th {
2829 border:none;
2830 background-color:#fff;
2831 vertical-align:top;
2832 font-weight:normal;
2833 padding:2px 10px;
2834}
2835
2836.jd-tagtable th {
2837 font-style:italic;
2838}
2839
2840/* Inline api level indicator for methods */
2841div.api-level {
2842 font-size:.8em;
2843 font-weight:normal;
2844 color:#999;
2845 float:right;
2846 padding:0 8px 0;
2847 margin-top:-30px;
2848}
2849
2850table.jd-tagtable td,
2851table.jd-tagtable th {
2852 background-color:transparent;
2853}
2854
2855table.jd-tagtable th {
2856 color:inherit;
2857}
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881/* SEARCH FILTER */
2882
2883#search_autocomplete {
2884 font-weight:normal;
2885}
2886
2887#search_filtered_wrapper {
2888 width: 193px;
2889 float: right;
2890}
2891#search_filtered_div {
2892 position:absolute;
2893 z-index:9999;
2894 min-width:171px; /* +padding and border makes this match input width */
2895 padding:5px;
2896 border: solid 1px #C5C5C5;
2897 background: white;
2898 top: 35px;
2899 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
2900 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
2901 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
2902}
2903
2904ul#search_filtered {
2905 min-width:100%;
2906 margin:0;
2907 list-style: none;
2908 margin: 0;
2909 padding: 0;
2910}
2911
2912
2913#search_filtered li{
2914 line-height:1.5em;
2915 margin: 0 0 2px;
2916 padding: 0;
2917}
2918
2919#search_filtered li a {
2920 padding:0 5px;
Scott Main9ada2262012-06-23 14:59:36 -07002921 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002922}
2923
2924#search_filtered .jd-selected {
2925 background-color: #33B5E5;
2926 cursor:pointer;
2927}
2928#search_filtered .jd-selected,
2929#search_filtered .jd-selected a {
2930 color:#f7f7f7 !important;
2931}
2932
2933.no-display {
2934 display: none;
2935}
2936
2937.jd-autocomplete {
2938 padding-left: 6px;
2939 padding-right: 6px;
2940 padding-top: 1px;
2941 padding-bottom: 1px;
2942 font-size: 0.81em;
2943 border: none;
2944 margin: 0;
2945 line-height: 1.05em;
2946}
2947
2948.show-item {
2949 display: table-row;
2950}
2951.hide-item {
2952 display: hidden;
2953}
2954
2955
2956
2957
2958
2959/* SEARCH RESULTS */
2960
Scott Maine4d8f1b2012-06-21 18:03:05 -07002961
2962#leftSearchControl .gsc-twiddle {
2963 background-image : none;
2964}
2965
2966#leftSearchControl td, #searchForm td {
2967 border: 0px solid #000;
2968 padding:0;
2969}
2970
2971#leftSearchControl .gsc-resultsHeader .gsc-title {
2972 padding-left : 0px;
2973 font-weight : bold;
2974 font-size : 13px;
2975 color:#006699;
2976 display : none;
2977}
2978
2979#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
2980 display : none;
2981}
2982
2983#leftSearchControl .gsc-resultsRoot {
2984 padding-top : 6px;
2985}
2986
2987#leftSearchControl div.gs-visibleUrl-long {
2988 display : block;
2989 color:#006699;
2990}
2991
2992#leftSearchControl .gsc-webResult {
2993 padding:0 0 20px 0;
2994}
2995
2996.gsc-webResult div.gs-visibleUrl-short,
2997table.gsc-branding,
2998.gsc-clear-button {
2999 display : none;
3000}
3001
3002.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3003.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3004#leftSearchControl a,
3005#leftSearchControl a b {
3006 color:#006699;
3007}
3008
3009.gsc-resultsHeader {
3010 display: none;
3011}
3012
3013/* Disable built in search forms */
3014.gsc-control form.gsc-search-box {
3015 display : none;
3016}
3017table.gsc-search-box {
3018 margin:6px 0 0 0;
3019 border-collapse:collapse;
3020}
3021
3022td.gsc-input {
3023 padding:0 2px;
3024 width:100%;
3025 vertical-align:middle;
3026}
3027
3028input.gsc-input {
3029 border:1px solid #BCCDF0;
3030 width:99%;
3031 padding-left:2px;
3032 font-size:.95em;
3033}
3034
3035td.gsc-search-button {
3036 text-align: right;
3037 padding:0;
3038 vertical-align:top;
3039}
3040
3041
3042#searchResults {
3043 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3044(it doesn't) */
3045 height:auto;
3046}
3047
3048#searchResults .gsc-control {
3049 position:relative;
3050 width:auto;
3051 padding:0 0 10px;
3052}
3053
3054#searchResults .gsc-tabsArea {
3055 position:relative;
3056 white-space:nowrap;
3057 float:left;
3058 width:200px;
3059}
3060
3061#searchResults .gsc-above-wrapper-area {
3062 display:none;
3063}
3064
3065#searchResults .gsc-resultsbox-visible {
3066 float:left;
3067 width:720px;
3068 margin-left:20px;
3069}
3070
3071#searchResults .gsc-tabHeader {
3072 padding: 3px 6px;
3073 position:relative;
3074 width:auto;
3075 display:block;
3076}
3077
3078#searchResults h2#searchTitle {
3079 padding:0;
3080 margin:5px 0;
3081 border:none;
3082}
3083
3084#searchResults h2#searchTitle em {
3085 font-style:normal;
3086 color:#33B5E5;
3087}
3088
3089#searchResults .gsc-table-result {
3090 margin:5px 0 10px 0;
3091 background-color:transparent;
3092}
3093#searchResults .gs-web-image-box, .gs-promotion-image-box {
3094 width:120px;
3095}
3096#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3097 max-width:120px;
3098}
3099
3100#searchResults .gsc-table-result .gsc-thumbnail {
3101 padding:0 20px 0 0;
3102}
3103
3104#searchResults td {
3105 background-color:transparent;
3106}
3107
3108#searchResults .gsc-expansionArea {
3109 position:relative;
3110}
3111#searchResults .gsc-tabsArea .gsc-cursor-box {
3112 width:200px;
3113 padding:20px 0 0 1px;
3114}
3115#searchResults .gsc-cursor-page {
3116 display:inline-block;
3117 float:left;
3118 margin:-1px 0 0 -1px;
3119 padding:0;
3120 height:27px;
3121 width:27px;
3122 text-align:center;
3123 line-height:2;
3124}
3125
3126#searchResults .gsc-tabHeader.gsc-tabhInactive,
3127#searchResults .gsc-cursor-page {
3128 text-decoration:none;
3129 color:#258AAF;
3130 border: solid 1px #DADADA;
3131}
3132
3133#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3134#searchResults .gsc-cursor-page:hover {
3135 border-color: #DBDBDB;
3136 background-color: #F3F3F3;
3137 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3138 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3139 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3140 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3141 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3142 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3143 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3144EndColorStr='#ececec');
3145 color: #33B5E5;
3146}
3147
3148#searchResults .gsc-tabHeader.gsc-tabhActive,
3149#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3150#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3151#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3152 color:#fff;
3153 background-color: #09C;
3154 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3155 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3156 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3157 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3158 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3159 background-image: linear-gradient(top, #2FADDB, #09C);
3160 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3161 border: 1px solid #3990AB;
3162 z-index:100;
3163}
3164
3165}
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179/*********** PREVIOUSLY dac-styles.css ***************/
3180
3181
3182
3183
3184
3185::-webkit-selection,
3186::-moz-selection,
3187::selection {
3188 background-color: #0099cc;
3189 color: #fff; }
3190
3191#header {
3192 border-bottom:0;
3193}
3194
3195#header .wrap {
3196 max-width:940px;
3197 height:41px;
3198 border-bottom:1px solid;
3199 border-color: #ccc;
3200 position:relative;
3201}
3202
3203.about #header .wrap {
3204 border-color: #9933CC;
3205}
3206
3207.design #header .wrap {
3208 border-color: #33b5e5;
3209}
3210
3211.develop #header .wrap {
3212 border-color: #F80;
3213}
3214
3215.distribute #header .wrap {
3216 border-color: #9C0;
3217}
3218
3219.logo a {
3220 width:123px;
3221 float:left;
3222}
3223
3224#header .logo {
3225 margin-top: -6px;
3226 margin-left: 0px;
3227 margin-bottom:0px;
3228 width: 160px;
3229 padding-right:10px;
3230}
3231
3232.search {
3233 height:25px;
3234 margin-top: -3px;
3235 margin-bottom: 0px;
3236}
3237
3238
3239
3240/* Quicknav */
3241.btn-quicknav {
3242 width:20px;
3243 height:28px;
3244 float:left;
3245 margin-left:6px;
3246 padding-right:10px;
3247 position:relative;
3248 cursor:pointer;
3249 border-right:1px solid #CCC;
3250}
3251
3252.btn-quicknav a {
3253 zoom:1;
3254 position:absolute;
3255 top:13px;
3256 left:5px;
3257 display:block;
3258 text-indent:-9999em;
3259 width:10px;
3260 height:5px;
3261 background:url(../images/quicknav_arrow.png) no-repeat;
3262}
3263
3264.btn-quicknav a.arrow-active {
3265 background-position: 0 -5px;
3266 display:none;
3267}
3268
3269#header-wrap.quicknav a.arrow-inactive {
3270 display:none;
3271}
3272
3273.btn-quicknav.active a.arrow-active {
3274 display:block;
3275}
3276
3277.nav-x li {
3278 display:block;
3279 float:left;
3280 margin-right:45px;
3281 -webkit-transition: all 0.25s linear;
3282 -moz-transition: all 0.25s linear;
3283 -ms-transition: all 0.25s linear;
3284 -o-transition: all 0.25s linear;
3285 transition: all 0.25s linear;
3286}
3287
3288#header-wrap.quicknav .nav-x li {
3289 min-width:160px;
3290 margin-right:20px;
3291}
3292
3293#header-wrap.quicknav li.last {
3294 margin-right:0px;
3295}
3296
3297#quicknav {
3298 float:none;
3299 clear:both;
3300 margin-left:180px;
3301 margin-top:-30px;
3302 display:none;
3303 overflow:hidden;
3304}
3305
3306#header-wrap.quicknav #quicknav {
3307
3308}
3309
3310#quicknav ul {
3311 margin:10px 0;
3312 padding:0;
3313}
3314
3315#quicknav ul li.design {
3316 border-top:1px solid #33b5e5;
3317}
3318
3319#quicknav ul li.develop {
3320 border-top:1px solid #FF8800;
3321}
3322
3323#quicknav ul li.distribute {
3324 border-top:1px solid #99cc00;
3325}
3326
3327#quicknav ul li {
3328 display:block;
3329 float:left;
3330 margin:0 20px 0 0;
3331 min-width:140px;
3332}
3333
3334#quicknav ul li.last {
3335 margin-right:0px;
3336}
3337
3338#quicknav ul li ul li {
3339 float:none;
3340}
3341
3342#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07003343 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003344}
3345
3346#quicknav ul li li ul,
3347#quicknav ul li li ul li {
3348 margin:0;
3349}
3350
3351#quicknav ul li li ul li:before {
3352 content:"\21B3";
3353}
3354
3355#header-wrap {
3356 -webkit-transition: all 0.25s ease-out;
3357 -moz-transition: all 0.25s ease-out;
3358 -ms-transition: all 0.25s ease-out;
3359 -o-transition: all 0.25s ease-out;
3360 transition: all 0.25s ease-out;
3361
3362}
3363
3364#header-wrap.quicknav {
3365 height:170px;
3366
3367}
3368
3369/* SEARCH AND MORE */
3370.search {
3371 position: absolute;
3372 width: 50px;
3373 height:28px;
3374 display: block;
3375 margin-top:-3px;
3376 margin-bottom:7px;
3377 overflow:hidden;
3378 z-index:100;
3379 right:54px;
3380 -webkit-transition: width 0.4s ease;
3381 -moz-transition: width 0.4s ease;
3382 -o-transition: width 0.4s ease;
3383 transition: width 0.4s ease;
3384}
3385
3386.search #search-btn {
3387 width:50px;
3388 height:28px;
3389 background:url(../images/icon_search.png) no-repeat;
3390 float:left;
3391}
3392
3393.search-inner {
3394 width:245px;
3395}
3396
3397.search:hover, .search.active {
3398 width:245px;
3399}
3400
3401.search .bottom, .search .left, .search .right {
3402 position: absolute;
3403 background-color: #a2a2a2
3404}
3405
3406.search .bottom {
3407 width: 214px;
3408 height: 1px;
3409 top: 24px;
3410 left: 0
3411}
3412
3413.search .left, .search .right {
3414 height: 5px;
3415 width: 1px
3416}
3417
3418.search .left {
3419 top: 22px;
3420 left: 56px;
3421 background-color:#CCC;
3422}
3423
3424.search .right {
3425 top: 22px;
3426 left: 238px;
3427 background-color:#CCC;
3428}
3429
3430.search form {
3431 margin-top: 2px;
3432 width: 162px;
3433 float:left;
3434}
3435
3436.search form input {
3437 color: #2f2f2f;
3438 font-size: 0.95em;
3439 width: 178px;
3440 border: none;
3441 margin-left: 6px;
3442 z-index: 1500;
3443 position: relative;
3444 background-color: transparent;
3445 border-bottom:1px solid #CCC;
3446 padding:0 0 0 4px;
3447 outline:none;
3448 height:24px;
3449}
3450
3451.search:hover form input {
3452 border-bottom:1px solid #33B5E5;
3453}
3454
3455.search:hover .bottom, .search:hover .left, .search:hover .right {
3456 background-color: #33b5e5;
3457}
3458
3459.search:hover #search-btn {
3460 background-position: 0 -28px
3461}
3462
3463.search form input:focus {
Scott Main9ada2262012-06-23 14:59:36 -07003464 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003465 font-weight: bold
3466}
3467
3468.moremenu {
3469 float: right;
3470 position: relative;
3471 width: 50px;
3472 height:28px;
3473 display: block;
3474 margin-top:-3px;
3475 margin-bottom:7px;
3476 overflow:hidden;
3477 -webkit-transition: width 0.25s ease;
3478 -moz-transition: width 0.25s ease;
3479 -o-transition: width 0.25s ease;
3480 transition: width 0.25s ease;
3481}
3482
3483.moremenu #more-btn {
3484 width:40px;
3485 height:28px;
3486 background:url(../images/icon_more.png) no-repeat;
3487 border-left:1px solid #CCC;
3488 float:left;
3489 cursor:pointer;
3490}
3491
3492.moremenu:hover #more-btn {
3493 background-position:0 -28px;
3494}
3495
3496.morehover {
3497 position:absolute;
3498 right:6px;
3499 top:-9px;
3500 width:40px;
3501 height:35px;
3502 z-index:99;
3503 overflow:hidden;
3504
3505 -webkit-opacity:0;
3506 -moz-opacity:0;
3507 -o-opacity:0;
3508 opacity:0;
3509
3510 -webkit-transform-origin:100% 0%;
3511 -moz-transform-origin:100% 0%;
3512 -o-transform-origin:100% 0%;
3513 transform-origin:100% 0%;
3514
3515 -webkit-transition-property: -webkit-opacity;
3516 -webkit-transition-duration: .25s;
3517 -webkit-transition-timing-function:ease;
3518
3519 -moz-transition-property: -webkit-opacity;
3520 -moz-transition-duration: .25s;
3521 -moz-transition-timing-function:ease;
3522
3523 -o-transition-property: -webkit-opacity;
3524 -o-transition-duration: .25s;
3525 -o-transition-timing-function:ease;
3526
3527 -transition-property: -webkit-opacity;
3528 -transition-duration: .25s;
3529 -transition-timing-function:ease;
3530}
3531
3532.morehover:hover {
3533 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07003534 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003535 width:268px;
3536 -webkit-transition-property:height, -webkit-opacity;
3537}
3538
3539.morehover .top {
3540 width:268px;
3541 height:39px;
3542 background:url(../images/more_top.png) no-repeat;
3543}
3544
3545.morehover .mid {
3546 width:228px;
3547 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07003548 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003549}
3550
3551.morehover .mid .header {
3552 border-bottom:1px solid #ccc;
3553 font-weight:bold;
3554}
3555
3556.morehover .bottom {
3557 width:268px;
3558 height:6px;
3559 background:url(../images/more_bottom.png) no-repeat;
3560}
3561
3562.morehover ul {
3563 margin:10px 10px 20px 0;
3564}
3565
3566.morehover ul li {
3567 list-style:none;
3568}
3569
3570.morehover ul li.active a,
3571.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07003572 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003573}
3574
3575.morehover ul li.active img {
3576 margin-right:4px;
3577}
3578
3579
3580
3581
3582/* MARQUEE */
3583.slideshow-container {
3584 width:100%;
3585 overflow:hidden;
3586 position:relative;
3587}
3588.slideshow-container .slideshow-prev {
3589 position:absolute;
3590 top:50%;
3591 left:0px;
3592 margin-top:-36px;
3593 z-index:99;
3594}
3595.slideshow-container .slideshow-next {
3596 position:absolute;
3597 top:50%;
3598 margin-top:-36px;
3599 z-index:99;
3600 right:0px;
3601}
3602
3603.slideshow-container .pagination {
3604 position:absolute;
3605 bottom:20px;
3606 width:100%;
3607 text-align:center;
3608 z-index:99;
3609}
3610.slideshow-container .pagination ul {
3611 margin:0;
3612}
3613.slideshow-container .pagination ul li{
3614 display: inline-block;
3615 width:12px;
3616 height:12px;
3617 text-indent:-8000px;
3618 list-style:none;
3619 margin: 0 2px;
3620 border-radius:6px;
3621 background-color:#ccc;
3622 cursor:pointer;
3623 -webkit-transition:color .5s ease-in;
3624 -moz-transition:color .5s ease-in;
3625 -o-transition:color .5s ease-in;
3626 transition:color .5s ease-in;
3627}
3628.slideshow-container .pagination ul li:hover {
3629 background-color:#999;
3630}
3631.slideshow-container .pagination ul li.active {
3632 background-color:#33b5e5;
3633}
3634.slideshow-container .pagination ul li.active:hover {
3635 background-color:#33b5e5;
3636}
3637.slideshow-container ul li {
3638 display:inline;
3639 list-style:none;
3640}
3641
3642
3643
3644
3645a.download-sdk {
3646 float:right;
3647 margin:-10px 0;
3648 height:30px;
3649 padding-top:4px;
3650 padding-bottom:0px;
3651}
3652
3653#nav-x {
3654 padding-top: 14px;
3655}
3656
Scott Main1d62fa82012-07-17 13:15:12 -07003657#nav-x .wrap {
3658 min-height:34px;
3659}
3660
Scott Maine4d8f1b2012-06-21 18:03:05 -07003661#nav-x .wrap,
3662#searchResults.wrap {
3663 max-width:940px;
3664 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003665}
3666
Scott Maina214d842012-07-16 17:14:40 -07003667#searchResults.wrap #leftSearchControl {
3668 min-height:700px
3669}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003670.nav-x {
3671 margin-left:0;
3672 margin-bottom:0;
3673}
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684/*
3685 * CSS Styles that are needed by jScrollPane for it to operate correctly.
3686 */
3687
3688.jspContainer {
3689 overflow: hidden;
3690 position: relative;
3691}
3692
3693.jspPane {
3694 position: absolute;
3695 overflow: hidden;
3696 width:auto !important; /* to avoid cut-off api names in reference in horiz scroll */
3697}
3698
3699.jspVerticalBar {
3700 position: absolute;
3701 top: 0;
3702 right: 0;
3703 width: 4px;
3704 height: 100%;
3705 background: #f5f5f5;
3706}
3707
3708.jspHorizontalBar {
3709 position: absolute;
3710 bottom: 0;
3711 left: 0;
3712 width: 100%;
3713 height: 4px;
3714 background: #f5f5f5;
3715}
3716
3717.jspVerticalBar *,
3718.jspHorizontalBar * {
3719 margin: 0;
3720 padding: 0;
3721}
3722.jspCap {
3723 display: block;
3724}
3725
3726.jspVerticalBar .jspCap {
3727 height: 4px;
3728}
3729
3730.jspHorizontalBar .jspCap {
3731 width: 0;
3732 height: 100%;
3733}
3734
3735.jspHorizontalBar .jspCap {
3736 float: left;
3737}
3738
3739.jspTrack {
3740 position: relative;
3741}
3742
3743.jspDrag {
3744 background: #bbb;
3745 position: relative;
3746 top: 0;
3747 left: 0;
3748 cursor: pointer;
3749}
3750
3751.jspDrag:hover,
3752.jspDrag:active {
3753 border-color: #09c;
3754 background-color: #4cadcb;
3755 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
3756 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
3757 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
3758 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
3759 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
3760 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
3761 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
3762}
3763
3764.jspHorizontalBar .jspTrack,
3765.jspHorizontalBar .jspDrag {
3766 float: left;
3767 height: 100%;
3768}
3769
3770.jspArrow {
3771 background: #999;
3772 text-indent: -20000px;
3773 display: block;
3774 cursor: pointer;
3775}
3776
3777.jspArrow.jspDisabled {
3778 cursor: default;
3779 background: #ccc;
3780}
3781
3782.jspVerticalBar .jspArrow {
3783 height: 16px;
3784}
3785
3786.jspHorizontalBar .jspArrow {
3787 width: 16px;
3788 float: left;
3789 height: 100%;
3790}
3791
3792.jspVerticalBar .jspArrow:focus {
3793 outline: none;
3794}
3795
3796.jspCorner {
3797 float: left;
3798 height: 100%;
3799}
3800
3801/* Yuk! CSS Hack for IE6 3 pixel bug :( */
3802* html .jspCorner {
3803 margin: 0 -3px 0 0;
3804}
3805/******* end of jscrollpane *********/
3806
3807
3808
3809
3810
3811/************ DEVELOP HOMEPAGE ******************/
3812
3813/* Slideshow */
3814.slideshow-develop {
3815 height: 300px;
3816 width: 940px;
3817 position: relative;
3818 overflow:hidden;
3819}
3820.slideshow-develop .frame {
3821 width: 940px;
3822 height: 300px;
3823}
3824.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07003825 max-width:350px;
3826 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003827 margin:20px 0 0 90px;
3828 -webkit-transform: perspective(800px ) rotateY( 35deg );
3829 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
3830 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
3831 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
3832}
3833.slideshow-develop img.play.no-shadow {
3834 box-shadow: none;
3835 -moz-box-shadow: none;
3836 -webkit-box-shadow: none;
3837}
3838.slideshow-develop img.play.no-transform {
3839 -webkit-transform: none;
3840}
3841.slideshow-develop a.slideshow-next {
3842 background: url(../images/arrow-right-develop.png);
3843}
3844.slideshow-develop a.slideshow-prev {
3845 background: url(../images/arrow-left-develop.png);
3846}
3847.slideshow-develop .content-right {
3848 float: left;
3849}
3850.slideshow-develop .content-right p.title-intro {
3851 position:absolute;
3852 margin:0;
3853}
3854.slideshow-develop .content-right h2 {
3855 padding:0;
3856 margin-bottom:10px;
3857 border:none;
3858}
3859.slideshow-develop .item {
3860 height: 300px;
3861 width: 940px;
3862}
3863.slideshow-develop .pagination ul li.active {
3864 background-color: #F80;
3865}
3866.slideshow-develop .pagination ul li.active:hover {
3867 background-color: #F80;
3868}
3869
3870/* Feeds */
3871.feed ul {
3872 margin: 0;
3873}
3874.feed .feed-nav {
3875 height: 25px;
3876 border-bottom: 1px solid #CCC;
3877}
3878.feed .feed-nav li {
3879 list-style: none;
3880 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07003881 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07003882 margin-right: 25px;
3883 cursor: pointer;
3884}
3885.feed .feed-nav li.active {
3886 color: #000;
3887 border-bottom: 4px solid #F80;
3888}
3889.feed .feed-container {
3890 overflow: hidden;
3891 width: 460px;
3892}
3893.feed .feed-container .feed-frame {
3894 width: 1000px;
3895}
3896.feed .feed-container .feed-frame ul {
3897 float: left;
3898 width:460px;
3899}
3900.feed .feed-container .feed-frame ul ul {
3901 float: none;
3902 margin:10px 0 0 30px;
3903}
3904.feed .feed-container .feed-frame li {
3905 list-style: none;
3906 margin: 20px 0 20px 0;
3907 width: 460px;
3908 height:93px;
3909}
3910.feed .feed-container .feed-frame li.playlist {
3911 height:auto;
3912}
3913.feed .feed-container .feed-frame li.playlist a {
3914 height:93px;
3915 display:block;
3916}
3917.feed .feed-container .feed-frame li.more {
3918 height:20px;
3919 margin:10px 0 5px 5px;
3920}
3921.feed .feed-container .feed-frame li.more a {
3922 height:inherit;
3923}
3924.feed .feed-container .feed-frame li.playlist-video {
3925 list-style: none;
3926 margin: 0;
3927 width: 460px;
3928 height:55px;
3929 font-size:12px;
3930}
3931.feed .feed-container .feed-frame li.playlist-video a {
3932 height:45px;
3933 padding:5px;
3934}
3935.feed .feed-container .feed-frame li.playlist-video h5 {
3936 font-size:12px;
3937 line-height:13px;
3938 margin:0;
3939}
3940.feed .feed-container .feed-frame li.playlist-video p {
3941 margin:5px 0 0;
3942 line-height:15px;
3943}
3944.feed-container .feed-frame div.feed-image {
3945 float: left;
3946 border: 1px solid #999;
3947 margin:0 20px 0 0;
3948 width:122px;
3949 height:92px;
3950 background:url('../images/blog-default.png') no-repeat 0 0;
3951 background-size:180px;
3952}
3953#jd-content .feed .feed-container .feed-frame li img {
3954 float: left;
3955 border: 1px solid #999;
3956 margin:0 20px 0 0;
3957 width:122px;
3958 height:92px;
3959}
3960#jd-content .feed .feed-container .feed-frame li.playlist-video img {
3961 width:inherit;
3962 height:inherit;
3963}
3964
3965.feed .feed-container .feed-frame li a,
3966.feed .feed-container .feed-frame li a:active {
3967 color:#555 !important;
3968}
3969
3970.feed .feed-container .feed-frame li a:hover,
3971.feed .feed-container .feed-frame li a:hover * {
3972 color:#7AA1B0 !important;
3973}
3974
3975/* Video player */
3976#player-wrapper {
3977 display:none;
3978 margin: -1px auto 0;
3979 position: relative;
3980 width: 940px;
3981 height: 0px;
3982}
3983#player-frame {
3984 background: #EFEFEF;
3985 border: 1px solid #CCC;
3986 padding: 0px 207px;
3987 z-index: 10; /* stay above marque, but below search suggestions */
3988 width: 525px;
3989 height: 330px;
3990 position: relative;
3991}
3992
3993
3994
3995/************ DISTRIBUTE HOMEPAGE ***************/
3996
3997.marquee {
3998 width: 760px;
3999}
4000.marquee .main-img {
4001 float: left;
4002 margin-top: 20px;
4003 width: 490px;
4004}
4005.marquee .copy {
4006 width: 270px;
4007 float: left;
4008 margin-top: 30px;
4009}
4010.distribute-features {
4011 margin: 0;
4012}
4013.distribute-features ul {
4014 margin: 0;
4015}
4016.distribute-features ul li {
4017 list-style: none;
4018 float: left;
4019 border-top: 1px solid #9C0;
4020 width: 220px;
4021 margin-right: 50px;
4022}
4023.distribute-features ul li.last {
4024 margin-right: 0px;
4025}
4026
4027
4028/************ DEVELOP TOPIC CONTAINERS ************/
4029
4030.landing-banner,
4031.landing-docs {
4032 margin:20px 0 0;
4033}
4034.landing-banner {
4035 height:280px;
4036}
4037.landing-banner .col-6:first-child,
4038.landing-docs .col-6:first-child {
4039 margin-left:0;
4040}
4041.landing-banner .col-6:last-child,
4042.landing-docs .col-6:last-child {
4043 margin-right:0;
4044}
4045
4046.landing-banner h1 {
4047 margin-top:0;
4048}
4049.landing-docs h3 {
4050 font-size:14px;
4051 line-height:21px;
4052 color:#555;
4053 text-transform:uppercase;
4054 border-bottom:1px solid #CCC;
4055 margin:0 0 20px;
4056}
4057.landing-docs a {
4058 color:#333 !important;
4059}
4060.landing-docs a:hover,
4061.landing-docs a:hover * {
4062 color:#7AA1B0 !important
4063}
4064
4065.plusone {
4066 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004067}