blob: 83d32d30d8cccece5c1dcae3b92da3cb281d64f1 [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
Scott Mainafc4db32013-11-20 16:53:12 -08001900.sidebox > *:last-child {
1901 margin-bottom:0;
1902}
1903
Scott Maine4d8f1b2012-06-21 18:03:05 -07001904#tb ol,
1905#tb ul,
1906#qv ul {
1907 margin:0 15px 10px 35px;
1908}
1909
1910#qv ol {
1911 list-style:none;
1912 margin:0 15px 15px;
1913 font-size:inherit;
1914 line-height:inherit;
1915}
1916
1917#tb ol ol,
1918#tb ul ul,
1919#qv ol ol,
1920#qv ul ul,
1921.sidebox ol ol,
1922.sidebox ul ul {
1923 margin-bottom:0;
1924}
1925
1926#qv ol ol {
1927 margin:3px 0 3px 15px;
1928}
1929
1930.sidebox p,
1931#qv p,
1932#tb p {
1933 margin: 0 0 10px;
1934}
1935
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001936/* related resources blocks in checklists */
1937
1938.rel-resources {
1939 margin:10px 0px;
1940 border:1px solid #ccc;
1941 background-color:rgba(0, 0, 0, 0.027451);
1942 border:1px solid #ccc;
1943 font-size:13px;
1944 color:#6f6f6f;
1945}
1946
1947.rel-resources ul {
1948padding: .5em 1em 0 1em;
1949}
1950
1951.rel-resources a {
1952font-weight:500;
1953}
1954
1955.rel-resources h3 {
1956 margin:4px 15px 0px 15px;
1957 font-size:13px;
1958 font-weight:600;
1959 text-transform:uppercase;
1960}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001961
1962/* --------------------------------------------------------------------------
1963Form
1964*/
1965.article form {
1966 margin: 0 0 20px;
1967}
1968.article form .form-required {
1969 color: #dd4b39;
1970}
1971.article form fieldset {
1972 margin: 0 0 20px;
1973 padding: 0;
1974}
1975.article form legend {
1976 display: block;
1977 line-height: 1.5;
1978 margin: 0;
1979 padding: 0;
1980}
1981/*
1982.article form ol, .article form ul {
1983 margin: 0 0 0 1em;
1984 padding: 0 0 0 1em;
1985}
1986[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1987 margin: 0 1em 0 0;
1988 padding: 0 1em 0 0;
1989}
1990.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1991ul ul {
1992 list-style: none;
1993 margin: 0;
1994 padding: 0;
1995}
1996.article form li {
1997 margin: 0 0 20px;
1998}
1999.article form li li {
2000 margin: 0 0 5px;
2001}
2002*/
2003.article form label {
2004 display: block;
2005 margin: 0 0 5px;
2006 padding: 0;
2007}
2008.article form input[type='text'], .article form select, .article form textarea, .article form
2009.checkbox-group, .article form .radio-group {
2010 margin-bottom: 15px;
2011}
2012.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08002013 width: 13px;
2014 height: 13px;
2015 background: #fff;
2016 border: solid 1px #c6c6c6;
2017 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002018}
2019.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08002020 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07002021}
2022.article form select {
2023 border: solid 1px #ebebeb;
2024 border-top-color: #ddd;
2025 -webkit-appearance: none;
2026 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2027 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07002028 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002029 line-height: normal;
2030 padding: 5px;
2031 width: 130px;
2032}
Scott Main98a2a712013-07-17 13:15:04 -07002033
Scott Maine4d8f1b2012-06-21 18:03:05 -07002034.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07002035 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002036}
2037.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08002038 height: auto;
2039 line-height: 25px;
2040 font-size: 11px;
2041 padding: 0 8px;
2042 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002043}
2044.article form input[type='text'], .article form textarea {
2045 border: 1px solid #ebebeb;
2046 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07002047 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002048 line-height: normal;
2049 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07002050 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002051}
2052.article form textarea {
2053 height: 150px;
2054}
2055.article form input[type='text']:focus, .article form textarea:focus {
2056 border-color: #33B5E5;
2057 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2058 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2059 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2060 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2061 outline: 0;
2062}
2063.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2064 color: #999;
2065}
2066.article form input[type='text'][disabled], .article form textarea[disabled] {
2067 background-color: #ebebeb;
2068}
2069form .form-error input[type='text'], form .form-error textarea {
2070 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002071 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002072}
2073.aside {
2074 -moz-border-radius: 2px;
2075 -webkit-border-radius: 2px;
2076 border-radius: 2px;
2077 margin: 10px 0;
2078 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002079 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002080 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002081 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002082}
2083/*
2084.aside, .notification, .promo {
2085 -moz-border-radius: 2px;
2086 -webkit-border-radius: 2px;
2087 border-radius: 2px;
2088 margin: 10px 0;
2089 padding: 10px;
2090 position: relative;
2091}
2092.aside>:first-child, .notification>:first-child, .promo>:first-child {
2093 margin-top: 0;
2094}
2095.aside>:last-child, .notification>:last-child, .promo>:last-child {
2096 margin-bottom: 0;
2097}
2098.aside {
2099 background: #f9f9f9;
2100}
2101.notification {
2102 background: #fffbe4;
2103 border-color: #f8f6e6;
2104}
2105.promo {
2106 background: #f6f9ff;
2107 border-color: #eff2f9;
2108}
2109*/
Scott Maindb3678b2012-10-23 14:13:41 -07002110
2111/* SDK TOS styles */
2112
2113div.sdk-terms {
2114 white-space: pre-wrap;
2115 word-wrap: break-word;
2116 font-family: inherit;
2117 font-size: inherit;
2118 padding: 10px;
2119 height: 370px;
2120 width: 738px;
2121 border: 1px solid #444;
2122 background: transparent;
2123 overflow:auto;
2124 margin:0 0 10px;
2125}
2126
2127div.sdk-terms.fullsize {
2128 padding: 0;
2129 height: auto;
2130 width: auto;
2131 border:none;
2132}
2133
2134div.sdk-terms h3,
2135div.sdk-terms h2 {
2136 margin:0;
2137}
2138
2139div#sdk-terms-form {
2140 padding:0 0 0 10px;
2141}
2142
Scott Main11ac05b2012-11-15 14:57:44 -08002143div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002144 display:inline;
2145 margin:4px 4px 4px 0;
2146}
2147
2148
Scott Maine4d8f1b2012-06-21 18:03:05 -07002149/* --------------------------------------------------------------------------
2150Code Style
2151*/
2152pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002153 margin:0 0 1em 0;
2154 padding: 1em;
2155 overflow: auto;
2156 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002157 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002158}
Scott Main70557ee2013-10-30 14:47:40 -07002159.str { color: #800; } /* Code string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002160.kwd { color: #008; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07002161.typ { color: #606; }
2162.lit { color: #066; }
2163.pun { color: #660; }
2164.pln { color: #000; }
2165.tag { color: #008; }
2166.atn { color: #828; }
Scott Main70557ee2013-10-30 14:47:40 -07002167.atv { color: #800; } /* XML string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002168.dec { color: #606; }
2169
2170/* --------------------------------------------------------------------------
2171Three-Pane
2172*/
2173/* Package Nav & Classes Nav */
2174.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002175 position: relative;
2176 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002177}
2178#packages-nav .js-pane,
2179#classes-nav .js-pane {
2180 overflow:visible;
2181}
2182#packages-nav {
2183 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002184 max-height: inherit;
2185 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002186 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002187}
2188#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002189 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002190 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002191}
2192#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002193 list-style-type: none;
2194 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002195 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002196}
2197#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002198 font-weight: bold;
2199 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002200}
2201#packages-nav li,
2202#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002203 margin: 0;
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 a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002207 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002208}
2209#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2210#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2211#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002212 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002213 font-weight: normal;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002214}
2215#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2216#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002217 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002218}
2219#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2220a:visited,
2221#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2222a:visited,
2223#nav-tree li div.selected {
2224 font-weight: 500;
2225 color: #0099cc;
2226 background-color:#fff; }
2227 #packages-nav li.selected ul li a,
2228 #classes-nav li.selected ul li a {
2229 /* don't highlight child items */
2230 color: #555555; }
2231#nav-tree li div.selected a {
2232 font-weight: 500;
2233 color: #0099cc;
2234}
2235#nav-swap {
2236 height:30px;
2237 border-top:1px solid #ccc;
2238}
2239#nav-swap a {
2240 display:inline-block;
2241 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002242 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002243 font-size: 12px;
2244 padding: 5px 0 5px 5px;
2245}
2246
2247#nav-swap .fullscreen {
2248 float: right;
2249 width: 24px;
2250 height: 24px;
2251 text-indent: -1000em;
2252 padding:0;
2253 margin:3px 5px 0;
2254 background: url(../images/fullscreen.png) no-repeat -24px 0;
2255}
2256#nav-swap .fullscreen.disabled {
2257 background-position: 0 0;
2258}
Scott Main98a2a712013-07-17 13:15:04 -07002259#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002260#nav-swap .fullscreen:focus {
2261 cursor:pointer;
2262}
2263
2264
2265/* nav tree */
2266#side-nav, #devdoc-nav, #swapper,
2267#nav-tree, #tree-list {
2268 overflow:hidden;
2269 margin-left:0;
2270}
2271
2272#nav-tree ul {
2273 list-style:none;
2274 padding:0;
2275 margin:10px 0;
2276}
2277
2278#nav-tree ul li div {
2279 padding:0 0 0 4px;
2280}
2281
2282#side-nav #nav-tree ul li a,
2283#side-nav #nav-tree ul li span.no-children {
2284 padding: 0;
2285 margin: 0;
2286}
2287
2288#nav-tree .plus {
2289 margin: 0 3px 0 0;
2290}
2291
2292#nav-tree ul ul {
2293 list-style: none;
2294 margin: 0;
2295 padding: 0 0 0 0;
2296}
2297
2298#nav-tree ul li {
2299 margin: 0;
2300 padding: 0 0 0 0;
2301 white-space: nowrap;
2302}
2303
2304#nav-tree .children_ul {
2305 padding:0;
2306 margin:0;
2307}
2308#nav-tree .children_ul li div {
2309 padding:0 0 0 10px;
2310}
2311#nav-tree .children_ul .children_ul li div {
2312 padding:0 0 0 20px;
2313}
2314
2315#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002316 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002317 text-decoration: none;
2318}
2319
2320#nav-tree span.label {
2321 width: 100%;
2322}
2323
2324#nav-tree {
2325 overflow-x: auto;
2326 overflow-y: scroll;
2327 outline:0;
2328}
2329
2330
2331/* Content */
2332#doc-col {
2333 margin-right:0;
2334}
2335#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002336 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002337}
2338#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002339 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002340}
2341#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002342 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002343}
2344#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002345 line-height: 0;
2346 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002347}
2348#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002349 float: right;
2350 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002351}
2352#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002353 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002354}
2355#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002356 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002357}
2358#api-nav-header {
2359 height:19px; /* plus 16px padding = 35; same as #nav li */
2360 font-size:14px;
2361 padding: 8px 0;
2362 margin: 0;
2363 border-bottom: 1px solid #CCC;
2364 background:#e9e9e9;
2365 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2366
2367}
2368#api-nav-title {
2369 padding:0 5px;
2370 white-space:nowrap;
2371}
2372
2373#api-level-toggle {
2374 float:right;
2375 padding:0 5px;
2376}
2377
2378#api-level-toggle label {
2379 margin:0;
2380 vertical-align:top;
2381 line-height: 19px;
2382 font-size:13px;
2383 height: 19px;
2384}
2385
2386#api-level-toggle .select-wrapper {
2387 width: 35px;
2388 display: inline-block;
2389 overflow: hidden;
2390}
2391#api-level-toggle select {
2392 border: 0;
2393 appearance:none;
2394 -moz-appearance:none;
2395 -webkit-appearance: none;
2396 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002397 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002398 height: 19px;
2399 line-height: 19px;
2400 padding: 0;
2401 margin:1px 0 0 0;
2402 width:150%;
2403 font-size:13px;
2404 vertical-align:top;
2405 outline:0;
2406}
2407
2408
2409/* Toggle for revision notes and stuff */
2410div.toggle-content.closed .toggle-content-toggleme {
2411 display:none;
2412}
2413
2414#jd-content img.toggle-content-img {
2415 margin:0 5px 5px 0;
2416}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002417
Scott Main220c3442012-07-16 15:40:17 -07002418div.toggle-content-toggleme {
2419 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002420}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002421
2422
2423/* API LEVEL FILTERED MEMBERS */
2424
2425.absent,
2426.absent a:link,
2427.absent a:visited,
2428.absent a:hover,
2429.absent * {
2430 color:#bbb !important;
2431 cursor:default !important;
2432 text-decoration:none !important;
2433}
2434#devdoc-nav li.absent.selected,
2435#devdoc-nav li.absent.selected *,
2436#devdoc-nav div.label.absent.selected,
2437#devdoc-nav div.label.absent.selected * {
2438 background-color:#eaeaea !important;
2439}
2440.absent h4.jd-details-title,
2441.absent h4.jd-details-title * {
2442 background-color:#f6f6f6 !important;
2443}
2444.absent img {
2445 opacity: .3;
2446 filter: alpha(opacity=30);
2447 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2448}
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458/* JQUERY RESIZABLE STYLES */
2459.ui-resizable { position: relative; }
2460.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2461.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2462/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2463body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2464.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2465border-bottom: solid 1px #ededed;
2466 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2467/*
Scott Main98a2a712013-07-17 13:15:04 -07002468.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002469cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24701px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2471*/
2472
2473/* --------------------------------------------------------------------------
2474Lightbox
2475*/
Scott Main98a2a712013-07-17 13:15:04 -07002476.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002477 width: 769px;
2478 padding: 1.5em;
2479 margin: 0 auto;
2480 border: solid 1px #dcdcdc;
2481 background: #fff;
2482 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2483 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2484 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002485}
2486.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002487 float: left;
2488 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002489 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002490}
2491.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002492 float: right;
2493 width: 10px;
2494 height: 10px;
2495 margin: -10px -10px 10px 0;
2496 text-indent: -1000em;
2497 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002498}
2499.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002500 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002501}
2502
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002503/* --------------------------------------------------------------------------
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002504Styles for samples browser
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002505*/
2506
Scott Main498d7102013-08-21 15:47:38 -07002507#codesample-wrapper {
Scott Main70557ee2013-10-30 14:47:40 -07002508 width:100000px; /* super wide to contain floats, but doesn't cause scroll */
Scott Main498d7102013-08-21 15:47:38 -07002509 overflow:visible;
2510}
2511pre#codesample-block {
2512 float:left;
2513 overflow:visible;
2514 background:transparent;
2515 border:none;
2516}
Scott Mainf1435b72013-10-30 16:27:38 -07002517pre#codesample-block a.number {
2518 display:none;
2519}
Scott Main498d7102013-08-21 15:47:38 -07002520pre#codesample-block .code-line:hover {
2521 background:#e7e7e7;
2522}
2523pre#codesample-line-numbers {
2524 float:left;
2525 width:2em;
2526 background:transparent;
2527 border:none;
2528 border-right:1px solid #ccc;
2529 padding-left:0;
2530 font-family:monospace;
2531 text-align:right;
2532 -webkit-touch-callout: none;
2533 -webkit-user-select: none;
2534 -khtml-user-select: none;
2535 -moz-user-select: -moz-none;
2536 -ms-user-select: none;
2537 user-select: none;
2538}
2539pre#codesample-line-numbers a {
2540 color:#999;
2541}
2542pre#codesample-line-numbers.hidden {
2543 display:none;
2544}
2545pre#codesample-block span.code-line {
2546 width:100%;
2547 display:inline-block;
2548}
2549
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002550/*
2551Styles for displaying image or video resources in samples browser.
2552Resources are marked as no-display if they exceed the size limit.
2553*/
2554div#codesample-resource img, div#codesample-resource video {
2555 border: 1px solid #ececec;
2556}
2557
2558div#codesample-resource.noDisplay div {
2559 border: 1px solid #ececec;
2560 width:120px;
2561 margin-bottom:4px;
2562 padding:20px;
2563}
2564
2565div#codesample-resource .noDisplay-message:after {
2566 font-style:italic;
2567 font-size:12px;
2568 content: 'This resource is not available for browsing. To view it, please download the project.';
2569}
2570
2571/*
2572Styles for project structure (treeview) page
2573*/
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002574.structure-dir {
2575background-image:url(../../assets/images/folder.png);
2576background-repeat:no-repeat;
2577background-position:16px 2px;
2578 margin:.25em 0 0 0;
2579 padding:0 0 0 0;
2580}
2581
2582.structure-toggleme {
2583 margin:0 0 0 3em;
2584 padding:0 0 0 0;
2585 text-decoration:none;
2586}
2587
2588.structure-java{
2589background-image:url(../../assets/images/file-java.png);
2590background-repeat:no-repeat;
2591background-position:0px 2px;
2592 margin:.3em 0 0 0;
2593 padding:.3em 0 .3em 22px;
2594}
2595
2596.structure-file {
2597background-image:url(../../assets/images/file-generic.png);
2598background-repeat:no-repeat;
2599background-position:0px 2px;
2600 margin:.3em 0 0 0;
2601 padding:.3em 0 .3em 22px;
2602}
2603
2604.structure-xml {
2605background-image:url(../../assets/images/file-xml.png);
2606background-repeat:no-repeat;
2607background-position:0px 2px;
2608 margin:.3em 0 0 0;
2609 padding:.3em 0 .25em 22px;
2610}
2611
2612.structure-img {
2613background-image:url(../../assets/images/file-image.png);
2614background-repeat:no-repeat;
2615background-position:0px 2px;
2616 margin:.3em 0 0 0;
2617 padding:.3em 0 .25em 22px;
2618}
2619
2620.structure-manifest {
2621background-image:url(../../assets/images/file-manifest.png);
2622background-repeat:no-repeat;
2623 margin:.0 0 0 1.25em;
2624 padding:0 0 0 22px;
2625 text-decoration:none;
2626}
2627
2628#jd-content .structure-toggle-img {
2629 margin:.5em 0 0 0;
2630padding-right:2.1em;
2631}
2632
2633.dirInfo {
2634 margin-left:2em;
2635}
2636
2637.structure-dir a {
2638 text-decoration:none;
2639}
2640
2641.structure-manifest a {
2642 text-decoration: none;
2643}
2644.structure-file a {
2645 text-decoration: none;
2646}
2647
2648.sampleEmbed {
2649 background-color:rgb(249, 249, 249);
2650}
2651
2652.sampleEmbed ol.lineNumbers {
2653 list-style-type: decimal;
2654 padding-left:1em;
2655}
2656
2657.sampleEmbed ol.lineNumbers li {
2658border-left:1px solid #ddd;
2659border-right:1px solid #ddd;
2660color:gray;
2661background-color:#f7f7f7;
2662margin:0 0 0 24px;
2663padding: 2px 2px 2px 6px;
2664}
2665
2666.sampleEmbed ol.lineNumbers li:hover {
2667background: #efefef;
2668}
2669
Scott Main0ad622b2013-09-04 21:14:06 -07002670.samples-nav li a {
2671 overflow: hidden;
2672 text-overflow: ellipsis;
2673 white-space: nowrap;
2674}
2675
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002676/* --------------------------------------------------------------------------
2677Styles for raw formatted line numbers (not used with listformatted version)
2678div.sampleLine div.lineNumber {
2679 display: inline;
2680}
2681div.sampleLine div.lineCode {
2682 display: inline;
2683 padding-left:6px;
2684}
2685div.sampleLine {
2686 padding:0;
2687 margin:0;
2688}*/
2689
Scott Maine4d8f1b2012-06-21 18:03:05 -07002690/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002691Butterbar
2692*/
2693#butterbar-wrapper {
2694 position:absolute;
2695 top:0;
2696 left:0;
2697 width:100%;
2698}
2699#butterbar {
2700 width:940px;
2701 margin:0 auto;
2702}
2703#butterbar-message {
2704 background-color:#f80;
2705 float:right;
2706 font-size:12px;
2707 font-weight:bold;
2708 padding:0 10px;
2709 border-radius: 0 0 5px 5px;
2710}
2711#butterbar-message a {color:#fff !important}
2712#butterbar-message a:hover {text-decoration:underline;}
2713
2714/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002715Misc
2716*/
2717
2718
2719.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002720 content: "";
2721 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002722}
2723.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002724 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002725}
2726.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002727 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002728}
2729table.blank th, table.blank td {
2730 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002731 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002732}
2733.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002734 margin: 0.5em 0 2em 0;
2735 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002736 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002737}
2738
Scott Main25c89dd2013-10-07 14:17:55 -07002739.nolist, .nolist ul, .nolist ol {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002740 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002741 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002742}
Scott Main5747d382012-11-30 12:02:42 -08002743#tb .nolist {
2744 margin-left:15px;
2745}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002746
Scott Main8aa725e2013-04-25 10:00:32 -07002747dl.xml>dt {
2748 text-transform:uppercase;
2749}
2750dl.xml dl.attr {
2751 margin-top:0;
2752}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002753
2754pre.classic {
2755 background-color:transparent;
2756 border:none;
2757 padding:0;
2758}
2759
2760p.img-caption {
2761 margin: -10px 0 20px;
2762 font-size:13px;
2763 color:#666;
2764}
2765
Scott Main48dd7f22013-02-21 10:52:02 -08002766div.figure,
2767div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002768 float:right;
2769 clear:right;
2770 margin:10px 0 0 0;
2771 padding:0 0 0 20px;
2772 /* width must be defined w/ an inline style matching the image width */
2773}
2774
Scott Main48dd7f22013-02-21 10:52:02 -08002775div.figure-left {
2776 float:left;
2777 clear:left;
2778 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002779 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002780 /* width must be defined w/ an inline style matching the image width */
2781}
2782
2783img.frame {
2784 border:1px solid #DDD;
2785 padding:4px;
2786}
2787
Scott Maine4d8f1b2012-06-21 18:03:05 -07002788p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002789 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002790 font-size:13px;
2791 color:#666;
2792}
2793
Scott Main24bbcd52012-09-21 14:33:43 -07002794p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002795 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002796 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002797 color:#666;
2798}
2799
Scott Main98a2a712013-07-17 13:15:04 -07002800div.note,
2801div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002802div.warning {
2803 margin: 0 0 15px;
2804}
2805
Scott Main98a2a712013-07-17 13:15:04 -07002806p.note, div.note,
2807p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002808p.warning, div.warning {
2809 padding: 0 0 0 10px;
2810 border-left: 4px solid;
2811}
2812
Scott Main24bbcd52012-09-21 14:33:43 -07002813p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002814 border-color: #258AAF;
2815}
2816
Scott Main24bbcd52012-09-21 14:33:43 -07002817p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002818 border-color: #FF8800;
2819}
2820
Scott Main24bbcd52012-09-21 14:33:43 -07002821p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002822 border-color: #ff4443;
2823}
2824
Scott Main412eaf22012-06-22 14:36:33 -07002825div.note.design {
2826 border-left: 4px solid #33B5E5;
2827}
2828
2829div.note.develop {
2830 border-left: 4px solid #F80;
2831}
2832
2833div.note.distribute {
2834 border-left: 4px solid #9C0;
2835}
2836
2837.note p, .caution p, .warning p {
2838 margin:0 0 5px;
2839}
2840
2841.note p:last-child, .caution p:last-child, .warning p:last-child {
2842 margin-bottom:0;
2843}
2844
Scott Main5b5ff1a2012-09-12 10:29:45 -07002845body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002846 display:block;
2847 float:right;
2848 width:280px;
2849 font-size:20px;
2850 font-style:italic;
2851 line-height:24px;
2852 color:#33B5E5;
2853 margin:0 0 20px 30px;
2854}
2855
Scott Maine4d8f1b2012-06-21 18:03:05 -07002856div.design-announce p {
2857 margin:0 0 10px;
2858}
2859
2860#devdoc-nav a.totop {
2861 display:block;
2862 top:0;
2863 width:inherit;
2864 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2865 text-indent:-9999em;
2866}
2867#devdoc-nav a.totop {
2868 position:fixed;
2869 display:none;
2870}
2871#devdoc-nav a.totop:hover {
2872 background-color:#33B5E5;
2873}
2874
2875.content-footer a.totop {
2876 text-transform:uppercase;
2877 line-height:30px;
2878}
2879
Scott Maindb3678b2012-10-23 14:13:41 -07002880.expandable {
2881 height:34px;
2882 padding-left:20px;
2883 position:relative;
2884}
2885.expandable:before {
2886 content: '';
2887 background-image: url(../images/styles/disclosure_down.png);
2888 background-repeat:no-repeat;
2889 background-position: -12px -9px;
2890 width: 20px;
2891 height: 20px;
2892 display: inline-block;
2893 position: absolute;
2894 top: 0;
2895 left: 0; }
2896}
2897.expandable.expanded:before {
2898 background-image: url(../images/styles/disclosure_up.png);
2899}
2900
Scott Mainaaf76642013-06-19 18:04:30 -07002901/* notice box for cross links between Design/Develop docs */
Scott Main13cd8f12013-11-12 11:50:59 -08002902a.notice-developers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002903a.notice-developers,
Scott Main13cd8f12013-11-12 11:50:59 -08002904a.notice-designers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002905a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002906 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002907 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002908 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002909 min-height:50px;
2910 margin:0 0 20px 20px;
2911 border:1px solid #ddd;
2912}
Scott Main13cd8f12013-11-12 11:50:59 -08002913a.notice-developers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002914a.notice-developers.wide,
Scott Main13cd8f12013-11-12 11:50:59 -08002915a.notice-designers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002916a.notice-designers.wide {
2917 width:278px;
2918}
Scott Main13cd8f12013-11-12 11:50:59 -08002919a.notice-developers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002920a.notice-developers div,
Scott Main13cd8f12013-11-12 11:50:59 -08002921a.notice-designers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002922a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002923 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002924 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2925 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002926 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002927}
Scott Mainaaf76642013-06-19 18:04:30 -07002928a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002929 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2930 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002931}
Scott Main13cd8f12013-11-12 11:50:59 -08002932a.notice-designers-video div {
2933 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px;
2934 background-size:40px 40px;
2935}
2936a.notice-developers-video div {
2937 background:url('../images/styles/notice-developers-video@2x.png') no-repeat 10px 10px;
2938 background-size:40px 40px;
2939}
2940a.notice-developers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002941a.notice-developers:hover,
Scott Main13cd8f12013-11-12 11:50:59 -08002942a.notice-designers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002943a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002944 background:#eee;
2945}
Scott Main13cd8f12013-11-12 11:50:59 -08002946a.notice-developers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002947a.notice-developers h3,
Scott Main13cd8f12013-11-12 11:50:59 -08002948a.notice-designers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002949a.notice-designers h3 {
Scott Main4e5b39d2013-11-13 16:49:22 -08002950 font-size:13px;
2951 line-height:18px;
2952 font-weight:bold;
Scott Maind2af6d22013-05-13 18:39:06 -07002953 text-transform:uppercase;
2954 color:#000 !important;
Scott Main4e5b39d2013-11-13 16:49:22 -08002955 margin:0 0 1px;
Scott Maind2af6d22013-05-13 18:39:06 -07002956}
Scott Main13cd8f12013-11-12 11:50:59 -08002957a.notice-developers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002958a.notice-developers p,
Scott Main13cd8f12013-11-12 11:50:59 -08002959a.notice-designers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002960a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002961 margin:0;
Scott Main4e5b39d2013-11-13 16:49:22 -08002962 line-height:14px;
Scott Main9bfcd732013-05-14 09:14:35 -07002963}
Scott Main13cd8f12013-11-12 11:50:59 -08002964a.notice-developers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002965a.notice-developers.left,
Scott Main13cd8f12013-11-12 11:50:59 -08002966a.notice-designers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002967a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002968 margin-left:0;
2969 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002970}
2971
2972
Scott Maind7026f72013-06-17 15:08:49 -07002973/* hide nested list items; companion to hideNestedLists() */
2974.hide-nested li ol,
2975.hide-nested li ul {
2976 display:none;
2977}
2978
2979a.header-toggle {
2980 display:block;
2981 float:right;
2982 text-transform:uppercase;
2983 font-size:.8em !important;
2984 font-weight:normal;
2985 margin-top:2px;
2986}
2987
2988
Dirk Doughertybec14292013-04-10 20:23:40 -07002989/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002990good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002991*/
Scott Maindb3678b2012-10-23 14:13:41 -07002992
Dirk Doughertybec14292013-04-10 20:23:40 -07002993div.example-block {
2994 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07002995 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07002996 background-color:#ccc;
2997 padding:4px;
2998 margin:.8em auto 1.5em 2em;
2999 width:260px;
3000 float:right;
3001}
3002/* red container */
3003.example-block.bad {
3004 background-image: url(/images/example-bad.png);
3005 background-color:#f4cccc;
3006}
3007/* green container */
3008.example-block.good {
3009 background-image: url(/images/example-good.png);
3010 background-color:#d9ead3;
3011}
3012/* container heading div */
3013#jd-content .example-block .heading {
3014 font-weight:bold;
3015 margin:6px 0 9px 36px;
3016 padding:6px auto;
3017}
3018/* container image (if any) */
3019#jd-content .example-block img {
3020 margin:0;
3021 padding:0px;
3022}
3023
3024.example-block table {
3025 margin:0;
3026}
Scott Maindb3678b2012-10-23 14:13:41 -07003027
Scott Maine4d8f1b2012-06-21 18:03:05 -07003028/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003029Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07003030*/
3031
3032div.dialog {
3033 height:0;
3034 margin:0 auto;
3035}
3036
3037div.dialog>div {
3038 z-index:99;
3039 position:fixed;
3040 margin:70px 0;
3041 width: 391px;
3042 height: 200px;
3043 background: #F7F7F7;
3044-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3045-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3046box-shadow: 0 0 15px rgba(0,0,0,0.5);
3047}
3048/* IE6 can't position fixed */
3049* html div.dialog div { position:absolute; }
3050
3051
3052div#deprecatedSticker {
3053 display:none;
3054 z-index:99;
3055 position:fixed;
3056 right:15px;
3057 top:114px;
3058 margin:0;
3059 padding:1em;
3060 background:#FFF;
3061 border:1px solid #dddd00;
3062 box-shadow:-5px 5px 10px #ccc;
3063 -moz-box-shadow:-5px 5px 10px #ccc;
3064 -webkit-box-shadow:-5px 5px 10px #ccc;
3065}
3066
3067div#naMessage {
3068 display:none;
3069 width:555px;
3070 height:0;
3071 margin:0 auto;
3072}
3073
3074div#naMessage div {
3075 z-index:99;
3076 width:450px;
3077 position:fixed;
3078 margin:50px 0;
3079 padding:4em 4em 3em;
3080 background:#FFF;
3081 border:1px solid #999;
3082 box-shadow:-10px 10px 40px #888;
3083 -moz-box-shadow:-10px 10px 40px #888;
3084 -webkit-box-shadow:-10px 10px 40px #888;
3085}
3086/* IE6 can't position fixed */
3087* html div#naMessage div { position:absolute; }
3088
3089div#naMessage strong {
3090 font-size:1.1em;
3091}
3092
3093
3094/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003095Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07003096*/
Scott Main98a2a712013-07-17 13:15:04 -07003097.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08003098 width: 20px;
3099 height: 36px;
3100 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003101}
3102.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08003103 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003104}
3105.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003106 content: "";
3107 display: table;
3108 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003109}
3110a.slideshow-next, a.slideshow-next:visited {
3111
Scott Mainb7f96372013-02-07 16:56:43 -08003112 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003113
Scott Mainb7f96372013-02-07 16:56:43 -08003114 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003115
3116}
3117
3118a.slideshow-prev, a.slideshow-prev:visited {
3119
Scott Main98a2a712013-07-17 13:15:04 -07003120 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003121
Scott Mainb7f96372013-02-07 16:56:43 -08003122 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003123
3124}
3125
3126.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3127
Scott Main98a2a712013-07-17 13:15:04 -07003128 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003129
3130}
3131
3132.slideshow-next:active, .slideshow-prev:active {
3133
Scott Main98a2a712013-07-17 13:15:04 -07003134 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003135
3136}
3137.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08003138 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07003139 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003140}
3141.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003142 display: inline-block;
3143 width: 12px;
3144 height: 12px;
3145 margin: 0 2px 20px 2px;
3146 background: #ccc;
3147 -webkit-border-radius: 50%;
3148 -moz-border-radius: 50%;
3149 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003150}
3151.slideshow-nav a:hover, .slideshow-nav a:focus {
3152
Scott Mainb7f96372013-02-07 16:56:43 -08003153 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003154}
3155
3156.slideshow-nav a:active {
3157
Scott Mainb7f96372013-02-07 16:56:43 -08003158 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003159 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003160 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3161 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3162 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003163}
3164.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003165 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003166}
3167/* --------------------------------------------------------------------------
3168Tabs
3169*/
3170ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003171 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003172 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003173}
3174ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003175 content: "";
3176 display: table;
3177 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003178}
3179ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003180 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003181 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003182}
3183ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003184 display: block;
3185 height: 36px;
3186 line-height: 36px;
3187 padding: 0 15px;
3188 margin-right: 2px;
3189 color: #222;
3190 -moz-border-radius-topleft: 2px;
3191 -moz-border-radius-topright: 2px;
3192 -moz-border-radius-bottomright: px;
3193 -moz-border-radius-bottomleft: px;
3194 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003195 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003196 border-top: solid 1px #ebebeb;
3197 border-left: solid 1px #ebebeb;
3198 border-right: solid 1px #ebebeb;
3199 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003200 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3201 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3202 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3203 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3204 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3205 background-image: linear-gradient(top, #ffffff, #fafafa);
3206 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3207EndColorStr='#fafafa');
3208}
3209ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003210 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003211}
3212ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003213 height: 37px;
3214 color: #33B5E5;
3215 background-color: #f7f7f7;
3216 background-image: none;
3217 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003218}
3219.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003220 padding: 1.2em;
3221 margin: -1px 0 2em 0;
3222 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003223 -moz-border-radius: 2px;
3224 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003225 border: solid 1px #ddd;
3226 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003227}
3228/* --------------------------------------------------------------------------
3229Feature Boxes
3230*/
3231.feature-box {
3232 width: 291px;
3233 height: 200px;
3234 position: relative;
3235 background: #F7F7F7;
3236}
3237.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003238 z-index: 100;
3239 position: absolute;
3240 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003241}
3242.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003243 width: 291px;
3244 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003245}
3246.dialog .box-border .top,
3247.dialog .box-border .bottom { width:391px; }
3248
Scott Main98a2a712013-07-17 13:15:04 -07003249.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003250 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003251 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003252}
3253.box-border .top { top: 0; left: 0 }
3254.box-border .top .left { top: 1px; left: 0 }
3255.box-border .top .right { top: 1px; right: 0 }
3256.box-border .bottom .left { top: -8px; left: 0 }
3257.box-border .bottom { top: 200px; left: 0 }
3258.box-border .bottom .right { top: -8px; right: 0 }
3259
3260.feature-box h4,
3261.dialog h4 {
3262 margin: 15px 18px 10px;
3263 padding:0;
3264}
3265
3266.feature-box p,
3267.dialog p {
3268 margin: 10px 18px;
3269 padding:0;
3270}
3271.feature-box .link,
3272.dialog .link {
3273 border-top: 1px solid #dedede;
3274 bottom: 0;
3275 position: absolute;
3276 width: inherit;
3277}
3278.feature-box a, .feature-box h4,
3279.dialog a, .dialog h4 {
3280 -webkit-transition: color .4s ease;
3281 -moz-transition: color .4s ease;
3282 -o-transition: color .4s ease;
3283 transition: color .4s ease;
3284}
3285.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003286 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003287}
3288.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003289.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003290 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003291}
3292.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003293 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003294}
3295/* --------------------------------------------------------------------------
3296Page-Specific Styles
3297*/
Scott Main98a2a712013-07-17 13:15:04 -07003298.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003299 position: relative;
3300 float: left;
3301 width: 92px;
3302 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003303}
3304.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003305 color: #fff;
3306 font-size: 11.5px;
3307 width: 82px;
3308 height: 82px;
3309 margin-top:-30px;
3310 line-height: 82px;
3311 text-align: center;
3312 border: solid 5px #fff;
3313 -webkit-border-radius: 50%;
3314 -moz-border-radius: 50%;
3315 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003316}
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331/* ########### REFERENCE DOCS ################## */
3332
3333#packages-nav h2,
3334#classes-nav h2 {
3335 font-size:18px;
3336 margin:0;
3337 padding:0 0 0 4px;
3338}
3339
3340#jd-header {
3341 padding: 0 0 5px;
3342 margin: 20px 0 10px;
3343 font-size:13px;
3344 border-bottom:solid 1px #ccc;
3345}
3346
3347#jd-header h1 {
3348 margin:0;
3349 padding:0;
3350}
3351
3352/* page-top-right container for reference pages (holds
3353links to summary tables) */
3354#api-info-block {
3355 font-size:13px;
3356 margin:20px 0 0;
3357 padding:0 10px 6px;
3358 font-weight:normal;
3359 float:right;
3360 text-align:right;
3361 color:#999;
3362 max-width:70%;
3363}
3364
3365#api-info-block div.api-level {
3366 font-weight:bold;
3367 font-size:inherit;
3368 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003369 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003370 padding:0;
3371 margin:0;
3372}
3373
3374/* inheritance table */
3375.jd-inheritance-table {
3376 border-spacing:0;
3377 margin:0;
3378 padding:0;
3379 font-size:13px;
3380 background-color:transparent;
3381}
3382.jd-inheritance-table tr td {
3383 border: none;
3384 margin: 0;
3385 padding: 0;
3386 background-color:transparent;
3387}
3388.jd-inheritance-table .jd-inheritance-space {
3389 font-weight:bold;
3390 width:1em;
3391}
3392.jd-inheritance-table .jd-inheritance-interface-cell {
3393 padding-left: 17px;
3394}
3395
3396
3397
3398.jd-sumtable a {
3399 text-decoration:none;
3400}
3401
3402.jd-sumtable a:hover {
3403 text-decoration:underline;
3404}
3405
3406/* the link inside a sumtable for "Show All/Hide All" */
3407.toggle-all {
3408 display:block;
3409 float:right;
3410 font-weight:normal;
3411 font-size:0.9em;
3412}
3413
3414/* adjustments for in/direct subclasses tables */
3415.jd-sumtable.jd-sumtable-subclasses {
3416 margin: 1em 0 0 0;
3417 max-width:968px;
3418 background-color:transparent;
3419 font-size:13px;
3420}
3421
3422/* extra space between end of method name and open-paren */
3423.sympad {
3424 margin-right: 2px;
3425}
3426
3427/* right alignment for the return type in sumtable */
3428.jd-sumtable .jd-typecol {
3429 text-align:right;
3430}
3431
3432/* adjustments for the expando table-in-table */
3433.jd-sumtable-expando {
3434 margin:.5em 0;
3435 padding:0;
3436}
3437
3438/* a div that holds a short description */
3439.jd-descrdiv {
3440 padding:3px 1em 0 1em;
3441 margin:0;
3442 border:0;
3443}
3444
3445#jd-content img.jd-expando-trigger-img {
3446 padding:0 4px 4px 0;
3447 margin:0;
3448}
3449
3450.jd-sumtable-subclasses div#subclasses-direct,
3451.jd-sumtable-subclasses div#subclasses-indirect {
3452 margin:0 0 0 13px;
3453}
3454
3455
3456
3457/********* MEMBER REF *************/
3458
3459
3460.jd-details {
3461/* border:1px solid #669999;
3462 padding:4px; */
3463 margin:0 0 1em;
3464}
3465
3466/* API reference: a container for the
3467.tagdata blocks that make up the detailed
3468description */
3469.jd-details-descr {
3470 padding:0;
3471 margin:.5em .25em;
3472}
3473
3474/* API reference: a block containing
3475a detailed description, a params table,
3476seealso list, etc */
3477.jd-tagdata {
3478 margin:.5em 1em;
3479}
3480
3481.jd-tagdata p {
3482 margin:0 0 1em 1em;
3483}
3484
3485/* API reference: adjustments to
3486the detailed description block */
3487.jd-tagdescr {
3488 margin:.25em 0 .75em 0;
3489}
3490
3491.jd-tagdescr ol,
3492.jd-tagdescr ul {
3493 margin:0 2.5em;
3494 padding:0;
3495}
3496
3497.jd-tagdescr table,
3498.jd-tagdescr img {
3499 margin:.25em 1em;
3500}
3501
3502.jd-tagdescr li {
3503margin:0 0 .25em 0;
3504padding:0;
3505}
3506
3507/* API reference: heading marking
3508the details section for constants,
3509attrs, methods, etc. */
3510h4.jd-details-title {
3511 font-size:1.15em;
3512 background-color: #E2E2E2;
3513 margin:1.5em 0 .6em;
3514 padding:3px 95px 3px 3px; /* room for api-level */
3515}
Scott Mainab4daf42012-11-30 11:27:17 -08003516body.google h4.jd-details-title {
3517 background-color: #FFF;
3518 padding-top:5px;
3519 border-top: 1px solid #ccc;
3520}
3521body.google table.jd-sumtable th {
3522 background-color: #FFF;
3523 color:#000;
3524}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003525
3526h4.jd-tagtitle {
3527 margin:0;
3528}
3529
3530h4 .normal {
3531 font-weight:normal;
3532}
3533
3534/* API reference: heading for "Parameters", "See Also", etc.,
3535in details sections */
3536h5.jd-tagtitle {
3537 margin:0 0 .25em 0;
3538 font-size:1em;
3539}
3540
3541.jd-tagtable {
3542 margin:0;
3543 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003544 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003545}
3546
3547.jd-tagtable td,
3548.jd-tagtable th {
3549 border:none;
3550 background-color:#fff;
3551 vertical-align:top;
3552 font-weight:normal;
3553 padding:2px 10px;
3554}
3555
3556.jd-tagtable th {
3557 font-style:italic;
3558}
3559
3560/* Inline api level indicator for methods */
3561div.api-level {
3562 font-size:.8em;
3563 font-weight:normal;
3564 color:#999;
3565 float:right;
3566 padding:0 8px 0;
3567 margin-top:-30px;
3568}
3569
3570table.jd-tagtable td,
3571table.jd-tagtable th {
3572 background-color:transparent;
3573}
3574
3575table.jd-tagtable th {
3576 color:inherit;
3577}
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601/* SEARCH FILTER */
3602
Scott Main0e76e7e2013-03-12 10:24:07 -07003603.menu-container {
3604 position:relative;
3605}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003606#search_autocomplete {
3607 font-weight:normal;
3608}
3609
Scott Main0e76e7e2013-03-12 10:24:07 -07003610.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003611 width: 193px;
3612 float: right;
3613}
Scott Main0e76e7e2013-03-12 10:24:07 -07003614.search_filtered_wrapper.docs {
3615 width:875px;
3616 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003617 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003618 top:26px;
3619 right:66px;
3620}
3621.suggest-card {
3622 position:relative;
3623 width:170px;
3624 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003625 padding:5px;
3626 border: solid 1px #C5C5C5;
3627 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003628 top: 15px;
3629 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003630 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3631 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3632 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3633}
Scott Main0e76e7e2013-03-12 10:24:07 -07003634.suggest-card.reference {
3635 position:absolute;
3636 z-index:999;
3637 min-width:171px; /* +padding and border makes this match input width */
3638 min-height:93px; /* add 3px because this has 1 not 4px top border */
3639 width:auto;
3640 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003641 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003642}
3643.suggest-card.develop {
3644 z-index:997;
3645 border-top: solid 4px #F80;
3646 float:right;
3647}
3648.suggest-card.design {
3649 z-index:996;
3650 border-top: solid 4px #33b5e5;
3651 float:right;
3652}
3653.suggest-card.distribute {
3654 z-index:995;
3655 border-top: solid 4px #9C0;
3656 float:right;
3657}
3658.child-card {
3659 width:100%;
3660}
3661.suggest-card.dummy {
3662 width:172px;
3663 float:right;
3664 border:0;
3665 background:transparent;
3666 -moz-box-shadow: none;
3667 -webkit-box-shadow: none;
3668 box-shadow: none;
3669}
3670
3671ul.search_filtered {
3672 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003673 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003674 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003675 padding: 0;
3676}
Scott Main0e76e7e2013-03-12 10:24:07 -07003677.search_filtered .jd-selected {
3678 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003679 cursor:pointer;
3680}
Scott Main0e76e7e2013-03-12 10:24:07 -07003681.search_filtered .jd-selected,
3682.search_filtered .jd-selected a {
3683 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003684}
3685
3686.no-display {
3687 display: none;
3688}
3689
Scott Main0e76e7e2013-03-12 10:24:07 -07003690.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003691 font-size: 0.81em;
3692 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003693 margin: 0 0 2px;
3694 padding: 0;
3695 line-height:1.5em;
3696}
3697
Scott Main0e76e7e2013-03-12 10:24:07 -07003698.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003699 padding:0 5px;
3700 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003701 display:inline-block;
3702 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003703}
3704
Scott Main0e76e7e2013-03-12 10:24:07 -07003705.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003706 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003707 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003708 border: none;
3709 margin: 8px 0 2px;
3710 padding:1px 5px;
3711 line-height:1.5em;
3712}
Scott Main0e76e7e2013-03-12 10:24:07 -07003713.search_filtered li.header.small {
3714 font-size:0.85em;
3715}
Scott Main7e447ed2013-02-19 17:22:37 -08003716
Scott Main98a2a712013-07-17 13:15:04 -07003717.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003718.search_filtered li.header {
3719 color:#aaa;
3720 font-size: 0.81em;
3721}
3722
3723.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003724 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003725}
3726
3727.show-item {
3728 display: table-row;
3729}
3730.hide-item {
3731 display: hidden;
3732}
3733
3734
3735
3736
3737
3738/* SEARCH RESULTS */
3739
Scott Maine4d8f1b2012-06-21 18:03:05 -07003740
3741#leftSearchControl .gsc-twiddle {
3742 background-image : none;
3743}
3744
3745#leftSearchControl td, #searchForm td {
3746 border: 0px solid #000;
3747 padding:0;
3748}
3749
3750#leftSearchControl .gsc-resultsHeader .gsc-title {
3751 padding-left : 0px;
3752 font-weight : bold;
3753 font-size : 13px;
3754 color:#006699;
3755 display : none;
3756}
3757
3758#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3759 display : none;
3760}
3761
3762#leftSearchControl .gsc-resultsRoot {
3763 padding-top : 6px;
3764}
3765
3766#leftSearchControl div.gs-visibleUrl-long {
3767 display : block;
3768 color:#006699;
3769}
3770
3771#leftSearchControl .gsc-webResult {
3772 padding:0 0 20px 0;
3773}
3774
3775.gsc-webResult div.gs-visibleUrl-short,
3776table.gsc-branding,
3777.gsc-clear-button {
3778 display : none;
3779}
3780
3781.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3782.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3783#leftSearchControl a,
3784#leftSearchControl a b {
3785 color:#006699;
3786}
3787
3788.gsc-resultsHeader {
3789 display: none;
3790}
3791
3792/* Disable built in search forms */
3793.gsc-control form.gsc-search-box {
3794 display : none;
3795}
3796table.gsc-search-box {
3797 margin:6px 0 0 0;
3798 border-collapse:collapse;
3799}
3800
3801td.gsc-input {
3802 padding:0 2px;
3803 width:100%;
3804 vertical-align:middle;
3805}
3806
3807input.gsc-input {
3808 border:1px solid #BCCDF0;
3809 width:99%;
3810 padding-left:2px;
3811 font-size:.95em;
3812}
3813
3814td.gsc-search-button {
3815 text-align: right;
3816 padding:0;
3817 vertical-align:top;
3818}
3819
3820
3821#searchResults {
3822 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3823(it doesn't) */
3824 height:auto;
3825}
3826
3827#searchResults .gsc-control {
3828 position:relative;
3829 width:auto;
3830 padding:0 0 10px;
3831}
3832
3833#searchResults .gsc-tabsArea {
3834 position:relative;
3835 white-space:nowrap;
3836 float:left;
3837 width:200px;
3838}
3839
3840#searchResults .gsc-above-wrapper-area {
3841 display:none;
3842}
3843
3844#searchResults .gsc-resultsbox-visible {
3845 float:left;
3846 width:720px;
3847 margin-left:20px;
3848}
3849
3850#searchResults .gsc-tabHeader {
3851 padding: 3px 6px;
3852 position:relative;
3853 width:auto;
3854 display:block;
3855}
3856
3857#searchResults h2#searchTitle {
3858 padding:0;
3859 margin:5px 0;
3860 border:none;
3861}
3862
3863#searchResults h2#searchTitle em {
3864 font-style:normal;
3865 color:#33B5E5;
3866}
3867
3868#searchResults .gsc-table-result {
3869 margin:5px 0 10px 0;
3870 background-color:transparent;
3871}
3872#searchResults .gs-web-image-box, .gs-promotion-image-box {
3873 width:120px;
3874}
3875#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3876 max-width:120px;
3877}
3878
3879#searchResults .gsc-table-result .gsc-thumbnail {
3880 padding:0 20px 0 0;
3881}
3882
3883#searchResults td {
3884 background-color:transparent;
3885}
3886
3887#searchResults .gsc-expansionArea {
3888 position:relative;
3889}
3890#searchResults .gsc-tabsArea .gsc-cursor-box {
3891 width:200px;
3892 padding:20px 0 0 1px;
3893}
3894#searchResults .gsc-cursor-page {
3895 display:inline-block;
3896 float:left;
3897 margin:-1px 0 0 -1px;
3898 padding:0;
3899 height:27px;
3900 width:27px;
3901 text-align:center;
3902 line-height:2;
3903}
3904
3905#searchResults .gsc-tabHeader.gsc-tabhInactive,
3906#searchResults .gsc-cursor-page {
3907 text-decoration:none;
3908 color:#258AAF;
3909 border: solid 1px #DADADA;
3910}
3911
3912#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3913#searchResults .gsc-cursor-page:hover {
3914 border-color: #DBDBDB;
3915 background-color: #F3F3F3;
3916 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3917 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3918 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3919 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3920 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3921 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3922 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3923EndColorStr='#ececec');
3924 color: #33B5E5;
3925}
3926
3927#searchResults .gsc-tabHeader.gsc-tabhActive,
3928#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3929#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3930#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3931 color:#fff;
3932 background-color: #09C;
3933 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3934 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3935 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3936 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3937 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3938 background-image: linear-gradient(top, #2FADDB, #09C);
3939 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3940 border: 1px solid #3990AB;
3941 z-index:100;
3942}
3943
3944}
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958/*********** PREVIOUSLY dac-styles.css ***************/
3959
3960
Scott Maine4d8f1b2012-06-21 18:03:05 -07003961#header {
3962 border-bottom:0;
3963}
3964
3965#header .wrap {
3966 max-width:940px;
3967 height:41px;
3968 border-bottom:1px solid;
3969 border-color: #ccc;
3970 position:relative;
3971}
3972
3973.about #header .wrap {
3974 border-color: #9933CC;
3975}
3976
3977.design #header .wrap {
3978 border-color: #33b5e5;
3979}
3980
3981.develop #header .wrap {
3982 border-color: #F80;
3983}
3984
3985.distribute #header .wrap {
3986 border-color: #9C0;
3987}
3988
3989.logo a {
3990 width:123px;
3991 float:left;
3992}
3993
3994#header .logo {
3995 margin-top: -6px;
3996 margin-left: 0px;
3997 margin-bottom:0px;
3998 width: 160px;
3999 padding-right:10px;
4000}
4001
4002.search {
4003 height:25px;
4004 margin-top: -3px;
4005 margin-bottom: 0px;
4006}
4007
4008
4009
4010/* Quicknav */
4011.btn-quicknav {
4012 width:20px;
4013 height:28px;
4014 float:left;
4015 margin-left:6px;
4016 padding-right:10px;
4017 position:relative;
4018 cursor:pointer;
4019 border-right:1px solid #CCC;
4020}
4021
4022.btn-quicknav a {
4023 zoom:1;
4024 position:absolute;
4025 top:13px;
4026 left:5px;
4027 display:block;
4028 text-indent:-9999em;
4029 width:10px;
4030 height:5px;
4031 background:url(../images/quicknav_arrow.png) no-repeat;
4032}
4033
4034.btn-quicknav a.arrow-active {
4035 background-position: 0 -5px;
4036 display:none;
4037}
4038
4039#header-wrap.quicknav a.arrow-inactive {
4040 display:none;
4041}
4042
4043.btn-quicknav.active a.arrow-active {
4044 display:block;
4045}
4046
4047.nav-x li {
4048 display:block;
4049 float:left;
4050 margin-right:45px;
4051 -webkit-transition: all 0.25s linear;
4052 -moz-transition: all 0.25s linear;
4053 -ms-transition: all 0.25s linear;
4054 -o-transition: all 0.25s linear;
4055 transition: all 0.25s linear;
4056}
4057
4058#header-wrap.quicknav .nav-x li {
4059 min-width:160px;
4060 margin-right:20px;
4061}
4062
4063#header-wrap.quicknav li.last {
4064 margin-right:0px;
4065}
4066
4067#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07004068 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004069 clear:both;
4070 margin-left:180px;
4071 margin-top:-30px;
4072 display:none;
4073 overflow:hidden;
4074}
4075
4076#header-wrap.quicknav #quicknav {
4077
4078}
4079
4080#quicknav ul {
4081 margin:10px 0;
4082 padding:0;
4083}
4084
4085#quicknav ul li.design {
4086 border-top:1px solid #33b5e5;
4087}
4088
4089#quicknav ul li.develop {
4090 border-top:1px solid #FF8800;
4091}
4092
4093#quicknav ul li.distribute {
4094 border-top:1px solid #99cc00;
4095}
4096
4097#quicknav ul li {
4098 display:block;
4099 float:left;
4100 margin:0 20px 0 0;
4101 min-width:140px;
4102}
4103
4104#quicknav ul li.last {
4105 margin-right:0px;
4106}
4107
4108#quicknav ul li ul li {
4109 float:none;
4110}
4111
4112#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07004113 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004114}
4115
4116#quicknav ul li li ul,
4117#quicknav ul li li ul li {
4118 margin:0;
4119}
4120
4121#quicknav ul li li ul li:before {
4122 content:"\21B3";
4123}
4124
4125#header-wrap {
4126 -webkit-transition: all 0.25s ease-out;
4127 -moz-transition: all 0.25s ease-out;
4128 -ms-transition: all 0.25s ease-out;
4129 -o-transition: all 0.25s ease-out;
4130 transition: all 0.25s ease-out;
4131
4132}
4133
4134#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07004135 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07004136
Scott Maine4d8f1b2012-06-21 18:03:05 -07004137}
4138
4139/* SEARCH AND MORE */
4140.search {
4141 position: absolute;
4142 width: 50px;
4143 height:28px;
4144 display: block;
4145 margin-top:-3px;
4146 margin-bottom:7px;
4147 overflow:hidden;
4148 z-index:100;
4149 right:54px;
4150 -webkit-transition: width 0.4s ease;
4151 -moz-transition: width 0.4s ease;
4152 -o-transition: width 0.4s ease;
4153 transition: width 0.4s ease;
4154}
4155
4156.search #search-btn {
4157 width:50px;
4158 height:28px;
4159 background:url(../images/icon_search.png) no-repeat;
4160 float:left;
4161}
4162
4163.search-inner {
4164 width:245px;
4165}
4166
4167.search:hover, .search.active {
4168 width:245px;
4169}
4170
4171.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004172 position: absolute;
4173 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004174}
4175
4176.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004177 width: 214px;
4178 height: 1px;
4179 top: 24px;
4180 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004181}
4182
Scott Main98a2a712013-07-17 13:15:04 -07004183.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004184 height: 5px;
4185 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004186}
4187
4188.search .left {
4189 top: 22px;
4190 left: 56px;
4191 background-color:#CCC;
4192}
4193
4194.search .right {
4195 top: 22px;
4196 left: 238px;
4197 background-color:#CCC;
4198}
4199
4200.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004201 margin-top: 2px;
4202 width: 162px;
4203 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004204}
4205
4206.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004207 color: #2f2f2f;
4208 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004209 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004210 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004211 margin-left: 6px;
4212 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004213 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004214 background-color: transparent;
4215 border-bottom:1px solid #CCC;
4216 padding:0 0 0 4px;
4217 outline:none;
4218 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004219}
4220
4221.search:hover form input {
4222 border-bottom:1px solid #33B5E5;
4223}
4224
4225.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004226 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004227}
4228
4229.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004230 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004231}
4232
4233.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004234 color: #222;
4235 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004236}
4237
4238.moremenu {
4239 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004240 position: relative;
4241 width: 50px;
4242 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004243 display: block;
4244 margin-top:-3px;
4245 margin-bottom:7px;
4246 overflow:hidden;
4247 -webkit-transition: width 0.25s ease;
4248 -moz-transition: width 0.25s ease;
4249 -o-transition: width 0.25s ease;
4250 transition: width 0.25s ease;
4251}
4252
4253.moremenu #more-btn {
4254 width:40px;
4255 height:28px;
4256 background:url(../images/icon_more.png) no-repeat;
4257 border-left:1px solid #CCC;
4258 float:left;
4259 cursor:pointer;
4260}
4261
4262.moremenu:hover #more-btn {
4263 background-position:0 -28px;
4264}
4265
4266.morehover {
4267 position:absolute;
4268 right:6px;
4269 top:-9px;
4270 width:40px;
4271 height:35px;
4272 z-index:99;
4273 overflow:hidden;
4274
4275 -webkit-opacity:0;
4276 -moz-opacity:0;
4277 -o-opacity:0;
4278 opacity:0;
4279
4280 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004281 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004282 -o-transform-origin:100% 0%;
4283 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004284
Scott Maine4d8f1b2012-06-21 18:03:05 -07004285 -webkit-transition-property: -webkit-opacity;
4286 -webkit-transition-duration: .25s;
4287 -webkit-transition-timing-function:ease;
4288
Scott Main0e76e7e2013-03-12 10:24:07 -07004289 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004290 -moz-transition-duration: .25s;
4291 -moz-transition-timing-function:ease;
4292
Scott Main0e76e7e2013-03-12 10:24:07 -07004293 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004294 -o-transition-duration: .25s;
4295 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004296
Scott Main0e76e7e2013-03-12 10:24:07 -07004297 transition-property: opacity;
4298 transition-duration: .25s;
4299 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004300}
4301
Scott Maine05e6f92013-01-29 13:34:17 -08004302.morehover:hover,
4303.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004304 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004305 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004306 width:268px;
4307 -webkit-transition-property:height, -webkit-opacity;
4308}
4309
4310.morehover .top {
4311 width:268px;
4312 height:39px;
4313 background:url(../images/more_top.png) no-repeat;
4314}
4315
4316.morehover .mid {
4317 width:228px;
4318 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004319 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004320}
4321
4322.morehover .mid .header {
4323 border-bottom:1px solid #ccc;
4324 font-weight:bold;
4325}
4326
4327.morehover .bottom {
4328 width:268px;
4329 height:6px;
4330 background:url(../images/more_bottom.png) no-repeat;
4331}
4332
4333.morehover ul {
4334 margin:10px 10px 20px 0;
4335}
4336
4337.morehover ul li {
4338 list-style:none;
4339}
4340
4341.morehover ul li.active a,
4342.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004343 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004344}
4345
4346.morehover ul li.active img {
4347 margin-right:4px;
4348}
4349
4350
4351
4352
4353/* MARQUEE */
4354.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004355 width:100%;
4356 overflow:hidden;
4357 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004358}
4359.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004360 position:absolute;
4361 top:50%;
4362 left:0px;
4363 margin-top:-36px;
4364 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004365}
4366.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004367 position:absolute;
4368 top:50%;
4369 margin-top:-36px;
4370 z-index:99;
4371 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004372}
4373
4374.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004375 position:absolute;
4376 bottom:20px;
4377 width:100%;
4378 text-align:center;
4379 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004380}
4381.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004382 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004383}
4384.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004385 display: inline-block;
4386 width:12px;
4387 height:12px;
4388 text-indent:-8000px;
4389 list-style:none;
4390 margin: 0 2px;
4391 border-radius:6px;
4392 background-color:#ccc;
4393 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004394 -webkit-transition:color .5s ease-in;
4395 -moz-transition:color .5s ease-in;
4396 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004397 transition:color .5s ease-in;
4398}
4399.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004400 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004401}
4402.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004403 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004404}
4405.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004406 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004407}
4408.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004409 display:inline;
4410 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004411}
4412
4413
4414
4415
4416a.download-sdk {
4417 float:right;
4418 margin:-10px 0;
4419 height:30px;
4420 padding-top:4px;
4421 padding-bottom:0px;
4422}
4423
4424#nav-x {
4425 padding-top: 14px;
4426}
4427
Scott Main1d62fa82012-07-17 13:15:12 -07004428#nav-x .wrap {
4429 min-height:34px;
4430}
4431
Scott Maine4d8f1b2012-06-21 18:03:05 -07004432#nav-x .wrap,
4433#searchResults.wrap {
4434 max-width:940px;
4435 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004436}
4437
Scott Maina214d842012-07-16 17:14:40 -07004438#searchResults.wrap #leftSearchControl {
4439 min-height:700px
4440}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004441.nav-x {
4442 margin-left:0;
4443 margin-bottom:0;
4444}
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455/*
4456 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4457 */
4458
4459.jspContainer {
4460 overflow: hidden;
4461 position: relative;
4462}
4463
4464.jspPane {
4465 position: absolute;
Scott Main2d967c62013-03-11 09:21:07 -07004466 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004467}
4468
4469.jspVerticalBar {
4470 position: absolute;
4471 top: 0;
4472 right: 0;
4473 width: 4px;
4474 height: 100%;
4475 background: #f5f5f5;
4476}
4477
4478.jspHorizontalBar {
4479 position: absolute;
4480 bottom: 0;
4481 left: 0;
4482 width: 100%;
4483 height: 4px;
4484 background: #f5f5f5;
4485}
4486
4487.jspVerticalBar *,
4488.jspHorizontalBar * {
4489 margin: 0;
4490 padding: 0;
4491}
4492.jspCap {
4493 display: block;
4494}
4495
4496.jspVerticalBar .jspCap {
4497 height: 4px;
4498}
4499
4500.jspHorizontalBar .jspCap {
4501 width: 0;
4502 height: 100%;
4503}
4504
4505.jspHorizontalBar .jspCap {
4506 float: left;
4507}
4508
4509.jspTrack {
4510 position: relative;
4511}
4512
4513.jspDrag {
4514 background: #bbb;
4515 position: relative;
4516 top: 0;
4517 left: 0;
4518 cursor: pointer;
4519}
4520
4521.jspDrag:hover,
4522.jspDrag:active {
4523 border-color: #09c;
4524 background-color: #4cadcb;
4525 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4526 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4527 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4528 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4529 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4530 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004531 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004532}
4533
4534.jspHorizontalBar .jspTrack,
4535.jspHorizontalBar .jspDrag {
4536 float: left;
4537 height: 100%;
4538}
4539
4540.jspArrow {
4541 background: #999;
4542 text-indent: -20000px;
4543 display: block;
4544 cursor: pointer;
4545}
4546
4547.jspArrow.jspDisabled {
4548 cursor: default;
4549 background: #ccc;
4550}
4551
4552.jspVerticalBar .jspArrow {
4553 height: 16px;
4554}
4555
4556.jspHorizontalBar .jspArrow {
4557 width: 16px;
4558 float: left;
4559 height: 100%;
4560}
4561
4562.jspVerticalBar .jspArrow:focus {
4563 outline: none;
4564}
4565
4566.jspCorner {
4567 float: left;
4568 height: 100%;
4569}
4570
4571/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4572* html .jspCorner {
4573 margin: 0 -3px 0 0;
4574}
4575/******* end of jscrollpane *********/
4576
4577
4578
4579
4580
4581/************ DEVELOP HOMEPAGE ******************/
4582
4583/* Slideshow */
4584.slideshow-develop {
4585 height: 300px;
4586 width: 940px;
4587 position: relative;
4588 overflow:hidden;
4589}
4590.slideshow-develop .frame {
4591 width: 940px;
4592 height: 300px;
4593}
4594.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004595 max-width:350px;
4596 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004597 margin:20px 0 0 90px;
4598 -webkit-transform: perspective(800px ) rotateY( 35deg );
4599 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4600 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4601 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4602}
4603.slideshow-develop img.play.no-shadow {
4604 box-shadow: none;
4605 -moz-box-shadow: none;
4606 -webkit-box-shadow: none;
4607}
4608.slideshow-develop img.play.no-transform {
4609 -webkit-transform: none;
4610}
4611.slideshow-develop a.slideshow-next {
4612 background: url(../images/arrow-right-develop.png);
4613}
4614.slideshow-develop a.slideshow-prev {
4615 background: url(../images/arrow-left-develop.png);
4616}
4617.slideshow-develop .content-right {
4618 float: left;
4619}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004620.slideshow-develop .content-right h2 {
4621 padding:0;
4622 margin-bottom:10px;
4623 border:none;
4624}
4625.slideshow-develop .item {
4626 height: 300px;
4627 width: 940px;
4628}
4629.slideshow-develop .pagination ul li.active {
4630 background-color: #F80;
4631}
4632.slideshow-develop .pagination ul li.active:hover {
4633 background-color: #F80;
4634}
Scott Main0e585702012-10-22 20:30:22 -07004635.slideshow-develop .item hr {
4636 margin:5px 0 10px;
4637}
4638.slideshow-develop .item p {
4639 margin:10px 0;
4640}
4641.slideshow-develop .item p.title-intro {
4642 position:absolute;
4643 margin:0;
4644}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004645
4646/* Feeds */
4647.feed ul {
4648 margin: 0;
4649}
4650.feed .feed-nav {
4651 height: 25px;
4652 border-bottom: 1px solid #CCC;
4653}
4654.feed .feed-nav li {
4655 list-style: none;
4656 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004657 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004658 margin-right: 25px;
4659 cursor: pointer;
4660}
4661.feed .feed-nav li.active {
4662 color: #000;
4663 border-bottom: 4px solid #F80;
4664}
4665.feed .feed-container {
4666 overflow: hidden;
4667 width: 460px;
4668}
4669.feed .feed-container .feed-frame {
4670 width: 1000px;
4671}
4672.feed .feed-container .feed-frame ul {
4673 float: left;
4674 width:460px;
4675}
4676.feed .feed-container .feed-frame ul ul {
4677 float: none;
4678 margin:10px 0 0 30px;
4679}
4680.feed .feed-container .feed-frame li {
4681 list-style: none;
4682 margin: 20px 0 20px 0;
4683 width: 460px;
4684 height:93px;
4685}
4686.feed .feed-container .feed-frame li.playlist {
4687 height:auto;
4688}
4689.feed .feed-container .feed-frame li.playlist a {
4690 height:93px;
4691 display:block;
4692}
4693.feed .feed-container .feed-frame li.more {
4694 height:20px;
4695 margin:10px 0 5px 5px;
4696}
4697.feed .feed-container .feed-frame li.more a {
4698 height:inherit;
4699}
4700.feed .feed-container .feed-frame li.playlist-video {
4701 list-style: none;
4702 margin: 0;
4703 width: 460px;
4704 height:55px;
4705 font-size:12px;
4706}
4707.feed .feed-container .feed-frame li.playlist-video a {
4708 height:45px;
4709 padding:5px;
4710}
4711.feed .feed-container .feed-frame li.playlist-video h5 {
4712 font-size:12px;
4713 line-height:13px;
4714 margin:0;
4715}
4716.feed .feed-container .feed-frame li.playlist-video p {
4717 margin:5px 0 0;
4718 line-height:15px;
4719}
4720.feed-container .feed-frame div.feed-image {
4721 float: left;
4722 border: 1px solid #999;
4723 margin:0 20px 0 0;
4724 width:122px;
4725 height:92px;
4726 background:url('../images/blog-default.png') no-repeat 0 0;
4727 background-size:180px;
4728}
4729#jd-content .feed .feed-container .feed-frame li img {
4730 float: left;
4731 border: 1px solid #999;
4732 margin:0 20px 0 0;
4733 width:122px;
4734 height:92px;
4735}
4736#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4737 width:inherit;
4738 height:inherit;
4739}
4740
4741.feed .feed-container .feed-frame li a,
4742.feed .feed-container .feed-frame li a:active {
4743 color:#555 !important;
4744}
4745
4746.feed .feed-container .feed-frame li a:hover,
4747.feed .feed-container .feed-frame li a:hover * {
4748 color:#7AA1B0 !important;
4749}
4750
4751/* Video player */
4752#player-wrapper {
4753 display:none;
4754 margin: -1px auto 0;
4755 position: relative;
4756 width: 940px;
4757 height: 0px;
4758}
4759#player-frame {
4760 background: #EFEFEF;
4761 border: 1px solid #CCC;
4762 padding: 0px 207px;
4763 z-index: 10; /* stay above marque, but below search suggestions */
4764 width: 525px;
4765 height: 330px;
4766 position: relative;
4767}
4768
4769
4770
4771/************ DISTRIBUTE HOMEPAGE ***************/
4772
4773.marquee {
4774 width: 760px;
4775}
4776.marquee .main-img {
4777 float: left;
4778 margin-top: 20px;
4779 width: 490px;
4780}
4781.marquee .copy {
4782 width: 270px;
4783 float: left;
4784 margin-top: 30px;
4785}
4786.distribute-features {
4787 margin: 0;
4788}
4789.distribute-features ul {
4790 margin: 0;
4791}
4792.distribute-features ul li {
4793 list-style: none;
4794 float: left;
4795 border-top: 1px solid #9C0;
4796 width: 220px;
4797 margin-right: 50px;
4798}
4799.distribute-features ul li.last {
4800 margin-right: 0px;
4801}
4802
Dirk Doughertye5862e82013-05-15 02:19:54 -07004803.distribute-features .distribute-link li a {
4804 color:red !important;
4805}
4806
4807.distribute-features .distribute-link li a,
4808.distribute-features .distribute-link li a:active {
4809 color:#555 !important;
4810}
4811
4812.distribute-features .distribute-link li a:hover,
4813.distribute-features .distribute-link li a:hover * {
4814 color:#7AA1B0 !important;
4815}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004816
Scott Main8fa53512012-11-30 20:16:42 -08004817
Scott Maine4d8f1b2012-06-21 18:03:05 -07004818/************ DEVELOP TOPIC CONTAINERS ************/
4819
4820.landing-banner,
4821.landing-docs {
Scott Mainafc4db32013-11-20 16:53:12 -08004822 margin:20px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004823}
Scott Mainafc4db32013-11-20 16:53:12 -08004824.landing-banner > div:first-child,
4825.landing-docs > div:first-child,
4826.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004827 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004828 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004829}
Scott Mainafc4db32013-11-20 16:53:12 -08004830.landing-banner.short > div {
4831 min-height:50px;
4832}
4833.landing-banner > div:last-child,
4834.landing-docs > div:last-child,
4835.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004836 margin-right:0;
4837}
4838
Scott Mainafc4db32013-11-20 16:53:12 -08004839.landing-banner > div > *:last-child {
4840 margin-bottom:0;
4841}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004842.landing-banner h1 {
4843 margin-top:0;
4844}
Scott Mainafc4db32013-11-20 16:53:12 -08004845.landing-docs,
4846.landing-banner {
4847 clear:both;
Scott Maine6850d22012-10-08 15:59:01 -07004848 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004849}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004850.landing-docs h3 {
4851 font-size:14px;
4852 line-height:21px;
4853 color:#555;
4854 text-transform:uppercase;
4855 border-bottom:1px solid #CCC;
4856 margin:0 0 20px;
4857}
4858.landing-docs a {
4859 color:#333 !important;
4860}
Robert Ly40e90992012-11-28 17:46:17 -08004861
Scott Maine4d8f1b2012-06-21 18:03:05 -07004862.landing-docs a:hover,
4863.landing-docs a:hover * {
4864 color:#7AA1B0 !important
4865}
4866
Robert Ly40e90992012-11-28 17:46:17 -08004867.landing-docs .normal-links a {
4868 color:#258aaf !important;
4869}
4870
Scott Maine4d8f1b2012-06-21 18:03:05 -07004871.plusone {
4872 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004873}
Scott Main9edfa6d2012-08-14 15:04:40 -07004874
4875
4876
Scott Mainafc4db32013-11-20 16:53:12 -08004877.next-docs {
4878 border-top:1px solid #ccc;
4879 margin:40px 0 0;
4880 padding:5px 0 0;
4881 clear:left;
4882 overflow:hidden;
4883}
4884.next-docs div:first-child {
4885 margin-left:0;
4886}
4887.next-docs div:last-child {
4888 margin-right:0;
4889}
4890
4891.next-docs h2 {
4892 font-size:14px;
4893 line-height:21px;
4894 color:#555;
4895 text-transform:uppercase;
4896 border-bottom:none;
4897 margin:0;
4898 padding:5px 0 0;
4899}
4900
4901
4902
Scott Main9edfa6d2012-08-14 15:04:40 -07004903/************* HOME/LANDING PAGE *****************/
4904
4905.slideshow-home {
4906 height: 500px;
4907 width: 940px;
4908 border-bottom: 1px solid #CCC;
4909 position: relative;
4910 margin: 0;
4911}
4912.slideshow-home .frame {
4913 width: 940px;
4914 height: 500px;
4915}
4916.slideshow-home .content-left {
4917 float: left;
4918 text-align: center;
4919 vertical-align: center;
4920 margin: 0 0 0 35px;
4921}
4922.slideshow-home .content-right {
4923 margin: 80px 0 0 0;
4924}
4925.slideshow-home .content-right p {
4926 margin-bottom: 10px;
4927}
4928.slideshow-home .content-right p:last-child {
4929 margin-top: 15px;
4930}
4931.slideshow-home .content-right h1 {
4932 padding:0;
4933}
4934.slideshow-home .item {
4935 height: 500px;
4936 width: 940px;
4937}
4938.home-sections {
4939 padding: 30px 20px 20px;
4940 margin: 20px 0;
4941 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4942}
4943.home-sections ul {
4944 margin: 0;
4945}
4946.home-sections ul li {
4947 float: left;
4948 display: block;
4949 list-style: none;
4950 width: 170px;
4951 height: 35px;
4952 border: 1px solid #ccc;
4953 background: white;
4954 margin-right: 10px;
4955 border-radius: 1px;
4956 -webkit-border-radius: 1px;
4957 -moz-border-radius: 1px;
4958 box-shadow: 1px 1px 5px #EEE;
4959 -webkit-box-shadow: 1px 1px 5px #EEE;
4960 -moz-box-shadow: 1px 1px 5px #EEE;
4961 background: white;
4962}
4963.home-sections ul li:hover {
4964 background: #F9F9F9;
4965 border: 1px solid #CCC;
4966}
4967.home-sections ul li a,
4968.home-sections ul li a:hover {
4969 font-weight: bold;
4970 margin-top: 8px;
4971 line-height: 18px;
4972 float: left;
4973 width: 100%;
4974 text-align: center;
4975 color: #09c !important;
4976}
4977.home-sections ul li a {
4978 font-weight: bold;
4979 margin-top: 8px;
4980 line-height: 18px;
4981 float: left;
4982 width:100%;
4983 text-align:center;
4984}
4985.home-sections ul li img {
4986 float: left;
4987 margin: -8px 0 0 10px;
4988}
4989.home-sections ul li.last {
4990 margin-right: 0px;
4991}
Scott Mainf5089842012-08-14 16:31:07 -07004992.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07004993 margin-top: -40px;
4994}