blob: 75153606aeed66eae0b65d7be4683f1f49f5a58c [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}
Scott Main07816042013-12-19 12:47:38 -0800431.content-header > div:first-child {
432 height:55px; /* set fixed height for the header div to ensure the
433 next/prev links align with toc on training classes */
434}
Scott Maine4d8f1b2012-06-21 18:03:05 -0700435
436.content-footer {
437 border-top: 1px solid #ccc;
438 margin-top: 10px;
439 padding-top:10px;
440 height: 30px; }
441
442.content-footer .col-9 {
443 margin-left:0;
444}
445.content-footer .col-4 {
446 margin-right:0;
447}
448.content-footer.wrap {
449 width:940px;
450}
451
452.paging-links {
453 position: relative; }
454 .paging-links a {
455 position: absolute; }
456 .paging-links a,
457 .training-nav-top a {
458 font-size: 14px;
459 line-height: 30px;
460 color: #555555;
461 text-decoration: none;
462 text-transform: uppercase; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700463 .paging-links .prev-page-link:before,
464 .training-nav-top .prev-page-link:before {
465 content: '';
466 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
467 width: 10px;
468 height: 10px;
469 display: inline-block;
470 margin-right: 5px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700471 .training-nav-top .next-page-link,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700472 .training-nav-top .start-class-link,
473 .training-nav-top .start-course-link {
474 right: 10px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700475 .paging-links .prev-page-link {
476 left: -15px; }
477 .paging-links .next-page-link {
478 right: 0px; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700479 .next-page-link:after,
480 .start-class-link:after,
481 .start-course-link:after,
Scott Main0b2db162013-05-15 01:15:50 -0700482 .next-class-link:after,
483 .go-link:after {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700484 content: '';
485 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
486 width: 10px;
487 height: 10px;
488 display: inline-block;
489 margin-left: 5px; }
Scott Main25c89dd2013-10-07 14:17:55 -0700490 .prev-page-link.inline:before {
491 content: none; }
492 .next-page-link.inline:after {
493 content: none; }
Scott Main98a2a712013-07-17 13:15:04 -0700494
495
Scott Maine4d8f1b2012-06-21 18:03:05 -0700496 .training-nav-top a {
497 display:block;
498 float:left;
Scott Mainf3d01042012-10-02 20:36:45 -0700499 width:122px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700500 height:28px;
Scott Mainf3d01042012-10-02 20:36:45 -0700501 padding: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700502 line-height:28px;
503 text-align:center;
504 border:1px solid #DADADA;
505 border-bottom:0;
506 }
Scott Main5a1123e2012-09-26 12:51:28 -0700507
Scott Maine4d8f1b2012-06-21 18:03:05 -0700508 .training-nav-top a.next-page-link {
509 border-left:0;
Scott Mainf3d01042012-10-02 20:36:45 -0700510 width:123px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700511 }
Scott Main98a2a712013-07-17 13:15:04 -0700512
Scott Main5a1123e2012-09-26 12:51:28 -0700513 .paging-links a.disabled,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700514 .training-nav-top a.disabled,
515 .content-footer a.disabled {
Scott Main5a1123e2012-09-26 12:51:28 -0700516 color:#bbb;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700517 }
Scott Main98a2a712013-07-17 13:15:04 -0700518
Scott Main5a1123e2012-09-26 12:51:28 -0700519 .paging-links a.disabled:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700520 .training-nav-top a.disabled:hover,
521 .content-footer a.disabled:hover {
522 cursor:default;
Scott Main5a1123e2012-09-26 12:51:28 -0700523 color:#bbb !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700524 }
Scott Main98a2a712013-07-17 13:15:04 -0700525
Scott Maine4d8f1b2012-06-21 18:03:05 -0700526 .training-nav-top a.start-class-link,
527 .training-nav-top a.start-course-link {
Scott Maina4888dc2012-10-02 23:25:21 -0700528 width:262px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700529 }
Scott Main98a2a712013-07-17 13:15:04 -0700530
Scott Main9ee0fae2014-01-23 10:50:57 -0800531 .paging-links a.start-class-link {
532 width:100%;
533 text-align:right;
534 }
535
Scott Main5a1123e2012-09-26 12:51:28 -0700536 /* list of classes on course landing page */
537 ol.class-list {
538 list-style:none;
539 margin-left:0;
540 }
541 ol.class-list>li {
542 margin:0 0 15px;
543 padding:5px 0 0;
544 overflow:hidden;
545 border-top:1px solid #ccc;
546 }
547 ol.class-list li a.title {
548 font-size:16px;
549 margin:0;
550 clear:left;
551 display:block;
552 height:32px;
553 padding:0 4px;
554 }
555 ol.class-list li a.title h2 {
556 color:inherit;
557 margin:0 0 10px;
558 display:block;
559 float:left;
560 width:675px;
561 }
562 ol.class-list li a.title span {
563 display:none;
564 float:left;
565 font-size:18px;
566 font-weight:bold;
567 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
568 width: 10px;
569 height: 32px;
570 }
571 ol.class-list li a.title:hover {
572 background:#ddd;
573 color:#258AAF !important;
574 }
575 ol.class-list li a.title:hover span {
576 display:block;
577 }
Scott Main98a2a712013-07-17 13:15:04 -0700578
Scott Main5a1123e2012-09-26 12:51:28 -0700579 #jd-content
580 ol.class-list li img {
581 float:left;
582 clear:left;
583 width:64px;
584 margin:0 20px 0 0;
585 }
586 ol.class-list li p.description {
587 float:left;
588 display:block;
589 width:250px;
590 margin:0;
591 }
592 ol.class-list li p.description.article {
593 width: 550px;
594 }
595 ol.class-list ol {
596 float:left;
597 width:320px;
598 margin:0 0 0 30px;
599 list-style:none;
600 margin:0 0 0 20px;
601 }
602 ol.class-list div.lessons li {
603 margin:0 0 6px;
604 line-height:16px;
605 }
Scott Main98a2a712013-07-17 13:15:04 -0700606
607
Scott Maine4d8f1b2012-06-21 18:03:05 -0700608 .hide {
609 display:none !important;
610 }
Scott Main98a2a712013-07-17 13:15:04 -0700611
Scott Maine4d8f1b2012-06-21 18:03:05 -0700612 .content-footer.next-class {
613 display:block;
614 border:0;
615 margin-top:0;
616 padding-top:0;
617 }
Scott Main98a2a712013-07-17 13:15:04 -0700618
Scott Maine4d8f1b2012-06-21 18:03:05 -0700619 .content-footer.next-class a.next-class-link {
620 display:block;
621 float:right;
622 text-transform:uppercase;
623 }
Scott Main98a2a712013-07-17 13:15:04 -0700624
625
626
Scott Mainbbffb4b2012-11-13 07:40:16 -0800627 /* inner-doc tabs w/ title */
Scott Main98a2a712013-07-17 13:15:04 -0700628
Scott Mainbbffb4b2012-11-13 07:40:16 -0800629div#title-tabs-wrapper {
630 border-bottom:1px solid #ccc;
631 margin:20px 0 30px;
632}
633h1.with-title-tabs {
634 display:inline-block;
635 margin:0 0 -1px 0;
636 padding:0 60px 0 0;
637 border-bottom:1px solid #F9F9F9;
638}
639ul#title-tabs {
640 list-style:none;
641 padding:0;
642 height:29px;
643 margin:0;
644 font-size:16px;
645 line-height:26px;
646 display:inline-block;
647 vertical-align:bottom;
648}
649ul#title-tabs li {
650 display:block;
651 float:left;
652 margin-right:40px;
653 border-bottom: 3px solid transparent;
654}
655ul#title-tabs li.selected {
656 border-bottom: 3px solid #93C;
657}
658ul#title-tabs li a {
659 color:#333;
660}
661ul#title-tabs li a:hover,
Scott Mainbbffb4b2012-11-13 07:40:16 -0800662ul#title-tabs li a:active {
663 color:#93C !important;
664}
665
666
Scott Maine4d8f1b2012-06-21 18:03:05 -0700667
668/* content body */
669@-webkit-keyframes glowheader {
670 from {
671 background-color: #33b5e5;
672 color: #000;
673 border-bottom-color: #000; }
674
675 to {
676 background-color: transparent;
677 color: #33b5e5;
678 border-bottom-color: #33b5e5; } }
679
680@-moz-keyframes glowheader {
681 from {
682 background-color: #33b5e5;
683 color: #000;
684 border-bottom-color: #000; }
685
686 to {
687 background-color: transparent;
688 color: #33b5e5;
689 border-bottom-color: #33b5e5; } }
690
691@keyframes glowheader {
692 from {
693 background-color: #33b5e5;
694 color: #000;
695 border-bottom-color: #000; }
696
697 to {
698 background-color: transparent;
699 color: #33b5e5;
700 border-bottom-color: #33b5e5; } }
701
702h2:target,
703h3:target {
704 -webkit-animation-name: glowheader;
705 -moz-animation-name: glowheader;
706 animation-name: glowheader;
707 -webkit-animation-duration: 0.7s;
708 -moz-animation-duration: 0.7s;
709 animation-duration: 0.7s;
710 -webkit-animation-timing-function: ease-out;
711 -moz-animation-timing-function: ease-out;
712 animation-timing-function: ease-out; }
713
714.design ol h4 {
715 margin-bottom:0;
716}
717.design ol {
718 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700719 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700720 font-size: 14px;
721 line-height: 20px;
722 list-style-type: none;
723 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700724 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700725 content: counter(item) ". ";
726 counter-increment: item;
727 position: absolute;
728 left: -20px;
729 top: 0; }
730 .design ol li.value-1:before {
731 content: "1. "; }
732 .design ol li.value-2:before {
733 content: "2. "; }
734 .design ol li.value-3:before {
735 content: "3. "; }
736 .design ol li.value-4:before {
737 content: "4. "; }
738 .design ol li.value-5:before {
739 content: "5. "; }
740 .design ol li.value-6:before {
741 content: "6. "; }
742 .design ol li.value-7:before {
743 content: "7. "; }
744 .design ol li.value-8:before {
745 content: "8. "; }
746 .design ol li.value-9:before {
747 content: "9. "; }
748 .design ol li.value-10:before {
749 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700750.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700751 list-style-position: inside;
752 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700753 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700754 display: inline;
755 left: -20px;
756 float: left;
757 width: 17px;
758 color: #33b5e5;
759 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700760.design .with-callouts ul>li {
761 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700762
763/* special list items */
764li.no-bullet {
765 list-style-type: none !important; }
766li.no-bullet *{
767 margin:0; }
768
769.design li.with-icon {
770 position: relative;
771 margin-left: 20px;
772 min-height: 30px; }
773 .design li.with-icon p {
774 margin-left: 0 !important; }
775 .design li.with-icon:before {
776 position: absolute;
777 left: -40px;
778 top: 0;
779 content: '';
780 width: 30px;
781 height: 30px; }
782 .design li.with-icon.tablet:before {
783 background-image: url(../images/styles/ico_phone_tablet.png); }
784 .design li.with-icon.web:before {
785 background-image: url(../images/styles/ico_web.png); }
786 .design li.with-icon.action:before {
787 background-image: url(../images/styles/ico_action.png); }
788 .design li.with-icon.use:before {
789 background-image: url(../images/styles/ico_use.png); }
790
791/* figures and callouts */
792.figure {
793 position: relative; }
794 .figure.pad-below {
795 margin-bottom: 20px; }
796 .figure .figure-callout {
797 position: absolute;
798 color: #fff;
799 font-weight: 500;
800 font-size: 16px;
801 line-height: 23px;
802 text-align: center;
803 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
804 padding-right: 2px;
805 width: 30px;
806 height: 29px;
807 z-index: 1000; }
808 .figure .figure-callout.top {
809 top: -9px; }
810 .figure .figure-callout.right {
811 right: -5px; }
812
813.figure-caption {
814 margin: 0 10px 20px 0;
815 font-size: 14px;
816 line-height: 20px;
817 font-style: italic; }
818
819/* rows of figures */
820.figure-row {
821 font-size: 0;
822 line-height: 0;
823 /* to prevent space between figures */ }
824 .figure-row .figure {
825 display: inline-block;
826 vertical-align: top; }
827 .figure-row .figure + .figure {
828 margin-left: 10px;
829 /* reintroduce space between figures */ }
830
831/* video containers */
832.framed-galaxynexus-land-span-13 {
833 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
834scroll top left;
835 padding: 42px 122px 62px 126px;
836 overflow: hidden; }
837 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
838.framed-galaxynexus-land-span-13 img {
839 width: 512px;
840 height: 286px; }
841
Robert Lyd78354d2012-11-01 17:09:52 -0700842
843.framed-galaxynexus-land-span-8{
844 background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
845scroll top left;
846 padding: 26px 68px 38px 72px;
847 overflow: hidden; }
848 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
849.framed-galaxynexus-land-span-8 img {
850 width: 320px;
851 height: 180px; }
852
Scott Maine4d8f1b2012-06-21 18:03:05 -0700853.framed-galaxynexus-port-span-9 {
854 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
855scroll top left;
856 padding: 95px 122px 107px 124px;
857 overflow: hidden; }
858 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
859.framed-galaxynexus-port-span-9 img {
860 width: 274px;
861 height: 488px; }
862
863.framed-galaxynexus-port-span-5 {
864 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
865scroll top left;
866 padding: 75px 31px 76px 33px;
867 overflow: hidden; }
868 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
869.framed-galaxynexus-port-span-5 img {
870 width: 216px;
871 height: 384px; }
872
Scott Main27403b82013-07-10 16:36:05 -0700873.framed-nexus4-port-216 {
874 background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
875scroll top left;
876 background-size:240px 465px;
877 padding: 52px 12px 52px 12px;
878 overflow: hidden; }
879 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
880 .framed-nexus4-port-216 img {
881 width: 216px;
882 height: 360px; }
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700883
884.framed-nexus5-port-span-5 {
885 background: transparent url(../images/styles/device_nexus5_blank_port_span5.png) no-repeat
886 scroll top left;
887 padding: 52px 33px 69px 31px;
888 overflow: hidden;
889}
Scott Main27403b82013-07-10 16:36:05 -0700890
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700891.framed-nexus5-port-span-5,
892.framed-nexus5-port-span-5 video,
893.framed-nexus5-port-span-5 img {
894 width: 216px;
895 height: 384px;
896}
Scott Main27403b82013-07-10 16:36:05 -0700897
Dirk Doughertyca1858a2013-10-29 16:25:00 -0700898.framed-nexus5-land-span-13 {
899 background: transparent url(../images/styles/device_nexus5_blank_land_span13.png) no-repeat scroll top left;
900 padding: 36px 119px 54px 108px;
901 overflow: hidden;
902}
903
904.framed-nexus5-land-span-13,
905.framed-nexus5-land-span-13 video,
906.framed-nexus5-land-span-13 img {
907 width: 533px;
908 height: 300px;
909}
910
911.framed-nexus5-port-span-5,
912.framed-nexus5-port-span-5 video,
913.framed-nexus5-port-span-5 img {
914 width: 216px;
915 height: 384px;
916}
917
Scott Maine4d8f1b2012-06-21 18:03:05 -0700918/* landing page disclosures */
919.landing-page-link {
920 text-decoration: none;
921 font-weight: 500;
922 color: #333333; }
923 .landing-page-link:after {
924 content: '';
925 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
926 width: 10px;
927 height: 10px;
928 display: inline-block;
929 margin-left: 5px; }
930
931/* tooltips */
932.tooltip-box {
933 position: absolute;
934 background-color: rgba(0, 0, 0, 0.9);
935 border-radius: 2px;
936 font-size: 14px;
937 line-height: 20px;
938 color: #fff;
939 padding: 6px 10px;
940 max-width: 250px;
941 z-index: 10000; }
942 .tooltip-box.below:after {
943 position: absolute;
944 content: '';
945 line-height: 0;
946 display: block;
947 top: -10px;
948 left: 5px;
949 border: 5px solid transparent;
950 border-bottom-color: rgba(0, 0, 0, 0.9); }
951
952/* video note */
953.video-instructions {
954 margin-top: 10px;
955 margin-bottom: 10px; }
956 .video-instructions:before {
957 content: '';
958 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
959 display: inline-block;
960 width: 12px;
961 height: 12px;
962 margin-right: 8px; }
963 .video-instructions:after {
964 content: 'Click device screen to replay movie.'; }
965
966/* download buttons */
967.download-button {
968 display: block;
969 margin-bottom: 5px;
970 text-decoration: none;
971 background-color: #33b5e5;
972 color: #fff !important;
973 font-weight: 500;
974 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
975 padding: 6px 12px;
976 border-radius: 2px; }
977 .download-button:hover, .download-button:focus {
978 background-color: #0099cc;
979 color: #fff !important; }
980 .download-button:active {
981 background-color: #006699; }
982
983/* UI tables and other things found in Writing style and Settings pattern */
984.ui-table {
985 width: 100%;
986 background-color: #282828;
987 color: #fff;
988 border-radius: 2px;
989 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
990 border-collapse: separate; }
991 .ui-table th,
992 .ui-table td {
993 padding: 5px 10px;
Scott Main98a2a712013-07-17 13:15:04 -0700994 background-color: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700995 border:0;}
996 .ui-table thead th {
997 font-weight: bold; }
998 .ui-table tfoot td {
999 border-top: 1px solid #494949;
1000 border-right: 1px solid #494949;
1001 text-align: center; }
1002 .ui-table tfoot td:last-child {
1003 border-right: 0; }
1004
1005.layout-with-list-item-margins {
1006 margin-left: 30px !important; }
1007
1008.emulate-content-left-padding {
1009 margin-left: 10px; }
1010
1011.do-dont-label {
1012 margin-bottom: 10px;
1013 padding-left: 20px;
1014 background: transparent none no-repeat scroll 0px 3px; }
1015 .do-dont-label.bad {
1016 background-image: url(../images/styles/ico_wrong.png); }
1017 .do-dont-label.good {
1018 background-image: url(../images/styles/ico_good.png); }
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07001019
Scott Maine4d8f1b2012-06-21 18:03:05 -07001020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038/***** PREVIOUSLY style.css ******************/
1039
1040
1041
1042
1043
1044@media screen, projection, print {
1045[dir='rtl'] {
1046 direction: rtl;
1047}
1048html {
1049 line-height: 20px;
1050}
1051pre, table, input, textarea, code {
1052 font-size: 1em;
1053}
1054address, abbr, cite {
1055 font-style: normal;
1056}
1057[dir='rtl'] th {
1058 text-align: right;
1059}
1060html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1061html[lang^=zh] blockquote, html[lang^=zh] q {
1062 font-style: normal;
1063}
1064q {
1065 font-style: italic;
1066}
1067fieldset, iframe, img {
1068 border: 0;
1069}
Scott Main98a2a712013-07-17 13:15:04 -07001070img {
Scott Mainb7f96372013-02-07 16:56:43 -08001071 -ms-interpolation-mode: bicubic;
1072 vertical-align: middle;
1073 max-width: 100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001074}
1075q {
1076 quotes: none;
1077}
1078sup, sub {
1079 font-size: 11px;
1080 line-height: 0;
1081}
1082}
1083
1084@media screen, projection {
1085
1086table, fieldset {
1087 margin: 0;
1088}
1089h1 {
1090 color:#333;
1091 font-size: 22px;
1092 margin: 20px 0 20px;
1093 padding:0 0 10px;
1094}
1095h1, h2 {
1096 line-height: 32px;
1097}
1098h1.short {
1099 margin-right:320px;
1100}
1101h1.short {
1102 margin-right:320px;
1103}
1104h1.super {
Scott Main98a2a712013-07-17 13:15:04 -07001105 font-size: 37px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001106}
1107h2 {
1108 color:#333;
1109 font-size: 20px;
1110 margin: 20px 0 20px;
1111 padding:0;
1112}
1113h3 {
1114 color:#333;
1115 font-size: 18px;
1116}
1117h3, h4 {
1118 color:#333;
1119 line-height: 20px;
1120 margin: 10px 0;
1121}
1122h4 {
Scott Mainb7f96372013-02-07 16:56:43 -08001123 font-size: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001124}
1125h5 {
Scott Main98a2a712013-07-17 13:15:04 -07001126 font-size: 14px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001127}
1128h5, h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001129 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001130}
1131h6 {
Scott Main98a2a712013-07-17 13:15:04 -07001132 font-size: 12px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001133}
1134hr { /* applied to the bottom of h2 elements */
Scott Mainb7f96372013-02-07 16:56:43 -08001135 height: 1px;
1136 margin: 5px 0 20px;
1137 border: 0;
1138 background: #ccc;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001139}
1140p, pre, table, form {
1141 margin: 0 0 15px;
1142}
1143small {
Scott Mainb7f96372013-02-07 16:56:43 -08001144 font-size: 11.5px;
1145 color: #000;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001146}
1147ul, ol {
1148 margin: 0 0 15px 18px;
1149 padding: 0;
1150}
1151[dir='rtl'] ul, [dir='rtl'] ol {
1152 margin: 10px 30px 10px 10px;
1153}
1154ul ul, ul ol, ol ul, ol ol {
1155 margin-bottom: 0;
1156 margin-top: 0;
1157}
1158li {
Scott Main52948fc2012-09-18 11:27:59 -07001159 margin:0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001160}
1161dd {
1162 margin:0 0 10px 30px;
1163}
Scott Maina07be8e2013-03-06 12:12:21 -08001164dd p,
1165dd pre,
1166dd ul,
1167dd ol,
1168dd dl {
Scott Main24790db2013-03-19 14:38:59 -07001169 margin-top:10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001170}
Scott Maindb3678b2012-10-23 14:13:41 -07001171li p,
1172li pre,
1173li ul,
Scott Maina07be8e2013-03-06 12:12:21 -08001174li ol,
1175li dl {
Scott Maindb3678b2012-10-23 14:13:41 -07001176 margin-top:5px;
1177 margin-bottom:5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001178}
Scott Main13cd8f12013-11-12 11:50:59 -08001179dl dd dl:first-child {
1180 margin-top:0;
1181}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001182pre strong, pre b, a strong, a b, a code {
1183 color: inherit;
1184}
1185pre, code {
1186 color: #060;
Scott Maina07be8e2013-03-06 12:12:21 -08001187 font: 13px/1.5 monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001188}
1189code {
1190 font-weight:bold;
Scott Maina07be8e2013-03-06 12:12:21 -08001191 font: 13px/14px monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001192}
1193
1194legend {
1195 display: none;
1196}
1197a:link, a:visited {
1198 color: #258aaf;
1199 text-decoration: none;
1200}
1201a:focus, a:hover, a:active {
1202 color: #33B5E5;
1203 text-decoration: none;
1204}
1205strong, b {
1206 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -07001207 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001208}
1209table {
1210 border-collapse: collapse;
1211 border-spacing: 0;
1212 border:0;
1213 margin: .5em 1em 1em 0;
1214 width:100%; /* consistent table widths; within IE's quirks */
1215 background-color:#f7f7f7;
1216}
1217th, td {
1218 padding: 4px 12px;
1219 vertical-align: top;
1220 text-align: left;
1221}
1222td {
1223 background-color:inherit;
1224 border:solid 1px #DDD;
1225}
Scott Maineb410352013-01-14 19:03:40 -08001226td *:last-child {
1227 margin-bottom:0;
1228}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001229th {
1230 background-color: #999;
1231 color: #fff;
1232 border:solid 1px #DDD;
1233 font-weight: normal;
1234}
1235tr:first-of-type th:first-of-type:empty {
1236 visibility: hidden;
1237}
1238/* --------------------------------------------------------------------------
1239Footer
1240*/
1241.line {
1242 clear: both;
1243 background: #acbc00;
1244 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1245 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1246color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1247 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1248 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1249 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1250 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1251 height: 2px;
1252 margin-top: 150px;
1253 position: relative;
1254 z-index: 11;
1255}
1256#footer {
1257 font-size:11px;
1258 clear: both;
1259 color: #999;
1260 padding: 15px 0;
1261 margin-top:10px;
1262 width:auto;
1263}
1264#footer-local ul {
Scott Mainb7f96372013-02-07 16:56:43 -08001265 list-style: none;
1266 margin: 5px 0 30px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001267}
1268#footer-local li {
1269 display: inline;
1270}
1271#footer-local li+li:before {
1272 content: '|';
1273 padding: 0 3px;
Scott Mainb7f96372013-02-07 16:56:43 -08001274 color: #e5e5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001275}
1276#footer-global {
1277 padding: 10px 15px;
Scott Mainb7f96372013-02-07 16:56:43 -08001278 background: #f5f5f5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001279}
1280#footer-global {
1281 border-top: 1px solid #ebebeb;
1282 font-size: 11.5px;
1283 line-height: 1.8;
1284 list-style: none;
1285}
1286#footer-global ul {
1287 margin: 0;
1288}
1289#footer-global li {
1290 display: inline;
1291 font-weight: bold;
1292}
1293#footer-global li+li:before {
1294 content: '¬?';
1295 padding: 0 3px;
1296}
1297* html #footer-global li {
1298 margin: 0 13px 0 0;
1299}
1300* [dir='rtl'] #footer-global li {
1301 margin: 0 0 0 13px;
1302}
1303*+html #footer-global li {
1304 margin: 0 13px 0 0;
1305}
1306*+[dir='rtl'] #footer-global li {
1307 margin: 0 0 0 13px;
1308}
1309#footer-global li a {
1310 font-weight: normal;
1311}
1312.locales {
1313 margin: 10px 0 0 0px;
1314}
1315[dir='rtl'] .locales {
1316 background-position: right center;
1317 float: left;
1318 padding: 0 24px 0 0;
1319}
1320.locales form {
Scott Main98a2a712013-07-17 13:15:04 -07001321 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001322}
1323.locales select, .sites select {
1324 line-height: 3.08;
1325 margin: 0px 0;
1326 border: solid 1px #EBEBEB;
1327 -webkit-appearance: none;
1328 background: white url('../images/arrows-up-down.png') right center no-repeat;
1329 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001330 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001331 line-height: normal;
1332 padding: 5px;
1333 width: 230px;
1334}
1335}
1336
1337/* =============================================================================
1338 Print Only
1339 ========================================================================== */
1340@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001341 /* configure printed page */
1342 @page {
1343 margin: 0.75in 1in;
1344 widows: 4;
1345 orphans: 4;
1346 }
1347
1348 /* reset spacing metrics */
1349 html, body, .wrap {
1350 margin: 0 !important;
1351 padding: 0 !important;
1352 width: auto !important;
1353 }
1354
1355 /* leave enough space on the left for bullets */
1356 body {
1357 padding-left: 20px !important;
1358 }
1359 #doc-col {
1360 margin-left: 0;
1361 }
1362
1363 /* hide a bunch of non-content elements */
1364 #header, #footer, #nav-x, #side-nav,
1365 .training-nav-top, .training-nav-bottom,
1366 #doc-col .content-footer,
1367 .nav-x, .nav-y,
1368 .paging-links,
1369 a.totop {
1370 display: none !important;
1371 }
1372
1373 /* remove extra space above page titles */
1374 #doc-col .content-header {
1375 margin-top: 0;
1376 }
1377
1378 /* bump up spacing above subheadings */
1379 h2 {
1380 margin-top: 40px !important;
1381 }
1382
1383 /* print link URLs where possible and give links default text color */
1384 p a:after {
1385 content: " (" attr(href) ")";
1386 font-size: 80%;
1387 }
1388 p a {
1389 word-wrap: break-word;
1390 }
1391 a {
1392 color: inherit;
1393 }
1394
1395 /* syntax highlighting rules */
1396 .str { color: #060; }
1397 .kwd { color: #006; font-weight: bold; }
1398 .com { color: #600; font-style: italic; }
1399 .typ { color: #404; font-weight: bold; }
1400 .lit { color: #044; }
1401 .pun { color: #440; }
1402 .pln { color: #000; }
1403 .tag { color: #006; font-weight: bold; }
1404 .atn { color: #404; }
1405 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001406}
1407
1408/* =============================================================================
1409 Columns
1410 ========================================================================== */
1411
1412@media screen, projection, print {
1413.full {
Scott Mainb7f96372013-02-07 16:56:43 -08001414 padding: 2.5em 0;
1415 border-top: solid 1px #ddd;
1416 border-bottom: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07001417 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001418}
1419.wrap {
Scott Mainb7f96372013-02-07 16:56:43 -08001420 margin: 0 auto;
1421 width: 940px;
1422 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001423}
1424.cols {
1425 height: 1%;
1426 margin: 0 -1.533742331288343558282%;
1427 width: 103.06748466257669%}
1428*+html .cols {
1429 margin-bottom: 20px;
1430}
1431.cols:after {
1432 clear: both;
1433 content: ' ';
1434 display: block;
1435 height: 0;
1436 visibility: hidden;
1437}
1438.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1439.col-13, .col-14, .col-15, .col-16 {
1440 display: inline;
Scott Mainb7f96372013-02-07 16:56:43 -08001441 float: left;
1442 margin-left: 10px;
1443 margin-right: 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001444}
1445/*
1446* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1447.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1448 margin: 0;
1449 padding: 0 1.4% 20px;
1450}
1451[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1452[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1453[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1454 float: right;
1455}
1456*/
1457.col-1 { width: 40px }
1458.col-2 { width: 100px }
1459.col-3 { width: 160px }
1460.col-4 { width: 220px }
1461.col-5 { width: 280px }
1462.col-6 { width: 340px }
1463.col-7 { width: 400px }
1464.col-8 { width: 460px }
1465.col-9 { width: 520px }
1466.col-10 { width: 580px }
1467.col-11 { width: 640px }
1468.col-12 { width: 700px }
1469.col-13 { width: 760px }
1470.col-14 { width: 820px }
1471.col-15 { width: 880px }
1472.col-16 { width: 940px }
1473}
1474
1475.col-right {
1476 margin-right:0px;
1477}
1478
1479@media screen and (max-width:772px) {
1480.col-5, .col-6, .col-7 {
1481 clear: both;
1482 width: 97.0238096%}
1483}
1484
1485/* =============================================================================
1486 Layout
1487 ========================================================================== */
1488@media screen, projection, print {
1489
1490/* --------------------------------------------------------------------------
1491Header, Login, Nav-X, Search
1492*/
1493#header {
Scott Mainb7f96372013-02-07 16:56:43 -08001494 padding: 2.2em 0 0.2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001495}
1496#header:before, #header:after {
Scott Mainb7f96372013-02-07 16:56:43 -08001497 content: "";
1498 display: table;
1499 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001500}
1501.logo, .nav-x {
1502 float: left;
1503}
1504.nav-x {
1505 margin-top: -2px;
Scott Mainb7f96372013-02-07 16:56:43 -08001506 list-style-type: none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001507}
1508.nav-x a {
1509 color: #333;
1510 font-size: 16px;
1511}
1512.design a.selected {
1513 color: #33b5e5;
1514}
1515.develop a.selected {
1516 color: #F80;
1517}
1518.distribute a.selected {
1519 color: #9C0;
1520}
1521
1522
1523
1524.nav-x li {
1525 display: inline;
1526 margin-right: 45px;
1527}
1528.search {
Scott Mainb7f96372013-02-07 16:56:43 -08001529 float: right;
1530 position: relative;
1531 width: 220px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001532}
1533.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001534 position: absolute;
1535 background-color: #a3a3a3;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001536}
1537.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08001538 width: 220px;
1539 height: 1px;
1540 top: 24px;
1541 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001542}
Scott Main98a2a712013-07-17 13:15:04 -07001543.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001544 height: 5px;
1545 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001546}
Scott Mainb7f96372013-02-07 16:56:43 -08001547.search .left { top: 19px; left: 0 }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001548.search .right { top: 19px; right: 0 }
1549.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08001550 float: left;
1551 margin-top: 2px;
1552 width: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001553}
1554.search .close,
1555#player-frame .close {
1556 position: absolute;
1557 right: 8px;
1558 bottom: 4px;
1559 width: 16px;
1560 height: 16px;
1561 margin: 0;
1562 text-indent: -1000em;
1563 background: url(../images/close.png) no-repeat 0 0;
1564 z-index:9999;
1565}
1566.search .close:hover, .search .close:focus,
1567#player-frame .close:hover, #player-frame .close:focus {
1568 background-position: -16px 0;
1569 cursor:pointer;
1570}
1571#player-frame .close {
1572 top: 6px;
1573}
1574.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08001575 color: #999;
1576 font-size: 1em;
1577 width: inherit;
1578 border: none;
1579 margin: 0;
1580 padding:0 0 0 6px;
1581 z-index: 1500;
1582 background-color: transparent
Scott Maine4d8f1b2012-06-21 18:03:05 -07001583}
1584.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001585 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001586}
1587.search:hover .icon {
Scott Mainb7f96372013-02-07 16:56:43 -08001588 background-position: -8px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001589}
1590.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08001591 color: #222;
1592 font-weight: bold;
1593 outline:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001594}
1595/* Search Dropdown */
1596.search-dropdown {
Scott Mainb7f96372013-02-07 16:56:43 -08001597 padding: 15px;
1598 width: 192px;
1599 border: solid 1px #c5c5c5;
1600 background: #fff;
1601 position: absolute;
1602 top: 35px;
1603 left: 0;
1604 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1605 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1606 box-shadow: 0 0 10px rgba(0,0,0,0.2)
Scott Maine4d8f1b2012-06-21 18:03:05 -07001607}
1608.search-dropdown ul, .search-dropdown ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08001609 list-style-type: none;
1610 margin: 0;
1611 padding: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001612}
1613.search-dropdown ul li {
Scott Main98a2a712013-07-17 13:15:04 -07001614 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001615}
1616.search-dropdown img {
Scott Mainb7f96372013-02-07 16:56:43 -08001617 float: left;
1618 margin: 0 10px 10px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001619}
1620.search-dropdown h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001621 color: #222;
1622 margin: 0;
1623 line-height: normal
Scott Maine4d8f1b2012-06-21 18:03:05 -07001624}
1625.search-dropdown .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001626 color: #999;
1627 font-size: 11.5px;
1628 line-height: normal;
1629 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001630}
1631.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001632 color: #33b5e5
Scott Maine4d8f1b2012-06-21 18:03:05 -07001633}
1634/* --------------------------------------------------------------------------
1635Buttons
1636*/
1637.button, a.button, .button-secondary, a.button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001638 border-image: initial;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001639 -webkit-border-radius: 2px;
1640 -moz-border-radius: 2px;
1641 border-radius: 2px;
1642 cursor: pointer;
1643}
1644.button, a.button {
Scott Mainab4daf42012-11-30 11:27:17 -08001645 display:inline-block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001646 background-color: #09c;
1647 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1648 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1649 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1650 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1651 background-image: -o-linear-gradient(top, #2faddb, #09c);
1652 background-image: linear-gradient(top, #2faddb, #09c);
1653 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1654 border: 1px solid #3990ab;
1655 color: #fff;
1656}
1657.button-secondary, a.button-secondary {
1658 background-color: #f3f3f3;
1659 border: 1px solid #dcdcdc;
1660 color: #444;
1661}
1662a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001663 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001664 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001665 min-width: 54px;
1666 outline: 0;
1667 padding: 8px 15px;
1668 text-align: center;
1669}
1670.button, .button-secondary {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001671 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001672 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001673 min-width: 54px;
1674 outline: 0;
1675 padding: 0 15px;
1676 text-align: center;
1677}
1678.button:hover, a.button:hover {
1679 border-color: #09c;
1680 background-color: #4cadcb;
1681 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1682 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1683 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1684 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1685 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1686 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1687 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1688EndColorStr='#4cadcb',GradientType=0);
1689 color: #fff !important;
1690}
1691.button:active, a.button:active {
1692 background-color: #1e799a;
1693 background-image: none;
1694 border-color: #30b7e6;
1695}
Scott Maindb3678b2012-10-23 14:13:41 -07001696a.button.big.subtitle {
1697 line-height:18px;
1698}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001699.button-secondary:hover, a.button-secondary:hover {
1700 border-color: #dbdbdb;
1701 background-color: #f3f3f3;
1702 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1703 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1704 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1705 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1706 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1707 background-image: linear-gradient(top, #f9f9f9, #ececec);
1708 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1709EndColorStr='#ececec');
1710 color: #33B5E5 !important;
1711}
1712.button-secondary:active, a.button-secondary:active {
Scott Maindb3678b2012-10-23 14:13:41 -07001713 border-color: #dadada;
Scott Mainb7f96372013-02-07 16:56:43 -08001714 background: #ebebeb; /* Old browsers */
1715 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1716 background:
Scott Maine4d8f1b2012-06-21 18:03:05 -07001717url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1718Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1719eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1720CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1721eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1722YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1723CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1724CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1725CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1726CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1727R3JhZGllbnQ+
1728CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1729Lz4KPC9zdmc+);
Scott Mainb7f96372013-02-07 16:56:43 -08001730 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
Scott Maine4d8f1b2012-06-21 18:03:05 -07001731#ffffff 100%); /* FF3.6+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001732 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
Scott Maine4d8f1b2012-06-21 18:03:05 -07001733color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1734/* Chrome,Safari4+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001735 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
Scott Maine4d8f1b2012-06-21 18:03:05 -0700173690%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001737 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001738100%); /* Opera 11.10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001739 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001740100%); /* IE10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001741 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001742100%); /* W3C */
Scott Mainb7f96372013-02-07 16:56:43 -08001743 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
Scott Maine4d8f1b2012-06-21 18:03:05 -07001744endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
Scott Mainb7f96372013-02-07 16:56:43 -08001745 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1746 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Main98a2a712013-07-17 13:15:04 -07001747 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Mainb7f96372013-02-07 16:56:43 -08001748 color: #258AAF !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001749}
1750.button.big {
1751 font-size:20px;
1752 display:inline-block;
1753}
Scott Maindb3678b2012-10-23 14:13:41 -07001754.button.big span.small {
1755 font-size:14px;
1756}
1757.button-caption {
1758 margin-top:10px;
1759 font-size:12px;
1760 font-style:italic;
1761}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001762
1763.button.disabled,
1764.button.disabled:hover,
1765.button.disabled:active {
1766 background:#ebebeb;
Scott Maindb3678b2012-10-23 14:13:41 -07001767 color:#999 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001768 border-color:#999;
1769 cursor:default;
1770}
1771
1772.training-nav-top a.button-secondary,
1773.training-nav-bottom a.button-secondary {
1774 display:block;
1775 float:left;
1776 margin:0;
1777 width:130px;
1778 text-transform:uppercase;
1779 font-weight:bold;
Scott Main98a2a712013-07-17 13:15:04 -07001780
Scott Maine4d8f1b2012-06-21 18:03:05 -07001781 background-color: #f3f3f3;
1782 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1783 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1784 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1785 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1786 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1787 background-image: linear-gradient(top, #f9f9f9, #ececec);
1788 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1789EndColorStr='#ececec');
1790 color: #33B5E5;
1791}
1792
1793.training-nav-top a.button-secondary:hover,
1794.training-nav-bottom a.button-secondary:hover {
1795 background-color: #09c;
1796 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1797 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1798 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1799 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1800 background-image: -o-linear-gradient(top, #2faddb, #09c);
1801 background-image: linear-gradient(top, #2faddb, #09c);
1802 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1803 border: 1px solid #3990ab;
1804 color: #fff !important;
1805}
1806
1807.training-nav-top a.button-secondary.last,
1808.training-nav-bottom a.button-secondary.last {
1809 border-left:0;
1810}
1811
1812.training-nav-top a.button-secondary.double-size,
1813.training-nav-bottom a.button-secondary.double-size {
1814 width:291px;
1815}
1816
1817.training-nav-top,
1818.training-nav-bottom {
1819 float:right;
1820 margin:0 0 0 20px;
1821}
1822
1823.training-nav-bottom {
1824 padding:0 0 20px;
1825}
1826
1827#tb-wrapper,
1828#qv-wrapper {
1829 float:right;
1830 clear:right;
Scott Maincef39242013-06-19 20:25:34 -07001831 margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maine4d8f1b2012-06-21 18:03:05 -07001832 padding:0 0 20px;
1833}
1834
Scott Maincef39242013-06-19 20:25:34 -07001835#tb-wrapper {
Scott Main07816042013-12-19 12:47:38 -08001836 margin:-29px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maincef39242013-06-19 20:25:34 -07001837}
1838
Scott Maine4d8f1b2012-06-21 18:03:05 -07001839#tb,
1840#qv {
1841 font-size:13px;
1842 line-height:18px;
1843 width:238px;
1844 border:1px solid #ccc;
1845 float:right;
1846}
1847
1848#tb {
1849 width:278px;
1850}
1851
1852#tb h2,
1853#qv h2 {
1854 margin:10px 15px;
1855 padding:0;
1856 text-transform:uppercase;
1857 border-bottom:1px solid gainsboro;
1858}
1859
1860#tb *,
1861#qv * {
1862 font-size:inherit;
1863}
1864
Scott Main8c0f5b32013-07-08 15:12:02 -07001865#tb .download-box,
1866#qv .download-box {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001867 padding:0 0 0 15px;
1868}
1869
Scott Main8c0f5b32013-07-08 15:12:02 -07001870#tb .download-box .filename,
1871#qv .download-box .filename {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001872 font-size:11px;
1873 margin:4px 4px 10px;
1874 color:#666;
1875}
1876
1877
1878/* Dev guide quicknav */
1879
1880.sidebox-wrapper {
1881 float:right;
1882 clear:right;
1883 margin:0 0 0 20px;
1884 padding:0 0 20px;
1885}
1886
1887.sidebox {
1888 width:226px;
1889 font-size:13px;
1890 line-height:18px;
1891 border-left:4px solid #99CC00;
1892 float:right;
1893 padding:0 0 0 10px;
Scott Main24bbcd52012-09-21 14:33:43 -07001894 margin:0 0 1em 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001895}
1896
1897.sidebox h2,
1898.sidebox h3,
1899.sidebox h4,
1900.sidebox h5 {
1901 font-weight:bold;
1902 margin:0 0 10px;
Scott Main2c2c0532014-02-11 18:16:20 -08001903 line-height: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001904}
1905
1906.sidebox * {
1907 font-size:inherit;
1908}
1909
Scott Mainafc4db32013-11-20 16:53:12 -08001910.sidebox > *:last-child {
1911 margin-bottom:0;
1912}
1913
Scott Maine4d8f1b2012-06-21 18:03:05 -07001914#tb ol,
1915#tb ul,
1916#qv ul {
1917 margin:0 15px 10px 35px;
1918}
1919
1920#qv ol {
1921 list-style:none;
1922 margin:0 15px 15px;
1923 font-size:inherit;
1924 line-height:inherit;
1925}
1926
1927#tb ol ol,
1928#tb ul ul,
1929#qv ol ol,
1930#qv ul ul,
1931.sidebox ol ol,
1932.sidebox ul ul {
1933 margin-bottom:0;
1934}
1935
1936#qv ol ol {
1937 margin:3px 0 3px 15px;
1938}
1939
1940.sidebox p,
1941#qv p,
1942#tb p {
1943 margin: 0 0 10px;
1944}
1945
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001946/* related resources blocks in checklists */
1947
1948.rel-resources {
1949 margin:10px 0px;
1950 border:1px solid #ccc;
1951 background-color:rgba(0, 0, 0, 0.027451);
1952 border:1px solid #ccc;
1953 font-size:13px;
1954 color:#6f6f6f;
1955}
1956
1957.rel-resources ul {
1958padding: .5em 1em 0 1em;
1959}
1960
1961.rel-resources a {
1962font-weight:500;
1963}
1964
1965.rel-resources h3 {
1966 margin:4px 15px 0px 15px;
1967 font-size:13px;
1968 font-weight:600;
1969 text-transform:uppercase;
1970}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001971
1972/* --------------------------------------------------------------------------
1973Form
1974*/
1975.article form {
1976 margin: 0 0 20px;
1977}
1978.article form .form-required {
1979 color: #dd4b39;
1980}
1981.article form fieldset {
1982 margin: 0 0 20px;
1983 padding: 0;
1984}
1985.article form legend {
1986 display: block;
1987 line-height: 1.5;
1988 margin: 0;
1989 padding: 0;
1990}
1991/*
1992.article form ol, .article form ul {
1993 margin: 0 0 0 1em;
1994 padding: 0 0 0 1em;
1995}
1996[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1997 margin: 0 1em 0 0;
1998 padding: 0 1em 0 0;
1999}
2000.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
2001ul ul {
2002 list-style: none;
2003 margin: 0;
2004 padding: 0;
2005}
2006.article form li {
2007 margin: 0 0 20px;
2008}
2009.article form li li {
2010 margin: 0 0 5px;
2011}
2012*/
2013.article form label {
2014 display: block;
2015 margin: 0 0 5px;
2016 padding: 0;
2017}
2018.article form input[type='text'], .article form select, .article form textarea, .article form
2019.checkbox-group, .article form .radio-group {
2020 margin-bottom: 15px;
2021}
2022.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08002023 width: 13px;
2024 height: 13px;
2025 background: #fff;
2026 border: solid 1px #c6c6c6;
2027 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002028}
2029.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08002030 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07002031}
2032.article form select {
2033 border: solid 1px #ebebeb;
2034 border-top-color: #ddd;
2035 -webkit-appearance: none;
2036 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2037 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07002038 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002039 line-height: normal;
2040 padding: 5px;
2041 width: 130px;
2042}
Scott Main98a2a712013-07-17 13:15:04 -07002043
Scott Maine4d8f1b2012-06-21 18:03:05 -07002044.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07002045 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002046}
2047.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08002048 height: auto;
2049 line-height: 25px;
2050 font-size: 11px;
2051 padding: 0 8px;
2052 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002053}
2054.article form input[type='text'], .article form textarea {
2055 border: 1px solid #ebebeb;
2056 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07002057 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002058 line-height: normal;
2059 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07002060 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002061}
2062.article form textarea {
2063 height: 150px;
2064}
2065.article form input[type='text']:focus, .article form textarea:focus {
2066 border-color: #33B5E5;
2067 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2068 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2069 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2070 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2071 outline: 0;
2072}
2073.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2074 color: #999;
2075}
2076.article form input[type='text'][disabled], .article form textarea[disabled] {
2077 background-color: #ebebeb;
2078}
2079form .form-error input[type='text'], form .form-error textarea {
2080 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002081 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002082}
2083.aside {
2084 -moz-border-radius: 2px;
2085 -webkit-border-radius: 2px;
2086 border-radius: 2px;
2087 margin: 10px 0;
2088 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002089 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002090 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002091 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002092}
2093/*
2094.aside, .notification, .promo {
2095 -moz-border-radius: 2px;
2096 -webkit-border-radius: 2px;
2097 border-radius: 2px;
2098 margin: 10px 0;
2099 padding: 10px;
2100 position: relative;
2101}
2102.aside>:first-child, .notification>:first-child, .promo>:first-child {
2103 margin-top: 0;
2104}
2105.aside>:last-child, .notification>:last-child, .promo>:last-child {
2106 margin-bottom: 0;
2107}
2108.aside {
2109 background: #f9f9f9;
2110}
2111.notification {
2112 background: #fffbe4;
2113 border-color: #f8f6e6;
2114}
2115.promo {
2116 background: #f6f9ff;
2117 border-color: #eff2f9;
2118}
2119*/
Scott Maindb3678b2012-10-23 14:13:41 -07002120
2121/* SDK TOS styles */
2122
2123div.sdk-terms {
2124 white-space: pre-wrap;
2125 word-wrap: break-word;
2126 font-family: inherit;
2127 font-size: inherit;
2128 padding: 10px;
2129 height: 370px;
2130 width: 738px;
2131 border: 1px solid #444;
2132 background: transparent;
2133 overflow:auto;
2134 margin:0 0 10px;
2135}
2136
2137div.sdk-terms.fullsize {
2138 padding: 0;
2139 height: auto;
2140 width: auto;
2141 border:none;
2142}
2143
2144div.sdk-terms h3,
2145div.sdk-terms h2 {
2146 margin:0;
2147}
2148
2149div#sdk-terms-form {
2150 padding:0 0 0 10px;
2151}
2152
Scott Main11ac05b2012-11-15 14:57:44 -08002153div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002154 display:inline;
2155 margin:4px 4px 4px 0;
2156}
2157
2158
Scott Maine4d8f1b2012-06-21 18:03:05 -07002159/* --------------------------------------------------------------------------
2160Code Style
2161*/
2162pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002163 margin:0 0 1em 0;
2164 padding: 1em;
2165 overflow: auto;
2166 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002167 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002168}
Scott Main70557ee2013-10-30 14:47:40 -07002169.str { color: #800; } /* Code string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002170.kwd { color: #008; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07002171.typ { color: #606; }
2172.lit { color: #066; }
2173.pun { color: #660; }
2174.pln { color: #000; }
2175.tag { color: #008; }
2176.atn { color: #828; }
Scott Main70557ee2013-10-30 14:47:40 -07002177.atv { color: #800; } /* XML string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002178.dec { color: #606; }
2179
2180/* --------------------------------------------------------------------------
2181Three-Pane
2182*/
2183/* Package Nav & Classes Nav */
2184.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002185 position: relative;
2186 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002187}
2188#packages-nav .js-pane,
2189#classes-nav .js-pane {
2190 overflow:visible;
2191}
2192#packages-nav {
2193 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002194 max-height: inherit;
2195 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002196 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002197}
2198#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002199 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002200 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002201}
2202#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002203 list-style-type: none;
2204 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002205 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002206}
2207#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002208 font-weight: bold;
2209 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002210}
2211#packages-nav li,
2212#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002213 margin: 0;
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 a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002217 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002218}
2219#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2220#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2221#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002222 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002223 font-weight: normal;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002224}
2225#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2226#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002227 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002228}
2229#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2230a:visited,
2231#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2232a:visited,
2233#nav-tree li div.selected {
2234 font-weight: 500;
2235 color: #0099cc;
2236 background-color:#fff; }
2237 #packages-nav li.selected ul li a,
2238 #classes-nav li.selected ul li a {
2239 /* don't highlight child items */
2240 color: #555555; }
2241#nav-tree li div.selected a {
2242 font-weight: 500;
2243 color: #0099cc;
2244}
2245#nav-swap {
2246 height:30px;
2247 border-top:1px solid #ccc;
2248}
2249#nav-swap a {
2250 display:inline-block;
2251 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002252 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002253 font-size: 12px;
2254 padding: 5px 0 5px 5px;
2255}
2256
2257#nav-swap .fullscreen {
2258 float: right;
2259 width: 24px;
2260 height: 24px;
2261 text-indent: -1000em;
2262 padding:0;
2263 margin:3px 5px 0;
2264 background: url(../images/fullscreen.png) no-repeat -24px 0;
2265}
2266#nav-swap .fullscreen.disabled {
2267 background-position: 0 0;
2268}
Scott Main98a2a712013-07-17 13:15:04 -07002269#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002270#nav-swap .fullscreen:focus {
2271 cursor:pointer;
2272}
2273
2274
2275/* nav tree */
Scott Main42d6e582013-11-20 19:30:41 -08002276#side-nav, #swapper,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002277#nav-tree, #tree-list {
2278 overflow:hidden;
2279 margin-left:0;
2280}
2281
Scott Main42d6e582013-11-20 19:30:41 -08002282#devdoc-nav {
2283 overflow:visible !important; /* To keep the "to top" button visible */
2284}
2285
Scott Maine4d8f1b2012-06-21 18:03:05 -07002286#nav-tree ul {
2287 list-style:none;
2288 padding:0;
2289 margin:10px 0;
2290}
2291
2292#nav-tree ul li div {
2293 padding:0 0 0 4px;
2294}
2295
2296#side-nav #nav-tree ul li a,
2297#side-nav #nav-tree ul li span.no-children {
2298 padding: 0;
2299 margin: 0;
2300}
2301
2302#nav-tree .plus {
2303 margin: 0 3px 0 0;
2304}
2305
2306#nav-tree ul ul {
2307 list-style: none;
2308 margin: 0;
2309 padding: 0 0 0 0;
2310}
2311
2312#nav-tree ul li {
2313 margin: 0;
2314 padding: 0 0 0 0;
2315 white-space: nowrap;
2316}
2317
2318#nav-tree .children_ul {
2319 padding:0;
2320 margin:0;
2321}
2322#nav-tree .children_ul li div {
2323 padding:0 0 0 10px;
2324}
2325#nav-tree .children_ul .children_ul li div {
2326 padding:0 0 0 20px;
2327}
2328
2329#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002330 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002331 text-decoration: none;
2332}
2333
2334#nav-tree span.label {
2335 width: 100%;
2336}
2337
2338#nav-tree {
2339 overflow-x: auto;
2340 overflow-y: scroll;
2341 outline:0;
2342}
2343
2344
2345/* Content */
2346#doc-col {
2347 margin-right:0;
2348}
2349#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002350 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002351}
2352#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002353 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002354}
2355#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002356 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002357}
2358#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002359 line-height: 0;
2360 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002361}
2362#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002363 float: right;
2364 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002365}
2366#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002367 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002368}
2369#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002370 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002371}
2372#api-nav-header {
2373 height:19px; /* plus 16px padding = 35; same as #nav li */
2374 font-size:14px;
2375 padding: 8px 0;
2376 margin: 0;
2377 border-bottom: 1px solid #CCC;
2378 background:#e9e9e9;
2379 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2380
2381}
2382#api-nav-title {
2383 padding:0 5px;
2384 white-space:nowrap;
2385}
2386
2387#api-level-toggle {
2388 float:right;
2389 padding:0 5px;
2390}
2391
2392#api-level-toggle label {
2393 margin:0;
2394 vertical-align:top;
2395 line-height: 19px;
2396 font-size:13px;
2397 height: 19px;
2398}
2399
2400#api-level-toggle .select-wrapper {
2401 width: 35px;
2402 display: inline-block;
2403 overflow: hidden;
2404}
2405#api-level-toggle select {
2406 border: 0;
2407 appearance:none;
2408 -moz-appearance:none;
2409 -webkit-appearance: none;
2410 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002411 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002412 height: 19px;
2413 line-height: 19px;
2414 padding: 0;
2415 margin:1px 0 0 0;
2416 width:150%;
2417 font-size:13px;
2418 vertical-align:top;
2419 outline:0;
2420}
2421
2422
2423/* Toggle for revision notes and stuff */
2424div.toggle-content.closed .toggle-content-toggleme {
2425 display:none;
2426}
2427
2428#jd-content img.toggle-content-img {
2429 margin:0 5px 5px 0;
2430}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002431
Scott Main220c3442012-07-16 15:40:17 -07002432div.toggle-content-toggleme {
2433 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002434}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002435
2436
2437/* API LEVEL FILTERED MEMBERS */
2438
2439.absent,
2440.absent a:link,
2441.absent a:visited,
2442.absent a:hover,
2443.absent * {
2444 color:#bbb !important;
2445 cursor:default !important;
2446 text-decoration:none !important;
2447}
2448#devdoc-nav li.absent.selected,
2449#devdoc-nav li.absent.selected *,
2450#devdoc-nav div.label.absent.selected,
2451#devdoc-nav div.label.absent.selected * {
2452 background-color:#eaeaea !important;
2453}
2454.absent h4.jd-details-title,
2455.absent h4.jd-details-title * {
2456 background-color:#f6f6f6 !important;
2457}
2458.absent img {
2459 opacity: .3;
2460 filter: alpha(opacity=30);
2461 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2462}
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472/* JQUERY RESIZABLE STYLES */
2473.ui-resizable { position: relative; }
2474.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2475.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2476/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2477body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2478.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2479border-bottom: solid 1px #ededed;
2480 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2481/*
Scott Main98a2a712013-07-17 13:15:04 -07002482.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002483cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24841px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2485*/
2486
2487/* --------------------------------------------------------------------------
2488Lightbox
2489*/
Scott Main98a2a712013-07-17 13:15:04 -07002490.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002491 width: 769px;
2492 padding: 1.5em;
2493 margin: 0 auto;
2494 border: solid 1px #dcdcdc;
2495 background: #fff;
2496 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2497 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2498 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002499}
2500.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002501 float: left;
2502 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002503 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002504}
2505.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002506 float: right;
2507 width: 10px;
2508 height: 10px;
2509 margin: -10px -10px 10px 0;
2510 text-indent: -1000em;
2511 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002512}
2513.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002514 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002515}
2516
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002517/* --------------------------------------------------------------------------
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002518Styles for samples browser
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002519*/
2520
Scott Main498d7102013-08-21 15:47:38 -07002521#codesample-wrapper {
Scott Main70557ee2013-10-30 14:47:40 -07002522 width:100000px; /* super wide to contain floats, but doesn't cause scroll */
Scott Main498d7102013-08-21 15:47:38 -07002523 overflow:visible;
2524}
2525pre#codesample-block {
2526 float:left;
2527 overflow:visible;
2528 background:transparent;
2529 border:none;
2530}
Scott Mainf1435b72013-10-30 16:27:38 -07002531pre#codesample-block a.number {
2532 display:none;
2533}
Scott Main498d7102013-08-21 15:47:38 -07002534pre#codesample-block .code-line:hover {
2535 background:#e7e7e7;
2536}
2537pre#codesample-line-numbers {
2538 float:left;
2539 width:2em;
2540 background:transparent;
2541 border:none;
2542 border-right:1px solid #ccc;
2543 padding-left:0;
2544 font-family:monospace;
2545 text-align:right;
2546 -webkit-touch-callout: none;
2547 -webkit-user-select: none;
2548 -khtml-user-select: none;
2549 -moz-user-select: -moz-none;
2550 -ms-user-select: none;
2551 user-select: none;
2552}
2553pre#codesample-line-numbers a {
2554 color:#999;
2555}
2556pre#codesample-line-numbers.hidden {
2557 display:none;
2558}
2559pre#codesample-block span.code-line {
2560 width:100%;
2561 display:inline-block;
2562}
2563
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002564/*
2565Styles for displaying image or video resources in samples browser.
2566Resources are marked as no-display if they exceed the size limit.
2567*/
2568div#codesample-resource img, div#codesample-resource video {
2569 border: 1px solid #ececec;
2570}
2571
2572div#codesample-resource.noDisplay div {
2573 border: 1px solid #ececec;
2574 width:120px;
2575 margin-bottom:4px;
2576 padding:20px;
2577}
2578
2579div#codesample-resource .noDisplay-message:after {
2580 font-style:italic;
2581 font-size:12px;
2582 content: 'This resource is not available for browsing. To view it, please download the project.';
2583}
2584
2585/*
2586Styles for project structure (treeview) page
2587*/
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002588.structure-dir {
2589background-image:url(../../assets/images/folder.png);
2590background-repeat:no-repeat;
2591background-position:16px 2px;
2592 margin:.25em 0 0 0;
2593 padding:0 0 0 0;
2594}
2595
2596.structure-toggleme {
2597 margin:0 0 0 3em;
2598 padding:0 0 0 0;
2599 text-decoration:none;
2600}
2601
2602.structure-java{
2603background-image:url(../../assets/images/file-java.png);
2604background-repeat:no-repeat;
2605background-position:0px 2px;
2606 margin:.3em 0 0 0;
2607 padding:.3em 0 .3em 22px;
2608}
2609
2610.structure-file {
2611background-image:url(../../assets/images/file-generic.png);
2612background-repeat:no-repeat;
2613background-position:0px 2px;
2614 margin:.3em 0 0 0;
2615 padding:.3em 0 .3em 22px;
2616}
2617
2618.structure-xml {
2619background-image:url(../../assets/images/file-xml.png);
2620background-repeat:no-repeat;
2621background-position:0px 2px;
2622 margin:.3em 0 0 0;
2623 padding:.3em 0 .25em 22px;
2624}
2625
2626.structure-img {
2627background-image:url(../../assets/images/file-image.png);
2628background-repeat:no-repeat;
2629background-position:0px 2px;
2630 margin:.3em 0 0 0;
2631 padding:.3em 0 .25em 22px;
2632}
2633
2634.structure-manifest {
2635background-image:url(../../assets/images/file-manifest.png);
2636background-repeat:no-repeat;
2637 margin:.0 0 0 1.25em;
2638 padding:0 0 0 22px;
2639 text-decoration:none;
2640}
2641
2642#jd-content .structure-toggle-img {
2643 margin:.5em 0 0 0;
2644padding-right:2.1em;
2645}
2646
2647.dirInfo {
2648 margin-left:2em;
2649}
2650
2651.structure-dir a {
2652 text-decoration:none;
2653}
2654
2655.structure-manifest a {
2656 text-decoration: none;
2657}
2658.structure-file a {
2659 text-decoration: none;
2660}
2661
2662.sampleEmbed {
2663 background-color:rgb(249, 249, 249);
2664}
2665
2666.sampleEmbed ol.lineNumbers {
2667 list-style-type: decimal;
2668 padding-left:1em;
2669}
2670
2671.sampleEmbed ol.lineNumbers li {
2672border-left:1px solid #ddd;
2673border-right:1px solid #ddd;
2674color:gray;
2675background-color:#f7f7f7;
2676margin:0 0 0 24px;
2677padding: 2px 2px 2px 6px;
2678}
2679
2680.sampleEmbed ol.lineNumbers li:hover {
2681background: #efefef;
2682}
2683
Scott Main0ad622b2013-09-04 21:14:06 -07002684.samples-nav li a {
2685 overflow: hidden;
2686 text-overflow: ellipsis;
2687 white-space: nowrap;
2688}
2689
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002690/* --------------------------------------------------------------------------
2691Styles for raw formatted line numbers (not used with listformatted version)
2692div.sampleLine div.lineNumber {
2693 display: inline;
2694}
2695div.sampleLine div.lineCode {
2696 display: inline;
2697 padding-left:6px;
2698}
2699div.sampleLine {
2700 padding:0;
2701 margin:0;
2702}*/
2703
Scott Maine4d8f1b2012-06-21 18:03:05 -07002704/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002705Butterbar
2706*/
2707#butterbar-wrapper {
2708 position:absolute;
2709 top:0;
2710 left:0;
2711 width:100%;
2712}
2713#butterbar {
2714 width:940px;
2715 margin:0 auto;
2716}
2717#butterbar-message {
2718 background-color:#f80;
2719 float:right;
2720 font-size:12px;
2721 font-weight:bold;
2722 padding:0 10px;
2723 border-radius: 0 0 5px 5px;
2724}
2725#butterbar-message a {color:#fff !important}
2726#butterbar-message a:hover {text-decoration:underline;}
2727
2728/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002729Misc
2730*/
2731
2732
2733.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002734 content: "";
2735 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002736}
2737.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002738 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002739}
2740.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002741 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002742}
2743table.blank th, table.blank td {
2744 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002745 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002746}
2747.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002748 margin: 0.5em 0 2em 0;
2749 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002750 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002751}
2752
Scott Main25c89dd2013-10-07 14:17:55 -07002753.nolist, .nolist ul, .nolist ol {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002754 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002755 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002756}
Scott Main5747d382012-11-30 12:02:42 -08002757#tb .nolist {
2758 margin-left:15px;
2759}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002760
Scott Main8aa725e2013-04-25 10:00:32 -07002761dl.xml>dt {
2762 text-transform:uppercase;
2763}
2764dl.xml dl.attr {
2765 margin-top:0;
2766}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002767
2768pre.classic {
2769 background-color:transparent;
2770 border:none;
2771 padding:0;
2772}
2773
2774p.img-caption {
2775 margin: -10px 0 20px;
2776 font-size:13px;
2777 color:#666;
2778}
2779
Scott Main48dd7f22013-02-21 10:52:02 -08002780div.figure,
2781div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002782 float:right;
2783 clear:right;
2784 margin:10px 0 0 0;
2785 padding:0 0 0 20px;
2786 /* width must be defined w/ an inline style matching the image width */
2787}
2788
Scott Main48dd7f22013-02-21 10:52:02 -08002789div.figure-left {
2790 float:left;
2791 clear:left;
2792 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002793 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002794 /* width must be defined w/ an inline style matching the image width */
2795}
2796
2797img.frame {
2798 border:1px solid #DDD;
2799 padding:4px;
2800}
2801
Scott Maine4d8f1b2012-06-21 18:03:05 -07002802p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002803 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002804 font-size:13px;
2805 color:#666;
2806}
2807
Scott Main24bbcd52012-09-21 14:33:43 -07002808p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002809 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002810 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002811 color:#666;
2812}
2813
Scott Main98a2a712013-07-17 13:15:04 -07002814div.note,
2815div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002816div.warning {
2817 margin: 0 0 15px;
2818}
2819
Scott Main98a2a712013-07-17 13:15:04 -07002820p.note, div.note,
2821p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002822p.warning, div.warning {
2823 padding: 0 0 0 10px;
2824 border-left: 4px solid;
2825}
2826
Scott Main24bbcd52012-09-21 14:33:43 -07002827p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002828 border-color: #258AAF;
2829}
2830
Scott Main24bbcd52012-09-21 14:33:43 -07002831p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002832 border-color: #FF8800;
2833}
2834
Scott Main24bbcd52012-09-21 14:33:43 -07002835p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002836 border-color: #ff4443;
2837}
2838
Scott Main412eaf22012-06-22 14:36:33 -07002839div.note.design {
2840 border-left: 4px solid #33B5E5;
2841}
2842
2843div.note.develop {
2844 border-left: 4px solid #F80;
2845}
2846
2847div.note.distribute {
2848 border-left: 4px solid #9C0;
2849}
2850
2851.note p, .caution p, .warning p {
2852 margin:0 0 5px;
2853}
2854
2855.note p:last-child, .caution p:last-child, .warning p:last-child {
2856 margin-bottom:0;
2857}
2858
Scott Main5b5ff1a2012-09-12 10:29:45 -07002859body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002860 display:block;
2861 float:right;
2862 width:280px;
2863 font-size:20px;
2864 font-style:italic;
2865 line-height:24px;
2866 color:#33B5E5;
2867 margin:0 0 20px 30px;
2868}
2869
Scott Maine4d8f1b2012-06-21 18:03:05 -07002870div.design-announce p {
2871 margin:0 0 10px;
2872}
2873
2874#devdoc-nav a.totop {
2875 display:block;
2876 top:0;
2877 width:inherit;
2878 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2879 text-indent:-9999em;
2880}
2881#devdoc-nav a.totop {
2882 position:fixed;
2883 display:none;
2884}
2885#devdoc-nav a.totop:hover {
2886 background-color:#33B5E5;
2887}
2888
2889.content-footer a.totop {
2890 text-transform:uppercase;
2891 line-height:30px;
2892}
2893
Scott Maindb3678b2012-10-23 14:13:41 -07002894.expandable {
2895 height:34px;
2896 padding-left:20px;
2897 position:relative;
2898}
2899.expandable:before {
2900 content: '';
2901 background-image: url(../images/styles/disclosure_down.png);
2902 background-repeat:no-repeat;
2903 background-position: -12px -9px;
2904 width: 20px;
2905 height: 20px;
2906 display: inline-block;
2907 position: absolute;
2908 top: 0;
2909 left: 0; }
2910}
2911.expandable.expanded:before {
2912 background-image: url(../images/styles/disclosure_up.png);
2913}
2914
Scott Mainaaf76642013-06-19 18:04:30 -07002915/* notice box for cross links between Design/Develop docs */
Scott Main13cd8f12013-11-12 11:50:59 -08002916a.notice-developers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002917a.notice-developers,
Scott Main13cd8f12013-11-12 11:50:59 -08002918a.notice-designers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002919a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002920 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002921 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002922 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002923 min-height:50px;
2924 margin:0 0 20px 20px;
2925 border:1px solid #ddd;
2926}
Scott Main13cd8f12013-11-12 11:50:59 -08002927a.notice-developers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002928a.notice-developers.wide,
Scott Main13cd8f12013-11-12 11:50:59 -08002929a.notice-designers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002930a.notice-designers.wide {
2931 width:278px;
2932}
Scott Main13cd8f12013-11-12 11:50:59 -08002933a.notice-developers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002934a.notice-developers div,
Scott Main13cd8f12013-11-12 11:50:59 -08002935a.notice-designers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002936a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002937 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002938 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2939 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002940 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002941}
Scott Mainaaf76642013-06-19 18:04:30 -07002942a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002943 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2944 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002945}
Scott Main13cd8f12013-11-12 11:50:59 -08002946a.notice-designers-video div {
2947 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px;
2948 background-size:40px 40px;
2949}
2950a.notice-developers-video div {
2951 background:url('../images/styles/notice-developers-video@2x.png') no-repeat 10px 10px;
2952 background-size:40px 40px;
2953}
2954a.notice-developers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002955a.notice-developers:hover,
Scott Main13cd8f12013-11-12 11:50:59 -08002956a.notice-designers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002957a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002958 background:#eee;
2959}
Scott Main13cd8f12013-11-12 11:50:59 -08002960a.notice-developers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002961a.notice-developers h3,
Scott Main13cd8f12013-11-12 11:50:59 -08002962a.notice-designers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002963a.notice-designers h3 {
Scott Main4e5b39d2013-11-13 16:49:22 -08002964 font-size:13px;
2965 line-height:18px;
2966 font-weight:bold;
Scott Maind2af6d22013-05-13 18:39:06 -07002967 text-transform:uppercase;
2968 color:#000 !important;
Scott Main4e5b39d2013-11-13 16:49:22 -08002969 margin:0 0 1px;
Scott Maind2af6d22013-05-13 18:39:06 -07002970}
Scott Main13cd8f12013-11-12 11:50:59 -08002971a.notice-developers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002972a.notice-developers p,
Scott Main13cd8f12013-11-12 11:50:59 -08002973a.notice-designers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002974a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002975 margin:0;
Scott Main4e5b39d2013-11-13 16:49:22 -08002976 line-height:14px;
Scott Main9bfcd732013-05-14 09:14:35 -07002977}
Scott Main13cd8f12013-11-12 11:50:59 -08002978a.notice-developers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002979a.notice-developers.left,
Scott Main13cd8f12013-11-12 11:50:59 -08002980a.notice-designers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002981a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002982 margin-left:0;
2983 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002984}
2985
2986
Scott Maind7026f72013-06-17 15:08:49 -07002987/* hide nested list items; companion to hideNestedLists() */
2988.hide-nested li ol,
2989.hide-nested li ul {
2990 display:none;
2991}
2992
2993a.header-toggle {
2994 display:block;
2995 float:right;
2996 text-transform:uppercase;
2997 font-size:.8em !important;
2998 font-weight:normal;
2999 margin-top:2px;
3000}
3001
3002
Dirk Doughertybec14292013-04-10 20:23:40 -07003003/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003004good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07003005*/
Scott Maindb3678b2012-10-23 14:13:41 -07003006
Dirk Doughertybec14292013-04-10 20:23:40 -07003007div.example-block {
3008 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07003009 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07003010 background-color:#ccc;
3011 padding:4px;
3012 margin:.8em auto 1.5em 2em;
3013 width:260px;
3014 float:right;
3015}
3016/* red container */
3017.example-block.bad {
3018 background-image: url(/images/example-bad.png);
3019 background-color:#f4cccc;
3020}
3021/* green container */
3022.example-block.good {
3023 background-image: url(/images/example-good.png);
3024 background-color:#d9ead3;
3025}
3026/* container heading div */
3027#jd-content .example-block .heading {
3028 font-weight:bold;
3029 margin:6px 0 9px 36px;
3030 padding:6px auto;
3031}
3032/* container image (if any) */
3033#jd-content .example-block img {
3034 margin:0;
3035 padding:0px;
3036}
3037
3038.example-block table {
3039 margin:0;
3040}
Scott Maindb3678b2012-10-23 14:13:41 -07003041
Scott Maine4d8f1b2012-06-21 18:03:05 -07003042/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003043Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07003044*/
3045
3046div.dialog {
3047 height:0;
3048 margin:0 auto;
3049}
3050
3051div.dialog>div {
3052 z-index:99;
3053 position:fixed;
3054 margin:70px 0;
3055 width: 391px;
3056 height: 200px;
3057 background: #F7F7F7;
3058-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3059-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3060box-shadow: 0 0 15px rgba(0,0,0,0.5);
3061}
3062/* IE6 can't position fixed */
3063* html div.dialog div { position:absolute; }
3064
3065
3066div#deprecatedSticker {
3067 display:none;
3068 z-index:99;
3069 position:fixed;
3070 right:15px;
3071 top:114px;
3072 margin:0;
3073 padding:1em;
3074 background:#FFF;
3075 border:1px solid #dddd00;
3076 box-shadow:-5px 5px 10px #ccc;
3077 -moz-box-shadow:-5px 5px 10px #ccc;
3078 -webkit-box-shadow:-5px 5px 10px #ccc;
3079}
3080
3081div#naMessage {
3082 display:none;
3083 width:555px;
3084 height:0;
3085 margin:0 auto;
3086}
3087
3088div#naMessage div {
3089 z-index:99;
3090 width:450px;
3091 position:fixed;
3092 margin:50px 0;
3093 padding:4em 4em 3em;
3094 background:#FFF;
3095 border:1px solid #999;
3096 box-shadow:-10px 10px 40px #888;
3097 -moz-box-shadow:-10px 10px 40px #888;
3098 -webkit-box-shadow:-10px 10px 40px #888;
3099}
3100/* IE6 can't position fixed */
3101* html div#naMessage div { position:absolute; }
3102
3103div#naMessage strong {
3104 font-size:1.1em;
3105}
3106
3107
3108/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003109Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07003110*/
Scott Main98a2a712013-07-17 13:15:04 -07003111.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08003112 width: 20px;
3113 height: 36px;
3114 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003115}
3116.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08003117 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003118}
3119.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003120 content: "";
3121 display: table;
3122 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003123}
3124a.slideshow-next, a.slideshow-next:visited {
3125
Scott Mainb7f96372013-02-07 16:56:43 -08003126 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003127
Scott Mainb7f96372013-02-07 16:56:43 -08003128 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003129
3130}
3131
3132a.slideshow-prev, a.slideshow-prev:visited {
3133
Scott Main98a2a712013-07-17 13:15:04 -07003134 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003135
Scott Mainb7f96372013-02-07 16:56:43 -08003136 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003137
3138}
3139
3140.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3141
Scott Main98a2a712013-07-17 13:15:04 -07003142 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003143
3144}
3145
3146.slideshow-next:active, .slideshow-prev:active {
3147
Scott Main98a2a712013-07-17 13:15:04 -07003148 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003149
3150}
3151.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08003152 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07003153 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003154}
3155.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003156 display: inline-block;
3157 width: 12px;
3158 height: 12px;
3159 margin: 0 2px 20px 2px;
3160 background: #ccc;
3161 -webkit-border-radius: 50%;
3162 -moz-border-radius: 50%;
3163 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003164}
3165.slideshow-nav a:hover, .slideshow-nav a:focus {
3166
Scott Mainb7f96372013-02-07 16:56:43 -08003167 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003168}
3169
3170.slideshow-nav a:active {
3171
Scott Mainb7f96372013-02-07 16:56:43 -08003172 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003173 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003174 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3175 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3176 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003177}
3178.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003179 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003180}
3181/* --------------------------------------------------------------------------
3182Tabs
3183*/
3184ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003185 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003186 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003187}
3188ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003189 content: "";
3190 display: table;
3191 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003192}
3193ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003194 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003195 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003196}
3197ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003198 display: block;
3199 height: 36px;
3200 line-height: 36px;
3201 padding: 0 15px;
3202 margin-right: 2px;
3203 color: #222;
3204 -moz-border-radius-topleft: 2px;
3205 -moz-border-radius-topright: 2px;
3206 -moz-border-radius-bottomright: px;
3207 -moz-border-radius-bottomleft: px;
3208 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003209 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003210 border-top: solid 1px #ebebeb;
3211 border-left: solid 1px #ebebeb;
3212 border-right: solid 1px #ebebeb;
3213 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003214 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3215 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3216 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3217 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3218 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3219 background-image: linear-gradient(top, #ffffff, #fafafa);
3220 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3221EndColorStr='#fafafa');
3222}
3223ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003224 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003225}
3226ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003227 height: 37px;
3228 color: #33B5E5;
3229 background-color: #f7f7f7;
3230 background-image: none;
3231 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003232}
3233.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003234 padding: 1.2em;
3235 margin: -1px 0 2em 0;
3236 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003237 -moz-border-radius: 2px;
3238 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003239 border: solid 1px #ddd;
3240 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003241}
3242/* --------------------------------------------------------------------------
3243Feature Boxes
3244*/
3245.feature-box {
3246 width: 291px;
3247 height: 200px;
3248 position: relative;
3249 background: #F7F7F7;
3250}
3251.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003252 z-index: 100;
3253 position: absolute;
3254 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003255}
3256.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003257 width: 291px;
3258 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003259}
3260.dialog .box-border .top,
3261.dialog .box-border .bottom { width:391px; }
3262
Scott Main98a2a712013-07-17 13:15:04 -07003263.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003264 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003265 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003266}
3267.box-border .top { top: 0; left: 0 }
3268.box-border .top .left { top: 1px; left: 0 }
3269.box-border .top .right { top: 1px; right: 0 }
3270.box-border .bottom .left { top: -8px; left: 0 }
3271.box-border .bottom { top: 200px; left: 0 }
3272.box-border .bottom .right { top: -8px; right: 0 }
3273
3274.feature-box h4,
3275.dialog h4 {
3276 margin: 15px 18px 10px;
3277 padding:0;
3278}
3279
3280.feature-box p,
3281.dialog p {
3282 margin: 10px 18px;
3283 padding:0;
3284}
3285.feature-box .link,
3286.dialog .link {
3287 border-top: 1px solid #dedede;
3288 bottom: 0;
3289 position: absolute;
3290 width: inherit;
3291}
3292.feature-box a, .feature-box h4,
3293.dialog a, .dialog h4 {
3294 -webkit-transition: color .4s ease;
3295 -moz-transition: color .4s ease;
3296 -o-transition: color .4s ease;
3297 transition: color .4s ease;
3298}
3299.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003300 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003301}
3302.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003303.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003304 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003305}
3306.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003307 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003308}
3309/* --------------------------------------------------------------------------
3310Page-Specific Styles
3311*/
Scott Main98a2a712013-07-17 13:15:04 -07003312.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003313 position: relative;
3314 float: left;
3315 width: 92px;
3316 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003317}
3318.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003319 color: #fff;
3320 font-size: 11.5px;
3321 width: 82px;
3322 height: 82px;
3323 margin-top:-30px;
3324 line-height: 82px;
3325 text-align: center;
3326 border: solid 5px #fff;
3327 -webkit-border-radius: 50%;
3328 -moz-border-radius: 50%;
3329 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003330}
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345/* ########### REFERENCE DOCS ################## */
3346
3347#packages-nav h2,
3348#classes-nav h2 {
3349 font-size:18px;
3350 margin:0;
3351 padding:0 0 0 4px;
3352}
3353
3354#jd-header {
3355 padding: 0 0 5px;
3356 margin: 20px 0 10px;
3357 font-size:13px;
3358 border-bottom:solid 1px #ccc;
3359}
3360
3361#jd-header h1 {
3362 margin:0;
3363 padding:0;
3364}
3365
3366/* page-top-right container for reference pages (holds
3367links to summary tables) */
3368#api-info-block {
3369 font-size:13px;
3370 margin:20px 0 0;
3371 padding:0 10px 6px;
3372 font-weight:normal;
3373 float:right;
3374 text-align:right;
3375 color:#999;
3376 max-width:70%;
3377}
3378
3379#api-info-block div.api-level {
3380 font-weight:bold;
3381 font-size:inherit;
3382 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003383 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003384 padding:0;
3385 margin:0;
3386}
3387
3388/* inheritance table */
3389.jd-inheritance-table {
3390 border-spacing:0;
3391 margin:0;
3392 padding:0;
3393 font-size:13px;
3394 background-color:transparent;
3395}
3396.jd-inheritance-table tr td {
3397 border: none;
3398 margin: 0;
3399 padding: 0;
3400 background-color:transparent;
3401}
3402.jd-inheritance-table .jd-inheritance-space {
3403 font-weight:bold;
3404 width:1em;
3405}
3406.jd-inheritance-table .jd-inheritance-interface-cell {
3407 padding-left: 17px;
3408}
3409
3410
3411
3412.jd-sumtable a {
3413 text-decoration:none;
3414}
3415
3416.jd-sumtable a:hover {
3417 text-decoration:underline;
3418}
3419
3420/* the link inside a sumtable for "Show All/Hide All" */
3421.toggle-all {
3422 display:block;
3423 float:right;
3424 font-weight:normal;
3425 font-size:0.9em;
3426}
3427
3428/* adjustments for in/direct subclasses tables */
3429.jd-sumtable.jd-sumtable-subclasses {
3430 margin: 1em 0 0 0;
3431 max-width:968px;
3432 background-color:transparent;
3433 font-size:13px;
3434}
3435
3436/* extra space between end of method name and open-paren */
3437.sympad {
3438 margin-right: 2px;
3439}
3440
3441/* right alignment for the return type in sumtable */
3442.jd-sumtable .jd-typecol {
3443 text-align:right;
3444}
3445
3446/* adjustments for the expando table-in-table */
3447.jd-sumtable-expando {
3448 margin:.5em 0;
3449 padding:0;
3450}
3451
3452/* a div that holds a short description */
3453.jd-descrdiv {
3454 padding:3px 1em 0 1em;
3455 margin:0;
3456 border:0;
3457}
3458
3459#jd-content img.jd-expando-trigger-img {
3460 padding:0 4px 4px 0;
3461 margin:0;
3462}
3463
3464.jd-sumtable-subclasses div#subclasses-direct,
3465.jd-sumtable-subclasses div#subclasses-indirect {
3466 margin:0 0 0 13px;
3467}
3468
3469
3470
3471/********* MEMBER REF *************/
3472
3473
3474.jd-details {
3475/* border:1px solid #669999;
3476 padding:4px; */
3477 margin:0 0 1em;
3478}
3479
3480/* API reference: a container for the
3481.tagdata blocks that make up the detailed
3482description */
3483.jd-details-descr {
3484 padding:0;
3485 margin:.5em .25em;
3486}
3487
3488/* API reference: a block containing
3489a detailed description, a params table,
3490seealso list, etc */
3491.jd-tagdata {
3492 margin:.5em 1em;
3493}
3494
3495.jd-tagdata p {
3496 margin:0 0 1em 1em;
3497}
3498
3499/* API reference: adjustments to
3500the detailed description block */
3501.jd-tagdescr {
3502 margin:.25em 0 .75em 0;
3503}
3504
3505.jd-tagdescr ol,
3506.jd-tagdescr ul {
3507 margin:0 2.5em;
3508 padding:0;
3509}
3510
3511.jd-tagdescr table,
3512.jd-tagdescr img {
3513 margin:.25em 1em;
3514}
3515
3516.jd-tagdescr li {
3517margin:0 0 .25em 0;
3518padding:0;
3519}
3520
3521/* API reference: heading marking
3522the details section for constants,
3523attrs, methods, etc. */
3524h4.jd-details-title {
3525 font-size:1.15em;
3526 background-color: #E2E2E2;
3527 margin:1.5em 0 .6em;
3528 padding:3px 95px 3px 3px; /* room for api-level */
3529}
Scott Mainab4daf42012-11-30 11:27:17 -08003530body.google h4.jd-details-title {
3531 background-color: #FFF;
3532 padding-top:5px;
3533 border-top: 1px solid #ccc;
3534}
3535body.google table.jd-sumtable th {
3536 background-color: #FFF;
3537 color:#000;
3538}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003539
3540h4.jd-tagtitle {
3541 margin:0;
3542}
3543
3544h4 .normal {
3545 font-weight:normal;
3546}
3547
3548/* API reference: heading for "Parameters", "See Also", etc.,
3549in details sections */
3550h5.jd-tagtitle {
3551 margin:0 0 .25em 0;
3552 font-size:1em;
3553}
3554
3555.jd-tagtable {
3556 margin:0;
3557 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003558 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003559}
3560
3561.jd-tagtable td,
3562.jd-tagtable th {
3563 border:none;
3564 background-color:#fff;
3565 vertical-align:top;
3566 font-weight:normal;
3567 padding:2px 10px;
3568}
3569
3570.jd-tagtable th {
3571 font-style:italic;
3572}
3573
3574/* Inline api level indicator for methods */
3575div.api-level {
3576 font-size:.8em;
3577 font-weight:normal;
3578 color:#999;
3579 float:right;
3580 padding:0 8px 0;
3581 margin-top:-30px;
3582}
3583
3584table.jd-tagtable td,
3585table.jd-tagtable th {
3586 background-color:transparent;
3587}
3588
3589table.jd-tagtable th {
3590 color:inherit;
3591}
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615/* SEARCH FILTER */
3616
Scott Main0e76e7e2013-03-12 10:24:07 -07003617.menu-container {
3618 position:relative;
3619}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003620#search_autocomplete {
3621 font-weight:normal;
3622}
3623
Scott Main0e76e7e2013-03-12 10:24:07 -07003624.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003625 width: 193px;
3626 float: right;
3627}
Scott Main0e76e7e2013-03-12 10:24:07 -07003628.search_filtered_wrapper.docs {
3629 width:875px;
3630 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003631 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003632 top:26px;
3633 right:66px;
3634}
3635.suggest-card {
3636 position:relative;
3637 width:170px;
3638 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003639 padding:5px;
3640 border: solid 1px #C5C5C5;
3641 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003642 top: 15px;
3643 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003644 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3645 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3646 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3647}
Scott Main0e76e7e2013-03-12 10:24:07 -07003648.suggest-card.reference {
3649 position:absolute;
3650 z-index:999;
3651 min-width:171px; /* +padding and border makes this match input width */
3652 min-height:93px; /* add 3px because this has 1 not 4px top border */
3653 width:auto;
3654 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003655 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003656}
3657.suggest-card.develop {
3658 z-index:997;
3659 border-top: solid 4px #F80;
3660 float:right;
3661}
3662.suggest-card.design {
3663 z-index:996;
3664 border-top: solid 4px #33b5e5;
3665 float:right;
3666}
3667.suggest-card.distribute {
3668 z-index:995;
3669 border-top: solid 4px #9C0;
3670 float:right;
3671}
3672.child-card {
3673 width:100%;
3674}
3675.suggest-card.dummy {
3676 width:172px;
3677 float:right;
3678 border:0;
3679 background:transparent;
3680 -moz-box-shadow: none;
3681 -webkit-box-shadow: none;
3682 box-shadow: none;
3683}
3684
3685ul.search_filtered {
3686 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003687 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003688 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003689 padding: 0;
3690}
Scott Main0e76e7e2013-03-12 10:24:07 -07003691.search_filtered .jd-selected {
3692 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003693 cursor:pointer;
3694}
Scott Main0e76e7e2013-03-12 10:24:07 -07003695.search_filtered .jd-selected,
3696.search_filtered .jd-selected a {
3697 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003698}
3699
3700.no-display {
3701 display: none;
3702}
3703
Scott Main0e76e7e2013-03-12 10:24:07 -07003704.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003705 font-size: 0.81em;
3706 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003707 margin: 0 0 2px;
3708 padding: 0;
3709 line-height:1.5em;
3710}
3711
Scott Main0e76e7e2013-03-12 10:24:07 -07003712.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003713 padding:0 5px;
3714 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003715 display:inline-block;
3716 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003717}
3718
Scott Main0e76e7e2013-03-12 10:24:07 -07003719.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003720 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003721 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003722 border: none;
3723 margin: 8px 0 2px;
3724 padding:1px 5px;
3725 line-height:1.5em;
3726}
Scott Main0e76e7e2013-03-12 10:24:07 -07003727.search_filtered li.header.small {
3728 font-size:0.85em;
3729}
Scott Main7e447ed2013-02-19 17:22:37 -08003730
Scott Main98a2a712013-07-17 13:15:04 -07003731.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003732.search_filtered li.header {
3733 color:#aaa;
3734 font-size: 0.81em;
3735}
3736
3737.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003738 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003739}
3740
3741.show-item {
3742 display: table-row;
3743}
3744.hide-item {
3745 display: hidden;
3746}
3747
3748
3749
3750
3751
3752/* SEARCH RESULTS */
3753
Scott Maine4d8f1b2012-06-21 18:03:05 -07003754
3755#leftSearchControl .gsc-twiddle {
3756 background-image : none;
3757}
3758
3759#leftSearchControl td, #searchForm td {
3760 border: 0px solid #000;
3761 padding:0;
3762}
3763
3764#leftSearchControl .gsc-resultsHeader .gsc-title {
3765 padding-left : 0px;
3766 font-weight : bold;
3767 font-size : 13px;
3768 color:#006699;
3769 display : none;
3770}
3771
3772#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3773 display : none;
3774}
3775
3776#leftSearchControl .gsc-resultsRoot {
3777 padding-top : 6px;
3778}
3779
3780#leftSearchControl div.gs-visibleUrl-long {
3781 display : block;
3782 color:#006699;
3783}
3784
3785#leftSearchControl .gsc-webResult {
3786 padding:0 0 20px 0;
3787}
3788
3789.gsc-webResult div.gs-visibleUrl-short,
3790table.gsc-branding,
3791.gsc-clear-button {
3792 display : none;
3793}
3794
3795.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3796.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3797#leftSearchControl a,
3798#leftSearchControl a b {
3799 color:#006699;
3800}
3801
3802.gsc-resultsHeader {
3803 display: none;
3804}
3805
3806/* Disable built in search forms */
3807.gsc-control form.gsc-search-box {
3808 display : none;
3809}
3810table.gsc-search-box {
3811 margin:6px 0 0 0;
3812 border-collapse:collapse;
3813}
3814
3815td.gsc-input {
3816 padding:0 2px;
3817 width:100%;
3818 vertical-align:middle;
3819}
3820
3821input.gsc-input {
3822 border:1px solid #BCCDF0;
3823 width:99%;
3824 padding-left:2px;
3825 font-size:.95em;
3826}
3827
3828td.gsc-search-button {
3829 text-align: right;
3830 padding:0;
3831 vertical-align:top;
3832}
3833
3834
3835#searchResults {
3836 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3837(it doesn't) */
3838 height:auto;
3839}
3840
3841#searchResults .gsc-control {
3842 position:relative;
3843 width:auto;
3844 padding:0 0 10px;
3845}
3846
3847#searchResults .gsc-tabsArea {
3848 position:relative;
3849 white-space:nowrap;
3850 float:left;
3851 width:200px;
3852}
3853
3854#searchResults .gsc-above-wrapper-area {
3855 display:none;
3856}
3857
3858#searchResults .gsc-resultsbox-visible {
3859 float:left;
3860 width:720px;
3861 margin-left:20px;
3862}
3863
3864#searchResults .gsc-tabHeader {
3865 padding: 3px 6px;
3866 position:relative;
3867 width:auto;
3868 display:block;
3869}
3870
3871#searchResults h2#searchTitle {
3872 padding:0;
3873 margin:5px 0;
3874 border:none;
3875}
3876
3877#searchResults h2#searchTitle em {
3878 font-style:normal;
3879 color:#33B5E5;
3880}
3881
3882#searchResults .gsc-table-result {
3883 margin:5px 0 10px 0;
3884 background-color:transparent;
3885}
3886#searchResults .gs-web-image-box, .gs-promotion-image-box {
3887 width:120px;
3888}
3889#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3890 max-width:120px;
3891}
3892
3893#searchResults .gsc-table-result .gsc-thumbnail {
3894 padding:0 20px 0 0;
3895}
3896
3897#searchResults td {
3898 background-color:transparent;
3899}
3900
3901#searchResults .gsc-expansionArea {
3902 position:relative;
3903}
3904#searchResults .gsc-tabsArea .gsc-cursor-box {
3905 width:200px;
3906 padding:20px 0 0 1px;
3907}
3908#searchResults .gsc-cursor-page {
3909 display:inline-block;
3910 float:left;
3911 margin:-1px 0 0 -1px;
3912 padding:0;
3913 height:27px;
3914 width:27px;
3915 text-align:center;
3916 line-height:2;
3917}
3918
3919#searchResults .gsc-tabHeader.gsc-tabhInactive,
3920#searchResults .gsc-cursor-page {
3921 text-decoration:none;
3922 color:#258AAF;
3923 border: solid 1px #DADADA;
3924}
3925
3926#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3927#searchResults .gsc-cursor-page:hover {
3928 border-color: #DBDBDB;
3929 background-color: #F3F3F3;
3930 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3931 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3932 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3933 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3934 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3935 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3936 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3937EndColorStr='#ececec');
3938 color: #33B5E5;
3939}
3940
3941#searchResults .gsc-tabHeader.gsc-tabhActive,
3942#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3943#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3944#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3945 color:#fff;
3946 background-color: #09C;
3947 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3948 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3949 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3950 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3951 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3952 background-image: linear-gradient(top, #2FADDB, #09C);
3953 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3954 border: 1px solid #3990AB;
3955 z-index:100;
3956}
3957
3958}
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972/*********** PREVIOUSLY dac-styles.css ***************/
3973
3974
Scott Maine4d8f1b2012-06-21 18:03:05 -07003975#header {
3976 border-bottom:0;
3977}
3978
3979#header .wrap {
3980 max-width:940px;
3981 height:41px;
3982 border-bottom:1px solid;
3983 border-color: #ccc;
3984 position:relative;
3985}
3986
3987.about #header .wrap {
3988 border-color: #9933CC;
3989}
3990
3991.design #header .wrap {
3992 border-color: #33b5e5;
3993}
3994
3995.develop #header .wrap {
3996 border-color: #F80;
3997}
3998
3999.distribute #header .wrap {
4000 border-color: #9C0;
4001}
4002
4003.logo a {
4004 width:123px;
4005 float:left;
4006}
4007
4008#header .logo {
4009 margin-top: -6px;
4010 margin-left: 0px;
4011 margin-bottom:0px;
4012 width: 160px;
4013 padding-right:10px;
4014}
4015
4016.search {
4017 height:25px;
4018 margin-top: -3px;
4019 margin-bottom: 0px;
4020}
4021
4022
4023
4024/* Quicknav */
4025.btn-quicknav {
4026 width:20px;
4027 height:28px;
4028 float:left;
4029 margin-left:6px;
4030 padding-right:10px;
4031 position:relative;
4032 cursor:pointer;
4033 border-right:1px solid #CCC;
4034}
4035
4036.btn-quicknav a {
4037 zoom:1;
4038 position:absolute;
4039 top:13px;
4040 left:5px;
4041 display:block;
4042 text-indent:-9999em;
4043 width:10px;
4044 height:5px;
4045 background:url(../images/quicknav_arrow.png) no-repeat;
4046}
4047
4048.btn-quicknav a.arrow-active {
4049 background-position: 0 -5px;
4050 display:none;
4051}
4052
4053#header-wrap.quicknav a.arrow-inactive {
4054 display:none;
4055}
4056
4057.btn-quicknav.active a.arrow-active {
4058 display:block;
4059}
4060
4061.nav-x li {
4062 display:block;
4063 float:left;
4064 margin-right:45px;
4065 -webkit-transition: all 0.25s linear;
4066 -moz-transition: all 0.25s linear;
4067 -ms-transition: all 0.25s linear;
4068 -o-transition: all 0.25s linear;
4069 transition: all 0.25s linear;
4070}
4071
4072#header-wrap.quicknav .nav-x li {
4073 min-width:160px;
4074 margin-right:20px;
4075}
4076
4077#header-wrap.quicknav li.last {
4078 margin-right:0px;
4079}
4080
4081#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07004082 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004083 clear:both;
4084 margin-left:180px;
4085 margin-top:-30px;
4086 display:none;
4087 overflow:hidden;
4088}
4089
4090#header-wrap.quicknav #quicknav {
4091
4092}
4093
4094#quicknav ul {
4095 margin:10px 0;
4096 padding:0;
4097}
4098
4099#quicknav ul li.design {
4100 border-top:1px solid #33b5e5;
4101}
4102
4103#quicknav ul li.develop {
4104 border-top:1px solid #FF8800;
4105}
4106
4107#quicknav ul li.distribute {
4108 border-top:1px solid #99cc00;
4109}
4110
4111#quicknav ul li {
4112 display:block;
4113 float:left;
4114 margin:0 20px 0 0;
4115 min-width:140px;
4116}
4117
4118#quicknav ul li.last {
4119 margin-right:0px;
4120}
4121
4122#quicknav ul li ul li {
4123 float:none;
4124}
4125
4126#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07004127 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004128}
4129
4130#quicknav ul li li ul,
4131#quicknav ul li li ul li {
4132 margin:0;
4133}
4134
4135#quicknav ul li li ul li:before {
4136 content:"\21B3";
4137}
4138
4139#header-wrap {
4140 -webkit-transition: all 0.25s ease-out;
4141 -moz-transition: all 0.25s ease-out;
4142 -ms-transition: all 0.25s ease-out;
4143 -o-transition: all 0.25s ease-out;
4144 transition: all 0.25s ease-out;
4145
4146}
4147
4148#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07004149 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07004150
Scott Maine4d8f1b2012-06-21 18:03:05 -07004151}
4152
4153/* SEARCH AND MORE */
4154.search {
4155 position: absolute;
4156 width: 50px;
4157 height:28px;
4158 display: block;
4159 margin-top:-3px;
4160 margin-bottom:7px;
4161 overflow:hidden;
4162 z-index:100;
4163 right:54px;
4164 -webkit-transition: width 0.4s ease;
4165 -moz-transition: width 0.4s ease;
4166 -o-transition: width 0.4s ease;
4167 transition: width 0.4s ease;
4168}
4169
4170.search #search-btn {
4171 width:50px;
4172 height:28px;
4173 background:url(../images/icon_search.png) no-repeat;
4174 float:left;
4175}
4176
4177.search-inner {
4178 width:245px;
4179}
4180
4181.search:hover, .search.active {
4182 width:245px;
4183}
4184
4185.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004186 position: absolute;
4187 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004188}
4189
4190.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004191 width: 214px;
4192 height: 1px;
4193 top: 24px;
4194 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004195}
4196
Scott Main98a2a712013-07-17 13:15:04 -07004197.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004198 height: 5px;
4199 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004200}
4201
4202.search .left {
4203 top: 22px;
4204 left: 56px;
4205 background-color:#CCC;
4206}
4207
4208.search .right {
4209 top: 22px;
4210 left: 238px;
4211 background-color:#CCC;
4212}
4213
4214.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004215 margin-top: 2px;
4216 width: 162px;
4217 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004218}
4219
4220.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004221 color: #2f2f2f;
4222 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004223 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004224 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004225 margin-left: 6px;
4226 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004227 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004228 background-color: transparent;
4229 border-bottom:1px solid #CCC;
4230 padding:0 0 0 4px;
4231 outline:none;
4232 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004233}
4234
4235.search:hover form input {
4236 border-bottom:1px solid #33B5E5;
4237}
4238
4239.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004240 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004241}
4242
4243.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004244 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004245}
4246
4247.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004248 color: #222;
4249 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004250}
4251
4252.moremenu {
4253 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004254 position: relative;
4255 width: 50px;
4256 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004257 display: block;
4258 margin-top:-3px;
4259 margin-bottom:7px;
4260 overflow:hidden;
4261 -webkit-transition: width 0.25s ease;
4262 -moz-transition: width 0.25s ease;
4263 -o-transition: width 0.25s ease;
4264 transition: width 0.25s ease;
4265}
4266
4267.moremenu #more-btn {
4268 width:40px;
4269 height:28px;
4270 background:url(../images/icon_more.png) no-repeat;
4271 border-left:1px solid #CCC;
4272 float:left;
4273 cursor:pointer;
4274}
4275
4276.moremenu:hover #more-btn {
4277 background-position:0 -28px;
4278}
4279
4280.morehover {
4281 position:absolute;
4282 right:6px;
4283 top:-9px;
4284 width:40px;
4285 height:35px;
4286 z-index:99;
4287 overflow:hidden;
4288
4289 -webkit-opacity:0;
4290 -moz-opacity:0;
4291 -o-opacity:0;
4292 opacity:0;
4293
4294 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004295 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004296 -o-transform-origin:100% 0%;
4297 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004298
Scott Maine4d8f1b2012-06-21 18:03:05 -07004299 -webkit-transition-property: -webkit-opacity;
4300 -webkit-transition-duration: .25s;
4301 -webkit-transition-timing-function:ease;
4302
Scott Main0e76e7e2013-03-12 10:24:07 -07004303 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004304 -moz-transition-duration: .25s;
4305 -moz-transition-timing-function:ease;
4306
Scott Main0e76e7e2013-03-12 10:24:07 -07004307 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004308 -o-transition-duration: .25s;
4309 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004310
Scott Main0e76e7e2013-03-12 10:24:07 -07004311 transition-property: opacity;
4312 transition-duration: .25s;
4313 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004314}
4315
Scott Maine05e6f92013-01-29 13:34:17 -08004316.morehover:hover,
4317.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004318 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004319 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004320 width:268px;
4321 -webkit-transition-property:height, -webkit-opacity;
4322}
4323
4324.morehover .top {
4325 width:268px;
4326 height:39px;
4327 background:url(../images/more_top.png) no-repeat;
4328}
4329
4330.morehover .mid {
4331 width:228px;
4332 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004333 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004334}
4335
4336.morehover .mid .header {
4337 border-bottom:1px solid #ccc;
4338 font-weight:bold;
4339}
4340
4341.morehover .bottom {
4342 width:268px;
4343 height:6px;
4344 background:url(../images/more_bottom.png) no-repeat;
4345}
4346
4347.morehover ul {
4348 margin:10px 10px 20px 0;
4349}
4350
4351.morehover ul li {
4352 list-style:none;
4353}
4354
4355.morehover ul li.active a,
4356.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004357 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004358}
4359
4360.morehover ul li.active img {
4361 margin-right:4px;
4362}
4363
4364
4365
4366
4367/* MARQUEE */
4368.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004369 width:100%;
4370 overflow:hidden;
4371 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004372}
4373.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004374 position:absolute;
4375 top:50%;
4376 left:0px;
4377 margin-top:-36px;
4378 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004379}
4380.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004381 position:absolute;
4382 top:50%;
4383 margin-top:-36px;
4384 z-index:99;
4385 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004386}
4387
4388.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004389 position:absolute;
4390 bottom:20px;
4391 width:100%;
4392 text-align:center;
4393 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004394}
4395.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004396 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004397}
4398.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004399 display: inline-block;
4400 width:12px;
4401 height:12px;
4402 text-indent:-8000px;
4403 list-style:none;
4404 margin: 0 2px;
4405 border-radius:6px;
4406 background-color:#ccc;
4407 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004408 -webkit-transition:color .5s ease-in;
4409 -moz-transition:color .5s ease-in;
4410 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004411 transition:color .5s ease-in;
4412}
4413.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004414 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004415}
4416.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004417 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004418}
4419.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004420 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004421}
4422.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004423 display:inline;
4424 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004425}
4426
4427
4428
4429
4430a.download-sdk {
4431 float:right;
4432 margin:-10px 0;
4433 height:30px;
4434 padding-top:4px;
4435 padding-bottom:0px;
4436}
4437
4438#nav-x {
4439 padding-top: 14px;
4440}
4441
Scott Main1d62fa82012-07-17 13:15:12 -07004442#nav-x .wrap {
4443 min-height:34px;
4444}
4445
Scott Maine4d8f1b2012-06-21 18:03:05 -07004446#nav-x .wrap,
4447#searchResults.wrap {
4448 max-width:940px;
4449 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004450}
4451
Scott Maina214d842012-07-16 17:14:40 -07004452#searchResults.wrap #leftSearchControl {
4453 min-height:700px
4454}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004455.nav-x {
4456 margin-left:0;
4457 margin-bottom:0;
4458}
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469/*
4470 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4471 */
4472
4473.jspContainer {
4474 overflow: hidden;
4475 position: relative;
4476}
4477
4478.jspPane {
4479 position: absolute;
Scott Main2d967c62013-03-11 09:21:07 -07004480 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004481}
4482
4483.jspVerticalBar {
4484 position: absolute;
4485 top: 0;
4486 right: 0;
4487 width: 4px;
4488 height: 100%;
4489 background: #f5f5f5;
4490}
4491
4492.jspHorizontalBar {
4493 position: absolute;
4494 bottom: 0;
4495 left: 0;
4496 width: 100%;
4497 height: 4px;
4498 background: #f5f5f5;
4499}
4500
4501.jspVerticalBar *,
4502.jspHorizontalBar * {
4503 margin: 0;
4504 padding: 0;
4505}
4506.jspCap {
4507 display: block;
4508}
4509
4510.jspVerticalBar .jspCap {
4511 height: 4px;
4512}
4513
4514.jspHorizontalBar .jspCap {
4515 width: 0;
4516 height: 100%;
4517}
4518
4519.jspHorizontalBar .jspCap {
4520 float: left;
4521}
4522
4523.jspTrack {
4524 position: relative;
4525}
4526
4527.jspDrag {
4528 background: #bbb;
4529 position: relative;
4530 top: 0;
4531 left: 0;
4532 cursor: pointer;
4533}
4534
4535.jspDrag:hover,
4536.jspDrag:active {
4537 border-color: #09c;
4538 background-color: #4cadcb;
4539 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4540 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4541 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4542 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4543 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4544 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004545 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004546}
4547
4548.jspHorizontalBar .jspTrack,
4549.jspHorizontalBar .jspDrag {
4550 float: left;
4551 height: 100%;
4552}
4553
4554.jspArrow {
4555 background: #999;
4556 text-indent: -20000px;
4557 display: block;
4558 cursor: pointer;
4559}
4560
4561.jspArrow.jspDisabled {
4562 cursor: default;
4563 background: #ccc;
4564}
4565
4566.jspVerticalBar .jspArrow {
4567 height: 16px;
4568}
4569
4570.jspHorizontalBar .jspArrow {
4571 width: 16px;
4572 float: left;
4573 height: 100%;
4574}
4575
4576.jspVerticalBar .jspArrow:focus {
4577 outline: none;
4578}
4579
4580.jspCorner {
4581 float: left;
4582 height: 100%;
4583}
4584
4585/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4586* html .jspCorner {
4587 margin: 0 -3px 0 0;
4588}
4589/******* end of jscrollpane *********/
4590
4591
4592
4593
4594
4595/************ DEVELOP HOMEPAGE ******************/
4596
4597/* Slideshow */
4598.slideshow-develop {
4599 height: 300px;
4600 width: 940px;
4601 position: relative;
4602 overflow:hidden;
4603}
4604.slideshow-develop .frame {
4605 width: 940px;
4606 height: 300px;
4607}
4608.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004609 max-width:350px;
4610 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004611 margin:20px 0 0 90px;
4612 -webkit-transform: perspective(800px ) rotateY( 35deg );
4613 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4614 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4615 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4616}
4617.slideshow-develop img.play.no-shadow {
4618 box-shadow: none;
4619 -moz-box-shadow: none;
4620 -webkit-box-shadow: none;
4621}
4622.slideshow-develop img.play.no-transform {
4623 -webkit-transform: none;
4624}
4625.slideshow-develop a.slideshow-next {
4626 background: url(../images/arrow-right-develop.png);
4627}
4628.slideshow-develop a.slideshow-prev {
4629 background: url(../images/arrow-left-develop.png);
4630}
4631.slideshow-develop .content-right {
4632 float: left;
4633}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004634.slideshow-develop .content-right h2 {
4635 padding:0;
4636 margin-bottom:10px;
4637 border:none;
4638}
4639.slideshow-develop .item {
4640 height: 300px;
4641 width: 940px;
4642}
4643.slideshow-develop .pagination ul li.active {
4644 background-color: #F80;
4645}
4646.slideshow-develop .pagination ul li.active:hover {
4647 background-color: #F80;
4648}
Scott Main0e585702012-10-22 20:30:22 -07004649.slideshow-develop .item hr {
4650 margin:5px 0 10px;
4651}
4652.slideshow-develop .item p {
4653 margin:10px 0;
4654}
4655.slideshow-develop .item p.title-intro {
4656 position:absolute;
4657 margin:0;
4658}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004659
4660/* Feeds */
4661.feed ul {
4662 margin: 0;
4663}
4664.feed .feed-nav {
4665 height: 25px;
4666 border-bottom: 1px solid #CCC;
4667}
4668.feed .feed-nav li {
4669 list-style: none;
4670 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004671 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004672 margin-right: 25px;
4673 cursor: pointer;
4674}
4675.feed .feed-nav li.active {
4676 color: #000;
4677 border-bottom: 4px solid #F80;
4678}
4679.feed .feed-container {
4680 overflow: hidden;
4681 width: 460px;
4682}
4683.feed .feed-container .feed-frame {
4684 width: 1000px;
4685}
4686.feed .feed-container .feed-frame ul {
4687 float: left;
4688 width:460px;
4689}
4690.feed .feed-container .feed-frame ul ul {
4691 float: none;
4692 margin:10px 0 0 30px;
4693}
4694.feed .feed-container .feed-frame li {
4695 list-style: none;
4696 margin: 20px 0 20px 0;
4697 width: 460px;
4698 height:93px;
4699}
4700.feed .feed-container .feed-frame li.playlist {
4701 height:auto;
4702}
4703.feed .feed-container .feed-frame li.playlist a {
4704 height:93px;
4705 display:block;
4706}
4707.feed .feed-container .feed-frame li.more {
4708 height:20px;
4709 margin:10px 0 5px 5px;
4710}
4711.feed .feed-container .feed-frame li.more a {
4712 height:inherit;
4713}
4714.feed .feed-container .feed-frame li.playlist-video {
4715 list-style: none;
4716 margin: 0;
4717 width: 460px;
4718 height:55px;
4719 font-size:12px;
4720}
4721.feed .feed-container .feed-frame li.playlist-video a {
4722 height:45px;
4723 padding:5px;
4724}
4725.feed .feed-container .feed-frame li.playlist-video h5 {
4726 font-size:12px;
4727 line-height:13px;
4728 margin:0;
4729}
4730.feed .feed-container .feed-frame li.playlist-video p {
4731 margin:5px 0 0;
4732 line-height:15px;
4733}
4734.feed-container .feed-frame div.feed-image {
4735 float: left;
4736 border: 1px solid #999;
4737 margin:0 20px 0 0;
4738 width:122px;
4739 height:92px;
4740 background:url('../images/blog-default.png') no-repeat 0 0;
4741 background-size:180px;
4742}
4743#jd-content .feed .feed-container .feed-frame li img {
4744 float: left;
4745 border: 1px solid #999;
4746 margin:0 20px 0 0;
4747 width:122px;
4748 height:92px;
4749}
4750#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4751 width:inherit;
4752 height:inherit;
4753}
4754
4755.feed .feed-container .feed-frame li a,
4756.feed .feed-container .feed-frame li a:active {
4757 color:#555 !important;
4758}
4759
4760.feed .feed-container .feed-frame li a:hover,
4761.feed .feed-container .feed-frame li a:hover * {
4762 color:#7AA1B0 !important;
4763}
4764
4765/* Video player */
4766#player-wrapper {
4767 display:none;
4768 margin: -1px auto 0;
4769 position: relative;
4770 width: 940px;
4771 height: 0px;
4772}
4773#player-frame {
4774 background: #EFEFEF;
4775 border: 1px solid #CCC;
4776 padding: 0px 207px;
4777 z-index: 10; /* stay above marque, but below search suggestions */
4778 width: 525px;
4779 height: 330px;
4780 position: relative;
4781}
4782
4783
4784
4785/************ DISTRIBUTE HOMEPAGE ***************/
4786
4787.marquee {
4788 width: 760px;
4789}
4790.marquee .main-img {
4791 float: left;
4792 margin-top: 20px;
4793 width: 490px;
4794}
4795.marquee .copy {
4796 width: 270px;
4797 float: left;
4798 margin-top: 30px;
4799}
4800.distribute-features {
4801 margin: 0;
4802}
4803.distribute-features ul {
4804 margin: 0;
4805}
4806.distribute-features ul li {
4807 list-style: none;
4808 float: left;
4809 border-top: 1px solid #9C0;
4810 width: 220px;
4811 margin-right: 50px;
4812}
4813.distribute-features ul li.last {
4814 margin-right: 0px;
4815}
4816
Dirk Doughertye5862e82013-05-15 02:19:54 -07004817.distribute-features .distribute-link li a {
4818 color:red !important;
4819}
4820
4821.distribute-features .distribute-link li a,
4822.distribute-features .distribute-link li a:active {
4823 color:#555 !important;
4824}
4825
4826.distribute-features .distribute-link li a:hover,
4827.distribute-features .distribute-link li a:hover * {
4828 color:#7AA1B0 !important;
4829}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004830
Scott Main8fa53512012-11-30 20:16:42 -08004831
Scott Maine4d8f1b2012-06-21 18:03:05 -07004832/************ DEVELOP TOPIC CONTAINERS ************/
4833
4834.landing-banner,
4835.landing-docs {
Scott Mainafc4db32013-11-20 16:53:12 -08004836 margin:20px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004837}
Scott Mainafc4db32013-11-20 16:53:12 -08004838.landing-banner > div:first-child,
4839.landing-docs > div:first-child,
4840.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004841 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004842 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004843}
Scott Mainafc4db32013-11-20 16:53:12 -08004844.landing-banner.short > div {
4845 min-height:50px;
4846}
4847.landing-banner > div:last-child,
4848.landing-docs > div:last-child,
4849.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004850 margin-right:0;
4851}
4852
Scott Mainafc4db32013-11-20 16:53:12 -08004853.landing-banner > div > *:last-child {
4854 margin-bottom:0;
4855}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004856.landing-banner h1 {
4857 margin-top:0;
4858}
Scott Mainafc4db32013-11-20 16:53:12 -08004859.landing-docs,
4860.landing-banner {
4861 clear:both;
Scott Maine6850d22012-10-08 15:59:01 -07004862 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004863}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004864.landing-docs h3 {
4865 font-size:14px;
4866 line-height:21px;
4867 color:#555;
4868 text-transform:uppercase;
4869 border-bottom:1px solid #CCC;
4870 margin:0 0 20px;
4871}
4872.landing-docs a {
4873 color:#333 !important;
4874}
Robert Ly40e90992012-11-28 17:46:17 -08004875
Scott Maine4d8f1b2012-06-21 18:03:05 -07004876.landing-docs a:hover,
4877.landing-docs a:hover * {
4878 color:#7AA1B0 !important
4879}
4880
Robert Ly40e90992012-11-28 17:46:17 -08004881.landing-docs .normal-links a {
4882 color:#258aaf !important;
4883}
4884
Scott Maine4d8f1b2012-06-21 18:03:05 -07004885.plusone {
4886 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004887}
Scott Main9edfa6d2012-08-14 15:04:40 -07004888
4889
4890
Scott Mainafc4db32013-11-20 16:53:12 -08004891.next-docs {
4892 border-top:1px solid #ccc;
4893 margin:40px 0 0;
4894 padding:5px 0 0;
4895 clear:left;
4896 overflow:hidden;
4897}
4898.next-docs div:first-child {
4899 margin-left:0;
4900}
4901.next-docs div:last-child {
4902 margin-right:0;
4903}
4904
4905.next-docs h2 {
4906 font-size:14px;
4907 line-height:21px;
4908 color:#555;
4909 text-transform:uppercase;
4910 border-bottom:none;
Scott Main9ee0fae2014-01-23 10:50:57 -08004911 margin:0 0 1em;
Scott Mainafc4db32013-11-20 16:53:12 -08004912 padding:5px 0 0;
4913}
4914
4915
4916
Scott Main9edfa6d2012-08-14 15:04:40 -07004917/************* HOME/LANDING PAGE *****************/
4918
4919.slideshow-home {
4920 height: 500px;
4921 width: 940px;
4922 border-bottom: 1px solid #CCC;
4923 position: relative;
4924 margin: 0;
4925}
4926.slideshow-home .frame {
4927 width: 940px;
4928 height: 500px;
4929}
4930.slideshow-home .content-left {
4931 float: left;
4932 text-align: center;
4933 vertical-align: center;
4934 margin: 0 0 0 35px;
4935}
4936.slideshow-home .content-right {
4937 margin: 80px 0 0 0;
4938}
4939.slideshow-home .content-right p {
4940 margin-bottom: 10px;
4941}
4942.slideshow-home .content-right p:last-child {
4943 margin-top: 15px;
4944}
4945.slideshow-home .content-right h1 {
4946 padding:0;
4947}
4948.slideshow-home .item {
4949 height: 500px;
4950 width: 940px;
4951}
4952.home-sections {
4953 padding: 30px 20px 20px;
4954 margin: 20px 0;
4955 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4956}
4957.home-sections ul {
4958 margin: 0;
4959}
4960.home-sections ul li {
4961 float: left;
4962 display: block;
4963 list-style: none;
4964 width: 170px;
4965 height: 35px;
4966 border: 1px solid #ccc;
4967 background: white;
4968 margin-right: 10px;
4969 border-radius: 1px;
4970 -webkit-border-radius: 1px;
4971 -moz-border-radius: 1px;
4972 box-shadow: 1px 1px 5px #EEE;
4973 -webkit-box-shadow: 1px 1px 5px #EEE;
4974 -moz-box-shadow: 1px 1px 5px #EEE;
4975 background: white;
4976}
4977.home-sections ul li:hover {
4978 background: #F9F9F9;
4979 border: 1px solid #CCC;
4980}
4981.home-sections ul li a,
4982.home-sections ul li a:hover {
4983 font-weight: bold;
4984 margin-top: 8px;
4985 line-height: 18px;
4986 float: left;
4987 width: 100%;
4988 text-align: center;
4989 color: #09c !important;
4990}
4991.home-sections ul li a {
4992 font-weight: bold;
4993 margin-top: 8px;
4994 line-height: 18px;
4995 float: left;
4996 width:100%;
4997 text-align:center;
4998}
4999.home-sections ul li img {
5000 float: left;
5001 margin: -8px 0 0 10px;
5002}
5003.home-sections ul li.last {
5004 margin-right: 0px;
5005}
Scott Mainf5089842012-08-14 16:31:07 -07005006.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07005007 margin-top: -40px;
5008}