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