blob: f008e50c41a8b5c9f4f183ee4bc893dda693bc91 [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 */
Scott Maine4d8f1b2012-06-21 18:03:05 -07006::selection {
7 background-color: #0099cc;
8 color: #fff; }
Scott Mainb7f96372013-02-07 16:56:43 -08009::-webkit-selection {
10 background-color: #0099cc;
11 color: #fff; }
12::-moz-selection {
13 background-color: #0099cc;
14 color: #fff; }
Scott Maine4d8f1b2012-06-21 18:03:05 -070015
16html, body {
17 height: 100%;
18 margin: 0;
19 padding: 0;
20 background-color:#F9F9F9;
21 -webkit-font-smoothing: antialiased;
22 /* prevent subpixel antialiasing, which thickens the text */
23 /* text-rendering: optimizeLegibility; */
24 /* turned off ligatures due to bug 5945455 */ }
25
26body {
Scott Main9ada2262012-06-23 14:59:36 -070027 color: #222;
Scott Main6a7a66b2012-06-23 11:20:48 -070028 font: 14px/19px Roboto, sans-serif;
Scott Maine4d8f1b2012-06-21 18:03:05 -070029 font-weight: 400;
30 letter-spacing:.1;
31 padding:0 10px; }
32
33#page-container {
34 width: 940px;
35 margin: 0 40px; }
36
37#page-header {
38 height: 80px;
39 margin-bottom: 20px;
40 font-size: 48px;
41 line-height: 48px;
42 font-weight: 100;
43 padding-left: 10px; }
44 #page-header a {
45 display: block;
46 position: relative;
47 top: 20px;
48 text-decoration: none;
49 color: #555555 !important; }
50
51#main-row {
52 display: inline-block; }
53 #main-row:after {
54 content: ".";
55 display: block;
56 height: 0;
57 clear: both;
58 visibility: hidden; }
59 * html #main-row {
60 height: 1px; }
61
62#page-footer {
63 margin-left: 190px;
64 margin-top: 80px;
65 color: #999999;
66 padding-bottom: 40px;
67 font-size: 12px;
68 line-height: 15px; }
69 #page-footer a {
70 color: #777777; }
71 #page-footer #copyright {
72 margin-bottom: 10px; }
73
74#nav-container {
75 width: 160px;
76 min-height: 10px;
77 margin-right: 20px;
78 float: left; }
79
80#nav {
81 margin:0;
82 padding:0 0 30px;
83}
84
85#side-nav {
86 min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
87 margin-bottom:1px;
88}
89#devdoc-nav {
90 outline:none;
91 width:auto;
92 margin: 20px 0 0; }
Scott Main98a2a712013-07-17 13:15:04 -070093
Scott Maine4d8f1b2012-06-21 18:03:05 -070094#devdoc-nav h2 {
95 border:0;
96}
97
98#devdoc-nav.fixed {
99 position: fixed;
100 margin:0;
101 top: 20px; }
Scott Main98a2a712013-07-17 13:15:04 -0700102
Scott Main6b2dc272012-09-11 14:27:34 -0700103#devdoc-nav span.small {
104 font-size:12px;
105 font-weight:normal;
106}
Scott Maine4d8f1b2012-06-21 18:03:05 -0700107
108#content {
109 width: 760px;
110 float: left; }
111
112a:hover,
113acronym:hover {
114 color: #7aa1b0 !important; }
115
116a:focus,
117a:active {
118 color: #33b5e5 !important; }
Scott Main98a2a712013-07-17 13:15:04 -0700119
Scott Maind4cb7832012-11-28 11:10:09 -0800120a.external-link {
121 background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
122 padding-right:16px;
123}
Scott Maine4d8f1b2012-06-21 18:03:05 -0700124
125img {
126 border: none; }
127#jd-content img {
128 margin-bottom:15px;
129}
130
131ul {
132 margin: 0;
133 padding: 0; }
134
135strong {
136 font-weight: 500; }
137
138em {
139 font-style: italic; }
140
Scott Maindb3678b2012-10-23 14:13:41 -0700141acronym,
142.tooltip-link {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700143 border-bottom: 1px dotted #555555;
144 cursor: help; }
145
Scott Maindb3678b2012-10-23 14:13:41 -0700146acronym:hover,
147.tooltip-link:hover {
148 color: #7aa1b0;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700149 border-bottom-color: #7aa1b0; }
150
151img.with-shadow,
152video.with-shadow {
153 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
154
155/* disclosures mixin */
156/* content layout */
157.layout-content-row {
158 display: inline-block;
159 margin-bottom: 10px; }
160 .layout-content-row:after {
161 content: ".";
162 display: block;
163 height: 0;
164 clear: both;
165 visibility: hidden; }
166 * html .layout-content-row {
167 height: 1px; }
168
169.layout-content-col {
170 float: left;
171 margin-left: 20px; }
172 .layout-content-col:first-child {
173 margin-left: 0; }
174 .layout-content-col h3,
175 .layout-content-col h4 {
176 margin-top:0; }
177
178.layout-content-col.span-1 {
179 width: 40px; }
180
181.layout-content-col.span-2 {
182 width: 100px; }
183
184.layout-content-col.span-3 {
185 width: 160px; }
186
187.layout-content-col.span-4 {
188 width: 220px; }
189
190.layout-content-col.span-5 {
191 width: 280px; }
192
193.layout-content-col.span-6 {
194 width: 340px; }
195
196.layout-content-col.span-7 {
197 width: 400px; }
198
199.layout-content-col.span-8 {
200 width: 460px; }
201
202.layout-content-col.span-9 {
203 width: 520px; }
204
205.layout-content-col.span-10 {
206 width: 580px; }
207
208.layout-content-col.span-11 {
209 width: 640px; }
210
211.layout-content-col.span-12 {
212 width: 700px; }
213
214.layout-content-col.span-13 {
215 width: 760px; }
216
217.vspace.size-1 {
218 height: 10px; }
219
220.vspace.size-2 {
221 height: 20px; }
222
223.vspace.size-3 {
224 height: 30px; }
225
226.vspace.size-4 {
227 height: 40px; }
228
229.vspace.size-5 {
230 height: 50px; }
231
232.vspace.size-6 {
233 height: 60px; }
234
235.vspace.size-7 {
236 height: 70px; }
237
238.vspace.size-8 {
239 height: 80px; }
240
241.vspace.size-9 {
242 height: 90px; }
243
244.vspace.size-10 {
245 height: 100px; }
246
247.vspace.size-11 {
248 height: 110px; }
249
250.vspace.size-12 {
251 height: 120px; }
252
253.vspace.size-13 {
254 height: 130px; }
255
256.vspace.size-14 {
257 height: 140px; }
258
259.vspace.size-15 {
260 height: 150px; }
261
262.vspace.size-16 {
263 height: 160px; }
264
265/* nav */
266#nav {
267 /* section header divs */
268 /* expanded section header divs */
269 /* sublinks */ }
270 #nav li {
271 list-style-type: none;
272 font-size: 14px;
273 margin:0;
274 padding:0;
275 line-height: 15px; }
276 #nav a {
277 color: #555555;
Scott Mainab4daf42012-11-30 11:27:17 -0800278 text-decoration: none;
279 word-wrap:break-word; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700280 #nav .nav-section-header {
281 position: relative;
282 margin-bottom: 1px;
283 padding: 0 30px 0 0; }
284 #nav li.selected a, #nav li.selected > .nav-section-header > a {
285 color: #09C;
286 }
287 #nav li.selected ul li a {
288 /* don't highlight child items */
289 color: #555555; }
290 #nav .nav-section .nav-section .nav-section-header {
291 /* no white line between second level sections */
292 margin-bottom: 0; }
293 /* section header links */
294 #nav > li > div > a {
295 display: block;
296 color: #333333;
297 font-weight: 500;
298 padding: 10px 0 10px 10px; }
299 #nav .nav-section-header:after {
300 content: '';
301 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
302 width: 34px;
303 height: 34px;
304 display: block;
305 position: absolute;
306 top: 0;
307 right: 0; }
Scott Mainad08f072013-08-20 16:49:57 -0700308 #nav .nav-section-header.empty {
309 padding:0; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700310 #nav .nav-section-header.empty:after {
311 display: none; }
312 /* nested nav headers */
313 #nav .nav-section .nav-section {
314 position: relative;
315 padding: 0;
316 margin: 0; }
317 #nav .nav-section li a {
318 /* first gen child (2nd level li) */
319 display:block;
320 font-weight: normal;
321 text-transform: none;
322 padding: 7px 5px 7px 10px;
323 }
324 #nav .nav-section li li a {
325 /* second gen child (3rd level li) */
326 padding: 5px 5px 5px 10px;
327 }
328 #nav li.expanded .nav-section-header {
329 background:#e9e9e9;
330 background: rgba(0, 0, 0, 0.05); }
331 #nav li.expanded li .nav-section-header {
332 background: transparent; }
333 #nav li.expanded li ul {
334 /* 3rd level ul */
Scott Main502c9392012-11-27 15:00:40 -0800335 padding:0 0 0 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700336 }
337 #nav li.expanded > .nav-section-header:after {
338 content: '';
339 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
340 width: 34px;
341 height: 34px; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800342 #nav li.expanded li ul.tree-list-children {
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -0700343 padding: 0;
Scott Mainac71b2b2012-11-30 14:40:58 -0800344 }
345 #nav li.expanded li ul.tree-list-children .tree-list-children {
Scott Main98a2a712013-07-17 13:15:04 -0700346 padding:0 0 0 10px;
Scott Mainac71b2b2012-11-30 14:40:58 -0800347 }
348 #nav li span.tree-list-subtitle {
349 display:inline-block;
350 padding:5px 0 0 10px;
351 color:#555;
352 text-transform:uppercase;
353 font-size:12px;
354 }
355 #nav li span.tree-list-subtitle:before {
356 content: '—';
357 }
358 #nav li span.tree-list-subtitle:after {
359 content: '—';
360 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700361 #nav li ul {
362 display:none;
363 overflow: hidden;
364 margin: 0; }
365 #nav li ul.animate-height-in {
366 -webkit-transition: height 0.25s ease-in;
367 -moz-transition: height 0.25s ease-in;
368 transition: height 0.25s ease-in; }
369 #nav li ul.animate-height-out {
370 -webkit-transition: height 0.25s ease-out;
371 -moz-transition: height 0.25s ease-out;
372 transition: height 0.25s ease-out; }
373 #nav li ul li {
374 padding: 0; }
375 #nav li li li {
376 padding: 0; }
377 #nav li.expanded ul {
378 }
379 #nav li ul > li {
380 padding:0;
381 }
382 #nav li ul > li:last-child {
383 padding-bottom:5px;
384 }
Scott Mainac71b2b2012-11-30 14:40:58 -0800385 #nav li ul.tree-list-children > li:last-child {
386 padding-bottom:0;
387 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700388 #nav li.expanded ul > li {
389 background:#efefef;
390 background: rgba(0, 0, 0, 0.03); }
391 #nav li.expanded ul > li li {
392 background:inherit; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800393 #nav li ul.tree-list-children ul {
394 display:block; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700395
Scott Main70557ee2013-10-30 14:47:40 -0700396#nav.samples-nav li li li {
397 font-size:13px;
398}
399#nav.samples-nav li li li a {
400 padding-top:3px;
401 padding-bottom:3px;
402}
403#nav.samples-nav li li ul > li:last-child {
404 padding-bottom:3px;
405}
406
Scott Maine4d8f1b2012-06-21 18:03:05 -0700407.new,
408.new-child {
409 font-size: .78em;
410 font-weight: bold;
411 color: #ff3d3d;
412 vertical-align:top;
413 white-space:nowrap;
414}
415
416/* content header */
417.content-header {
418 height: 30px;
419 margin:20px 0 25px;
420 padding:0 0 10px;}
421.content-header.just-links {
422 margin-bottom:0;
423 padding-bottom:0;}
Scott Main98a2a712013-07-17 13:15:04 -0700424
Scott Maine4d8f1b2012-06-21 18:03:05 -0700425.content-header h1 {
426 color:#000;
427 margin:0;
428 border-bottom:0;
429 padding:0;
430}
431
432.content-footer {
433 border-top: 1px solid #ccc;
434 margin-top: 10px;
435 padding-top:10px;
436 height: 30px; }
437
438.content-footer .col-9 {
439 margin-left:0;
440}
441.content-footer .col-4 {
442 margin-right:0;
443}
444.content-footer.wrap {
445 width:940px;
446}
447
448.paging-links {
449 position: relative; }
450 .paging-links a {
451 position: absolute; }
452 .paging-links a,
453 .training-nav-top a {
454 font-size: 14px;
455 line-height: 30px;
456 color: #555555;
457 text-decoration: none;
458 text-transform: uppercase; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700459 .paging-links .prev-page-link:before,
460 .training-nav-top .prev-page-link:before {
461 content: '';
462 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
463 width: 10px;
464 height: 10px;
465 display: inline-block;
466 margin-right: 5px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700467 .training-nav-top .next-page-link,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700468 .training-nav-top .start-class-link,
469 .training-nav-top .start-course-link {
470 right: 10px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700471 .paging-links .prev-page-link {
472 left: -15px; }
473 .paging-links .next-page-link {
474 right: 0px; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700475 .next-page-link:after,
476 .start-class-link:after,
477 .start-course-link:after,
Scott Main0b2db162013-05-15 01:15:50 -0700478 .next-class-link:after,
479 .go-link:after {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700480 content: '';
481 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
482 width: 10px;
483 height: 10px;
484 display: inline-block;
485 margin-left: 5px; }
Scott Main25c89dd2013-10-07 14:17:55 -0700486 .prev-page-link.inline:before {
487 content: none; }
488 .next-page-link.inline:after {
489 content: none; }
Scott Main98a2a712013-07-17 13:15:04 -0700490
491
Scott Maine4d8f1b2012-06-21 18:03:05 -0700492 .training-nav-top a {
493 display:block;
494 float:left;
Scott Mainf3d01042012-10-02 20:36:45 -0700495 width:122px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700496 height:28px;
Scott Mainf3d01042012-10-02 20:36:45 -0700497 padding: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700498 line-height:28px;
499 text-align:center;
500 border:1px solid #DADADA;
501 border-bottom:0;
502 }
Scott Main5a1123e2012-09-26 12:51:28 -0700503
Scott Maine4d8f1b2012-06-21 18:03:05 -0700504 .training-nav-top a.next-page-link {
505 border-left:0;
Scott Mainf3d01042012-10-02 20:36:45 -0700506 width:123px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700507 }
Scott Main98a2a712013-07-17 13:15:04 -0700508
Scott Main5a1123e2012-09-26 12:51:28 -0700509 .paging-links a.disabled,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700510 .training-nav-top a.disabled,
511 .content-footer a.disabled {
Scott Main5a1123e2012-09-26 12:51:28 -0700512 color:#bbb;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700513 }
Scott Main98a2a712013-07-17 13:15:04 -0700514
Scott Main5a1123e2012-09-26 12:51:28 -0700515 .paging-links a.disabled:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700516 .training-nav-top a.disabled:hover,
517 .content-footer a.disabled:hover {
518 cursor:default;
Scott Main5a1123e2012-09-26 12:51:28 -0700519 color:#bbb !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700520 }
Scott Main98a2a712013-07-17 13:15:04 -0700521
Scott Maine4d8f1b2012-06-21 18:03:05 -0700522 .training-nav-top a.start-class-link,
523 .training-nav-top a.start-course-link {
Scott Maina4888dc2012-10-02 23:25:21 -0700524 width:262px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700525 }
Scott Main98a2a712013-07-17 13:15:04 -0700526
Scott Main5a1123e2012-09-26 12:51:28 -0700527 /* list of classes on course landing page */
528 ol.class-list {
529 list-style:none;
530 margin-left:0;
531 }
532 ol.class-list>li {
533 margin:0 0 15px;
534 padding:5px 0 0;
535 overflow:hidden;
536 border-top:1px solid #ccc;
537 }
538 ol.class-list li a.title {
539 font-size:16px;
540 margin:0;
541 clear:left;
542 display:block;
543 height:32px;
544 padding:0 4px;
545 }
546 ol.class-list li a.title h2 {
547 color:inherit;
548 margin:0 0 10px;
549 display:block;
550 float:left;
551 width:675px;
552 }
553 ol.class-list li a.title span {
554 display:none;
555 float:left;
556 font-size:18px;
557 font-weight:bold;
558 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
559 width: 10px;
560 height: 32px;
561 }
562 ol.class-list li a.title:hover {
563 background:#ddd;
564 color:#258AAF !important;
565 }
566 ol.class-list li a.title:hover span {
567 display:block;
568 }
Scott Main98a2a712013-07-17 13:15:04 -0700569
Scott Main5a1123e2012-09-26 12:51:28 -0700570 #jd-content
571 ol.class-list li img {
572 float:left;
573 clear:left;
574 width:64px;
575 margin:0 20px 0 0;
576 }
577 ol.class-list li p.description {
578 float:left;
579 display:block;
580 width:250px;
581 margin:0;
582 }
583 ol.class-list li p.description.article {
584 width: 550px;
585 }
586 ol.class-list ol {
587 float:left;
588 width:320px;
589 margin:0 0 0 30px;
590 list-style:none;
591 margin:0 0 0 20px;
592 }
593 ol.class-list div.lessons li {
594 margin:0 0 6px;
595 line-height:16px;
596 }
Scott Main98a2a712013-07-17 13:15:04 -0700597
598
Scott Maine4d8f1b2012-06-21 18:03:05 -0700599 .hide {
600 display:none !important;
601 }
Scott Main98a2a712013-07-17 13:15:04 -0700602
Scott Maine4d8f1b2012-06-21 18:03:05 -0700603 .content-footer.next-class {
604 display:block;
605 border:0;
606 margin-top:0;
607 padding-top:0;
608 }
Scott Main98a2a712013-07-17 13:15:04 -0700609
Scott Maine4d8f1b2012-06-21 18:03:05 -0700610 .content-footer.next-class a.next-class-link {
611 display:block;
612 float:right;
613 text-transform:uppercase;
614 }
Scott Main98a2a712013-07-17 13:15:04 -0700615
616
617
Scott Mainbbffb4b2012-11-13 07:40:16 -0800618 /* inner-doc tabs w/ title */
Scott Main98a2a712013-07-17 13:15:04 -0700619
Scott Mainbbffb4b2012-11-13 07:40:16 -0800620div#title-tabs-wrapper {
621 border-bottom:1px solid #ccc;
622 margin:20px 0 30px;
623}
624h1.with-title-tabs {
625 display:inline-block;
626 margin:0 0 -1px 0;
627 padding:0 60px 0 0;
628 border-bottom:1px solid #F9F9F9;
629}
630ul#title-tabs {
631 list-style:none;
632 padding:0;
633 height:29px;
634 margin:0;
635 font-size:16px;
636 line-height:26px;
637 display:inline-block;
638 vertical-align:bottom;
639}
640ul#title-tabs li {
641 display:block;
642 float:left;
643 margin-right:40px;
644 border-bottom: 3px solid transparent;
645}
646ul#title-tabs li.selected {
647 border-bottom: 3px solid #93C;
648}
649ul#title-tabs li a {
650 color:#333;
651}
652ul#title-tabs li a:hover,
Scott Mainbbffb4b2012-11-13 07:40:16 -0800653ul#title-tabs li a:active {
654 color:#93C !important;
655}
656
657
Scott Maine4d8f1b2012-06-21 18:03:05 -0700658
659/* content body */
660@-webkit-keyframes glowheader {
661 from {
662 background-color: #33b5e5;
663 color: #000;
664 border-bottom-color: #000; }
665
666 to {
667 background-color: transparent;
668 color: #33b5e5;
669 border-bottom-color: #33b5e5; } }
670
671@-moz-keyframes glowheader {
672 from {
673 background-color: #33b5e5;
674 color: #000;
675 border-bottom-color: #000; }
676
677 to {
678 background-color: transparent;
679 color: #33b5e5;
680 border-bottom-color: #33b5e5; } }
681
682@keyframes glowheader {
683 from {
684 background-color: #33b5e5;
685 color: #000;
686 border-bottom-color: #000; }
687
688 to {
689 background-color: transparent;
690 color: #33b5e5;
691 border-bottom-color: #33b5e5; } }
692
693h2:target,
694h3:target {
695 -webkit-animation-name: glowheader;
696 -moz-animation-name: glowheader;
697 animation-name: glowheader;
698 -webkit-animation-duration: 0.7s;
699 -moz-animation-duration: 0.7s;
700 animation-duration: 0.7s;
701 -webkit-animation-timing-function: ease-out;
702 -moz-animation-timing-function: ease-out;
703 animation-timing-function: ease-out; }
704
705.design ol h4 {
706 margin-bottom:0;
707}
708.design ol {
709 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700710 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700711 font-size: 14px;
712 line-height: 20px;
713 list-style-type: none;
714 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700715 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700716 content: counter(item) ". ";
717 counter-increment: item;
718 position: absolute;
719 left: -20px;
720 top: 0; }
721 .design ol li.value-1:before {
722 content: "1. "; }
723 .design ol li.value-2:before {
724 content: "2. "; }
725 .design ol li.value-3:before {
726 content: "3. "; }
727 .design ol li.value-4:before {
728 content: "4. "; }
729 .design ol li.value-5:before {
730 content: "5. "; }
731 .design ol li.value-6:before {
732 content: "6. "; }
733 .design ol li.value-7:before {
734 content: "7. "; }
735 .design ol li.value-8:before {
736 content: "8. "; }
737 .design ol li.value-9:before {
738 content: "9. "; }
739 .design ol li.value-10:before {
740 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700741.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700742 list-style-position: inside;
743 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700744 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700745 display: inline;
746 left: -20px;
747 float: left;
748 width: 17px;
749 color: #33b5e5;
750 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700751.design .with-callouts ul>li {
752 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700753
754/* special list items */
755li.no-bullet {
756 list-style-type: none !important; }
757li.no-bullet *{
758 margin:0; }
759
760.design li.with-icon {
761 position: relative;
762 margin-left: 20px;
763 min-height: 30px; }
764 .design li.with-icon p {
765 margin-left: 0 !important; }
766 .design li.with-icon:before {
767 position: absolute;
768 left: -40px;
769 top: 0;
770 content: '';
771 width: 30px;
772 height: 30px; }
773 .design li.with-icon.tablet:before {
774 background-image: url(../images/styles/ico_phone_tablet.png); }
775 .design li.with-icon.web:before {
776 background-image: url(../images/styles/ico_web.png); }
777 .design li.with-icon.action:before {
778 background-image: url(../images/styles/ico_action.png); }
779 .design li.with-icon.use:before {
780 background-image: url(../images/styles/ico_use.png); }
781
782/* figures and callouts */
783.figure {
784 position: relative; }
785 .figure.pad-below {
786 margin-bottom: 20px; }
787 .figure .figure-callout {
788 position: absolute;
789 color: #fff;
790 font-weight: 500;
791 font-size: 16px;
792 line-height: 23px;
793 text-align: center;
794 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
795 padding-right: 2px;
796 width: 30px;
797 height: 29px;
798 z-index: 1000; }
799 .figure .figure-callout.top {
800 top: -9px; }
801 .figure .figure-callout.right {
802 right: -5px; }
803
804.figure-caption {
805 margin: 0 10px 20px 0;
806 font-size: 14px;
807 line-height: 20px;
808 font-style: italic; }
809
810/* rows of figures */
811.figure-row {
812 font-size: 0;
813 line-height: 0;
814 /* to prevent space between figures */ }
815 .figure-row .figure {
816 display: inline-block;
817 vertical-align: top; }
818 .figure-row .figure + .figure {
819 margin-left: 10px;
820 /* reintroduce space between figures */ }
821
822/* video containers */
823.framed-galaxynexus-land-span-13 {
824 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
825scroll top left;
826 padding: 42px 122px 62px 126px;
827 overflow: hidden; }
828 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
829.framed-galaxynexus-land-span-13 img {
830 width: 512px;
831 height: 286px; }
832
Robert Lyd78354d2012-11-01 17:09:52 -0700833
834.framed-galaxynexus-land-span-8{
835 background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
836scroll top left;
837 padding: 26px 68px 38px 72px;
838 overflow: hidden; }
839 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
840.framed-galaxynexus-land-span-8 img {
841 width: 320px;
842 height: 180px; }
843
Scott Maine4d8f1b2012-06-21 18:03:05 -0700844.framed-galaxynexus-port-span-9 {
845 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
846scroll top left;
847 padding: 95px 122px 107px 124px;
848 overflow: hidden; }
849 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
850.framed-galaxynexus-port-span-9 img {
851 width: 274px;
852 height: 488px; }
853
854.framed-galaxynexus-port-span-5 {
855 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
856scroll top left;
857 padding: 75px 31px 76px 33px;
858 overflow: hidden; }
859 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
860.framed-galaxynexus-port-span-5 img {
861 width: 216px;
862 height: 384px; }
863
Scott Main27403b82013-07-10 16:36:05 -0700864.framed-nexus4-port-216 {
865 background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
866scroll top left;
867 background-size:240px 465px;
868 padding: 52px 12px 52px 12px;
869 overflow: hidden; }
870 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
871 .framed-nexus4-port-216 img {
872 width: 216px;
873 height: 360px; }
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700874
875.framed-nexus5-port-span-5 {
876 background: transparent url(../images/styles/device_nexus5_blank_port_span5.png) no-repeat
877 scroll top left;
878 padding: 52px 33px 69px 31px;
879 overflow: hidden;
880}
Scott Main27403b82013-07-10 16:36:05 -0700881
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700882.framed-nexus5-port-span-5,
883.framed-nexus5-port-span-5 video,
884.framed-nexus5-port-span-5 img {
885 width: 216px;
886 height: 384px;
887}
Scott Main27403b82013-07-10 16:36:05 -0700888
Dirk Doughertyca1858a2013-10-29 16:25:00 -0700889.framed-nexus5-land-span-13 {
890 background: transparent url(../images/styles/device_nexus5_blank_land_span13.png) no-repeat scroll top left;
891 padding: 36px 119px 54px 108px;
892 overflow: hidden;
893}
894
895.framed-nexus5-land-span-13,
896.framed-nexus5-land-span-13 video,
897.framed-nexus5-land-span-13 img {
898 width: 533px;
899 height: 300px;
900}
901
902.framed-nexus5-port-span-5,
903.framed-nexus5-port-span-5 video,
904.framed-nexus5-port-span-5 img {
905 width: 216px;
906 height: 384px;
907}
908
Scott Maine4d8f1b2012-06-21 18:03:05 -0700909/* landing page disclosures */
910.landing-page-link {
911 text-decoration: none;
912 font-weight: 500;
913 color: #333333; }
914 .landing-page-link:after {
915 content: '';
916 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
917 width: 10px;
918 height: 10px;
919 display: inline-block;
920 margin-left: 5px; }
921
922/* tooltips */
923.tooltip-box {
924 position: absolute;
925 background-color: rgba(0, 0, 0, 0.9);
926 border-radius: 2px;
927 font-size: 14px;
928 line-height: 20px;
929 color: #fff;
930 padding: 6px 10px;
931 max-width: 250px;
932 z-index: 10000; }
933 .tooltip-box.below:after {
934 position: absolute;
935 content: '';
936 line-height: 0;
937 display: block;
938 top: -10px;
939 left: 5px;
940 border: 5px solid transparent;
941 border-bottom-color: rgba(0, 0, 0, 0.9); }
942
943/* video note */
944.video-instructions {
945 margin-top: 10px;
946 margin-bottom: 10px; }
947 .video-instructions:before {
948 content: '';
949 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
950 display: inline-block;
951 width: 12px;
952 height: 12px;
953 margin-right: 8px; }
954 .video-instructions:after {
955 content: 'Click device screen to replay movie.'; }
956
957/* download buttons */
958.download-button {
959 display: block;
960 margin-bottom: 5px;
961 text-decoration: none;
962 background-color: #33b5e5;
963 color: #fff !important;
964 font-weight: 500;
965 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
966 padding: 6px 12px;
967 border-radius: 2px; }
968 .download-button:hover, .download-button:focus {
969 background-color: #0099cc;
970 color: #fff !important; }
971 .download-button:active {
972 background-color: #006699; }
973
974/* UI tables and other things found in Writing style and Settings pattern */
975.ui-table {
976 width: 100%;
977 background-color: #282828;
978 color: #fff;
979 border-radius: 2px;
980 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
981 border-collapse: separate; }
982 .ui-table th,
983 .ui-table td {
984 padding: 5px 10px;
Scott Main98a2a712013-07-17 13:15:04 -0700985 background-color: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700986 border:0;}
987 .ui-table thead th {
988 font-weight: bold; }
989 .ui-table tfoot td {
990 border-top: 1px solid #494949;
991 border-right: 1px solid #494949;
992 text-align: center; }
993 .ui-table tfoot td:last-child {
994 border-right: 0; }
995
996.layout-with-list-item-margins {
997 margin-left: 30px !important; }
998
999.emulate-content-left-padding {
1000 margin-left: 10px; }
1001
1002.do-dont-label {
1003 margin-bottom: 10px;
1004 padding-left: 20px;
1005 background: transparent none no-repeat scroll 0px 3px; }
1006 .do-dont-label.bad {
1007 background-image: url(../images/styles/ico_wrong.png); }
1008 .do-dont-label.good {
1009 background-image: url(../images/styles/ico_good.png); }
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07001010
Scott Maine4d8f1b2012-06-21 18:03:05 -07001011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029/***** PREVIOUSLY style.css ******************/
1030
1031
1032
1033
1034
1035@media screen, projection, print {
1036[dir='rtl'] {
1037 direction: rtl;
1038}
1039html {
1040 line-height: 20px;
1041}
1042pre, table, input, textarea, code {
1043 font-size: 1em;
1044}
1045address, abbr, cite {
1046 font-style: normal;
1047}
1048[dir='rtl'] th {
1049 text-align: right;
1050}
1051html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1052html[lang^=zh] blockquote, html[lang^=zh] q {
1053 font-style: normal;
1054}
1055q {
1056 font-style: italic;
1057}
1058fieldset, iframe, img {
1059 border: 0;
1060}
Scott Main98a2a712013-07-17 13:15:04 -07001061img {
Scott Mainb7f96372013-02-07 16:56:43 -08001062 -ms-interpolation-mode: bicubic;
1063 vertical-align: middle;
1064 max-width: 100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001065}
1066q {
1067 quotes: none;
1068}
1069sup, sub {
1070 font-size: 11px;
1071 line-height: 0;
1072}
1073}
1074
1075@media screen, projection {
1076
1077table, fieldset {
1078 margin: 0;
1079}
1080h1 {
1081 color:#333;
1082 font-size: 22px;
1083 margin: 20px 0 20px;
1084 padding:0 0 10px;
1085}
1086h1, h2 {
1087 line-height: 32px;
1088}
1089h1.short {
1090 margin-right:320px;
1091}
1092h1.short {
1093 margin-right:320px;
1094}
1095h1.super {
Scott Main98a2a712013-07-17 13:15:04 -07001096 font-size: 37px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001097}
1098h2 {
1099 color:#333;
1100 font-size: 20px;
1101 margin: 20px 0 20px;
1102 padding:0;
1103}
1104h3 {
1105 color:#333;
1106 font-size: 18px;
1107}
1108h3, h4 {
1109 color:#333;
1110 line-height: 20px;
1111 margin: 10px 0;
1112}
1113h4 {
Scott Mainb7f96372013-02-07 16:56:43 -08001114 font-size: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001115}
1116h5 {
Scott Main98a2a712013-07-17 13:15:04 -07001117 font-size: 14px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001118}
1119h5, h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001120 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001121}
1122h6 {
Scott Main98a2a712013-07-17 13:15:04 -07001123 font-size: 12px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001124}
1125hr { /* applied to the bottom of h2 elements */
Scott Mainb7f96372013-02-07 16:56:43 -08001126 height: 1px;
1127 margin: 5px 0 20px;
1128 border: 0;
1129 background: #ccc;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001130}
1131p, pre, table, form {
1132 margin: 0 0 15px;
1133}
1134small {
Scott Mainb7f96372013-02-07 16:56:43 -08001135 font-size: 11.5px;
1136 color: #000;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001137}
1138ul, ol {
1139 margin: 0 0 15px 18px;
1140 padding: 0;
1141}
1142[dir='rtl'] ul, [dir='rtl'] ol {
1143 margin: 10px 30px 10px 10px;
1144}
1145ul ul, ul ol, ol ul, ol ol {
1146 margin-bottom: 0;
1147 margin-top: 0;
1148}
1149li {
Scott Main52948fc2012-09-18 11:27:59 -07001150 margin:0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001151}
1152dd {
1153 margin:0 0 10px 30px;
1154}
Scott Maina07be8e2013-03-06 12:12:21 -08001155dd p,
1156dd pre,
1157dd ul,
1158dd ol,
1159dd dl {
Scott Main24790db2013-03-19 14:38:59 -07001160 margin-top:10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001161}
Scott Maindb3678b2012-10-23 14:13:41 -07001162li p,
1163li pre,
1164li ul,
Scott Maina07be8e2013-03-06 12:12:21 -08001165li ol,
1166li dl {
Scott Maindb3678b2012-10-23 14:13:41 -07001167 margin-top:5px;
1168 margin-bottom:5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001169}
Scott Main13cd8f12013-11-12 11:50:59 -08001170dl dd dl:first-child {
1171 margin-top:0;
1172}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001173pre strong, pre b, a strong, a b, a code {
1174 color: inherit;
1175}
1176pre, code {
1177 color: #060;
Scott Maina07be8e2013-03-06 12:12:21 -08001178 font: 13px/1.5 monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001179}
1180code {
1181 font-weight:bold;
Scott Maina07be8e2013-03-06 12:12:21 -08001182 font: 13px/14px monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001183}
1184
1185legend {
1186 display: none;
1187}
1188a:link, a:visited {
1189 color: #258aaf;
1190 text-decoration: none;
1191}
1192a:focus, a:hover, a:active {
1193 color: #33B5E5;
1194 text-decoration: none;
1195}
1196strong, b {
1197 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -07001198 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001199}
1200table {
1201 border-collapse: collapse;
1202 border-spacing: 0;
1203 border:0;
1204 margin: .5em 1em 1em 0;
1205 width:100%; /* consistent table widths; within IE's quirks */
1206 background-color:#f7f7f7;
1207}
1208th, td {
1209 padding: 4px 12px;
1210 vertical-align: top;
1211 text-align: left;
1212}
1213td {
1214 background-color:inherit;
1215 border:solid 1px #DDD;
1216}
Scott Maineb410352013-01-14 19:03:40 -08001217td *:last-child {
1218 margin-bottom:0;
1219}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001220th {
1221 background-color: #999;
1222 color: #fff;
1223 border:solid 1px #DDD;
1224 font-weight: normal;
1225}
1226tr:first-of-type th:first-of-type:empty {
1227 visibility: hidden;
1228}
1229/* --------------------------------------------------------------------------
1230Footer
1231*/
1232.line {
1233 clear: both;
1234 background: #acbc00;
1235 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1236 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1237color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1238 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1239 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1240 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1241 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1242 height: 2px;
1243 margin-top: 150px;
1244 position: relative;
1245 z-index: 11;
1246}
1247#footer {
1248 font-size:11px;
1249 clear: both;
1250 color: #999;
1251 padding: 15px 0;
1252 margin-top:10px;
1253 width:auto;
1254}
1255#footer-local ul {
Scott Mainb7f96372013-02-07 16:56:43 -08001256 list-style: none;
1257 margin: 5px 0 30px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001258}
1259#footer-local li {
1260 display: inline;
1261}
1262#footer-local li+li:before {
1263 content: '|';
1264 padding: 0 3px;
Scott Mainb7f96372013-02-07 16:56:43 -08001265 color: #e5e5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001266}
1267#footer-global {
1268 padding: 10px 15px;
Scott Mainb7f96372013-02-07 16:56:43 -08001269 background: #f5f5f5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001270}
1271#footer-global {
1272 border-top: 1px solid #ebebeb;
1273 font-size: 11.5px;
1274 line-height: 1.8;
1275 list-style: none;
1276}
1277#footer-global ul {
1278 margin: 0;
1279}
1280#footer-global li {
1281 display: inline;
1282 font-weight: bold;
1283}
1284#footer-global li+li:before {
1285 content: '¬?';
1286 padding: 0 3px;
1287}
1288* html #footer-global li {
1289 margin: 0 13px 0 0;
1290}
1291* [dir='rtl'] #footer-global li {
1292 margin: 0 0 0 13px;
1293}
1294*+html #footer-global li {
1295 margin: 0 13px 0 0;
1296}
1297*+[dir='rtl'] #footer-global li {
1298 margin: 0 0 0 13px;
1299}
1300#footer-global li a {
1301 font-weight: normal;
1302}
1303.locales {
1304 margin: 10px 0 0 0px;
1305}
1306[dir='rtl'] .locales {
1307 background-position: right center;
1308 float: left;
1309 padding: 0 24px 0 0;
1310}
1311.locales form {
Scott Main98a2a712013-07-17 13:15:04 -07001312 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001313}
1314.locales select, .sites select {
1315 line-height: 3.08;
1316 margin: 0px 0;
1317 border: solid 1px #EBEBEB;
1318 -webkit-appearance: none;
1319 background: white url('../images/arrows-up-down.png') right center no-repeat;
1320 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001321 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001322 line-height: normal;
1323 padding: 5px;
1324 width: 230px;
1325}
1326}
1327
1328/* =============================================================================
1329 Print Only
1330 ========================================================================== */
1331@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001332 /* configure printed page */
1333 @page {
1334 margin: 0.75in 1in;
1335 widows: 4;
1336 orphans: 4;
1337 }
1338
1339 /* reset spacing metrics */
1340 html, body, .wrap {
1341 margin: 0 !important;
1342 padding: 0 !important;
1343 width: auto !important;
1344 }
1345
1346 /* leave enough space on the left for bullets */
1347 body {
1348 padding-left: 20px !important;
1349 }
1350 #doc-col {
1351 margin-left: 0;
1352 }
1353
1354 /* hide a bunch of non-content elements */
1355 #header, #footer, #nav-x, #side-nav,
1356 .training-nav-top, .training-nav-bottom,
1357 #doc-col .content-footer,
1358 .nav-x, .nav-y,
1359 .paging-links,
1360 a.totop {
1361 display: none !important;
1362 }
1363
1364 /* remove extra space above page titles */
1365 #doc-col .content-header {
1366 margin-top: 0;
1367 }
1368
1369 /* bump up spacing above subheadings */
1370 h2 {
1371 margin-top: 40px !important;
1372 }
1373
1374 /* print link URLs where possible and give links default text color */
1375 p a:after {
1376 content: " (" attr(href) ")";
1377 font-size: 80%;
1378 }
1379 p a {
1380 word-wrap: break-word;
1381 }
1382 a {
1383 color: inherit;
1384 }
1385
1386 /* syntax highlighting rules */
1387 .str { color: #060; }
1388 .kwd { color: #006; font-weight: bold; }
1389 .com { color: #600; font-style: italic; }
1390 .typ { color: #404; font-weight: bold; }
1391 .lit { color: #044; }
1392 .pun { color: #440; }
1393 .pln { color: #000; }
1394 .tag { color: #006; font-weight: bold; }
1395 .atn { color: #404; }
1396 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001397}
1398
1399/* =============================================================================
1400 Columns
1401 ========================================================================== */
1402
1403@media screen, projection, print {
1404.full {
Scott Mainb7f96372013-02-07 16:56:43 -08001405 padding: 2.5em 0;
1406 border-top: solid 1px #ddd;
1407 border-bottom: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07001408 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001409}
1410.wrap {
Scott Mainb7f96372013-02-07 16:56:43 -08001411 margin: 0 auto;
1412 width: 940px;
1413 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001414}
1415.cols {
1416 height: 1%;
1417 margin: 0 -1.533742331288343558282%;
1418 width: 103.06748466257669%}
1419*+html .cols {
1420 margin-bottom: 20px;
1421}
1422.cols:after {
1423 clear: both;
1424 content: ' ';
1425 display: block;
1426 height: 0;
1427 visibility: hidden;
1428}
1429.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1430.col-13, .col-14, .col-15, .col-16 {
1431 display: inline;
Scott Mainb7f96372013-02-07 16:56:43 -08001432 float: left;
1433 margin-left: 10px;
1434 margin-right: 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001435}
1436/*
1437* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1438.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1439 margin: 0;
1440 padding: 0 1.4% 20px;
1441}
1442[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1443[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1444[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1445 float: right;
1446}
1447*/
1448.col-1 { width: 40px }
1449.col-2 { width: 100px }
1450.col-3 { width: 160px }
1451.col-4 { width: 220px }
1452.col-5 { width: 280px }
1453.col-6 { width: 340px }
1454.col-7 { width: 400px }
1455.col-8 { width: 460px }
1456.col-9 { width: 520px }
1457.col-10 { width: 580px }
1458.col-11 { width: 640px }
1459.col-12 { width: 700px }
1460.col-13 { width: 760px }
1461.col-14 { width: 820px }
1462.col-15 { width: 880px }
1463.col-16 { width: 940px }
1464}
1465
1466.col-right {
1467 margin-right:0px;
1468}
1469
1470@media screen and (max-width:772px) {
1471.col-5, .col-6, .col-7 {
1472 clear: both;
1473 width: 97.0238096%}
1474}
1475
1476/* =============================================================================
1477 Layout
1478 ========================================================================== */
1479@media screen, projection, print {
1480
1481/* --------------------------------------------------------------------------
1482Header, Login, Nav-X, Search
1483*/
1484#header {
Scott Mainb7f96372013-02-07 16:56:43 -08001485 padding: 2.2em 0 0.2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001486}
1487#header:before, #header:after {
Scott Mainb7f96372013-02-07 16:56:43 -08001488 content: "";
1489 display: table;
1490 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001491}
1492.logo, .nav-x {
1493 float: left;
1494}
1495.nav-x {
1496 margin-top: -2px;
Scott Mainb7f96372013-02-07 16:56:43 -08001497 list-style-type: none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001498}
1499.nav-x a {
1500 color: #333;
1501 font-size: 16px;
1502}
1503.design a.selected {
1504 color: #33b5e5;
1505}
1506.develop a.selected {
1507 color: #F80;
1508}
1509.distribute a.selected {
1510 color: #9C0;
1511}
1512
1513
1514
1515.nav-x li {
1516 display: inline;
1517 margin-right: 45px;
1518}
1519.search {
Scott Mainb7f96372013-02-07 16:56:43 -08001520 float: right;
1521 position: relative;
1522 width: 220px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001523}
1524.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001525 position: absolute;
1526 background-color: #a3a3a3;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001527}
1528.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08001529 width: 220px;
1530 height: 1px;
1531 top: 24px;
1532 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001533}
Scott Main98a2a712013-07-17 13:15:04 -07001534.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001535 height: 5px;
1536 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001537}
Scott Mainb7f96372013-02-07 16:56:43 -08001538.search .left { top: 19px; left: 0 }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001539.search .right { top: 19px; right: 0 }
1540.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08001541 float: left;
1542 margin-top: 2px;
1543 width: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001544}
1545.search .close,
1546#player-frame .close {
1547 position: absolute;
1548 right: 8px;
1549 bottom: 4px;
1550 width: 16px;
1551 height: 16px;
1552 margin: 0;
1553 text-indent: -1000em;
1554 background: url(../images/close.png) no-repeat 0 0;
1555 z-index:9999;
1556}
1557.search .close:hover, .search .close:focus,
1558#player-frame .close:hover, #player-frame .close:focus {
1559 background-position: -16px 0;
1560 cursor:pointer;
1561}
1562#player-frame .close {
1563 top: 6px;
1564}
1565.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08001566 color: #999;
1567 font-size: 1em;
1568 width: inherit;
1569 border: none;
1570 margin: 0;
1571 padding:0 0 0 6px;
1572 z-index: 1500;
1573 background-color: transparent
Scott Maine4d8f1b2012-06-21 18:03:05 -07001574}
1575.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001576 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001577}
1578.search:hover .icon {
Scott Mainb7f96372013-02-07 16:56:43 -08001579 background-position: -8px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001580}
1581.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08001582 color: #222;
1583 font-weight: bold;
1584 outline:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001585}
1586/* Search Dropdown */
1587.search-dropdown {
Scott Mainb7f96372013-02-07 16:56:43 -08001588 padding: 15px;
1589 width: 192px;
1590 border: solid 1px #c5c5c5;
1591 background: #fff;
1592 position: absolute;
1593 top: 35px;
1594 left: 0;
1595 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1596 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1597 box-shadow: 0 0 10px rgba(0,0,0,0.2)
Scott Maine4d8f1b2012-06-21 18:03:05 -07001598}
1599.search-dropdown ul, .search-dropdown ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08001600 list-style-type: none;
1601 margin: 0;
1602 padding: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001603}
1604.search-dropdown ul li {
Scott Main98a2a712013-07-17 13:15:04 -07001605 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001606}
1607.search-dropdown img {
Scott Mainb7f96372013-02-07 16:56:43 -08001608 float: left;
1609 margin: 0 10px 10px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001610}
1611.search-dropdown h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001612 color: #222;
1613 margin: 0;
1614 line-height: normal
Scott Maine4d8f1b2012-06-21 18:03:05 -07001615}
1616.search-dropdown .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001617 color: #999;
1618 font-size: 11.5px;
1619 line-height: normal;
1620 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001621}
1622.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001623 color: #33b5e5
Scott Maine4d8f1b2012-06-21 18:03:05 -07001624}
1625/* --------------------------------------------------------------------------
1626Buttons
1627*/
1628.button, a.button, .button-secondary, a.button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001629 border-image: initial;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001630 -webkit-border-radius: 2px;
1631 -moz-border-radius: 2px;
1632 border-radius: 2px;
1633 cursor: pointer;
1634}
1635.button, a.button {
Scott Mainab4daf42012-11-30 11:27:17 -08001636 display:inline-block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001637 background-color: #09c;
1638 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1639 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1640 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1641 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1642 background-image: -o-linear-gradient(top, #2faddb, #09c);
1643 background-image: linear-gradient(top, #2faddb, #09c);
1644 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1645 border: 1px solid #3990ab;
1646 color: #fff;
1647}
1648.button-secondary, a.button-secondary {
1649 background-color: #f3f3f3;
1650 border: 1px solid #dcdcdc;
1651 color: #444;
1652}
1653a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001654 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001655 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001656 min-width: 54px;
1657 outline: 0;
1658 padding: 8px 15px;
1659 text-align: center;
1660}
1661.button, .button-secondary {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001662 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001663 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001664 min-width: 54px;
1665 outline: 0;
1666 padding: 0 15px;
1667 text-align: center;
1668}
1669.button:hover, a.button:hover {
1670 border-color: #09c;
1671 background-color: #4cadcb;
1672 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1673 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1674 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1675 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1676 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1677 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1678 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1679EndColorStr='#4cadcb',GradientType=0);
1680 color: #fff !important;
1681}
1682.button:active, a.button:active {
1683 background-color: #1e799a;
1684 background-image: none;
1685 border-color: #30b7e6;
1686}
Scott Maindb3678b2012-10-23 14:13:41 -07001687a.button.big.subtitle {
1688 line-height:18px;
1689}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001690.button-secondary:hover, a.button-secondary:hover {
1691 border-color: #dbdbdb;
1692 background-color: #f3f3f3;
1693 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1694 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1695 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1696 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1697 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1698 background-image: linear-gradient(top, #f9f9f9, #ececec);
1699 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1700EndColorStr='#ececec');
1701 color: #33B5E5 !important;
1702}
1703.button-secondary:active, a.button-secondary:active {
Scott Maindb3678b2012-10-23 14:13:41 -07001704 border-color: #dadada;
Scott Mainb7f96372013-02-07 16:56:43 -08001705 background: #ebebeb; /* Old browsers */
1706 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1707 background:
Scott Maine4d8f1b2012-06-21 18:03:05 -07001708url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1709Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1710eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1711CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1712eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1713YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1714CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1715CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1716CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1717CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1718R3JhZGllbnQ+
1719CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1720Lz4KPC9zdmc+);
Scott Mainb7f96372013-02-07 16:56:43 -08001721 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
Scott Maine4d8f1b2012-06-21 18:03:05 -07001722#ffffff 100%); /* FF3.6+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001723 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
Scott Maine4d8f1b2012-06-21 18:03:05 -07001724color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1725/* Chrome,Safari4+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001726 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
Scott Maine4d8f1b2012-06-21 18:03:05 -0700172790%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001728 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001729100%); /* Opera 11.10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001730 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001731100%); /* IE10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001732 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001733100%); /* W3C */
Scott Mainb7f96372013-02-07 16:56:43 -08001734 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
Scott Maine4d8f1b2012-06-21 18:03:05 -07001735endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
Scott Mainb7f96372013-02-07 16:56:43 -08001736 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1737 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Main98a2a712013-07-17 13:15:04 -07001738 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Mainb7f96372013-02-07 16:56:43 -08001739 color: #258AAF !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001740}
1741.button.big {
1742 font-size:20px;
1743 display:inline-block;
1744}
Scott Maindb3678b2012-10-23 14:13:41 -07001745.button.big span.small {
1746 font-size:14px;
1747}
1748.button-caption {
1749 margin-top:10px;
1750 font-size:12px;
1751 font-style:italic;
1752}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001753
1754.button.disabled,
1755.button.disabled:hover,
1756.button.disabled:active {
1757 background:#ebebeb;
Scott Maindb3678b2012-10-23 14:13:41 -07001758 color:#999 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001759 border-color:#999;
1760 cursor:default;
1761}
1762
1763.training-nav-top a.button-secondary,
1764.training-nav-bottom a.button-secondary {
1765 display:block;
1766 float:left;
1767 margin:0;
1768 width:130px;
1769 text-transform:uppercase;
1770 font-weight:bold;
Scott Main98a2a712013-07-17 13:15:04 -07001771
Scott Maine4d8f1b2012-06-21 18:03:05 -07001772 background-color: #f3f3f3;
1773 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1774 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1775 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1776 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1777 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1778 background-image: linear-gradient(top, #f9f9f9, #ececec);
1779 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1780EndColorStr='#ececec');
1781 color: #33B5E5;
1782}
1783
1784.training-nav-top a.button-secondary:hover,
1785.training-nav-bottom a.button-secondary:hover {
1786 background-color: #09c;
1787 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1788 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1789 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1790 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1791 background-image: -o-linear-gradient(top, #2faddb, #09c);
1792 background-image: linear-gradient(top, #2faddb, #09c);
1793 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1794 border: 1px solid #3990ab;
1795 color: #fff !important;
1796}
1797
1798.training-nav-top a.button-secondary.last,
1799.training-nav-bottom a.button-secondary.last {
1800 border-left:0;
1801}
1802
1803.training-nav-top a.button-secondary.double-size,
1804.training-nav-bottom a.button-secondary.double-size {
1805 width:291px;
1806}
1807
1808.training-nav-top,
1809.training-nav-bottom {
1810 float:right;
1811 margin:0 0 0 20px;
1812}
1813
1814.training-nav-bottom {
1815 padding:0 0 20px;
1816}
1817
1818#tb-wrapper,
1819#qv-wrapper {
1820 float:right;
1821 clear:right;
Scott Maincef39242013-06-19 20:25:34 -07001822 margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maine4d8f1b2012-06-21 18:03:05 -07001823 padding:0 0 20px;
1824}
1825
Scott Maincef39242013-06-19 20:25:34 -07001826#tb-wrapper {
1827 margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1828}
1829
Scott Maine4d8f1b2012-06-21 18:03:05 -07001830#tb,
1831#qv {
1832 font-size:13px;
1833 line-height:18px;
1834 width:238px;
1835 border:1px solid #ccc;
1836 float:right;
1837}
1838
1839#tb {
1840 width:278px;
1841}
1842
1843#tb h2,
1844#qv h2 {
1845 margin:10px 15px;
1846 padding:0;
1847 text-transform:uppercase;
1848 border-bottom:1px solid gainsboro;
1849}
1850
1851#tb *,
1852#qv * {
1853 font-size:inherit;
1854}
1855
Scott Main8c0f5b32013-07-08 15:12:02 -07001856#tb .download-box,
1857#qv .download-box {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001858 padding:0 0 0 15px;
1859}
1860
Scott Main8c0f5b32013-07-08 15:12:02 -07001861#tb .download-box .filename,
1862#qv .download-box .filename {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001863 font-size:11px;
1864 margin:4px 4px 10px;
1865 color:#666;
1866}
1867
1868
1869/* Dev guide quicknav */
1870
1871.sidebox-wrapper {
1872 float:right;
1873 clear:right;
1874 margin:0 0 0 20px;
1875 padding:0 0 20px;
1876}
1877
1878.sidebox {
1879 width:226px;
1880 font-size:13px;
1881 line-height:18px;
1882 border-left:4px solid #99CC00;
1883 float:right;
1884 padding:0 0 0 10px;
Scott Main24bbcd52012-09-21 14:33:43 -07001885 margin:0 0 1em 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001886}
1887
1888.sidebox h2,
1889.sidebox h3,
1890.sidebox h4,
1891.sidebox h5 {
1892 font-weight:bold;
1893 margin:0 0 10px;
1894}
1895
1896.sidebox * {
1897 font-size:inherit;
1898}
1899
1900#tb ol,
1901#tb ul,
1902#qv ul {
1903 margin:0 15px 10px 35px;
1904}
1905
1906#qv ol {
1907 list-style:none;
1908 margin:0 15px 15px;
1909 font-size:inherit;
1910 line-height:inherit;
1911}
1912
1913#tb ol ol,
1914#tb ul ul,
1915#qv ol ol,
1916#qv ul ul,
1917.sidebox ol ol,
1918.sidebox ul ul {
1919 margin-bottom:0;
1920}
1921
1922#qv ol ol {
1923 margin:3px 0 3px 15px;
1924}
1925
1926.sidebox p,
1927#qv p,
1928#tb p {
1929 margin: 0 0 10px;
1930}
1931
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001932/* related resources blocks in checklists */
1933
1934.rel-resources {
1935 margin:10px 0px;
1936 border:1px solid #ccc;
1937 background-color:rgba(0, 0, 0, 0.027451);
1938 border:1px solid #ccc;
1939 font-size:13px;
1940 color:#6f6f6f;
1941}
1942
1943.rel-resources ul {
1944padding: .5em 1em 0 1em;
1945}
1946
1947.rel-resources a {
1948font-weight:500;
1949}
1950
1951.rel-resources h3 {
1952 margin:4px 15px 0px 15px;
1953 font-size:13px;
1954 font-weight:600;
1955 text-transform:uppercase;
1956}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001957
1958/* --------------------------------------------------------------------------
1959Form
1960*/
1961.article form {
1962 margin: 0 0 20px;
1963}
1964.article form .form-required {
1965 color: #dd4b39;
1966}
1967.article form fieldset {
1968 margin: 0 0 20px;
1969 padding: 0;
1970}
1971.article form legend {
1972 display: block;
1973 line-height: 1.5;
1974 margin: 0;
1975 padding: 0;
1976}
1977/*
1978.article form ol, .article form ul {
1979 margin: 0 0 0 1em;
1980 padding: 0 0 0 1em;
1981}
1982[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1983 margin: 0 1em 0 0;
1984 padding: 0 1em 0 0;
1985}
1986.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1987ul ul {
1988 list-style: none;
1989 margin: 0;
1990 padding: 0;
1991}
1992.article form li {
1993 margin: 0 0 20px;
1994}
1995.article form li li {
1996 margin: 0 0 5px;
1997}
1998*/
1999.article form label {
2000 display: block;
2001 margin: 0 0 5px;
2002 padding: 0;
2003}
2004.article form input[type='text'], .article form select, .article form textarea, .article form
2005.checkbox-group, .article form .radio-group {
2006 margin-bottom: 15px;
2007}
2008.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08002009 width: 13px;
2010 height: 13px;
2011 background: #fff;
2012 border: solid 1px #c6c6c6;
2013 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002014}
2015.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08002016 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07002017}
2018.article form select {
2019 border: solid 1px #ebebeb;
2020 border-top-color: #ddd;
2021 -webkit-appearance: none;
2022 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2023 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07002024 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002025 line-height: normal;
2026 padding: 5px;
2027 width: 130px;
2028}
Scott Main98a2a712013-07-17 13:15:04 -07002029
Scott Maine4d8f1b2012-06-21 18:03:05 -07002030.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07002031 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002032}
2033.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08002034 height: auto;
2035 line-height: 25px;
2036 font-size: 11px;
2037 padding: 0 8px;
2038 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002039}
2040.article form input[type='text'], .article form textarea {
2041 border: 1px solid #ebebeb;
2042 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07002043 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002044 line-height: normal;
2045 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07002046 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002047}
2048.article form textarea {
2049 height: 150px;
2050}
2051.article form input[type='text']:focus, .article form textarea:focus {
2052 border-color: #33B5E5;
2053 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2054 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2055 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2056 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2057 outline: 0;
2058}
2059.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2060 color: #999;
2061}
2062.article form input[type='text'][disabled], .article form textarea[disabled] {
2063 background-color: #ebebeb;
2064}
2065form .form-error input[type='text'], form .form-error textarea {
2066 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002067 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002068}
2069.aside {
2070 -moz-border-radius: 2px;
2071 -webkit-border-radius: 2px;
2072 border-radius: 2px;
2073 margin: 10px 0;
2074 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002075 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002076 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002077 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002078}
2079/*
2080.aside, .notification, .promo {
2081 -moz-border-radius: 2px;
2082 -webkit-border-radius: 2px;
2083 border-radius: 2px;
2084 margin: 10px 0;
2085 padding: 10px;
2086 position: relative;
2087}
2088.aside>:first-child, .notification>:first-child, .promo>:first-child {
2089 margin-top: 0;
2090}
2091.aside>:last-child, .notification>:last-child, .promo>:last-child {
2092 margin-bottom: 0;
2093}
2094.aside {
2095 background: #f9f9f9;
2096}
2097.notification {
2098 background: #fffbe4;
2099 border-color: #f8f6e6;
2100}
2101.promo {
2102 background: #f6f9ff;
2103 border-color: #eff2f9;
2104}
2105*/
Scott Maindb3678b2012-10-23 14:13:41 -07002106
2107/* SDK TOS styles */
2108
2109div.sdk-terms {
2110 white-space: pre-wrap;
2111 word-wrap: break-word;
2112 font-family: inherit;
2113 font-size: inherit;
2114 padding: 10px;
2115 height: 370px;
2116 width: 738px;
2117 border: 1px solid #444;
2118 background: transparent;
2119 overflow:auto;
2120 margin:0 0 10px;
2121}
2122
2123div.sdk-terms.fullsize {
2124 padding: 0;
2125 height: auto;
2126 width: auto;
2127 border:none;
2128}
2129
2130div.sdk-terms h3,
2131div.sdk-terms h2 {
2132 margin:0;
2133}
2134
2135div#sdk-terms-form {
2136 padding:0 0 0 10px;
2137}
2138
Scott Main11ac05b2012-11-15 14:57:44 -08002139div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002140 display:inline;
2141 margin:4px 4px 4px 0;
2142}
2143
2144
Scott Maine4d8f1b2012-06-21 18:03:05 -07002145/* --------------------------------------------------------------------------
2146Code Style
2147*/
2148pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002149 margin:0 0 1em 0;
2150 padding: 1em;
2151 overflow: auto;
2152 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002153 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002154}
Scott Main70557ee2013-10-30 14:47:40 -07002155.str { color: #800; } /* Code string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002156.kwd { color: #008; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07002157.typ { color: #606; }
2158.lit { color: #066; }
2159.pun { color: #660; }
2160.pln { color: #000; }
2161.tag { color: #008; }
2162.atn { color: #828; }
Scott Main70557ee2013-10-30 14:47:40 -07002163.atv { color: #800; } /* XML string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002164.dec { color: #606; }
2165
2166/* --------------------------------------------------------------------------
2167Three-Pane
2168*/
2169/* Package Nav & Classes Nav */
2170.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002171 position: relative;
2172 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002173}
2174#packages-nav .js-pane,
2175#classes-nav .js-pane {
2176 overflow:visible;
2177}
2178#packages-nav {
2179 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002180 max-height: inherit;
2181 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002182 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002183}
2184#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002185 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002186 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002187}
2188#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002189 list-style-type: none;
2190 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002191 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002192}
2193#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002194 font-weight: bold;
2195 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002196}
2197#packages-nav li,
2198#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002199 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002200}
2201#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2202#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002203 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002204}
2205#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2206#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2207#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002208 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002209 font-weight: normal;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002210}
2211#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2212#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002213 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002214}
2215#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2216a:visited,
2217#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2218a:visited,
2219#nav-tree li div.selected {
2220 font-weight: 500;
2221 color: #0099cc;
2222 background-color:#fff; }
2223 #packages-nav li.selected ul li a,
2224 #classes-nav li.selected ul li a {
2225 /* don't highlight child items */
2226 color: #555555; }
2227#nav-tree li div.selected a {
2228 font-weight: 500;
2229 color: #0099cc;
2230}
2231#nav-swap {
2232 height:30px;
2233 border-top:1px solid #ccc;
2234}
2235#nav-swap a {
2236 display:inline-block;
2237 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002238 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002239 font-size: 12px;
2240 padding: 5px 0 5px 5px;
2241}
2242
2243#nav-swap .fullscreen {
2244 float: right;
2245 width: 24px;
2246 height: 24px;
2247 text-indent: -1000em;
2248 padding:0;
2249 margin:3px 5px 0;
2250 background: url(../images/fullscreen.png) no-repeat -24px 0;
2251}
2252#nav-swap .fullscreen.disabled {
2253 background-position: 0 0;
2254}
Scott Main98a2a712013-07-17 13:15:04 -07002255#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002256#nav-swap .fullscreen:focus {
2257 cursor:pointer;
2258}
2259
2260
2261/* nav tree */
2262#side-nav, #devdoc-nav, #swapper,
2263#nav-tree, #tree-list {
2264 overflow:hidden;
2265 margin-left:0;
2266}
2267
2268#nav-tree ul {
2269 list-style:none;
2270 padding:0;
2271 margin:10px 0;
2272}
2273
2274#nav-tree ul li div {
2275 padding:0 0 0 4px;
2276}
2277
2278#side-nav #nav-tree ul li a,
2279#side-nav #nav-tree ul li span.no-children {
2280 padding: 0;
2281 margin: 0;
2282}
2283
2284#nav-tree .plus {
2285 margin: 0 3px 0 0;
2286}
2287
2288#nav-tree ul ul {
2289 list-style: none;
2290 margin: 0;
2291 padding: 0 0 0 0;
2292}
2293
2294#nav-tree ul li {
2295 margin: 0;
2296 padding: 0 0 0 0;
2297 white-space: nowrap;
2298}
2299
2300#nav-tree .children_ul {
2301 padding:0;
2302 margin:0;
2303}
2304#nav-tree .children_ul li div {
2305 padding:0 0 0 10px;
2306}
2307#nav-tree .children_ul .children_ul li div {
2308 padding:0 0 0 20px;
2309}
2310
2311#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002312 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002313 text-decoration: none;
2314}
2315
2316#nav-tree span.label {
2317 width: 100%;
2318}
2319
2320#nav-tree {
2321 overflow-x: auto;
2322 overflow-y: scroll;
2323 outline:0;
2324}
2325
2326
2327/* Content */
2328#doc-col {
2329 margin-right:0;
2330}
2331#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002332 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002333}
2334#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002335 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002336}
2337#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002338 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002339}
2340#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002341 line-height: 0;
2342 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002343}
2344#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002345 float: right;
2346 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002347}
2348#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002349 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002350}
2351#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002352 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002353}
2354#api-nav-header {
2355 height:19px; /* plus 16px padding = 35; same as #nav li */
2356 font-size:14px;
2357 padding: 8px 0;
2358 margin: 0;
2359 border-bottom: 1px solid #CCC;
2360 background:#e9e9e9;
2361 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2362
2363}
2364#api-nav-title {
2365 padding:0 5px;
2366 white-space:nowrap;
2367}
2368
2369#api-level-toggle {
2370 float:right;
2371 padding:0 5px;
2372}
2373
2374#api-level-toggle label {
2375 margin:0;
2376 vertical-align:top;
2377 line-height: 19px;
2378 font-size:13px;
2379 height: 19px;
2380}
2381
2382#api-level-toggle .select-wrapper {
2383 width: 35px;
2384 display: inline-block;
2385 overflow: hidden;
2386}
2387#api-level-toggle select {
2388 border: 0;
2389 appearance:none;
2390 -moz-appearance:none;
2391 -webkit-appearance: none;
2392 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002393 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002394 height: 19px;
2395 line-height: 19px;
2396 padding: 0;
2397 margin:1px 0 0 0;
2398 width:150%;
2399 font-size:13px;
2400 vertical-align:top;
2401 outline:0;
2402}
2403
2404
2405/* Toggle for revision notes and stuff */
2406div.toggle-content.closed .toggle-content-toggleme {
2407 display:none;
2408}
2409
2410#jd-content img.toggle-content-img {
2411 margin:0 5px 5px 0;
2412}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002413
Scott Main220c3442012-07-16 15:40:17 -07002414div.toggle-content-toggleme {
2415 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002416}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002417
2418
2419/* API LEVEL FILTERED MEMBERS */
2420
2421.absent,
2422.absent a:link,
2423.absent a:visited,
2424.absent a:hover,
2425.absent * {
2426 color:#bbb !important;
2427 cursor:default !important;
2428 text-decoration:none !important;
2429}
2430#devdoc-nav li.absent.selected,
2431#devdoc-nav li.absent.selected *,
2432#devdoc-nav div.label.absent.selected,
2433#devdoc-nav div.label.absent.selected * {
2434 background-color:#eaeaea !important;
2435}
2436.absent h4.jd-details-title,
2437.absent h4.jd-details-title * {
2438 background-color:#f6f6f6 !important;
2439}
2440.absent img {
2441 opacity: .3;
2442 filter: alpha(opacity=30);
2443 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2444}
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454/* JQUERY RESIZABLE STYLES */
2455.ui-resizable { position: relative; }
2456.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2457.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2458/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2459body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2460.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2461border-bottom: solid 1px #ededed;
2462 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2463/*
Scott Main98a2a712013-07-17 13:15:04 -07002464.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002465cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24661px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2467*/
2468
2469/* --------------------------------------------------------------------------
2470Lightbox
2471*/
Scott Main98a2a712013-07-17 13:15:04 -07002472.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002473 width: 769px;
2474 padding: 1.5em;
2475 margin: 0 auto;
2476 border: solid 1px #dcdcdc;
2477 background: #fff;
2478 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2479 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2480 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002481}
2482.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002483 float: left;
2484 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002485 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002486}
2487.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002488 float: right;
2489 width: 10px;
2490 height: 10px;
2491 margin: -10px -10px 10px 0;
2492 text-indent: -1000em;
2493 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002494}
2495.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002496 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002497}
2498
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002499/* --------------------------------------------------------------------------
2500Styles for samples project trees and code browsing in resources tab
2501*/
2502
Scott Main498d7102013-08-21 15:47:38 -07002503#codesample-wrapper {
Scott Main70557ee2013-10-30 14:47:40 -07002504 width:100000px; /* super wide to contain floats, but doesn't cause scroll */
Scott Main498d7102013-08-21 15:47:38 -07002505 overflow:visible;
2506}
2507pre#codesample-block {
2508 float:left;
2509 overflow:visible;
2510 background:transparent;
2511 border:none;
2512}
Scott Mainf1435b72013-10-30 16:27:38 -07002513pre#codesample-block a.number {
2514 display:none;
2515}
Scott Main498d7102013-08-21 15:47:38 -07002516pre#codesample-block .code-line:hover {
2517 background:#e7e7e7;
2518}
2519pre#codesample-line-numbers {
2520 float:left;
2521 width:2em;
2522 background:transparent;
2523 border:none;
2524 border-right:1px solid #ccc;
2525 padding-left:0;
2526 font-family:monospace;
2527 text-align:right;
2528 -webkit-touch-callout: none;
2529 -webkit-user-select: none;
2530 -khtml-user-select: none;
2531 -moz-user-select: -moz-none;
2532 -ms-user-select: none;
2533 user-select: none;
2534}
2535pre#codesample-line-numbers a {
2536 color:#999;
2537}
2538pre#codesample-line-numbers.hidden {
2539 display:none;
2540}
2541pre#codesample-block span.code-line {
2542 width:100%;
2543 display:inline-block;
2544}
2545
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002546.structure-dir {
2547background-image:url(../../assets/images/folder.png);
2548background-repeat:no-repeat;
2549background-position:16px 2px;
2550 margin:.25em 0 0 0;
2551 padding:0 0 0 0;
2552}
2553
2554.structure-toggleme {
2555 margin:0 0 0 3em;
2556 padding:0 0 0 0;
2557 text-decoration:none;
2558}
2559
2560.structure-java{
2561background-image:url(../../assets/images/file-java.png);
2562background-repeat:no-repeat;
2563background-position:0px 2px;
2564 margin:.3em 0 0 0;
2565 padding:.3em 0 .3em 22px;
2566}
2567
2568.structure-file {
2569background-image:url(../../assets/images/file-generic.png);
2570background-repeat:no-repeat;
2571background-position:0px 2px;
2572 margin:.3em 0 0 0;
2573 padding:.3em 0 .3em 22px;
2574}
2575
2576.structure-xml {
2577background-image:url(../../assets/images/file-xml.png);
2578background-repeat:no-repeat;
2579background-position:0px 2px;
2580 margin:.3em 0 0 0;
2581 padding:.3em 0 .25em 22px;
2582}
2583
2584.structure-img {
2585background-image:url(../../assets/images/file-image.png);
2586background-repeat:no-repeat;
2587background-position:0px 2px;
2588 margin:.3em 0 0 0;
2589 padding:.3em 0 .25em 22px;
2590}
2591
2592.structure-manifest {
2593background-image:url(../../assets/images/file-manifest.png);
2594background-repeat:no-repeat;
2595 margin:.0 0 0 1.25em;
2596 padding:0 0 0 22px;
2597 text-decoration:none;
2598}
2599
2600#jd-content .structure-toggle-img {
2601 margin:.5em 0 0 0;
2602padding-right:2.1em;
2603}
2604
2605.dirInfo {
2606 margin-left:2em;
2607}
2608
2609.structure-dir a {
2610 text-decoration:none;
2611}
2612
2613.structure-manifest a {
2614 text-decoration: none;
2615}
2616.structure-file a {
2617 text-decoration: none;
2618}
2619
2620.sampleEmbed {
2621 background-color:rgb(249, 249, 249);
2622}
2623
2624.sampleEmbed ol.lineNumbers {
2625 list-style-type: decimal;
2626 padding-left:1em;
2627}
2628
2629.sampleEmbed ol.lineNumbers li {
2630border-left:1px solid #ddd;
2631border-right:1px solid #ddd;
2632color:gray;
2633background-color:#f7f7f7;
2634margin:0 0 0 24px;
2635padding: 2px 2px 2px 6px;
2636}
2637
2638.sampleEmbed ol.lineNumbers li:hover {
2639background: #efefef;
2640}
2641
Scott Main0ad622b2013-09-04 21:14:06 -07002642.samples-nav li a {
2643 overflow: hidden;
2644 text-overflow: ellipsis;
2645 white-space: nowrap;
2646}
2647
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002648/* --------------------------------------------------------------------------
2649Styles for raw formatted line numbers (not used with listformatted version)
2650div.sampleLine div.lineNumber {
2651 display: inline;
2652}
2653div.sampleLine div.lineCode {
2654 display: inline;
2655 padding-left:6px;
2656}
2657div.sampleLine {
2658 padding:0;
2659 margin:0;
2660}*/
2661
Scott Maine4d8f1b2012-06-21 18:03:05 -07002662/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002663Butterbar
2664*/
2665#butterbar-wrapper {
2666 position:absolute;
2667 top:0;
2668 left:0;
2669 width:100%;
2670}
2671#butterbar {
2672 width:940px;
2673 margin:0 auto;
2674}
2675#butterbar-message {
2676 background-color:#f80;
2677 float:right;
2678 font-size:12px;
2679 font-weight:bold;
2680 padding:0 10px;
2681 border-radius: 0 0 5px 5px;
2682}
2683#butterbar-message a {color:#fff !important}
2684#butterbar-message a:hover {text-decoration:underline;}
2685
2686/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002687Misc
2688*/
2689
2690
2691.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002692 content: "";
2693 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002694}
2695.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002696 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002697}
2698.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002699 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002700}
2701table.blank th, table.blank td {
2702 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002703 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002704}
2705.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002706 margin: 0.5em 0 2em 0;
2707 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002708 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002709}
2710
Scott Main25c89dd2013-10-07 14:17:55 -07002711.nolist, .nolist ul, .nolist ol {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002712 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002713 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002714}
Scott Main5747d382012-11-30 12:02:42 -08002715#tb .nolist {
2716 margin-left:15px;
2717}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002718
Scott Main8aa725e2013-04-25 10:00:32 -07002719dl.xml>dt {
2720 text-transform:uppercase;
2721}
2722dl.xml dl.attr {
2723 margin-top:0;
2724}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002725
2726pre.classic {
2727 background-color:transparent;
2728 border:none;
2729 padding:0;
2730}
2731
2732p.img-caption {
2733 margin: -10px 0 20px;
2734 font-size:13px;
2735 color:#666;
2736}
2737
Scott Main48dd7f22013-02-21 10:52:02 -08002738div.figure,
2739div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002740 float:right;
2741 clear:right;
2742 margin:10px 0 0 0;
2743 padding:0 0 0 20px;
2744 /* width must be defined w/ an inline style matching the image width */
2745}
2746
Scott Main48dd7f22013-02-21 10:52:02 -08002747div.figure-left {
2748 float:left;
2749 clear:left;
2750 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002751 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002752 /* width must be defined w/ an inline style matching the image width */
2753}
2754
2755img.frame {
2756 border:1px solid #DDD;
2757 padding:4px;
2758}
2759
Scott Maine4d8f1b2012-06-21 18:03:05 -07002760p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002761 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002762 font-size:13px;
2763 color:#666;
2764}
2765
Scott Main24bbcd52012-09-21 14:33:43 -07002766p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002767 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002768 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002769 color:#666;
2770}
2771
Scott Main98a2a712013-07-17 13:15:04 -07002772div.note,
2773div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002774div.warning {
2775 margin: 0 0 15px;
2776}
2777
Scott Main98a2a712013-07-17 13:15:04 -07002778p.note, div.note,
2779p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002780p.warning, div.warning {
2781 padding: 0 0 0 10px;
2782 border-left: 4px solid;
2783}
2784
Scott Main24bbcd52012-09-21 14:33:43 -07002785p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002786 border-color: #258AAF;
2787}
2788
Scott Main24bbcd52012-09-21 14:33:43 -07002789p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002790 border-color: #FF8800;
2791}
2792
Scott Main24bbcd52012-09-21 14:33:43 -07002793p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002794 border-color: #ff4443;
2795}
2796
Scott Main412eaf22012-06-22 14:36:33 -07002797div.note.design {
2798 border-left: 4px solid #33B5E5;
2799}
2800
2801div.note.develop {
2802 border-left: 4px solid #F80;
2803}
2804
2805div.note.distribute {
2806 border-left: 4px solid #9C0;
2807}
2808
2809.note p, .caution p, .warning p {
2810 margin:0 0 5px;
2811}
2812
2813.note p:last-child, .caution p:last-child, .warning p:last-child {
2814 margin-bottom:0;
2815}
2816
Scott Main5b5ff1a2012-09-12 10:29:45 -07002817body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002818 display:block;
2819 float:right;
2820 width:280px;
2821 font-size:20px;
2822 font-style:italic;
2823 line-height:24px;
2824 color:#33B5E5;
2825 margin:0 0 20px 30px;
2826}
2827
Scott Maine4d8f1b2012-06-21 18:03:05 -07002828div.design-announce p {
2829 margin:0 0 10px;
2830}
2831
2832#devdoc-nav a.totop {
2833 display:block;
2834 top:0;
2835 width:inherit;
2836 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2837 text-indent:-9999em;
2838}
2839#devdoc-nav a.totop {
2840 position:fixed;
2841 display:none;
2842}
2843#devdoc-nav a.totop:hover {
2844 background-color:#33B5E5;
2845}
2846
2847.content-footer a.totop {
2848 text-transform:uppercase;
2849 line-height:30px;
2850}
2851
Scott Maindb3678b2012-10-23 14:13:41 -07002852.expandable {
2853 height:34px;
2854 padding-left:20px;
2855 position:relative;
2856}
2857.expandable:before {
2858 content: '';
2859 background-image: url(../images/styles/disclosure_down.png);
2860 background-repeat:no-repeat;
2861 background-position: -12px -9px;
2862 width: 20px;
2863 height: 20px;
2864 display: inline-block;
2865 position: absolute;
2866 top: 0;
2867 left: 0; }
2868}
2869.expandable.expanded:before {
2870 background-image: url(../images/styles/disclosure_up.png);
2871}
2872
Scott Mainaaf76642013-06-19 18:04:30 -07002873/* notice box for cross links between Design/Develop docs */
Scott Main13cd8f12013-11-12 11:50:59 -08002874a.notice-developers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002875a.notice-developers,
Scott Main13cd8f12013-11-12 11:50:59 -08002876a.notice-designers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002877a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002878 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002879 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002880 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002881 min-height:50px;
2882 margin:0 0 20px 20px;
2883 border:1px solid #ddd;
2884}
Scott Main13cd8f12013-11-12 11:50:59 -08002885a.notice-developers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002886a.notice-developers.wide,
Scott Main13cd8f12013-11-12 11:50:59 -08002887a.notice-designers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002888a.notice-designers.wide {
2889 width:278px;
2890}
Scott Main13cd8f12013-11-12 11:50:59 -08002891a.notice-developers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002892a.notice-developers div,
Scott Main13cd8f12013-11-12 11:50:59 -08002893a.notice-designers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002894a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002895 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002896 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2897 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002898 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002899}
Scott Mainaaf76642013-06-19 18:04:30 -07002900a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002901 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2902 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002903}
Scott Main13cd8f12013-11-12 11:50:59 -08002904a.notice-designers-video div {
2905 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px;
2906 background-size:40px 40px;
2907}
2908a.notice-developers-video div {
2909 background:url('../images/styles/notice-developers-video@2x.png') no-repeat 10px 10px;
2910 background-size:40px 40px;
2911}
2912a.notice-developers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002913a.notice-developers:hover,
Scott Main13cd8f12013-11-12 11:50:59 -08002914a.notice-designers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002915a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002916 background:#eee;
2917}
Scott Main13cd8f12013-11-12 11:50:59 -08002918a.notice-developers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002919a.notice-developers h3,
Scott Main13cd8f12013-11-12 11:50:59 -08002920a.notice-designers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002921a.notice-designers h3 {
Scott Maind2af6d22013-05-13 18:39:06 -07002922 font-size:14px;
2923 font-weight:normal;
2924 text-transform:uppercase;
2925 color:#000 !important;
2926 margin:0;
2927}
Scott Main13cd8f12013-11-12 11:50:59 -08002928a.notice-developers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002929a.notice-developers p,
Scott Main13cd8f12013-11-12 11:50:59 -08002930a.notice-designers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002931a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002932 margin:0;
Scott Main9bfcd732013-05-14 09:14:35 -07002933 line-height:16px;
2934}
Scott Main13cd8f12013-11-12 11:50:59 -08002935a.notice-developers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002936a.notice-developers.left,
Scott Main13cd8f12013-11-12 11:50:59 -08002937a.notice-designers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002938a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002939 margin-left:0;
2940 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002941}
2942
2943
Scott Maind7026f72013-06-17 15:08:49 -07002944/* hide nested list items; companion to hideNestedLists() */
2945.hide-nested li ol,
2946.hide-nested li ul {
2947 display:none;
2948}
2949
2950a.header-toggle {
2951 display:block;
2952 float:right;
2953 text-transform:uppercase;
2954 font-size:.8em !important;
2955 font-weight:normal;
2956 margin-top:2px;
2957}
2958
2959
Dirk Doughertybec14292013-04-10 20:23:40 -07002960/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002961good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002962*/
Scott Maindb3678b2012-10-23 14:13:41 -07002963
Dirk Doughertybec14292013-04-10 20:23:40 -07002964div.example-block {
2965 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07002966 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07002967 background-color:#ccc;
2968 padding:4px;
2969 margin:.8em auto 1.5em 2em;
2970 width:260px;
2971 float:right;
2972}
2973/* red container */
2974.example-block.bad {
2975 background-image: url(/images/example-bad.png);
2976 background-color:#f4cccc;
2977}
2978/* green container */
2979.example-block.good {
2980 background-image: url(/images/example-good.png);
2981 background-color:#d9ead3;
2982}
2983/* container heading div */
2984#jd-content .example-block .heading {
2985 font-weight:bold;
2986 margin:6px 0 9px 36px;
2987 padding:6px auto;
2988}
2989/* container image (if any) */
2990#jd-content .example-block img {
2991 margin:0;
2992 padding:0px;
2993}
2994
2995.example-block table {
2996 margin:0;
2997}
Scott Maindb3678b2012-10-23 14:13:41 -07002998
Scott Maine4d8f1b2012-06-21 18:03:05 -07002999/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003000Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07003001*/
3002
3003div.dialog {
3004 height:0;
3005 margin:0 auto;
3006}
3007
3008div.dialog>div {
3009 z-index:99;
3010 position:fixed;
3011 margin:70px 0;
3012 width: 391px;
3013 height: 200px;
3014 background: #F7F7F7;
3015-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3016-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3017box-shadow: 0 0 15px rgba(0,0,0,0.5);
3018}
3019/* IE6 can't position fixed */
3020* html div.dialog div { position:absolute; }
3021
3022
3023div#deprecatedSticker {
3024 display:none;
3025 z-index:99;
3026 position:fixed;
3027 right:15px;
3028 top:114px;
3029 margin:0;
3030 padding:1em;
3031 background:#FFF;
3032 border:1px solid #dddd00;
3033 box-shadow:-5px 5px 10px #ccc;
3034 -moz-box-shadow:-5px 5px 10px #ccc;
3035 -webkit-box-shadow:-5px 5px 10px #ccc;
3036}
3037
3038div#naMessage {
3039 display:none;
3040 width:555px;
3041 height:0;
3042 margin:0 auto;
3043}
3044
3045div#naMessage div {
3046 z-index:99;
3047 width:450px;
3048 position:fixed;
3049 margin:50px 0;
3050 padding:4em 4em 3em;
3051 background:#FFF;
3052 border:1px solid #999;
3053 box-shadow:-10px 10px 40px #888;
3054 -moz-box-shadow:-10px 10px 40px #888;
3055 -webkit-box-shadow:-10px 10px 40px #888;
3056}
3057/* IE6 can't position fixed */
3058* html div#naMessage div { position:absolute; }
3059
3060div#naMessage strong {
3061 font-size:1.1em;
3062}
3063
3064
3065/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003066Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07003067*/
Scott Main98a2a712013-07-17 13:15:04 -07003068.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08003069 width: 20px;
3070 height: 36px;
3071 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003072}
3073.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08003074 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003075}
3076.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003077 content: "";
3078 display: table;
3079 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003080}
3081a.slideshow-next, a.slideshow-next:visited {
3082
Scott Mainb7f96372013-02-07 16:56:43 -08003083 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003084
Scott Mainb7f96372013-02-07 16:56:43 -08003085 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003086
3087}
3088
3089a.slideshow-prev, a.slideshow-prev:visited {
3090
Scott Main98a2a712013-07-17 13:15:04 -07003091 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003092
Scott Mainb7f96372013-02-07 16:56:43 -08003093 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003094
3095}
3096
3097.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3098
Scott Main98a2a712013-07-17 13:15:04 -07003099 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003100
3101}
3102
3103.slideshow-next:active, .slideshow-prev:active {
3104
Scott Main98a2a712013-07-17 13:15:04 -07003105 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003106
3107}
3108.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08003109 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07003110 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003111}
3112.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003113 display: inline-block;
3114 width: 12px;
3115 height: 12px;
3116 margin: 0 2px 20px 2px;
3117 background: #ccc;
3118 -webkit-border-radius: 50%;
3119 -moz-border-radius: 50%;
3120 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003121}
3122.slideshow-nav a:hover, .slideshow-nav a:focus {
3123
Scott Mainb7f96372013-02-07 16:56:43 -08003124 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003125}
3126
3127.slideshow-nav a:active {
3128
Scott Mainb7f96372013-02-07 16:56:43 -08003129 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003130 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003131 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3132 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3133 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003134}
3135.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003136 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003137}
3138/* --------------------------------------------------------------------------
3139Tabs
3140*/
3141ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003142 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003143 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003144}
3145ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003146 content: "";
3147 display: table;
3148 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003149}
3150ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003151 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003152 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003153}
3154ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003155 display: block;
3156 height: 36px;
3157 line-height: 36px;
3158 padding: 0 15px;
3159 margin-right: 2px;
3160 color: #222;
3161 -moz-border-radius-topleft: 2px;
3162 -moz-border-radius-topright: 2px;
3163 -moz-border-radius-bottomright: px;
3164 -moz-border-radius-bottomleft: px;
3165 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003166 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003167 border-top: solid 1px #ebebeb;
3168 border-left: solid 1px #ebebeb;
3169 border-right: solid 1px #ebebeb;
3170 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003171 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3172 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3173 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3174 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3175 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3176 background-image: linear-gradient(top, #ffffff, #fafafa);
3177 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3178EndColorStr='#fafafa');
3179}
3180ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003181 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003182}
3183ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003184 height: 37px;
3185 color: #33B5E5;
3186 background-color: #f7f7f7;
3187 background-image: none;
3188 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003189}
3190.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003191 padding: 1.2em;
3192 margin: -1px 0 2em 0;
3193 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003194 -moz-border-radius: 2px;
3195 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003196 border: solid 1px #ddd;
3197 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003198}
3199/* --------------------------------------------------------------------------
3200Feature Boxes
3201*/
3202.feature-box {
3203 width: 291px;
3204 height: 200px;
3205 position: relative;
3206 background: #F7F7F7;
3207}
3208.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003209 z-index: 100;
3210 position: absolute;
3211 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003212}
3213.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003214 width: 291px;
3215 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003216}
3217.dialog .box-border .top,
3218.dialog .box-border .bottom { width:391px; }
3219
Scott Main98a2a712013-07-17 13:15:04 -07003220.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003221 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003222 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003223}
3224.box-border .top { top: 0; left: 0 }
3225.box-border .top .left { top: 1px; left: 0 }
3226.box-border .top .right { top: 1px; right: 0 }
3227.box-border .bottom .left { top: -8px; left: 0 }
3228.box-border .bottom { top: 200px; left: 0 }
3229.box-border .bottom .right { top: -8px; right: 0 }
3230
3231.feature-box h4,
3232.dialog h4 {
3233 margin: 15px 18px 10px;
3234 padding:0;
3235}
3236
3237.feature-box p,
3238.dialog p {
3239 margin: 10px 18px;
3240 padding:0;
3241}
3242.feature-box .link,
3243.dialog .link {
3244 border-top: 1px solid #dedede;
3245 bottom: 0;
3246 position: absolute;
3247 width: inherit;
3248}
3249.feature-box a, .feature-box h4,
3250.dialog a, .dialog h4 {
3251 -webkit-transition: color .4s ease;
3252 -moz-transition: color .4s ease;
3253 -o-transition: color .4s ease;
3254 transition: color .4s ease;
3255}
3256.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003257 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003258}
3259.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003260.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003261 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003262}
3263.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003264 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003265}
3266/* --------------------------------------------------------------------------
3267Page-Specific Styles
3268*/
Scott Main98a2a712013-07-17 13:15:04 -07003269.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003270 position: relative;
3271 float: left;
3272 width: 92px;
3273 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003274}
3275.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003276 color: #fff;
3277 font-size: 11.5px;
3278 width: 82px;
3279 height: 82px;
3280 margin-top:-30px;
3281 line-height: 82px;
3282 text-align: center;
3283 border: solid 5px #fff;
3284 -webkit-border-radius: 50%;
3285 -moz-border-radius: 50%;
3286 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003287}
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302/* ########### REFERENCE DOCS ################## */
3303
3304#packages-nav h2,
3305#classes-nav h2 {
3306 font-size:18px;
3307 margin:0;
3308 padding:0 0 0 4px;
3309}
3310
3311#jd-header {
3312 padding: 0 0 5px;
3313 margin: 20px 0 10px;
3314 font-size:13px;
3315 border-bottom:solid 1px #ccc;
3316}
3317
3318#jd-header h1 {
3319 margin:0;
3320 padding:0;
3321}
3322
3323/* page-top-right container for reference pages (holds
3324links to summary tables) */
3325#api-info-block {
3326 font-size:13px;
3327 margin:20px 0 0;
3328 padding:0 10px 6px;
3329 font-weight:normal;
3330 float:right;
3331 text-align:right;
3332 color:#999;
3333 max-width:70%;
3334}
3335
3336#api-info-block div.api-level {
3337 font-weight:bold;
3338 font-size:inherit;
3339 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003340 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003341 padding:0;
3342 margin:0;
3343}
3344
3345/* inheritance table */
3346.jd-inheritance-table {
3347 border-spacing:0;
3348 margin:0;
3349 padding:0;
3350 font-size:13px;
3351 background-color:transparent;
3352}
3353.jd-inheritance-table tr td {
3354 border: none;
3355 margin: 0;
3356 padding: 0;
3357 background-color:transparent;
3358}
3359.jd-inheritance-table .jd-inheritance-space {
3360 font-weight:bold;
3361 width:1em;
3362}
3363.jd-inheritance-table .jd-inheritance-interface-cell {
3364 padding-left: 17px;
3365}
3366
3367
3368
3369.jd-sumtable a {
3370 text-decoration:none;
3371}
3372
3373.jd-sumtable a:hover {
3374 text-decoration:underline;
3375}
3376
3377/* the link inside a sumtable for "Show All/Hide All" */
3378.toggle-all {
3379 display:block;
3380 float:right;
3381 font-weight:normal;
3382 font-size:0.9em;
3383}
3384
3385/* adjustments for in/direct subclasses tables */
3386.jd-sumtable.jd-sumtable-subclasses {
3387 margin: 1em 0 0 0;
3388 max-width:968px;
3389 background-color:transparent;
3390 font-size:13px;
3391}
3392
3393/* extra space between end of method name and open-paren */
3394.sympad {
3395 margin-right: 2px;
3396}
3397
3398/* right alignment for the return type in sumtable */
3399.jd-sumtable .jd-typecol {
3400 text-align:right;
3401}
3402
3403/* adjustments for the expando table-in-table */
3404.jd-sumtable-expando {
3405 margin:.5em 0;
3406 padding:0;
3407}
3408
3409/* a div that holds a short description */
3410.jd-descrdiv {
3411 padding:3px 1em 0 1em;
3412 margin:0;
3413 border:0;
3414}
3415
3416#jd-content img.jd-expando-trigger-img {
3417 padding:0 4px 4px 0;
3418 margin:0;
3419}
3420
3421.jd-sumtable-subclasses div#subclasses-direct,
3422.jd-sumtable-subclasses div#subclasses-indirect {
3423 margin:0 0 0 13px;
3424}
3425
3426
3427
3428/********* MEMBER REF *************/
3429
3430
3431.jd-details {
3432/* border:1px solid #669999;
3433 padding:4px; */
3434 margin:0 0 1em;
3435}
3436
3437/* API reference: a container for the
3438.tagdata blocks that make up the detailed
3439description */
3440.jd-details-descr {
3441 padding:0;
3442 margin:.5em .25em;
3443}
3444
3445/* API reference: a block containing
3446a detailed description, a params table,
3447seealso list, etc */
3448.jd-tagdata {
3449 margin:.5em 1em;
3450}
3451
3452.jd-tagdata p {
3453 margin:0 0 1em 1em;
3454}
3455
3456/* API reference: adjustments to
3457the detailed description block */
3458.jd-tagdescr {
3459 margin:.25em 0 .75em 0;
3460}
3461
3462.jd-tagdescr ol,
3463.jd-tagdescr ul {
3464 margin:0 2.5em;
3465 padding:0;
3466}
3467
3468.jd-tagdescr table,
3469.jd-tagdescr img {
3470 margin:.25em 1em;
3471}
3472
3473.jd-tagdescr li {
3474margin:0 0 .25em 0;
3475padding:0;
3476}
3477
3478/* API reference: heading marking
3479the details section for constants,
3480attrs, methods, etc. */
3481h4.jd-details-title {
3482 font-size:1.15em;
3483 background-color: #E2E2E2;
3484 margin:1.5em 0 .6em;
3485 padding:3px 95px 3px 3px; /* room for api-level */
3486}
Scott Mainab4daf42012-11-30 11:27:17 -08003487body.google h4.jd-details-title {
3488 background-color: #FFF;
3489 padding-top:5px;
3490 border-top: 1px solid #ccc;
3491}
3492body.google table.jd-sumtable th {
3493 background-color: #FFF;
3494 color:#000;
3495}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003496
3497h4.jd-tagtitle {
3498 margin:0;
3499}
3500
3501h4 .normal {
3502 font-weight:normal;
3503}
3504
3505/* API reference: heading for "Parameters", "See Also", etc.,
3506in details sections */
3507h5.jd-tagtitle {
3508 margin:0 0 .25em 0;
3509 font-size:1em;
3510}
3511
3512.jd-tagtable {
3513 margin:0;
3514 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003515 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003516}
3517
3518.jd-tagtable td,
3519.jd-tagtable th {
3520 border:none;
3521 background-color:#fff;
3522 vertical-align:top;
3523 font-weight:normal;
3524 padding:2px 10px;
3525}
3526
3527.jd-tagtable th {
3528 font-style:italic;
3529}
3530
3531/* Inline api level indicator for methods */
3532div.api-level {
3533 font-size:.8em;
3534 font-weight:normal;
3535 color:#999;
3536 float:right;
3537 padding:0 8px 0;
3538 margin-top:-30px;
3539}
3540
3541table.jd-tagtable td,
3542table.jd-tagtable th {
3543 background-color:transparent;
3544}
3545
3546table.jd-tagtable th {
3547 color:inherit;
3548}
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572/* SEARCH FILTER */
3573
Scott Main0e76e7e2013-03-12 10:24:07 -07003574.menu-container {
3575 position:relative;
3576}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003577#search_autocomplete {
3578 font-weight:normal;
3579}
3580
Scott Main0e76e7e2013-03-12 10:24:07 -07003581.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003582 width: 193px;
3583 float: right;
3584}
Scott Main0e76e7e2013-03-12 10:24:07 -07003585.search_filtered_wrapper.docs {
3586 width:875px;
3587 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003588 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003589 top:26px;
3590 right:66px;
3591}
3592.suggest-card {
3593 position:relative;
3594 width:170px;
3595 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003596 padding:5px;
3597 border: solid 1px #C5C5C5;
3598 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003599 top: 15px;
3600 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003601 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3602 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3603 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3604}
Scott Main0e76e7e2013-03-12 10:24:07 -07003605.suggest-card.reference {
3606 position:absolute;
3607 z-index:999;
3608 min-width:171px; /* +padding and border makes this match input width */
3609 min-height:93px; /* add 3px because this has 1 not 4px top border */
3610 width:auto;
3611 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003612 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003613}
3614.suggest-card.develop {
3615 z-index:997;
3616 border-top: solid 4px #F80;
3617 float:right;
3618}
3619.suggest-card.design {
3620 z-index:996;
3621 border-top: solid 4px #33b5e5;
3622 float:right;
3623}
3624.suggest-card.distribute {
3625 z-index:995;
3626 border-top: solid 4px #9C0;
3627 float:right;
3628}
3629.child-card {
3630 width:100%;
3631}
3632.suggest-card.dummy {
3633 width:172px;
3634 float:right;
3635 border:0;
3636 background:transparent;
3637 -moz-box-shadow: none;
3638 -webkit-box-shadow: none;
3639 box-shadow: none;
3640}
3641
3642ul.search_filtered {
3643 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003644 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003645 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003646 padding: 0;
3647}
Scott Main0e76e7e2013-03-12 10:24:07 -07003648.search_filtered .jd-selected {
3649 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003650 cursor:pointer;
3651}
Scott Main0e76e7e2013-03-12 10:24:07 -07003652.search_filtered .jd-selected,
3653.search_filtered .jd-selected a {
3654 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003655}
3656
3657.no-display {
3658 display: none;
3659}
3660
Scott Main0e76e7e2013-03-12 10:24:07 -07003661.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003662 font-size: 0.81em;
3663 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003664 margin: 0 0 2px;
3665 padding: 0;
3666 line-height:1.5em;
3667}
3668
Scott Main0e76e7e2013-03-12 10:24:07 -07003669.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003670 padding:0 5px;
3671 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003672 display:inline-block;
3673 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003674}
3675
Scott Main0e76e7e2013-03-12 10:24:07 -07003676.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003677 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003678 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003679 border: none;
3680 margin: 8px 0 2px;
3681 padding:1px 5px;
3682 line-height:1.5em;
3683}
Scott Main0e76e7e2013-03-12 10:24:07 -07003684.search_filtered li.header.small {
3685 font-size:0.85em;
3686}
Scott Main7e447ed2013-02-19 17:22:37 -08003687
Scott Main98a2a712013-07-17 13:15:04 -07003688.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003689.search_filtered li.header {
3690 color:#aaa;
3691 font-size: 0.81em;
3692}
3693
3694.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003695 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003696}
3697
3698.show-item {
3699 display: table-row;
3700}
3701.hide-item {
3702 display: hidden;
3703}
3704
3705
3706
3707
3708
3709/* SEARCH RESULTS */
3710
Scott Maine4d8f1b2012-06-21 18:03:05 -07003711
3712#leftSearchControl .gsc-twiddle {
3713 background-image : none;
3714}
3715
3716#leftSearchControl td, #searchForm td {
3717 border: 0px solid #000;
3718 padding:0;
3719}
3720
3721#leftSearchControl .gsc-resultsHeader .gsc-title {
3722 padding-left : 0px;
3723 font-weight : bold;
3724 font-size : 13px;
3725 color:#006699;
3726 display : none;
3727}
3728
3729#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3730 display : none;
3731}
3732
3733#leftSearchControl .gsc-resultsRoot {
3734 padding-top : 6px;
3735}
3736
3737#leftSearchControl div.gs-visibleUrl-long {
3738 display : block;
3739 color:#006699;
3740}
3741
3742#leftSearchControl .gsc-webResult {
3743 padding:0 0 20px 0;
3744}
3745
3746.gsc-webResult div.gs-visibleUrl-short,
3747table.gsc-branding,
3748.gsc-clear-button {
3749 display : none;
3750}
3751
3752.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3753.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3754#leftSearchControl a,
3755#leftSearchControl a b {
3756 color:#006699;
3757}
3758
3759.gsc-resultsHeader {
3760 display: none;
3761}
3762
3763/* Disable built in search forms */
3764.gsc-control form.gsc-search-box {
3765 display : none;
3766}
3767table.gsc-search-box {
3768 margin:6px 0 0 0;
3769 border-collapse:collapse;
3770}
3771
3772td.gsc-input {
3773 padding:0 2px;
3774 width:100%;
3775 vertical-align:middle;
3776}
3777
3778input.gsc-input {
3779 border:1px solid #BCCDF0;
3780 width:99%;
3781 padding-left:2px;
3782 font-size:.95em;
3783}
3784
3785td.gsc-search-button {
3786 text-align: right;
3787 padding:0;
3788 vertical-align:top;
3789}
3790
3791
3792#searchResults {
3793 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3794(it doesn't) */
3795 height:auto;
3796}
3797
3798#searchResults .gsc-control {
3799 position:relative;
3800 width:auto;
3801 padding:0 0 10px;
3802}
3803
3804#searchResults .gsc-tabsArea {
3805 position:relative;
3806 white-space:nowrap;
3807 float:left;
3808 width:200px;
3809}
3810
3811#searchResults .gsc-above-wrapper-area {
3812 display:none;
3813}
3814
3815#searchResults .gsc-resultsbox-visible {
3816 float:left;
3817 width:720px;
3818 margin-left:20px;
3819}
3820
3821#searchResults .gsc-tabHeader {
3822 padding: 3px 6px;
3823 position:relative;
3824 width:auto;
3825 display:block;
3826}
3827
3828#searchResults h2#searchTitle {
3829 padding:0;
3830 margin:5px 0;
3831 border:none;
3832}
3833
3834#searchResults h2#searchTitle em {
3835 font-style:normal;
3836 color:#33B5E5;
3837}
3838
3839#searchResults .gsc-table-result {
3840 margin:5px 0 10px 0;
3841 background-color:transparent;
3842}
3843#searchResults .gs-web-image-box, .gs-promotion-image-box {
3844 width:120px;
3845}
3846#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3847 max-width:120px;
3848}
3849
3850#searchResults .gsc-table-result .gsc-thumbnail {
3851 padding:0 20px 0 0;
3852}
3853
3854#searchResults td {
3855 background-color:transparent;
3856}
3857
3858#searchResults .gsc-expansionArea {
3859 position:relative;
3860}
3861#searchResults .gsc-tabsArea .gsc-cursor-box {
3862 width:200px;
3863 padding:20px 0 0 1px;
3864}
3865#searchResults .gsc-cursor-page {
3866 display:inline-block;
3867 float:left;
3868 margin:-1px 0 0 -1px;
3869 padding:0;
3870 height:27px;
3871 width:27px;
3872 text-align:center;
3873 line-height:2;
3874}
3875
3876#searchResults .gsc-tabHeader.gsc-tabhInactive,
3877#searchResults .gsc-cursor-page {
3878 text-decoration:none;
3879 color:#258AAF;
3880 border: solid 1px #DADADA;
3881}
3882
3883#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3884#searchResults .gsc-cursor-page:hover {
3885 border-color: #DBDBDB;
3886 background-color: #F3F3F3;
3887 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3888 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3889 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3890 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3891 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3892 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3893 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3894EndColorStr='#ececec');
3895 color: #33B5E5;
3896}
3897
3898#searchResults .gsc-tabHeader.gsc-tabhActive,
3899#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3900#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3901#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3902 color:#fff;
3903 background-color: #09C;
3904 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3905 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3906 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3907 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3908 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3909 background-image: linear-gradient(top, #2FADDB, #09C);
3910 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3911 border: 1px solid #3990AB;
3912 z-index:100;
3913}
3914
3915}
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929/*********** PREVIOUSLY dac-styles.css ***************/
3930
3931
Scott Maine4d8f1b2012-06-21 18:03:05 -07003932#header {
3933 border-bottom:0;
3934}
3935
3936#header .wrap {
3937 max-width:940px;
3938 height:41px;
3939 border-bottom:1px solid;
3940 border-color: #ccc;
3941 position:relative;
3942}
3943
3944.about #header .wrap {
3945 border-color: #9933CC;
3946}
3947
3948.design #header .wrap {
3949 border-color: #33b5e5;
3950}
3951
3952.develop #header .wrap {
3953 border-color: #F80;
3954}
3955
3956.distribute #header .wrap {
3957 border-color: #9C0;
3958}
3959
3960.logo a {
3961 width:123px;
3962 float:left;
3963}
3964
3965#header .logo {
3966 margin-top: -6px;
3967 margin-left: 0px;
3968 margin-bottom:0px;
3969 width: 160px;
3970 padding-right:10px;
3971}
3972
3973.search {
3974 height:25px;
3975 margin-top: -3px;
3976 margin-bottom: 0px;
3977}
3978
3979
3980
3981/* Quicknav */
3982.btn-quicknav {
3983 width:20px;
3984 height:28px;
3985 float:left;
3986 margin-left:6px;
3987 padding-right:10px;
3988 position:relative;
3989 cursor:pointer;
3990 border-right:1px solid #CCC;
3991}
3992
3993.btn-quicknav a {
3994 zoom:1;
3995 position:absolute;
3996 top:13px;
3997 left:5px;
3998 display:block;
3999 text-indent:-9999em;
4000 width:10px;
4001 height:5px;
4002 background:url(../images/quicknav_arrow.png) no-repeat;
4003}
4004
4005.btn-quicknav a.arrow-active {
4006 background-position: 0 -5px;
4007 display:none;
4008}
4009
4010#header-wrap.quicknav a.arrow-inactive {
4011 display:none;
4012}
4013
4014.btn-quicknav.active a.arrow-active {
4015 display:block;
4016}
4017
4018.nav-x li {
4019 display:block;
4020 float:left;
4021 margin-right:45px;
4022 -webkit-transition: all 0.25s linear;
4023 -moz-transition: all 0.25s linear;
4024 -ms-transition: all 0.25s linear;
4025 -o-transition: all 0.25s linear;
4026 transition: all 0.25s linear;
4027}
4028
4029#header-wrap.quicknav .nav-x li {
4030 min-width:160px;
4031 margin-right:20px;
4032}
4033
4034#header-wrap.quicknav li.last {
4035 margin-right:0px;
4036}
4037
4038#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07004039 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004040 clear:both;
4041 margin-left:180px;
4042 margin-top:-30px;
4043 display:none;
4044 overflow:hidden;
4045}
4046
4047#header-wrap.quicknav #quicknav {
4048
4049}
4050
4051#quicknav ul {
4052 margin:10px 0;
4053 padding:0;
4054}
4055
4056#quicknav ul li.design {
4057 border-top:1px solid #33b5e5;
4058}
4059
4060#quicknav ul li.develop {
4061 border-top:1px solid #FF8800;
4062}
4063
4064#quicknav ul li.distribute {
4065 border-top:1px solid #99cc00;
4066}
4067
4068#quicknav ul li {
4069 display:block;
4070 float:left;
4071 margin:0 20px 0 0;
4072 min-width:140px;
4073}
4074
4075#quicknav ul li.last {
4076 margin-right:0px;
4077}
4078
4079#quicknav ul li ul li {
4080 float:none;
4081}
4082
4083#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07004084 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004085}
4086
4087#quicknav ul li li ul,
4088#quicknav ul li li ul li {
4089 margin:0;
4090}
4091
4092#quicknav ul li li ul li:before {
4093 content:"\21B3";
4094}
4095
4096#header-wrap {
4097 -webkit-transition: all 0.25s ease-out;
4098 -moz-transition: all 0.25s ease-out;
4099 -ms-transition: all 0.25s ease-out;
4100 -o-transition: all 0.25s ease-out;
4101 transition: all 0.25s ease-out;
4102
4103}
4104
4105#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07004106 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07004107
Scott Maine4d8f1b2012-06-21 18:03:05 -07004108}
4109
4110/* SEARCH AND MORE */
4111.search {
4112 position: absolute;
4113 width: 50px;
4114 height:28px;
4115 display: block;
4116 margin-top:-3px;
4117 margin-bottom:7px;
4118 overflow:hidden;
4119 z-index:100;
4120 right:54px;
4121 -webkit-transition: width 0.4s ease;
4122 -moz-transition: width 0.4s ease;
4123 -o-transition: width 0.4s ease;
4124 transition: width 0.4s ease;
4125}
4126
4127.search #search-btn {
4128 width:50px;
4129 height:28px;
4130 background:url(../images/icon_search.png) no-repeat;
4131 float:left;
4132}
4133
4134.search-inner {
4135 width:245px;
4136}
4137
4138.search:hover, .search.active {
4139 width:245px;
4140}
4141
4142.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004143 position: absolute;
4144 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004145}
4146
4147.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004148 width: 214px;
4149 height: 1px;
4150 top: 24px;
4151 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004152}
4153
Scott Main98a2a712013-07-17 13:15:04 -07004154.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004155 height: 5px;
4156 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004157}
4158
4159.search .left {
4160 top: 22px;
4161 left: 56px;
4162 background-color:#CCC;
4163}
4164
4165.search .right {
4166 top: 22px;
4167 left: 238px;
4168 background-color:#CCC;
4169}
4170
4171.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004172 margin-top: 2px;
4173 width: 162px;
4174 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004175}
4176
4177.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004178 color: #2f2f2f;
4179 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004180 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004181 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004182 margin-left: 6px;
4183 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004184 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004185 background-color: transparent;
4186 border-bottom:1px solid #CCC;
4187 padding:0 0 0 4px;
4188 outline:none;
4189 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004190}
4191
4192.search:hover form input {
4193 border-bottom:1px solid #33B5E5;
4194}
4195
4196.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004197 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004198}
4199
4200.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004201 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004202}
4203
4204.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004205 color: #222;
4206 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004207}
4208
4209.moremenu {
4210 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004211 position: relative;
4212 width: 50px;
4213 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004214 display: block;
4215 margin-top:-3px;
4216 margin-bottom:7px;
4217 overflow:hidden;
4218 -webkit-transition: width 0.25s ease;
4219 -moz-transition: width 0.25s ease;
4220 -o-transition: width 0.25s ease;
4221 transition: width 0.25s ease;
4222}
4223
4224.moremenu #more-btn {
4225 width:40px;
4226 height:28px;
4227 background:url(../images/icon_more.png) no-repeat;
4228 border-left:1px solid #CCC;
4229 float:left;
4230 cursor:pointer;
4231}
4232
4233.moremenu:hover #more-btn {
4234 background-position:0 -28px;
4235}
4236
4237.morehover {
4238 position:absolute;
4239 right:6px;
4240 top:-9px;
4241 width:40px;
4242 height:35px;
4243 z-index:99;
4244 overflow:hidden;
4245
4246 -webkit-opacity:0;
4247 -moz-opacity:0;
4248 -o-opacity:0;
4249 opacity:0;
4250
4251 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004252 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004253 -o-transform-origin:100% 0%;
4254 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004255
Scott Maine4d8f1b2012-06-21 18:03:05 -07004256 -webkit-transition-property: -webkit-opacity;
4257 -webkit-transition-duration: .25s;
4258 -webkit-transition-timing-function:ease;
4259
Scott Main0e76e7e2013-03-12 10:24:07 -07004260 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004261 -moz-transition-duration: .25s;
4262 -moz-transition-timing-function:ease;
4263
Scott Main0e76e7e2013-03-12 10:24:07 -07004264 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004265 -o-transition-duration: .25s;
4266 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004267
Scott Main0e76e7e2013-03-12 10:24:07 -07004268 transition-property: opacity;
4269 transition-duration: .25s;
4270 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004271}
4272
Scott Maine05e6f92013-01-29 13:34:17 -08004273.morehover:hover,
4274.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004275 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004276 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004277 width:268px;
4278 -webkit-transition-property:height, -webkit-opacity;
4279}
4280
4281.morehover .top {
4282 width:268px;
4283 height:39px;
4284 background:url(../images/more_top.png) no-repeat;
4285}
4286
4287.morehover .mid {
4288 width:228px;
4289 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004290 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004291}
4292
4293.morehover .mid .header {
4294 border-bottom:1px solid #ccc;
4295 font-weight:bold;
4296}
4297
4298.morehover .bottom {
4299 width:268px;
4300 height:6px;
4301 background:url(../images/more_bottom.png) no-repeat;
4302}
4303
4304.morehover ul {
4305 margin:10px 10px 20px 0;
4306}
4307
4308.morehover ul li {
4309 list-style:none;
4310}
4311
4312.morehover ul li.active a,
4313.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004314 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004315}
4316
4317.morehover ul li.active img {
4318 margin-right:4px;
4319}
4320
4321
4322
4323
4324/* MARQUEE */
4325.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004326 width:100%;
4327 overflow:hidden;
4328 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004329}
4330.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004331 position:absolute;
4332 top:50%;
4333 left:0px;
4334 margin-top:-36px;
4335 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004336}
4337.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004338 position:absolute;
4339 top:50%;
4340 margin-top:-36px;
4341 z-index:99;
4342 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004343}
4344
4345.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004346 position:absolute;
4347 bottom:20px;
4348 width:100%;
4349 text-align:center;
4350 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004351}
4352.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004353 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004354}
4355.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004356 display: inline-block;
4357 width:12px;
4358 height:12px;
4359 text-indent:-8000px;
4360 list-style:none;
4361 margin: 0 2px;
4362 border-radius:6px;
4363 background-color:#ccc;
4364 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004365 -webkit-transition:color .5s ease-in;
4366 -moz-transition:color .5s ease-in;
4367 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004368 transition:color .5s ease-in;
4369}
4370.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004371 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004372}
4373.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004374 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004375}
4376.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004377 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004378}
4379.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004380 display:inline;
4381 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004382}
4383
4384
4385
4386
4387a.download-sdk {
4388 float:right;
4389 margin:-10px 0;
4390 height:30px;
4391 padding-top:4px;
4392 padding-bottom:0px;
4393}
4394
4395#nav-x {
4396 padding-top: 14px;
4397}
4398
Scott Main1d62fa82012-07-17 13:15:12 -07004399#nav-x .wrap {
4400 min-height:34px;
4401}
4402
Scott Maine4d8f1b2012-06-21 18:03:05 -07004403#nav-x .wrap,
4404#searchResults.wrap {
4405 max-width:940px;
4406 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004407}
4408
Scott Maina214d842012-07-16 17:14:40 -07004409#searchResults.wrap #leftSearchControl {
4410 min-height:700px
4411}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004412.nav-x {
4413 margin-left:0;
4414 margin-bottom:0;
4415}
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426/*
4427 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4428 */
4429
4430.jspContainer {
4431 overflow: hidden;
4432 position: relative;
4433}
4434
4435.jspPane {
4436 position: absolute;
Scott Main2d967c62013-03-11 09:21:07 -07004437 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004438}
4439
4440.jspVerticalBar {
4441 position: absolute;
4442 top: 0;
4443 right: 0;
4444 width: 4px;
4445 height: 100%;
4446 background: #f5f5f5;
4447}
4448
4449.jspHorizontalBar {
4450 position: absolute;
4451 bottom: 0;
4452 left: 0;
4453 width: 100%;
4454 height: 4px;
4455 background: #f5f5f5;
4456}
4457
4458.jspVerticalBar *,
4459.jspHorizontalBar * {
4460 margin: 0;
4461 padding: 0;
4462}
4463.jspCap {
4464 display: block;
4465}
4466
4467.jspVerticalBar .jspCap {
4468 height: 4px;
4469}
4470
4471.jspHorizontalBar .jspCap {
4472 width: 0;
4473 height: 100%;
4474}
4475
4476.jspHorizontalBar .jspCap {
4477 float: left;
4478}
4479
4480.jspTrack {
4481 position: relative;
4482}
4483
4484.jspDrag {
4485 background: #bbb;
4486 position: relative;
4487 top: 0;
4488 left: 0;
4489 cursor: pointer;
4490}
4491
4492.jspDrag:hover,
4493.jspDrag:active {
4494 border-color: #09c;
4495 background-color: #4cadcb;
4496 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4497 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4498 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4499 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4500 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4501 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004502 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004503}
4504
4505.jspHorizontalBar .jspTrack,
4506.jspHorizontalBar .jspDrag {
4507 float: left;
4508 height: 100%;
4509}
4510
4511.jspArrow {
4512 background: #999;
4513 text-indent: -20000px;
4514 display: block;
4515 cursor: pointer;
4516}
4517
4518.jspArrow.jspDisabled {
4519 cursor: default;
4520 background: #ccc;
4521}
4522
4523.jspVerticalBar .jspArrow {
4524 height: 16px;
4525}
4526
4527.jspHorizontalBar .jspArrow {
4528 width: 16px;
4529 float: left;
4530 height: 100%;
4531}
4532
4533.jspVerticalBar .jspArrow:focus {
4534 outline: none;
4535}
4536
4537.jspCorner {
4538 float: left;
4539 height: 100%;
4540}
4541
4542/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4543* html .jspCorner {
4544 margin: 0 -3px 0 0;
4545}
4546/******* end of jscrollpane *********/
4547
4548
4549
4550
4551
4552/************ DEVELOP HOMEPAGE ******************/
4553
4554/* Slideshow */
4555.slideshow-develop {
4556 height: 300px;
4557 width: 940px;
4558 position: relative;
4559 overflow:hidden;
4560}
4561.slideshow-develop .frame {
4562 width: 940px;
4563 height: 300px;
4564}
4565.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004566 max-width:350px;
4567 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004568 margin:20px 0 0 90px;
4569 -webkit-transform: perspective(800px ) rotateY( 35deg );
4570 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4571 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4572 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4573}
4574.slideshow-develop img.play.no-shadow {
4575 box-shadow: none;
4576 -moz-box-shadow: none;
4577 -webkit-box-shadow: none;
4578}
4579.slideshow-develop img.play.no-transform {
4580 -webkit-transform: none;
4581}
4582.slideshow-develop a.slideshow-next {
4583 background: url(../images/arrow-right-develop.png);
4584}
4585.slideshow-develop a.slideshow-prev {
4586 background: url(../images/arrow-left-develop.png);
4587}
4588.slideshow-develop .content-right {
4589 float: left;
4590}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004591.slideshow-develop .content-right h2 {
4592 padding:0;
4593 margin-bottom:10px;
4594 border:none;
4595}
4596.slideshow-develop .item {
4597 height: 300px;
4598 width: 940px;
4599}
4600.slideshow-develop .pagination ul li.active {
4601 background-color: #F80;
4602}
4603.slideshow-develop .pagination ul li.active:hover {
4604 background-color: #F80;
4605}
Scott Main0e585702012-10-22 20:30:22 -07004606.slideshow-develop .item hr {
4607 margin:5px 0 10px;
4608}
4609.slideshow-develop .item p {
4610 margin:10px 0;
4611}
4612.slideshow-develop .item p.title-intro {
4613 position:absolute;
4614 margin:0;
4615}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004616
4617/* Feeds */
4618.feed ul {
4619 margin: 0;
4620}
4621.feed .feed-nav {
4622 height: 25px;
4623 border-bottom: 1px solid #CCC;
4624}
4625.feed .feed-nav li {
4626 list-style: none;
4627 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004628 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004629 margin-right: 25px;
4630 cursor: pointer;
4631}
4632.feed .feed-nav li.active {
4633 color: #000;
4634 border-bottom: 4px solid #F80;
4635}
4636.feed .feed-container {
4637 overflow: hidden;
4638 width: 460px;
4639}
4640.feed .feed-container .feed-frame {
4641 width: 1000px;
4642}
4643.feed .feed-container .feed-frame ul {
4644 float: left;
4645 width:460px;
4646}
4647.feed .feed-container .feed-frame ul ul {
4648 float: none;
4649 margin:10px 0 0 30px;
4650}
4651.feed .feed-container .feed-frame li {
4652 list-style: none;
4653 margin: 20px 0 20px 0;
4654 width: 460px;
4655 height:93px;
4656}
4657.feed .feed-container .feed-frame li.playlist {
4658 height:auto;
4659}
4660.feed .feed-container .feed-frame li.playlist a {
4661 height:93px;
4662 display:block;
4663}
4664.feed .feed-container .feed-frame li.more {
4665 height:20px;
4666 margin:10px 0 5px 5px;
4667}
4668.feed .feed-container .feed-frame li.more a {
4669 height:inherit;
4670}
4671.feed .feed-container .feed-frame li.playlist-video {
4672 list-style: none;
4673 margin: 0;
4674 width: 460px;
4675 height:55px;
4676 font-size:12px;
4677}
4678.feed .feed-container .feed-frame li.playlist-video a {
4679 height:45px;
4680 padding:5px;
4681}
4682.feed .feed-container .feed-frame li.playlist-video h5 {
4683 font-size:12px;
4684 line-height:13px;
4685 margin:0;
4686}
4687.feed .feed-container .feed-frame li.playlist-video p {
4688 margin:5px 0 0;
4689 line-height:15px;
4690}
4691.feed-container .feed-frame div.feed-image {
4692 float: left;
4693 border: 1px solid #999;
4694 margin:0 20px 0 0;
4695 width:122px;
4696 height:92px;
4697 background:url('../images/blog-default.png') no-repeat 0 0;
4698 background-size:180px;
4699}
4700#jd-content .feed .feed-container .feed-frame li img {
4701 float: left;
4702 border: 1px solid #999;
4703 margin:0 20px 0 0;
4704 width:122px;
4705 height:92px;
4706}
4707#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4708 width:inherit;
4709 height:inherit;
4710}
4711
4712.feed .feed-container .feed-frame li a,
4713.feed .feed-container .feed-frame li a:active {
4714 color:#555 !important;
4715}
4716
4717.feed .feed-container .feed-frame li a:hover,
4718.feed .feed-container .feed-frame li a:hover * {
4719 color:#7AA1B0 !important;
4720}
4721
4722/* Video player */
4723#player-wrapper {
4724 display:none;
4725 margin: -1px auto 0;
4726 position: relative;
4727 width: 940px;
4728 height: 0px;
4729}
4730#player-frame {
4731 background: #EFEFEF;
4732 border: 1px solid #CCC;
4733 padding: 0px 207px;
4734 z-index: 10; /* stay above marque, but below search suggestions */
4735 width: 525px;
4736 height: 330px;
4737 position: relative;
4738}
4739
4740
4741
4742/************ DISTRIBUTE HOMEPAGE ***************/
4743
4744.marquee {
4745 width: 760px;
4746}
4747.marquee .main-img {
4748 float: left;
4749 margin-top: 20px;
4750 width: 490px;
4751}
4752.marquee .copy {
4753 width: 270px;
4754 float: left;
4755 margin-top: 30px;
4756}
4757.distribute-features {
4758 margin: 0;
4759}
4760.distribute-features ul {
4761 margin: 0;
4762}
4763.distribute-features ul li {
4764 list-style: none;
4765 float: left;
4766 border-top: 1px solid #9C0;
4767 width: 220px;
4768 margin-right: 50px;
4769}
4770.distribute-features ul li.last {
4771 margin-right: 0px;
4772}
4773
Dirk Doughertye5862e82013-05-15 02:19:54 -07004774.distribute-features .distribute-link li a {
4775 color:red !important;
4776}
4777
4778.distribute-features .distribute-link li a,
4779.distribute-features .distribute-link li a:active {
4780 color:#555 !important;
4781}
4782
4783.distribute-features .distribute-link li a:hover,
4784.distribute-features .distribute-link li a:hover * {
4785 color:#7AA1B0 !important;
4786}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004787
Scott Main8fa53512012-11-30 20:16:42 -08004788
Scott Maine4d8f1b2012-06-21 18:03:05 -07004789/************ DEVELOP TOPIC CONTAINERS ************/
4790
4791.landing-banner,
4792.landing-docs {
4793 margin:20px 0 0;
4794}
Scott Main8fa53512012-11-30 20:16:42 -08004795.landing-banner div:first-child,
4796.landing-docs div:first-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004797.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004798 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004799 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004800}
Scott Main8fa53512012-11-30 20:16:42 -08004801.landing-banner div:last-child,
4802.landing-docs div:last-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004803.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004804 margin-right:0;
4805}
4806
4807.landing-banner h1 {
4808 margin-top:0;
4809}
Scott Main0e71cee2012-08-07 13:59:43 -07004810.landing-docs {
4811 clear:left;
Scott Maine6850d22012-10-08 15:59:01 -07004812 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004813}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004814.landing-docs h3 {
4815 font-size:14px;
4816 line-height:21px;
4817 color:#555;
4818 text-transform:uppercase;
4819 border-bottom:1px solid #CCC;
4820 margin:0 0 20px;
4821}
4822.landing-docs a {
4823 color:#333 !important;
4824}
Robert Ly40e90992012-11-28 17:46:17 -08004825
Scott Maine4d8f1b2012-06-21 18:03:05 -07004826.landing-docs a:hover,
4827.landing-docs a:hover * {
4828 color:#7AA1B0 !important
4829}
4830
Robert Ly40e90992012-11-28 17:46:17 -08004831.landing-docs .normal-links a {
4832 color:#258aaf !important;
4833}
4834
Scott Maine4d8f1b2012-06-21 18:03:05 -07004835.plusone {
4836 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004837}
Scott Main9edfa6d2012-08-14 15:04:40 -07004838
4839
4840
4841/************* HOME/LANDING PAGE *****************/
4842
4843.slideshow-home {
4844 height: 500px;
4845 width: 940px;
4846 border-bottom: 1px solid #CCC;
4847 position: relative;
4848 margin: 0;
4849}
4850.slideshow-home .frame {
4851 width: 940px;
4852 height: 500px;
4853}
4854.slideshow-home .content-left {
4855 float: left;
4856 text-align: center;
4857 vertical-align: center;
4858 margin: 0 0 0 35px;
4859}
4860.slideshow-home .content-right {
4861 margin: 80px 0 0 0;
4862}
4863.slideshow-home .content-right p {
4864 margin-bottom: 10px;
4865}
4866.slideshow-home .content-right p:last-child {
4867 margin-top: 15px;
4868}
4869.slideshow-home .content-right h1 {
4870 padding:0;
4871}
4872.slideshow-home .item {
4873 height: 500px;
4874 width: 940px;
4875}
4876.home-sections {
4877 padding: 30px 20px 20px;
4878 margin: 20px 0;
4879 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4880}
4881.home-sections ul {
4882 margin: 0;
4883}
4884.home-sections ul li {
4885 float: left;
4886 display: block;
4887 list-style: none;
4888 width: 170px;
4889 height: 35px;
4890 border: 1px solid #ccc;
4891 background: white;
4892 margin-right: 10px;
4893 border-radius: 1px;
4894 -webkit-border-radius: 1px;
4895 -moz-border-radius: 1px;
4896 box-shadow: 1px 1px 5px #EEE;
4897 -webkit-box-shadow: 1px 1px 5px #EEE;
4898 -moz-box-shadow: 1px 1px 5px #EEE;
4899 background: white;
4900}
4901.home-sections ul li:hover {
4902 background: #F9F9F9;
4903 border: 1px solid #CCC;
4904}
4905.home-sections ul li a,
4906.home-sections ul li a:hover {
4907 font-weight: bold;
4908 margin-top: 8px;
4909 line-height: 18px;
4910 float: left;
4911 width: 100%;
4912 text-align: center;
4913 color: #09c !important;
4914}
4915.home-sections ul li a {
4916 font-weight: bold;
4917 margin-top: 8px;
4918 line-height: 18px;
4919 float: left;
4920 width:100%;
4921 text-align:center;
4922}
4923.home-sections ul li img {
4924 float: left;
4925 margin: -8px 0 0 10px;
4926}
4927.home-sections ul li.last {
4928 margin-right: 0px;
4929}
Scott Mainf5089842012-08-14 16:31:07 -07004930.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07004931 margin-top: -40px;
4932}