blob: 0cecca6dda3b3f4907ffac4c4a29d3b78d85e44c [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 Main5a1123e2012-09-26 12:51:28 -0700531 /* list of classes on course landing page */
532 ol.class-list {
533 list-style:none;
534 margin-left:0;
535 }
536 ol.class-list>li {
537 margin:0 0 15px;
538 padding:5px 0 0;
539 overflow:hidden;
540 border-top:1px solid #ccc;
541 }
542 ol.class-list li a.title {
543 font-size:16px;
544 margin:0;
545 clear:left;
546 display:block;
547 height:32px;
548 padding:0 4px;
549 }
550 ol.class-list li a.title h2 {
551 color:inherit;
552 margin:0 0 10px;
553 display:block;
554 float:left;
555 width:675px;
556 }
557 ol.class-list li a.title span {
558 display:none;
559 float:left;
560 font-size:18px;
561 font-weight:bold;
562 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
563 width: 10px;
564 height: 32px;
565 }
566 ol.class-list li a.title:hover {
567 background:#ddd;
568 color:#258AAF !important;
569 }
570 ol.class-list li a.title:hover span {
571 display:block;
572 }
Scott Main98a2a712013-07-17 13:15:04 -0700573
Scott Main5a1123e2012-09-26 12:51:28 -0700574 #jd-content
575 ol.class-list li img {
576 float:left;
577 clear:left;
578 width:64px;
579 margin:0 20px 0 0;
580 }
581 ol.class-list li p.description {
582 float:left;
583 display:block;
584 width:250px;
585 margin:0;
586 }
587 ol.class-list li p.description.article {
588 width: 550px;
589 }
590 ol.class-list ol {
591 float:left;
592 width:320px;
593 margin:0 0 0 30px;
594 list-style:none;
595 margin:0 0 0 20px;
596 }
597 ol.class-list div.lessons li {
598 margin:0 0 6px;
599 line-height:16px;
600 }
Scott Main98a2a712013-07-17 13:15:04 -0700601
602
Scott Maine4d8f1b2012-06-21 18:03:05 -0700603 .hide {
604 display:none !important;
605 }
Scott Main98a2a712013-07-17 13:15:04 -0700606
Scott Maine4d8f1b2012-06-21 18:03:05 -0700607 .content-footer.next-class {
608 display:block;
609 border:0;
610 margin-top:0;
611 padding-top:0;
612 }
Scott Main98a2a712013-07-17 13:15:04 -0700613
Scott Maine4d8f1b2012-06-21 18:03:05 -0700614 .content-footer.next-class a.next-class-link {
615 display:block;
616 float:right;
617 text-transform:uppercase;
618 }
Scott Main98a2a712013-07-17 13:15:04 -0700619
620
621
Scott Mainbbffb4b2012-11-13 07:40:16 -0800622 /* inner-doc tabs w/ title */
Scott Main98a2a712013-07-17 13:15:04 -0700623
Scott Mainbbffb4b2012-11-13 07:40:16 -0800624div#title-tabs-wrapper {
625 border-bottom:1px solid #ccc;
626 margin:20px 0 30px;
627}
628h1.with-title-tabs {
629 display:inline-block;
630 margin:0 0 -1px 0;
631 padding:0 60px 0 0;
632 border-bottom:1px solid #F9F9F9;
633}
634ul#title-tabs {
635 list-style:none;
636 padding:0;
637 height:29px;
638 margin:0;
639 font-size:16px;
640 line-height:26px;
641 display:inline-block;
642 vertical-align:bottom;
643}
644ul#title-tabs li {
645 display:block;
646 float:left;
647 margin-right:40px;
648 border-bottom: 3px solid transparent;
649}
650ul#title-tabs li.selected {
651 border-bottom: 3px solid #93C;
652}
653ul#title-tabs li a {
654 color:#333;
655}
656ul#title-tabs li a:hover,
Scott Mainbbffb4b2012-11-13 07:40:16 -0800657ul#title-tabs li a:active {
658 color:#93C !important;
659}
660
661
Scott Maine4d8f1b2012-06-21 18:03:05 -0700662
663/* content body */
664@-webkit-keyframes glowheader {
665 from {
666 background-color: #33b5e5;
667 color: #000;
668 border-bottom-color: #000; }
669
670 to {
671 background-color: transparent;
672 color: #33b5e5;
673 border-bottom-color: #33b5e5; } }
674
675@-moz-keyframes glowheader {
676 from {
677 background-color: #33b5e5;
678 color: #000;
679 border-bottom-color: #000; }
680
681 to {
682 background-color: transparent;
683 color: #33b5e5;
684 border-bottom-color: #33b5e5; } }
685
686@keyframes glowheader {
687 from {
688 background-color: #33b5e5;
689 color: #000;
690 border-bottom-color: #000; }
691
692 to {
693 background-color: transparent;
694 color: #33b5e5;
695 border-bottom-color: #33b5e5; } }
696
697h2:target,
698h3:target {
699 -webkit-animation-name: glowheader;
700 -moz-animation-name: glowheader;
701 animation-name: glowheader;
702 -webkit-animation-duration: 0.7s;
703 -moz-animation-duration: 0.7s;
704 animation-duration: 0.7s;
705 -webkit-animation-timing-function: ease-out;
706 -moz-animation-timing-function: ease-out;
707 animation-timing-function: ease-out; }
708
709.design ol h4 {
710 margin-bottom:0;
711}
712.design ol {
713 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700714 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700715 font-size: 14px;
716 line-height: 20px;
717 list-style-type: none;
718 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700719 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700720 content: counter(item) ". ";
721 counter-increment: item;
722 position: absolute;
723 left: -20px;
724 top: 0; }
725 .design ol li.value-1:before {
726 content: "1. "; }
727 .design ol li.value-2:before {
728 content: "2. "; }
729 .design ol li.value-3:before {
730 content: "3. "; }
731 .design ol li.value-4:before {
732 content: "4. "; }
733 .design ol li.value-5:before {
734 content: "5. "; }
735 .design ol li.value-6:before {
736 content: "6. "; }
737 .design ol li.value-7:before {
738 content: "7. "; }
739 .design ol li.value-8:before {
740 content: "8. "; }
741 .design ol li.value-9:before {
742 content: "9. "; }
743 .design ol li.value-10:before {
744 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700745.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700746 list-style-position: inside;
747 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700748 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700749 display: inline;
750 left: -20px;
751 float: left;
752 width: 17px;
753 color: #33b5e5;
754 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700755.design .with-callouts ul>li {
756 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700757
758/* special list items */
759li.no-bullet {
760 list-style-type: none !important; }
761li.no-bullet *{
762 margin:0; }
763
764.design li.with-icon {
765 position: relative;
766 margin-left: 20px;
767 min-height: 30px; }
768 .design li.with-icon p {
769 margin-left: 0 !important; }
770 .design li.with-icon:before {
771 position: absolute;
772 left: -40px;
773 top: 0;
774 content: '';
775 width: 30px;
776 height: 30px; }
777 .design li.with-icon.tablet:before {
778 background-image: url(../images/styles/ico_phone_tablet.png); }
779 .design li.with-icon.web:before {
780 background-image: url(../images/styles/ico_web.png); }
781 .design li.with-icon.action:before {
782 background-image: url(../images/styles/ico_action.png); }
783 .design li.with-icon.use:before {
784 background-image: url(../images/styles/ico_use.png); }
785
786/* figures and callouts */
787.figure {
788 position: relative; }
789 .figure.pad-below {
790 margin-bottom: 20px; }
791 .figure .figure-callout {
792 position: absolute;
793 color: #fff;
794 font-weight: 500;
795 font-size: 16px;
796 line-height: 23px;
797 text-align: center;
798 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
799 padding-right: 2px;
800 width: 30px;
801 height: 29px;
802 z-index: 1000; }
803 .figure .figure-callout.top {
804 top: -9px; }
805 .figure .figure-callout.right {
806 right: -5px; }
807
808.figure-caption {
809 margin: 0 10px 20px 0;
810 font-size: 14px;
811 line-height: 20px;
812 font-style: italic; }
813
814/* rows of figures */
815.figure-row {
816 font-size: 0;
817 line-height: 0;
818 /* to prevent space between figures */ }
819 .figure-row .figure {
820 display: inline-block;
821 vertical-align: top; }
822 .figure-row .figure + .figure {
823 margin-left: 10px;
824 /* reintroduce space between figures */ }
825
826/* video containers */
827.framed-galaxynexus-land-span-13 {
828 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
829scroll top left;
830 padding: 42px 122px 62px 126px;
831 overflow: hidden; }
832 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
833.framed-galaxynexus-land-span-13 img {
834 width: 512px;
835 height: 286px; }
836
Robert Lyd78354d2012-11-01 17:09:52 -0700837
838.framed-galaxynexus-land-span-8{
839 background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
840scroll top left;
841 padding: 26px 68px 38px 72px;
842 overflow: hidden; }
843 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
844.framed-galaxynexus-land-span-8 img {
845 width: 320px;
846 height: 180px; }
847
Scott Maine4d8f1b2012-06-21 18:03:05 -0700848.framed-galaxynexus-port-span-9 {
849 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
850scroll top left;
851 padding: 95px 122px 107px 124px;
852 overflow: hidden; }
853 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
854.framed-galaxynexus-port-span-9 img {
855 width: 274px;
856 height: 488px; }
857
858.framed-galaxynexus-port-span-5 {
859 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
860scroll top left;
861 padding: 75px 31px 76px 33px;
862 overflow: hidden; }
863 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
864.framed-galaxynexus-port-span-5 img {
865 width: 216px;
866 height: 384px; }
867
Scott Main27403b82013-07-10 16:36:05 -0700868.framed-nexus4-port-216 {
869 background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
870scroll top left;
871 background-size:240px 465px;
872 padding: 52px 12px 52px 12px;
873 overflow: hidden; }
874 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
875 .framed-nexus4-port-216 img {
876 width: 216px;
877 height: 360px; }
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700878
879.framed-nexus5-port-span-5 {
880 background: transparent url(../images/styles/device_nexus5_blank_port_span5.png) no-repeat
881 scroll top left;
882 padding: 52px 33px 69px 31px;
883 overflow: hidden;
884}
Scott Main27403b82013-07-10 16:36:05 -0700885
Dirk Doughertyd5d3f802013-10-26 12:14:47 -0700886.framed-nexus5-port-span-5,
887.framed-nexus5-port-span-5 video,
888.framed-nexus5-port-span-5 img {
889 width: 216px;
890 height: 384px;
891}
Scott Main27403b82013-07-10 16:36:05 -0700892
Dirk Doughertyca1858a2013-10-29 16:25:00 -0700893.framed-nexus5-land-span-13 {
894 background: transparent url(../images/styles/device_nexus5_blank_land_span13.png) no-repeat scroll top left;
895 padding: 36px 119px 54px 108px;
896 overflow: hidden;
897}
898
899.framed-nexus5-land-span-13,
900.framed-nexus5-land-span-13 video,
901.framed-nexus5-land-span-13 img {
902 width: 533px;
903 height: 300px;
904}
905
906.framed-nexus5-port-span-5,
907.framed-nexus5-port-span-5 video,
908.framed-nexus5-port-span-5 img {
909 width: 216px;
910 height: 384px;
911}
912
Scott Maine4d8f1b2012-06-21 18:03:05 -0700913/* landing page disclosures */
914.landing-page-link {
915 text-decoration: none;
916 font-weight: 500;
917 color: #333333; }
918 .landing-page-link:after {
919 content: '';
920 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
921 width: 10px;
922 height: 10px;
923 display: inline-block;
924 margin-left: 5px; }
925
926/* tooltips */
927.tooltip-box {
928 position: absolute;
929 background-color: rgba(0, 0, 0, 0.9);
930 border-radius: 2px;
931 font-size: 14px;
932 line-height: 20px;
933 color: #fff;
934 padding: 6px 10px;
935 max-width: 250px;
936 z-index: 10000; }
937 .tooltip-box.below:after {
938 position: absolute;
939 content: '';
940 line-height: 0;
941 display: block;
942 top: -10px;
943 left: 5px;
944 border: 5px solid transparent;
945 border-bottom-color: rgba(0, 0, 0, 0.9); }
946
947/* video note */
948.video-instructions {
949 margin-top: 10px;
950 margin-bottom: 10px; }
951 .video-instructions:before {
952 content: '';
953 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
954 display: inline-block;
955 width: 12px;
956 height: 12px;
957 margin-right: 8px; }
958 .video-instructions:after {
959 content: 'Click device screen to replay movie.'; }
960
961/* download buttons */
962.download-button {
963 display: block;
964 margin-bottom: 5px;
965 text-decoration: none;
966 background-color: #33b5e5;
967 color: #fff !important;
968 font-weight: 500;
969 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
970 padding: 6px 12px;
971 border-radius: 2px; }
972 .download-button:hover, .download-button:focus {
973 background-color: #0099cc;
974 color: #fff !important; }
975 .download-button:active {
976 background-color: #006699; }
977
978/* UI tables and other things found in Writing style and Settings pattern */
979.ui-table {
980 width: 100%;
981 background-color: #282828;
982 color: #fff;
983 border-radius: 2px;
984 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
985 border-collapse: separate; }
986 .ui-table th,
987 .ui-table td {
988 padding: 5px 10px;
Scott Main98a2a712013-07-17 13:15:04 -0700989 background-color: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700990 border:0;}
991 .ui-table thead th {
992 font-weight: bold; }
993 .ui-table tfoot td {
994 border-top: 1px solid #494949;
995 border-right: 1px solid #494949;
996 text-align: center; }
997 .ui-table tfoot td:last-child {
998 border-right: 0; }
999
1000.layout-with-list-item-margins {
1001 margin-left: 30px !important; }
1002
1003.emulate-content-left-padding {
1004 margin-left: 10px; }
1005
1006.do-dont-label {
1007 margin-bottom: 10px;
1008 padding-left: 20px;
1009 background: transparent none no-repeat scroll 0px 3px; }
1010 .do-dont-label.bad {
1011 background-image: url(../images/styles/ico_wrong.png); }
1012 .do-dont-label.good {
1013 background-image: url(../images/styles/ico_good.png); }
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07001014
Scott Maine4d8f1b2012-06-21 18:03:05 -07001015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033/***** PREVIOUSLY style.css ******************/
1034
1035
1036
1037
1038
1039@media screen, projection, print {
1040[dir='rtl'] {
1041 direction: rtl;
1042}
1043html {
1044 line-height: 20px;
1045}
1046pre, table, input, textarea, code {
1047 font-size: 1em;
1048}
1049address, abbr, cite {
1050 font-style: normal;
1051}
1052[dir='rtl'] th {
1053 text-align: right;
1054}
1055html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1056html[lang^=zh] blockquote, html[lang^=zh] q {
1057 font-style: normal;
1058}
1059q {
1060 font-style: italic;
1061}
1062fieldset, iframe, img {
1063 border: 0;
1064}
Scott Main98a2a712013-07-17 13:15:04 -07001065img {
Scott Mainb7f96372013-02-07 16:56:43 -08001066 -ms-interpolation-mode: bicubic;
1067 vertical-align: middle;
1068 max-width: 100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001069}
1070q {
1071 quotes: none;
1072}
1073sup, sub {
1074 font-size: 11px;
1075 line-height: 0;
1076}
1077}
1078
1079@media screen, projection {
1080
1081table, fieldset {
1082 margin: 0;
1083}
1084h1 {
1085 color:#333;
1086 font-size: 22px;
1087 margin: 20px 0 20px;
1088 padding:0 0 10px;
1089}
1090h1, h2 {
1091 line-height: 32px;
1092}
1093h1.short {
1094 margin-right:320px;
1095}
1096h1.short {
1097 margin-right:320px;
1098}
1099h1.super {
Scott Main98a2a712013-07-17 13:15:04 -07001100 font-size: 37px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001101}
1102h2 {
1103 color:#333;
1104 font-size: 20px;
1105 margin: 20px 0 20px;
1106 padding:0;
1107}
1108h3 {
1109 color:#333;
1110 font-size: 18px;
1111}
1112h3, h4 {
1113 color:#333;
1114 line-height: 20px;
1115 margin: 10px 0;
1116}
1117h4 {
Scott Mainb7f96372013-02-07 16:56:43 -08001118 font-size: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001119}
1120h5 {
Scott Main98a2a712013-07-17 13:15:04 -07001121 font-size: 14px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001122}
1123h5, h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001124 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001125}
1126h6 {
Scott Main98a2a712013-07-17 13:15:04 -07001127 font-size: 12px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001128}
1129hr { /* applied to the bottom of h2 elements */
Scott Mainb7f96372013-02-07 16:56:43 -08001130 height: 1px;
1131 margin: 5px 0 20px;
1132 border: 0;
1133 background: #ccc;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001134}
1135p, pre, table, form {
1136 margin: 0 0 15px;
1137}
1138small {
Scott Mainb7f96372013-02-07 16:56:43 -08001139 font-size: 11.5px;
1140 color: #000;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001141}
1142ul, ol {
1143 margin: 0 0 15px 18px;
1144 padding: 0;
1145}
1146[dir='rtl'] ul, [dir='rtl'] ol {
1147 margin: 10px 30px 10px 10px;
1148}
1149ul ul, ul ol, ol ul, ol ol {
1150 margin-bottom: 0;
1151 margin-top: 0;
1152}
1153li {
Scott Main52948fc2012-09-18 11:27:59 -07001154 margin:0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001155}
1156dd {
1157 margin:0 0 10px 30px;
1158}
Scott Maina07be8e2013-03-06 12:12:21 -08001159dd p,
1160dd pre,
1161dd ul,
1162dd ol,
1163dd dl {
Scott Main24790db2013-03-19 14:38:59 -07001164 margin-top:10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001165}
Scott Maindb3678b2012-10-23 14:13:41 -07001166li p,
1167li pre,
1168li ul,
Scott Maina07be8e2013-03-06 12:12:21 -08001169li ol,
1170li dl {
Scott Maindb3678b2012-10-23 14:13:41 -07001171 margin-top:5px;
1172 margin-bottom:5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001173}
Scott Main13cd8f12013-11-12 11:50:59 -08001174dl dd dl:first-child {
1175 margin-top:0;
1176}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001177pre strong, pre b, a strong, a b, a code {
1178 color: inherit;
1179}
1180pre, code {
1181 color: #060;
Scott Maina07be8e2013-03-06 12:12:21 -08001182 font: 13px/1.5 monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001183}
1184code {
1185 font-weight:bold;
Scott Maina07be8e2013-03-06 12:12:21 -08001186 font: 13px/14px monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001187}
1188
1189legend {
1190 display: none;
1191}
1192a:link, a:visited {
1193 color: #258aaf;
1194 text-decoration: none;
1195}
1196a:focus, a:hover, a:active {
1197 color: #33B5E5;
1198 text-decoration: none;
1199}
1200strong, b {
1201 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -07001202 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001203}
1204table {
1205 border-collapse: collapse;
1206 border-spacing: 0;
1207 border:0;
1208 margin: .5em 1em 1em 0;
1209 width:100%; /* consistent table widths; within IE's quirks */
1210 background-color:#f7f7f7;
1211}
1212th, td {
1213 padding: 4px 12px;
1214 vertical-align: top;
1215 text-align: left;
1216}
1217td {
1218 background-color:inherit;
1219 border:solid 1px #DDD;
1220}
Scott Maineb410352013-01-14 19:03:40 -08001221td *:last-child {
1222 margin-bottom:0;
1223}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001224th {
1225 background-color: #999;
1226 color: #fff;
1227 border:solid 1px #DDD;
1228 font-weight: normal;
1229}
1230tr:first-of-type th:first-of-type:empty {
1231 visibility: hidden;
1232}
1233/* --------------------------------------------------------------------------
1234Footer
1235*/
1236.line {
1237 clear: both;
1238 background: #acbc00;
1239 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1240 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1241color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1242 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1243 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1244 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1245 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1246 height: 2px;
1247 margin-top: 150px;
1248 position: relative;
1249 z-index: 11;
1250}
1251#footer {
1252 font-size:11px;
1253 clear: both;
1254 color: #999;
1255 padding: 15px 0;
1256 margin-top:10px;
1257 width:auto;
1258}
1259#footer-local ul {
Scott Mainb7f96372013-02-07 16:56:43 -08001260 list-style: none;
1261 margin: 5px 0 30px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001262}
1263#footer-local li {
1264 display: inline;
1265}
1266#footer-local li+li:before {
1267 content: '|';
1268 padding: 0 3px;
Scott Mainb7f96372013-02-07 16:56:43 -08001269 color: #e5e5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001270}
1271#footer-global {
1272 padding: 10px 15px;
Scott Mainb7f96372013-02-07 16:56:43 -08001273 background: #f5f5f5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001274}
1275#footer-global {
1276 border-top: 1px solid #ebebeb;
1277 font-size: 11.5px;
1278 line-height: 1.8;
1279 list-style: none;
1280}
1281#footer-global ul {
1282 margin: 0;
1283}
1284#footer-global li {
1285 display: inline;
1286 font-weight: bold;
1287}
1288#footer-global li+li:before {
1289 content: '¬?';
1290 padding: 0 3px;
1291}
1292* html #footer-global li {
1293 margin: 0 13px 0 0;
1294}
1295* [dir='rtl'] #footer-global li {
1296 margin: 0 0 0 13px;
1297}
1298*+html #footer-global li {
1299 margin: 0 13px 0 0;
1300}
1301*+[dir='rtl'] #footer-global li {
1302 margin: 0 0 0 13px;
1303}
1304#footer-global li a {
1305 font-weight: normal;
1306}
1307.locales {
1308 margin: 10px 0 0 0px;
1309}
1310[dir='rtl'] .locales {
1311 background-position: right center;
1312 float: left;
1313 padding: 0 24px 0 0;
1314}
1315.locales form {
Scott Main98a2a712013-07-17 13:15:04 -07001316 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001317}
1318.locales select, .sites select {
1319 line-height: 3.08;
1320 margin: 0px 0;
1321 border: solid 1px #EBEBEB;
1322 -webkit-appearance: none;
1323 background: white url('../images/arrows-up-down.png') right center no-repeat;
1324 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001325 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001326 line-height: normal;
1327 padding: 5px;
1328 width: 230px;
1329}
1330}
1331
1332/* =============================================================================
1333 Print Only
1334 ========================================================================== */
1335@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001336 /* configure printed page */
1337 @page {
1338 margin: 0.75in 1in;
1339 widows: 4;
1340 orphans: 4;
1341 }
1342
1343 /* reset spacing metrics */
1344 html, body, .wrap {
1345 margin: 0 !important;
1346 padding: 0 !important;
1347 width: auto !important;
1348 }
1349
1350 /* leave enough space on the left for bullets */
1351 body {
1352 padding-left: 20px !important;
1353 }
1354 #doc-col {
1355 margin-left: 0;
1356 }
1357
1358 /* hide a bunch of non-content elements */
1359 #header, #footer, #nav-x, #side-nav,
1360 .training-nav-top, .training-nav-bottom,
1361 #doc-col .content-footer,
1362 .nav-x, .nav-y,
1363 .paging-links,
1364 a.totop {
1365 display: none !important;
1366 }
1367
1368 /* remove extra space above page titles */
1369 #doc-col .content-header {
1370 margin-top: 0;
1371 }
1372
1373 /* bump up spacing above subheadings */
1374 h2 {
1375 margin-top: 40px !important;
1376 }
1377
1378 /* print link URLs where possible and give links default text color */
1379 p a:after {
1380 content: " (" attr(href) ")";
1381 font-size: 80%;
1382 }
1383 p a {
1384 word-wrap: break-word;
1385 }
1386 a {
1387 color: inherit;
1388 }
1389
1390 /* syntax highlighting rules */
1391 .str { color: #060; }
1392 .kwd { color: #006; font-weight: bold; }
1393 .com { color: #600; font-style: italic; }
1394 .typ { color: #404; font-weight: bold; }
1395 .lit { color: #044; }
1396 .pun { color: #440; }
1397 .pln { color: #000; }
1398 .tag { color: #006; font-weight: bold; }
1399 .atn { color: #404; }
1400 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001401}
1402
1403/* =============================================================================
1404 Columns
1405 ========================================================================== */
1406
1407@media screen, projection, print {
1408.full {
Scott Mainb7f96372013-02-07 16:56:43 -08001409 padding: 2.5em 0;
1410 border-top: solid 1px #ddd;
1411 border-bottom: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07001412 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001413}
1414.wrap {
Scott Mainb7f96372013-02-07 16:56:43 -08001415 margin: 0 auto;
1416 width: 940px;
1417 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001418}
1419.cols {
1420 height: 1%;
1421 margin: 0 -1.533742331288343558282%;
1422 width: 103.06748466257669%}
1423*+html .cols {
1424 margin-bottom: 20px;
1425}
1426.cols:after {
1427 clear: both;
1428 content: ' ';
1429 display: block;
1430 height: 0;
1431 visibility: hidden;
1432}
1433.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1434.col-13, .col-14, .col-15, .col-16 {
1435 display: inline;
Scott Mainb7f96372013-02-07 16:56:43 -08001436 float: left;
1437 margin-left: 10px;
1438 margin-right: 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001439}
1440/*
1441* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1442.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1443 margin: 0;
1444 padding: 0 1.4% 20px;
1445}
1446[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1447[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1448[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1449 float: right;
1450}
1451*/
1452.col-1 { width: 40px }
1453.col-2 { width: 100px }
1454.col-3 { width: 160px }
1455.col-4 { width: 220px }
1456.col-5 { width: 280px }
1457.col-6 { width: 340px }
1458.col-7 { width: 400px }
1459.col-8 { width: 460px }
1460.col-9 { width: 520px }
1461.col-10 { width: 580px }
1462.col-11 { width: 640px }
1463.col-12 { width: 700px }
1464.col-13 { width: 760px }
1465.col-14 { width: 820px }
1466.col-15 { width: 880px }
1467.col-16 { width: 940px }
1468}
1469
1470.col-right {
1471 margin-right:0px;
1472}
1473
1474@media screen and (max-width:772px) {
1475.col-5, .col-6, .col-7 {
1476 clear: both;
1477 width: 97.0238096%}
1478}
1479
1480/* =============================================================================
1481 Layout
1482 ========================================================================== */
1483@media screen, projection, print {
1484
1485/* --------------------------------------------------------------------------
1486Header, Login, Nav-X, Search
1487*/
1488#header {
Scott Mainb7f96372013-02-07 16:56:43 -08001489 padding: 2.2em 0 0.2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001490}
1491#header:before, #header:after {
Scott Mainb7f96372013-02-07 16:56:43 -08001492 content: "";
1493 display: table;
1494 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001495}
1496.logo, .nav-x {
1497 float: left;
1498}
1499.nav-x {
1500 margin-top: -2px;
Scott Mainb7f96372013-02-07 16:56:43 -08001501 list-style-type: none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001502}
1503.nav-x a {
1504 color: #333;
1505 font-size: 16px;
1506}
1507.design a.selected {
1508 color: #33b5e5;
1509}
1510.develop a.selected {
1511 color: #F80;
1512}
1513.distribute a.selected {
1514 color: #9C0;
1515}
1516
1517
1518
1519.nav-x li {
1520 display: inline;
1521 margin-right: 45px;
1522}
1523.search {
Scott Mainb7f96372013-02-07 16:56:43 -08001524 float: right;
1525 position: relative;
1526 width: 220px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001527}
1528.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001529 position: absolute;
1530 background-color: #a3a3a3;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001531}
1532.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08001533 width: 220px;
1534 height: 1px;
1535 top: 24px;
1536 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001537}
Scott Main98a2a712013-07-17 13:15:04 -07001538.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001539 height: 5px;
1540 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001541}
Scott Mainb7f96372013-02-07 16:56:43 -08001542.search .left { top: 19px; left: 0 }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001543.search .right { top: 19px; right: 0 }
1544.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08001545 float: left;
1546 margin-top: 2px;
1547 width: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001548}
1549.search .close,
1550#player-frame .close {
1551 position: absolute;
1552 right: 8px;
1553 bottom: 4px;
1554 width: 16px;
1555 height: 16px;
1556 margin: 0;
1557 text-indent: -1000em;
1558 background: url(../images/close.png) no-repeat 0 0;
1559 z-index:9999;
1560}
1561.search .close:hover, .search .close:focus,
1562#player-frame .close:hover, #player-frame .close:focus {
1563 background-position: -16px 0;
1564 cursor:pointer;
1565}
1566#player-frame .close {
1567 top: 6px;
1568}
1569.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08001570 color: #999;
1571 font-size: 1em;
1572 width: inherit;
1573 border: none;
1574 margin: 0;
1575 padding:0 0 0 6px;
1576 z-index: 1500;
1577 background-color: transparent
Scott Maine4d8f1b2012-06-21 18:03:05 -07001578}
1579.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001580 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001581}
1582.search:hover .icon {
Scott Mainb7f96372013-02-07 16:56:43 -08001583 background-position: -8px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001584}
1585.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08001586 color: #222;
1587 font-weight: bold;
1588 outline:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001589}
1590/* Search Dropdown */
1591.search-dropdown {
Scott Mainb7f96372013-02-07 16:56:43 -08001592 padding: 15px;
1593 width: 192px;
1594 border: solid 1px #c5c5c5;
1595 background: #fff;
1596 position: absolute;
1597 top: 35px;
1598 left: 0;
1599 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1600 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1601 box-shadow: 0 0 10px rgba(0,0,0,0.2)
Scott Maine4d8f1b2012-06-21 18:03:05 -07001602}
1603.search-dropdown ul, .search-dropdown ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08001604 list-style-type: none;
1605 margin: 0;
1606 padding: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001607}
1608.search-dropdown ul li {
Scott Main98a2a712013-07-17 13:15:04 -07001609 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001610}
1611.search-dropdown img {
Scott Mainb7f96372013-02-07 16:56:43 -08001612 float: left;
1613 margin: 0 10px 10px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001614}
1615.search-dropdown h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001616 color: #222;
1617 margin: 0;
1618 line-height: normal
Scott Maine4d8f1b2012-06-21 18:03:05 -07001619}
1620.search-dropdown .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001621 color: #999;
1622 font-size: 11.5px;
1623 line-height: normal;
1624 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001625}
1626.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001627 color: #33b5e5
Scott Maine4d8f1b2012-06-21 18:03:05 -07001628}
1629/* --------------------------------------------------------------------------
1630Buttons
1631*/
1632.button, a.button, .button-secondary, a.button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001633 border-image: initial;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001634 -webkit-border-radius: 2px;
1635 -moz-border-radius: 2px;
1636 border-radius: 2px;
1637 cursor: pointer;
1638}
1639.button, a.button {
Scott Mainab4daf42012-11-30 11:27:17 -08001640 display:inline-block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001641 background-color: #09c;
1642 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1643 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1644 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1645 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1646 background-image: -o-linear-gradient(top, #2faddb, #09c);
1647 background-image: linear-gradient(top, #2faddb, #09c);
1648 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1649 border: 1px solid #3990ab;
1650 color: #fff;
1651}
1652.button-secondary, a.button-secondary {
1653 background-color: #f3f3f3;
1654 border: 1px solid #dcdcdc;
1655 color: #444;
1656}
1657a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001658 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001659 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001660 min-width: 54px;
1661 outline: 0;
1662 padding: 8px 15px;
1663 text-align: center;
1664}
1665.button, .button-secondary {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001666 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001667 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001668 min-width: 54px;
1669 outline: 0;
1670 padding: 0 15px;
1671 text-align: center;
1672}
1673.button:hover, a.button:hover {
1674 border-color: #09c;
1675 background-color: #4cadcb;
1676 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1677 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1678 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1679 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1680 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1681 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1682 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1683EndColorStr='#4cadcb',GradientType=0);
1684 color: #fff !important;
1685}
1686.button:active, a.button:active {
1687 background-color: #1e799a;
1688 background-image: none;
1689 border-color: #30b7e6;
1690}
Scott Maindb3678b2012-10-23 14:13:41 -07001691a.button.big.subtitle {
1692 line-height:18px;
1693}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001694.button-secondary:hover, a.button-secondary:hover {
1695 border-color: #dbdbdb;
1696 background-color: #f3f3f3;
1697 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1698 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1699 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1700 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1701 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1702 background-image: linear-gradient(top, #f9f9f9, #ececec);
1703 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1704EndColorStr='#ececec');
1705 color: #33B5E5 !important;
1706}
1707.button-secondary:active, a.button-secondary:active {
Scott Maindb3678b2012-10-23 14:13:41 -07001708 border-color: #dadada;
Scott Mainb7f96372013-02-07 16:56:43 -08001709 background: #ebebeb; /* Old browsers */
1710 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1711 background:
Scott Maine4d8f1b2012-06-21 18:03:05 -07001712url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1713Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1714eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1715CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1716eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1717YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1718CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1719CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1720CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1721CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1722R3JhZGllbnQ+
1723CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1724Lz4KPC9zdmc+);
Scott Mainb7f96372013-02-07 16:56:43 -08001725 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
Scott Maine4d8f1b2012-06-21 18:03:05 -07001726#ffffff 100%); /* FF3.6+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001727 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
Scott Maine4d8f1b2012-06-21 18:03:05 -07001728color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1729/* Chrome,Safari4+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001730 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
Scott Maine4d8f1b2012-06-21 18:03:05 -0700173190%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001732 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001733100%); /* Opera 11.10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001734 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001735100%); /* IE10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001736 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001737100%); /* W3C */
Scott Mainb7f96372013-02-07 16:56:43 -08001738 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
Scott Maine4d8f1b2012-06-21 18:03:05 -07001739endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
Scott Mainb7f96372013-02-07 16:56:43 -08001740 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1741 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Main98a2a712013-07-17 13:15:04 -07001742 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Mainb7f96372013-02-07 16:56:43 -08001743 color: #258AAF !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001744}
1745.button.big {
1746 font-size:20px;
1747 display:inline-block;
1748}
Scott Maindb3678b2012-10-23 14:13:41 -07001749.button.big span.small {
1750 font-size:14px;
1751}
1752.button-caption {
1753 margin-top:10px;
1754 font-size:12px;
1755 font-style:italic;
1756}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001757
1758.button.disabled,
1759.button.disabled:hover,
1760.button.disabled:active {
1761 background:#ebebeb;
Scott Maindb3678b2012-10-23 14:13:41 -07001762 color:#999 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001763 border-color:#999;
1764 cursor:default;
1765}
1766
1767.training-nav-top a.button-secondary,
1768.training-nav-bottom a.button-secondary {
1769 display:block;
1770 float:left;
1771 margin:0;
1772 width:130px;
1773 text-transform:uppercase;
1774 font-weight:bold;
Scott Main98a2a712013-07-17 13:15:04 -07001775
Scott Maine4d8f1b2012-06-21 18:03:05 -07001776 background-color: #f3f3f3;
1777 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1778 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1779 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1780 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1781 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1782 background-image: linear-gradient(top, #f9f9f9, #ececec);
1783 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1784EndColorStr='#ececec');
1785 color: #33B5E5;
1786}
1787
1788.training-nav-top a.button-secondary:hover,
1789.training-nav-bottom a.button-secondary:hover {
1790 background-color: #09c;
1791 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1792 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1793 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1794 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1795 background-image: -o-linear-gradient(top, #2faddb, #09c);
1796 background-image: linear-gradient(top, #2faddb, #09c);
1797 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1798 border: 1px solid #3990ab;
1799 color: #fff !important;
1800}
1801
1802.training-nav-top a.button-secondary.last,
1803.training-nav-bottom a.button-secondary.last {
1804 border-left:0;
1805}
1806
1807.training-nav-top a.button-secondary.double-size,
1808.training-nav-bottom a.button-secondary.double-size {
1809 width:291px;
1810}
1811
1812.training-nav-top,
1813.training-nav-bottom {
1814 float:right;
1815 margin:0 0 0 20px;
1816}
1817
1818.training-nav-bottom {
1819 padding:0 0 20px;
1820}
1821
1822#tb-wrapper,
1823#qv-wrapper {
1824 float:right;
1825 clear:right;
Scott Maincef39242013-06-19 20:25:34 -07001826 margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maine4d8f1b2012-06-21 18:03:05 -07001827 padding:0 0 20px;
1828}
1829
Scott Maincef39242013-06-19 20:25:34 -07001830#tb-wrapper {
Scott Main07816042013-12-19 12:47:38 -08001831 margin:-29px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maincef39242013-06-19 20:25:34 -07001832}
1833
Scott Maine4d8f1b2012-06-21 18:03:05 -07001834#tb,
1835#qv {
1836 font-size:13px;
1837 line-height:18px;
1838 width:238px;
1839 border:1px solid #ccc;
1840 float:right;
1841}
1842
1843#tb {
1844 width:278px;
1845}
1846
1847#tb h2,
1848#qv h2 {
1849 margin:10px 15px;
1850 padding:0;
1851 text-transform:uppercase;
1852 border-bottom:1px solid gainsboro;
1853}
1854
1855#tb *,
1856#qv * {
1857 font-size:inherit;
1858}
1859
Scott Main8c0f5b32013-07-08 15:12:02 -07001860#tb .download-box,
1861#qv .download-box {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001862 padding:0 0 0 15px;
1863}
1864
Scott Main8c0f5b32013-07-08 15:12:02 -07001865#tb .download-box .filename,
1866#qv .download-box .filename {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001867 font-size:11px;
1868 margin:4px 4px 10px;
1869 color:#666;
1870}
1871
1872
1873/* Dev guide quicknav */
1874
1875.sidebox-wrapper {
1876 float:right;
1877 clear:right;
1878 margin:0 0 0 20px;
1879 padding:0 0 20px;
1880}
1881
1882.sidebox {
1883 width:226px;
1884 font-size:13px;
1885 line-height:18px;
1886 border-left:4px solid #99CC00;
1887 float:right;
1888 padding:0 0 0 10px;
Scott Main24bbcd52012-09-21 14:33:43 -07001889 margin:0 0 1em 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001890}
1891
1892.sidebox h2,
1893.sidebox h3,
1894.sidebox h4,
1895.sidebox h5 {
1896 font-weight:bold;
1897 margin:0 0 10px;
1898}
1899
1900.sidebox * {
1901 font-size:inherit;
1902}
1903
Scott Mainafc4db32013-11-20 16:53:12 -08001904.sidebox > *:last-child {
1905 margin-bottom:0;
1906}
1907
Scott Maine4d8f1b2012-06-21 18:03:05 -07001908#tb ol,
1909#tb ul,
1910#qv ul {
1911 margin:0 15px 10px 35px;
1912}
1913
1914#qv ol {
1915 list-style:none;
1916 margin:0 15px 15px;
1917 font-size:inherit;
1918 line-height:inherit;
1919}
1920
1921#tb ol ol,
1922#tb ul ul,
1923#qv ol ol,
1924#qv ul ul,
1925.sidebox ol ol,
1926.sidebox ul ul {
1927 margin-bottom:0;
1928}
1929
1930#qv ol ol {
1931 margin:3px 0 3px 15px;
1932}
1933
1934.sidebox p,
1935#qv p,
1936#tb p {
1937 margin: 0 0 10px;
1938}
1939
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001940/* related resources blocks in checklists */
1941
1942.rel-resources {
1943 margin:10px 0px;
1944 border:1px solid #ccc;
1945 background-color:rgba(0, 0, 0, 0.027451);
1946 border:1px solid #ccc;
1947 font-size:13px;
1948 color:#6f6f6f;
1949}
1950
1951.rel-resources ul {
1952padding: .5em 1em 0 1em;
1953}
1954
1955.rel-resources a {
1956font-weight:500;
1957}
1958
1959.rel-resources h3 {
1960 margin:4px 15px 0px 15px;
1961 font-size:13px;
1962 font-weight:600;
1963 text-transform:uppercase;
1964}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001965
1966/* --------------------------------------------------------------------------
1967Form
1968*/
1969.article form {
1970 margin: 0 0 20px;
1971}
1972.article form .form-required {
1973 color: #dd4b39;
1974}
1975.article form fieldset {
1976 margin: 0 0 20px;
1977 padding: 0;
1978}
1979.article form legend {
1980 display: block;
1981 line-height: 1.5;
1982 margin: 0;
1983 padding: 0;
1984}
1985/*
1986.article form ol, .article form ul {
1987 margin: 0 0 0 1em;
1988 padding: 0 0 0 1em;
1989}
1990[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1991 margin: 0 1em 0 0;
1992 padding: 0 1em 0 0;
1993}
1994.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1995ul ul {
1996 list-style: none;
1997 margin: 0;
1998 padding: 0;
1999}
2000.article form li {
2001 margin: 0 0 20px;
2002}
2003.article form li li {
2004 margin: 0 0 5px;
2005}
2006*/
2007.article form label {
2008 display: block;
2009 margin: 0 0 5px;
2010 padding: 0;
2011}
2012.article form input[type='text'], .article form select, .article form textarea, .article form
2013.checkbox-group, .article form .radio-group {
2014 margin-bottom: 15px;
2015}
2016.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08002017 width: 13px;
2018 height: 13px;
2019 background: #fff;
2020 border: solid 1px #c6c6c6;
2021 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002022}
2023.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08002024 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07002025}
2026.article form select {
2027 border: solid 1px #ebebeb;
2028 border-top-color: #ddd;
2029 -webkit-appearance: none;
2030 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
2031 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07002032 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002033 line-height: normal;
2034 padding: 5px;
2035 width: 130px;
2036}
Scott Main98a2a712013-07-17 13:15:04 -07002037
Scott Maine4d8f1b2012-06-21 18:03:05 -07002038.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07002039 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002040}
2041.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08002042 height: auto;
2043 line-height: 25px;
2044 font-size: 11px;
2045 padding: 0 8px;
2046 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002047}
2048.article form input[type='text'], .article form textarea {
2049 border: 1px solid #ebebeb;
2050 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07002051 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002052 line-height: normal;
2053 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07002054 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002055}
2056.article form textarea {
2057 height: 150px;
2058}
2059.article form input[type='text']:focus, .article form textarea:focus {
2060 border-color: #33B5E5;
2061 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2062 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2063 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2064 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2065 outline: 0;
2066}
2067.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2068 color: #999;
2069}
2070.article form input[type='text'][disabled], .article form textarea[disabled] {
2071 background-color: #ebebeb;
2072}
2073form .form-error input[type='text'], form .form-error textarea {
2074 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002075 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002076}
2077.aside {
2078 -moz-border-radius: 2px;
2079 -webkit-border-radius: 2px;
2080 border-radius: 2px;
2081 margin: 10px 0;
2082 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002083 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002084 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002085 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002086}
2087/*
2088.aside, .notification, .promo {
2089 -moz-border-radius: 2px;
2090 -webkit-border-radius: 2px;
2091 border-radius: 2px;
2092 margin: 10px 0;
2093 padding: 10px;
2094 position: relative;
2095}
2096.aside>:first-child, .notification>:first-child, .promo>:first-child {
2097 margin-top: 0;
2098}
2099.aside>:last-child, .notification>:last-child, .promo>:last-child {
2100 margin-bottom: 0;
2101}
2102.aside {
2103 background: #f9f9f9;
2104}
2105.notification {
2106 background: #fffbe4;
2107 border-color: #f8f6e6;
2108}
2109.promo {
2110 background: #f6f9ff;
2111 border-color: #eff2f9;
2112}
2113*/
Scott Maindb3678b2012-10-23 14:13:41 -07002114
2115/* SDK TOS styles */
2116
2117div.sdk-terms {
2118 white-space: pre-wrap;
2119 word-wrap: break-word;
2120 font-family: inherit;
2121 font-size: inherit;
2122 padding: 10px;
2123 height: 370px;
2124 width: 738px;
2125 border: 1px solid #444;
2126 background: transparent;
2127 overflow:auto;
2128 margin:0 0 10px;
2129}
2130
2131div.sdk-terms.fullsize {
2132 padding: 0;
2133 height: auto;
2134 width: auto;
2135 border:none;
2136}
2137
2138div.sdk-terms h3,
2139div.sdk-terms h2 {
2140 margin:0;
2141}
2142
2143div#sdk-terms-form {
2144 padding:0 0 0 10px;
2145}
2146
Scott Main11ac05b2012-11-15 14:57:44 -08002147div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002148 display:inline;
2149 margin:4px 4px 4px 0;
2150}
2151
2152
Scott Maine4d8f1b2012-06-21 18:03:05 -07002153/* --------------------------------------------------------------------------
2154Code Style
2155*/
2156pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002157 margin:0 0 1em 0;
2158 padding: 1em;
2159 overflow: auto;
2160 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002161 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002162}
Scott Main70557ee2013-10-30 14:47:40 -07002163.str { color: #800; } /* Code string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002164.kwd { color: #008; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07002165.typ { color: #606; }
2166.lit { color: #066; }
2167.pun { color: #660; }
2168.pln { color: #000; }
2169.tag { color: #008; }
2170.atn { color: #828; }
Scott Main70557ee2013-10-30 14:47:40 -07002171.atv { color: #800; } /* XML string */
Scott Maine4d8f1b2012-06-21 18:03:05 -07002172.dec { color: #606; }
2173
2174/* --------------------------------------------------------------------------
2175Three-Pane
2176*/
2177/* Package Nav & Classes Nav */
2178.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002179 position: relative;
2180 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002181}
2182#packages-nav .js-pane,
2183#classes-nav .js-pane {
2184 overflow:visible;
2185}
2186#packages-nav {
2187 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002188 max-height: inherit;
2189 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002190 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002191}
2192#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002193 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002194 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002195}
2196#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002197 list-style-type: none;
2198 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002199 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002200}
2201#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002202 font-weight: bold;
2203 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002204}
2205#packages-nav li,
2206#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002207 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002208}
2209#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2210#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002211 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002212}
2213#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2214#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2215#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002216 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002217 font-weight: normal;
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 {
Scott Mainb7f96372013-02-07 16:56:43 -08002221 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002222}
2223#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2224a:visited,
2225#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2226a:visited,
2227#nav-tree li div.selected {
2228 font-weight: 500;
2229 color: #0099cc;
2230 background-color:#fff; }
2231 #packages-nav li.selected ul li a,
2232 #classes-nav li.selected ul li a {
2233 /* don't highlight child items */
2234 color: #555555; }
2235#nav-tree li div.selected a {
2236 font-weight: 500;
2237 color: #0099cc;
2238}
2239#nav-swap {
2240 height:30px;
2241 border-top:1px solid #ccc;
2242}
2243#nav-swap a {
2244 display:inline-block;
2245 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002246 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002247 font-size: 12px;
2248 padding: 5px 0 5px 5px;
2249}
2250
2251#nav-swap .fullscreen {
2252 float: right;
2253 width: 24px;
2254 height: 24px;
2255 text-indent: -1000em;
2256 padding:0;
2257 margin:3px 5px 0;
2258 background: url(../images/fullscreen.png) no-repeat -24px 0;
2259}
2260#nav-swap .fullscreen.disabled {
2261 background-position: 0 0;
2262}
Scott Main98a2a712013-07-17 13:15:04 -07002263#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002264#nav-swap .fullscreen:focus {
2265 cursor:pointer;
2266}
2267
2268
2269/* nav tree */
Scott Main42d6e582013-11-20 19:30:41 -08002270#side-nav, #swapper,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002271#nav-tree, #tree-list {
2272 overflow:hidden;
2273 margin-left:0;
2274}
2275
Scott Main42d6e582013-11-20 19:30:41 -08002276#devdoc-nav {
2277 overflow:visible !important; /* To keep the "to top" button visible */
2278}
2279
Scott Maine4d8f1b2012-06-21 18:03:05 -07002280#nav-tree ul {
2281 list-style:none;
2282 padding:0;
2283 margin:10px 0;
2284}
2285
2286#nav-tree ul li div {
2287 padding:0 0 0 4px;
2288}
2289
2290#side-nav #nav-tree ul li a,
2291#side-nav #nav-tree ul li span.no-children {
2292 padding: 0;
2293 margin: 0;
2294}
2295
2296#nav-tree .plus {
2297 margin: 0 3px 0 0;
2298}
2299
2300#nav-tree ul ul {
2301 list-style: none;
2302 margin: 0;
2303 padding: 0 0 0 0;
2304}
2305
2306#nav-tree ul li {
2307 margin: 0;
2308 padding: 0 0 0 0;
2309 white-space: nowrap;
2310}
2311
2312#nav-tree .children_ul {
2313 padding:0;
2314 margin:0;
2315}
2316#nav-tree .children_ul li div {
2317 padding:0 0 0 10px;
2318}
2319#nav-tree .children_ul .children_ul li div {
2320 padding:0 0 0 20px;
2321}
2322
2323#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002324 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002325 text-decoration: none;
2326}
2327
2328#nav-tree span.label {
2329 width: 100%;
2330}
2331
2332#nav-tree {
2333 overflow-x: auto;
2334 overflow-y: scroll;
2335 outline:0;
2336}
2337
2338
2339/* Content */
2340#doc-col {
2341 margin-right:0;
2342}
2343#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002344 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002345}
2346#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002347 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002348}
2349#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002350 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002351}
2352#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002353 line-height: 0;
2354 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002355}
2356#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002357 float: right;
2358 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002359}
2360#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002361 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002362}
2363#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002364 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002365}
2366#api-nav-header {
2367 height:19px; /* plus 16px padding = 35; same as #nav li */
2368 font-size:14px;
2369 padding: 8px 0;
2370 margin: 0;
2371 border-bottom: 1px solid #CCC;
2372 background:#e9e9e9;
2373 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2374
2375}
2376#api-nav-title {
2377 padding:0 5px;
2378 white-space:nowrap;
2379}
2380
2381#api-level-toggle {
2382 float:right;
2383 padding:0 5px;
2384}
2385
2386#api-level-toggle label {
2387 margin:0;
2388 vertical-align:top;
2389 line-height: 19px;
2390 font-size:13px;
2391 height: 19px;
2392}
2393
2394#api-level-toggle .select-wrapper {
2395 width: 35px;
2396 display: inline-block;
2397 overflow: hidden;
2398}
2399#api-level-toggle select {
2400 border: 0;
2401 appearance:none;
2402 -moz-appearance:none;
2403 -webkit-appearance: none;
2404 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002405 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002406 height: 19px;
2407 line-height: 19px;
2408 padding: 0;
2409 margin:1px 0 0 0;
2410 width:150%;
2411 font-size:13px;
2412 vertical-align:top;
2413 outline:0;
2414}
2415
2416
2417/* Toggle for revision notes and stuff */
2418div.toggle-content.closed .toggle-content-toggleme {
2419 display:none;
2420}
2421
2422#jd-content img.toggle-content-img {
2423 margin:0 5px 5px 0;
2424}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002425
Scott Main220c3442012-07-16 15:40:17 -07002426div.toggle-content-toggleme {
2427 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002428}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002429
2430
2431/* API LEVEL FILTERED MEMBERS */
2432
2433.absent,
2434.absent a:link,
2435.absent a:visited,
2436.absent a:hover,
2437.absent * {
2438 color:#bbb !important;
2439 cursor:default !important;
2440 text-decoration:none !important;
2441}
2442#devdoc-nav li.absent.selected,
2443#devdoc-nav li.absent.selected *,
2444#devdoc-nav div.label.absent.selected,
2445#devdoc-nav div.label.absent.selected * {
2446 background-color:#eaeaea !important;
2447}
2448.absent h4.jd-details-title,
2449.absent h4.jd-details-title * {
2450 background-color:#f6f6f6 !important;
2451}
2452.absent img {
2453 opacity: .3;
2454 filter: alpha(opacity=30);
2455 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2456}
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466/* JQUERY RESIZABLE STYLES */
2467.ui-resizable { position: relative; }
2468.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2469.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2470/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2471body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2472.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2473border-bottom: solid 1px #ededed;
2474 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2475/*
Scott Main98a2a712013-07-17 13:15:04 -07002476.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002477cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24781px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2479*/
2480
2481/* --------------------------------------------------------------------------
2482Lightbox
2483*/
Scott Main98a2a712013-07-17 13:15:04 -07002484.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002485 width: 769px;
2486 padding: 1.5em;
2487 margin: 0 auto;
2488 border: solid 1px #dcdcdc;
2489 background: #fff;
2490 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2491 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2492 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002493}
2494.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002495 float: left;
2496 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002497 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002498}
2499.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002500 float: right;
2501 width: 10px;
2502 height: 10px;
2503 margin: -10px -10px 10px 0;
2504 text-indent: -1000em;
2505 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002506}
2507.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002508 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002509}
2510
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002511/* --------------------------------------------------------------------------
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002512Styles for samples browser
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002513*/
2514
Scott Main498d7102013-08-21 15:47:38 -07002515#codesample-wrapper {
Scott Main70557ee2013-10-30 14:47:40 -07002516 width:100000px; /* super wide to contain floats, but doesn't cause scroll */
Scott Main498d7102013-08-21 15:47:38 -07002517 overflow:visible;
2518}
2519pre#codesample-block {
2520 float:left;
2521 overflow:visible;
2522 background:transparent;
2523 border:none;
2524}
Scott Mainf1435b72013-10-30 16:27:38 -07002525pre#codesample-block a.number {
2526 display:none;
2527}
Scott Main498d7102013-08-21 15:47:38 -07002528pre#codesample-block .code-line:hover {
2529 background:#e7e7e7;
2530}
2531pre#codesample-line-numbers {
2532 float:left;
2533 width:2em;
2534 background:transparent;
2535 border:none;
2536 border-right:1px solid #ccc;
2537 padding-left:0;
2538 font-family:monospace;
2539 text-align:right;
2540 -webkit-touch-callout: none;
2541 -webkit-user-select: none;
2542 -khtml-user-select: none;
2543 -moz-user-select: -moz-none;
2544 -ms-user-select: none;
2545 user-select: none;
2546}
2547pre#codesample-line-numbers a {
2548 color:#999;
2549}
2550pre#codesample-line-numbers.hidden {
2551 display:none;
2552}
2553pre#codesample-block span.code-line {
2554 width:100%;
2555 display:inline-block;
2556}
2557
Dirk Doughertybb2b5532013-11-16 16:07:51 -08002558/*
2559Styles for displaying image or video resources in samples browser.
2560Resources are marked as no-display if they exceed the size limit.
2561*/
2562div#codesample-resource img, div#codesample-resource video {
2563 border: 1px solid #ececec;
2564}
2565
2566div#codesample-resource.noDisplay div {
2567 border: 1px solid #ececec;
2568 width:120px;
2569 margin-bottom:4px;
2570 padding:20px;
2571}
2572
2573div#codesample-resource .noDisplay-message:after {
2574 font-style:italic;
2575 font-size:12px;
2576 content: 'This resource is not available for browsing. To view it, please download the project.';
2577}
2578
2579/*
2580Styles for project structure (treeview) page
2581*/
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002582.structure-dir {
2583background-image:url(../../assets/images/folder.png);
2584background-repeat:no-repeat;
2585background-position:16px 2px;
2586 margin:.25em 0 0 0;
2587 padding:0 0 0 0;
2588}
2589
2590.structure-toggleme {
2591 margin:0 0 0 3em;
2592 padding:0 0 0 0;
2593 text-decoration:none;
2594}
2595
2596.structure-java{
2597background-image:url(../../assets/images/file-java.png);
2598background-repeat:no-repeat;
2599background-position:0px 2px;
2600 margin:.3em 0 0 0;
2601 padding:.3em 0 .3em 22px;
2602}
2603
2604.structure-file {
2605background-image:url(../../assets/images/file-generic.png);
2606background-repeat:no-repeat;
2607background-position:0px 2px;
2608 margin:.3em 0 0 0;
2609 padding:.3em 0 .3em 22px;
2610}
2611
2612.structure-xml {
2613background-image:url(../../assets/images/file-xml.png);
2614background-repeat:no-repeat;
2615background-position:0px 2px;
2616 margin:.3em 0 0 0;
2617 padding:.3em 0 .25em 22px;
2618}
2619
2620.structure-img {
2621background-image:url(../../assets/images/file-image.png);
2622background-repeat:no-repeat;
2623background-position:0px 2px;
2624 margin:.3em 0 0 0;
2625 padding:.3em 0 .25em 22px;
2626}
2627
2628.structure-manifest {
2629background-image:url(../../assets/images/file-manifest.png);
2630background-repeat:no-repeat;
2631 margin:.0 0 0 1.25em;
2632 padding:0 0 0 22px;
2633 text-decoration:none;
2634}
2635
2636#jd-content .structure-toggle-img {
2637 margin:.5em 0 0 0;
2638padding-right:2.1em;
2639}
2640
2641.dirInfo {
2642 margin-left:2em;
2643}
2644
2645.structure-dir a {
2646 text-decoration:none;
2647}
2648
2649.structure-manifest a {
2650 text-decoration: none;
2651}
2652.structure-file a {
2653 text-decoration: none;
2654}
2655
2656.sampleEmbed {
2657 background-color:rgb(249, 249, 249);
2658}
2659
2660.sampleEmbed ol.lineNumbers {
2661 list-style-type: decimal;
2662 padding-left:1em;
2663}
2664
2665.sampleEmbed ol.lineNumbers li {
2666border-left:1px solid #ddd;
2667border-right:1px solid #ddd;
2668color:gray;
2669background-color:#f7f7f7;
2670margin:0 0 0 24px;
2671padding: 2px 2px 2px 6px;
2672}
2673
2674.sampleEmbed ol.lineNumbers li:hover {
2675background: #efefef;
2676}
2677
Scott Main0ad622b2013-09-04 21:14:06 -07002678.samples-nav li a {
2679 overflow: hidden;
2680 text-overflow: ellipsis;
2681 white-space: nowrap;
2682}
2683
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002684/* --------------------------------------------------------------------------
2685Styles for raw formatted line numbers (not used with listformatted version)
2686div.sampleLine div.lineNumber {
2687 display: inline;
2688}
2689div.sampleLine div.lineCode {
2690 display: inline;
2691 padding-left:6px;
2692}
2693div.sampleLine {
2694 padding:0;
2695 margin:0;
2696}*/
2697
Scott Maine4d8f1b2012-06-21 18:03:05 -07002698/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002699Butterbar
2700*/
2701#butterbar-wrapper {
2702 position:absolute;
2703 top:0;
2704 left:0;
2705 width:100%;
2706}
2707#butterbar {
2708 width:940px;
2709 margin:0 auto;
2710}
2711#butterbar-message {
2712 background-color:#f80;
2713 float:right;
2714 font-size:12px;
2715 font-weight:bold;
2716 padding:0 10px;
2717 border-radius: 0 0 5px 5px;
2718}
2719#butterbar-message a {color:#fff !important}
2720#butterbar-message a:hover {text-decoration:underline;}
2721
2722/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002723Misc
2724*/
2725
2726
2727.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002728 content: "";
2729 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002730}
2731.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002732 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002733}
2734.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002735 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002736}
2737table.blank th, table.blank td {
2738 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002739 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002740}
2741.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002742 margin: 0.5em 0 2em 0;
2743 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002744 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002745}
2746
Scott Main25c89dd2013-10-07 14:17:55 -07002747.nolist, .nolist ul, .nolist ol {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002748 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002749 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002750}
Scott Main5747d382012-11-30 12:02:42 -08002751#tb .nolist {
2752 margin-left:15px;
2753}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002754
Scott Main8aa725e2013-04-25 10:00:32 -07002755dl.xml>dt {
2756 text-transform:uppercase;
2757}
2758dl.xml dl.attr {
2759 margin-top:0;
2760}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002761
2762pre.classic {
2763 background-color:transparent;
2764 border:none;
2765 padding:0;
2766}
2767
2768p.img-caption {
2769 margin: -10px 0 20px;
2770 font-size:13px;
2771 color:#666;
2772}
2773
Scott Main48dd7f22013-02-21 10:52:02 -08002774div.figure,
2775div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002776 float:right;
2777 clear:right;
2778 margin:10px 0 0 0;
2779 padding:0 0 0 20px;
2780 /* width must be defined w/ an inline style matching the image width */
2781}
2782
Scott Main48dd7f22013-02-21 10:52:02 -08002783div.figure-left {
2784 float:left;
2785 clear:left;
2786 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002787 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002788 /* width must be defined w/ an inline style matching the image width */
2789}
2790
2791img.frame {
2792 border:1px solid #DDD;
2793 padding:4px;
2794}
2795
Scott Maine4d8f1b2012-06-21 18:03:05 -07002796p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002797 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002798 font-size:13px;
2799 color:#666;
2800}
2801
Scott Main24bbcd52012-09-21 14:33:43 -07002802p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002803 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002804 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002805 color:#666;
2806}
2807
Scott Main98a2a712013-07-17 13:15:04 -07002808div.note,
2809div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002810div.warning {
2811 margin: 0 0 15px;
2812}
2813
Scott Main98a2a712013-07-17 13:15:04 -07002814p.note, div.note,
2815p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002816p.warning, div.warning {
2817 padding: 0 0 0 10px;
2818 border-left: 4px solid;
2819}
2820
Scott Main24bbcd52012-09-21 14:33:43 -07002821p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002822 border-color: #258AAF;
2823}
2824
Scott Main24bbcd52012-09-21 14:33:43 -07002825p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002826 border-color: #FF8800;
2827}
2828
Scott Main24bbcd52012-09-21 14:33:43 -07002829p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002830 border-color: #ff4443;
2831}
2832
Scott Main412eaf22012-06-22 14:36:33 -07002833div.note.design {
2834 border-left: 4px solid #33B5E5;
2835}
2836
2837div.note.develop {
2838 border-left: 4px solid #F80;
2839}
2840
2841div.note.distribute {
2842 border-left: 4px solid #9C0;
2843}
2844
2845.note p, .caution p, .warning p {
2846 margin:0 0 5px;
2847}
2848
2849.note p:last-child, .caution p:last-child, .warning p:last-child {
2850 margin-bottom:0;
2851}
2852
Scott Main5b5ff1a2012-09-12 10:29:45 -07002853body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002854 display:block;
2855 float:right;
2856 width:280px;
2857 font-size:20px;
2858 font-style:italic;
2859 line-height:24px;
2860 color:#33B5E5;
2861 margin:0 0 20px 30px;
2862}
2863
Scott Maine4d8f1b2012-06-21 18:03:05 -07002864div.design-announce p {
2865 margin:0 0 10px;
2866}
2867
2868#devdoc-nav a.totop {
2869 display:block;
2870 top:0;
2871 width:inherit;
2872 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2873 text-indent:-9999em;
2874}
2875#devdoc-nav a.totop {
2876 position:fixed;
2877 display:none;
2878}
2879#devdoc-nav a.totop:hover {
2880 background-color:#33B5E5;
2881}
2882
2883.content-footer a.totop {
2884 text-transform:uppercase;
2885 line-height:30px;
2886}
2887
Scott Maindb3678b2012-10-23 14:13:41 -07002888.expandable {
2889 height:34px;
2890 padding-left:20px;
2891 position:relative;
2892}
2893.expandable:before {
2894 content: '';
2895 background-image: url(../images/styles/disclosure_down.png);
2896 background-repeat:no-repeat;
2897 background-position: -12px -9px;
2898 width: 20px;
2899 height: 20px;
2900 display: inline-block;
2901 position: absolute;
2902 top: 0;
2903 left: 0; }
2904}
2905.expandable.expanded:before {
2906 background-image: url(../images/styles/disclosure_up.png);
2907}
2908
Scott Mainaaf76642013-06-19 18:04:30 -07002909/* notice box for cross links between Design/Develop docs */
Scott Main13cd8f12013-11-12 11:50:59 -08002910a.notice-developers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002911a.notice-developers,
Scott Main13cd8f12013-11-12 11:50:59 -08002912a.notice-designers-video,
Scott Mainaaf76642013-06-19 18:04:30 -07002913a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002914 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002915 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002916 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002917 min-height:50px;
2918 margin:0 0 20px 20px;
2919 border:1px solid #ddd;
2920}
Scott Main13cd8f12013-11-12 11:50:59 -08002921a.notice-developers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002922a.notice-developers.wide,
Scott Main13cd8f12013-11-12 11:50:59 -08002923a.notice-designers-video.wide,
Scott Main5eccda82013-07-30 14:56:45 -07002924a.notice-designers.wide {
2925 width:278px;
2926}
Scott Main13cd8f12013-11-12 11:50:59 -08002927a.notice-developers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002928a.notice-developers div,
Scott Main13cd8f12013-11-12 11:50:59 -08002929a.notice-designers-video div,
Scott Mainaaf76642013-06-19 18:04:30 -07002930a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002931 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002932 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2933 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002934 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002935}
Scott Mainaaf76642013-06-19 18:04:30 -07002936a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002937 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2938 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002939}
Scott Main13cd8f12013-11-12 11:50:59 -08002940a.notice-designers-video div {
2941 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px;
2942 background-size:40px 40px;
2943}
2944a.notice-developers-video div {
2945 background:url('../images/styles/notice-developers-video@2x.png') no-repeat 10px 10px;
2946 background-size:40px 40px;
2947}
2948a.notice-developers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002949a.notice-developers:hover,
Scott Main13cd8f12013-11-12 11:50:59 -08002950a.notice-designers-video:hover,
Scott Mainaaf76642013-06-19 18:04:30 -07002951a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002952 background:#eee;
2953}
Scott Main13cd8f12013-11-12 11:50:59 -08002954a.notice-developers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002955a.notice-developers h3,
Scott Main13cd8f12013-11-12 11:50:59 -08002956a.notice-designers-video h3,
Scott Mainaaf76642013-06-19 18:04:30 -07002957a.notice-designers h3 {
Scott Main4e5b39d2013-11-13 16:49:22 -08002958 font-size:13px;
2959 line-height:18px;
2960 font-weight:bold;
Scott Maind2af6d22013-05-13 18:39:06 -07002961 text-transform:uppercase;
2962 color:#000 !important;
Scott Main4e5b39d2013-11-13 16:49:22 -08002963 margin:0 0 1px;
Scott Maind2af6d22013-05-13 18:39:06 -07002964}
Scott Main13cd8f12013-11-12 11:50:59 -08002965a.notice-developers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002966a.notice-developers p,
Scott Main13cd8f12013-11-12 11:50:59 -08002967a.notice-designers-video p,
Scott Mainaaf76642013-06-19 18:04:30 -07002968a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002969 margin:0;
Scott Main4e5b39d2013-11-13 16:49:22 -08002970 line-height:14px;
Scott Main9bfcd732013-05-14 09:14:35 -07002971}
Scott Main13cd8f12013-11-12 11:50:59 -08002972a.notice-developers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002973a.notice-developers.left,
Scott Main13cd8f12013-11-12 11:50:59 -08002974a.notice-designers-video.left,
Scott Mainaaf76642013-06-19 18:04:30 -07002975a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002976 margin-left:0;
2977 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002978}
2979
2980
Scott Maind7026f72013-06-17 15:08:49 -07002981/* hide nested list items; companion to hideNestedLists() */
2982.hide-nested li ol,
2983.hide-nested li ul {
2984 display:none;
2985}
2986
2987a.header-toggle {
2988 display:block;
2989 float:right;
2990 text-transform:uppercase;
2991 font-size:.8em !important;
2992 font-weight:normal;
2993 margin-top:2px;
2994}
2995
2996
Dirk Doughertybec14292013-04-10 20:23:40 -07002997/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002998good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002999*/
Scott Maindb3678b2012-10-23 14:13:41 -07003000
Dirk Doughertybec14292013-04-10 20:23:40 -07003001div.example-block {
3002 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07003003 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07003004 background-color:#ccc;
3005 padding:4px;
3006 margin:.8em auto 1.5em 2em;
3007 width:260px;
3008 float:right;
3009}
3010/* red container */
3011.example-block.bad {
3012 background-image: url(/images/example-bad.png);
3013 background-color:#f4cccc;
3014}
3015/* green container */
3016.example-block.good {
3017 background-image: url(/images/example-good.png);
3018 background-color:#d9ead3;
3019}
3020/* container heading div */
3021#jd-content .example-block .heading {
3022 font-weight:bold;
3023 margin:6px 0 9px 36px;
3024 padding:6px auto;
3025}
3026/* container image (if any) */
3027#jd-content .example-block img {
3028 margin:0;
3029 padding:0px;
3030}
3031
3032.example-block table {
3033 margin:0;
3034}
Scott Maindb3678b2012-10-23 14:13:41 -07003035
Scott Maine4d8f1b2012-06-21 18:03:05 -07003036/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003037Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07003038*/
3039
3040div.dialog {
3041 height:0;
3042 margin:0 auto;
3043}
3044
3045div.dialog>div {
3046 z-index:99;
3047 position:fixed;
3048 margin:70px 0;
3049 width: 391px;
3050 height: 200px;
3051 background: #F7F7F7;
3052-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3053-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
3054box-shadow: 0 0 15px rgba(0,0,0,0.5);
3055}
3056/* IE6 can't position fixed */
3057* html div.dialog div { position:absolute; }
3058
3059
3060div#deprecatedSticker {
3061 display:none;
3062 z-index:99;
3063 position:fixed;
3064 right:15px;
3065 top:114px;
3066 margin:0;
3067 padding:1em;
3068 background:#FFF;
3069 border:1px solid #dddd00;
3070 box-shadow:-5px 5px 10px #ccc;
3071 -moz-box-shadow:-5px 5px 10px #ccc;
3072 -webkit-box-shadow:-5px 5px 10px #ccc;
3073}
3074
3075div#naMessage {
3076 display:none;
3077 width:555px;
3078 height:0;
3079 margin:0 auto;
3080}
3081
3082div#naMessage div {
3083 z-index:99;
3084 width:450px;
3085 position:fixed;
3086 margin:50px 0;
3087 padding:4em 4em 3em;
3088 background:#FFF;
3089 border:1px solid #999;
3090 box-shadow:-10px 10px 40px #888;
3091 -moz-box-shadow:-10px 10px 40px #888;
3092 -webkit-box-shadow:-10px 10px 40px #888;
3093}
3094/* IE6 can't position fixed */
3095* html div#naMessage div { position:absolute; }
3096
3097div#naMessage strong {
3098 font-size:1.1em;
3099}
3100
3101
3102/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07003103Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07003104*/
Scott Main98a2a712013-07-17 13:15:04 -07003105.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08003106 width: 20px;
3107 height: 36px;
3108 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003109}
3110.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08003111 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003112}
3113.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003114 content: "";
3115 display: table;
3116 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003117}
3118a.slideshow-next, a.slideshow-next:visited {
3119
Scott Mainb7f96372013-02-07 16:56:43 -08003120 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003121
Scott Mainb7f96372013-02-07 16:56:43 -08003122 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003123
3124}
3125
3126a.slideshow-prev, a.slideshow-prev:visited {
3127
Scott Main98a2a712013-07-17 13:15:04 -07003128 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003129
Scott Mainb7f96372013-02-07 16:56:43 -08003130 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003131
3132}
3133
3134.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3135
Scott Main98a2a712013-07-17 13:15:04 -07003136 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003137
3138}
3139
3140.slideshow-next:active, .slideshow-prev:active {
3141
Scott Main98a2a712013-07-17 13:15:04 -07003142 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003143
3144}
3145.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08003146 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07003147 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003148}
3149.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003150 display: inline-block;
3151 width: 12px;
3152 height: 12px;
3153 margin: 0 2px 20px 2px;
3154 background: #ccc;
3155 -webkit-border-radius: 50%;
3156 -moz-border-radius: 50%;
3157 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003158}
3159.slideshow-nav a:hover, .slideshow-nav a:focus {
3160
Scott Mainb7f96372013-02-07 16:56:43 -08003161 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003162}
3163
3164.slideshow-nav a:active {
3165
Scott Mainb7f96372013-02-07 16:56:43 -08003166 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003167 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003168 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3169 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3170 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003171}
3172.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003173 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003174}
3175/* --------------------------------------------------------------------------
3176Tabs
3177*/
3178ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003179 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003180 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003181}
3182ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003183 content: "";
3184 display: table;
3185 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003186}
3187ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003188 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003189 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003190}
3191ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003192 display: block;
3193 height: 36px;
3194 line-height: 36px;
3195 padding: 0 15px;
3196 margin-right: 2px;
3197 color: #222;
3198 -moz-border-radius-topleft: 2px;
3199 -moz-border-radius-topright: 2px;
3200 -moz-border-radius-bottomright: px;
3201 -moz-border-radius-bottomleft: px;
3202 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003203 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003204 border-top: solid 1px #ebebeb;
3205 border-left: solid 1px #ebebeb;
3206 border-right: solid 1px #ebebeb;
3207 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003208 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3209 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3210 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3211 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3212 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3213 background-image: linear-gradient(top, #ffffff, #fafafa);
3214 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3215EndColorStr='#fafafa');
3216}
3217ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003218 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003219}
3220ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003221 height: 37px;
3222 color: #33B5E5;
3223 background-color: #f7f7f7;
3224 background-image: none;
3225 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003226}
3227.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003228 padding: 1.2em;
3229 margin: -1px 0 2em 0;
3230 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003231 -moz-border-radius: 2px;
3232 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003233 border: solid 1px #ddd;
3234 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003235}
3236/* --------------------------------------------------------------------------
3237Feature Boxes
3238*/
3239.feature-box {
3240 width: 291px;
3241 height: 200px;
3242 position: relative;
3243 background: #F7F7F7;
3244}
3245.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003246 z-index: 100;
3247 position: absolute;
3248 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003249}
3250.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003251 width: 291px;
3252 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003253}
3254.dialog .box-border .top,
3255.dialog .box-border .bottom { width:391px; }
3256
Scott Main98a2a712013-07-17 13:15:04 -07003257.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003258 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003259 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003260}
3261.box-border .top { top: 0; left: 0 }
3262.box-border .top .left { top: 1px; left: 0 }
3263.box-border .top .right { top: 1px; right: 0 }
3264.box-border .bottom .left { top: -8px; left: 0 }
3265.box-border .bottom { top: 200px; left: 0 }
3266.box-border .bottom .right { top: -8px; right: 0 }
3267
3268.feature-box h4,
3269.dialog h4 {
3270 margin: 15px 18px 10px;
3271 padding:0;
3272}
3273
3274.feature-box p,
3275.dialog p {
3276 margin: 10px 18px;
3277 padding:0;
3278}
3279.feature-box .link,
3280.dialog .link {
3281 border-top: 1px solid #dedede;
3282 bottom: 0;
3283 position: absolute;
3284 width: inherit;
3285}
3286.feature-box a, .feature-box h4,
3287.dialog a, .dialog h4 {
3288 -webkit-transition: color .4s ease;
3289 -moz-transition: color .4s ease;
3290 -o-transition: color .4s ease;
3291 transition: color .4s ease;
3292}
3293.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003294 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003295}
3296.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003297.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003298 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003299}
3300.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003301 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003302}
3303/* --------------------------------------------------------------------------
3304Page-Specific Styles
3305*/
Scott Main98a2a712013-07-17 13:15:04 -07003306.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003307 position: relative;
3308 float: left;
3309 width: 92px;
3310 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003311}
3312.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003313 color: #fff;
3314 font-size: 11.5px;
3315 width: 82px;
3316 height: 82px;
3317 margin-top:-30px;
3318 line-height: 82px;
3319 text-align: center;
3320 border: solid 5px #fff;
3321 -webkit-border-radius: 50%;
3322 -moz-border-radius: 50%;
3323 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003324}
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339/* ########### REFERENCE DOCS ################## */
3340
3341#packages-nav h2,
3342#classes-nav h2 {
3343 font-size:18px;
3344 margin:0;
3345 padding:0 0 0 4px;
3346}
3347
3348#jd-header {
3349 padding: 0 0 5px;
3350 margin: 20px 0 10px;
3351 font-size:13px;
3352 border-bottom:solid 1px #ccc;
3353}
3354
3355#jd-header h1 {
3356 margin:0;
3357 padding:0;
3358}
3359
3360/* page-top-right container for reference pages (holds
3361links to summary tables) */
3362#api-info-block {
3363 font-size:13px;
3364 margin:20px 0 0;
3365 padding:0 10px 6px;
3366 font-weight:normal;
3367 float:right;
3368 text-align:right;
3369 color:#999;
3370 max-width:70%;
3371}
3372
3373#api-info-block div.api-level {
3374 font-weight:bold;
3375 font-size:inherit;
3376 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003377 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003378 padding:0;
3379 margin:0;
3380}
3381
3382/* inheritance table */
3383.jd-inheritance-table {
3384 border-spacing:0;
3385 margin:0;
3386 padding:0;
3387 font-size:13px;
3388 background-color:transparent;
3389}
3390.jd-inheritance-table tr td {
3391 border: none;
3392 margin: 0;
3393 padding: 0;
3394 background-color:transparent;
3395}
3396.jd-inheritance-table .jd-inheritance-space {
3397 font-weight:bold;
3398 width:1em;
3399}
3400.jd-inheritance-table .jd-inheritance-interface-cell {
3401 padding-left: 17px;
3402}
3403
3404
3405
3406.jd-sumtable a {
3407 text-decoration:none;
3408}
3409
3410.jd-sumtable a:hover {
3411 text-decoration:underline;
3412}
3413
3414/* the link inside a sumtable for "Show All/Hide All" */
3415.toggle-all {
3416 display:block;
3417 float:right;
3418 font-weight:normal;
3419 font-size:0.9em;
3420}
3421
3422/* adjustments for in/direct subclasses tables */
3423.jd-sumtable.jd-sumtable-subclasses {
3424 margin: 1em 0 0 0;
3425 max-width:968px;
3426 background-color:transparent;
3427 font-size:13px;
3428}
3429
3430/* extra space between end of method name and open-paren */
3431.sympad {
3432 margin-right: 2px;
3433}
3434
3435/* right alignment for the return type in sumtable */
3436.jd-sumtable .jd-typecol {
3437 text-align:right;
3438}
3439
3440/* adjustments for the expando table-in-table */
3441.jd-sumtable-expando {
3442 margin:.5em 0;
3443 padding:0;
3444}
3445
3446/* a div that holds a short description */
3447.jd-descrdiv {
3448 padding:3px 1em 0 1em;
3449 margin:0;
3450 border:0;
3451}
3452
3453#jd-content img.jd-expando-trigger-img {
3454 padding:0 4px 4px 0;
3455 margin:0;
3456}
3457
3458.jd-sumtable-subclasses div#subclasses-direct,
3459.jd-sumtable-subclasses div#subclasses-indirect {
3460 margin:0 0 0 13px;
3461}
3462
3463
3464
3465/********* MEMBER REF *************/
3466
3467
3468.jd-details {
3469/* border:1px solid #669999;
3470 padding:4px; */
3471 margin:0 0 1em;
3472}
3473
3474/* API reference: a container for the
3475.tagdata blocks that make up the detailed
3476description */
3477.jd-details-descr {
3478 padding:0;
3479 margin:.5em .25em;
3480}
3481
3482/* API reference: a block containing
3483a detailed description, a params table,
3484seealso list, etc */
3485.jd-tagdata {
3486 margin:.5em 1em;
3487}
3488
3489.jd-tagdata p {
3490 margin:0 0 1em 1em;
3491}
3492
3493/* API reference: adjustments to
3494the detailed description block */
3495.jd-tagdescr {
3496 margin:.25em 0 .75em 0;
3497}
3498
3499.jd-tagdescr ol,
3500.jd-tagdescr ul {
3501 margin:0 2.5em;
3502 padding:0;
3503}
3504
3505.jd-tagdescr table,
3506.jd-tagdescr img {
3507 margin:.25em 1em;
3508}
3509
3510.jd-tagdescr li {
3511margin:0 0 .25em 0;
3512padding:0;
3513}
3514
3515/* API reference: heading marking
3516the details section for constants,
3517attrs, methods, etc. */
3518h4.jd-details-title {
3519 font-size:1.15em;
3520 background-color: #E2E2E2;
3521 margin:1.5em 0 .6em;
3522 padding:3px 95px 3px 3px; /* room for api-level */
3523}
Scott Mainab4daf42012-11-30 11:27:17 -08003524body.google h4.jd-details-title {
3525 background-color: #FFF;
3526 padding-top:5px;
3527 border-top: 1px solid #ccc;
3528}
3529body.google table.jd-sumtable th {
3530 background-color: #FFF;
3531 color:#000;
3532}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003533
3534h4.jd-tagtitle {
3535 margin:0;
3536}
3537
3538h4 .normal {
3539 font-weight:normal;
3540}
3541
3542/* API reference: heading for "Parameters", "See Also", etc.,
3543in details sections */
3544h5.jd-tagtitle {
3545 margin:0 0 .25em 0;
3546 font-size:1em;
3547}
3548
3549.jd-tagtable {
3550 margin:0;
3551 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003552 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003553}
3554
3555.jd-tagtable td,
3556.jd-tagtable th {
3557 border:none;
3558 background-color:#fff;
3559 vertical-align:top;
3560 font-weight:normal;
3561 padding:2px 10px;
3562}
3563
3564.jd-tagtable th {
3565 font-style:italic;
3566}
3567
3568/* Inline api level indicator for methods */
3569div.api-level {
3570 font-size:.8em;
3571 font-weight:normal;
3572 color:#999;
3573 float:right;
3574 padding:0 8px 0;
3575 margin-top:-30px;
3576}
3577
3578table.jd-tagtable td,
3579table.jd-tagtable th {
3580 background-color:transparent;
3581}
3582
3583table.jd-tagtable th {
3584 color:inherit;
3585}
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609/* SEARCH FILTER */
3610
Scott Main0e76e7e2013-03-12 10:24:07 -07003611.menu-container {
3612 position:relative;
3613}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003614#search_autocomplete {
3615 font-weight:normal;
3616}
3617
Scott Main0e76e7e2013-03-12 10:24:07 -07003618.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003619 width: 193px;
3620 float: right;
3621}
Scott Main0e76e7e2013-03-12 10:24:07 -07003622.search_filtered_wrapper.docs {
3623 width:875px;
3624 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003625 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003626 top:26px;
3627 right:66px;
3628}
3629.suggest-card {
3630 position:relative;
3631 width:170px;
3632 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003633 padding:5px;
3634 border: solid 1px #C5C5C5;
3635 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003636 top: 15px;
3637 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003638 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3639 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3640 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3641}
Scott Main0e76e7e2013-03-12 10:24:07 -07003642.suggest-card.reference {
3643 position:absolute;
3644 z-index:999;
3645 min-width:171px; /* +padding and border makes this match input width */
3646 min-height:93px; /* add 3px because this has 1 not 4px top border */
3647 width:auto;
3648 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003649 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003650}
3651.suggest-card.develop {
3652 z-index:997;
3653 border-top: solid 4px #F80;
3654 float:right;
3655}
3656.suggest-card.design {
3657 z-index:996;
3658 border-top: solid 4px #33b5e5;
3659 float:right;
3660}
3661.suggest-card.distribute {
3662 z-index:995;
3663 border-top: solid 4px #9C0;
3664 float:right;
3665}
3666.child-card {
3667 width:100%;
3668}
3669.suggest-card.dummy {
3670 width:172px;
3671 float:right;
3672 border:0;
3673 background:transparent;
3674 -moz-box-shadow: none;
3675 -webkit-box-shadow: none;
3676 box-shadow: none;
3677}
3678
3679ul.search_filtered {
3680 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003681 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003682 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003683 padding: 0;
3684}
Scott Main0e76e7e2013-03-12 10:24:07 -07003685.search_filtered .jd-selected {
3686 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003687 cursor:pointer;
3688}
Scott Main0e76e7e2013-03-12 10:24:07 -07003689.search_filtered .jd-selected,
3690.search_filtered .jd-selected a {
3691 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003692}
3693
3694.no-display {
3695 display: none;
3696}
3697
Scott Main0e76e7e2013-03-12 10:24:07 -07003698.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003699 font-size: 0.81em;
3700 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003701 margin: 0 0 2px;
3702 padding: 0;
3703 line-height:1.5em;
3704}
3705
Scott Main0e76e7e2013-03-12 10:24:07 -07003706.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003707 padding:0 5px;
3708 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003709 display:inline-block;
3710 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003711}
3712
Scott Main0e76e7e2013-03-12 10:24:07 -07003713.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003714 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003715 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003716 border: none;
3717 margin: 8px 0 2px;
3718 padding:1px 5px;
3719 line-height:1.5em;
3720}
Scott Main0e76e7e2013-03-12 10:24:07 -07003721.search_filtered li.header.small {
3722 font-size:0.85em;
3723}
Scott Main7e447ed2013-02-19 17:22:37 -08003724
Scott Main98a2a712013-07-17 13:15:04 -07003725.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003726.search_filtered li.header {
3727 color:#aaa;
3728 font-size: 0.81em;
3729}
3730
3731.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003732 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003733}
3734
3735.show-item {
3736 display: table-row;
3737}
3738.hide-item {
3739 display: hidden;
3740}
3741
3742
3743
3744
3745
3746/* SEARCH RESULTS */
3747
Scott Maine4d8f1b2012-06-21 18:03:05 -07003748
3749#leftSearchControl .gsc-twiddle {
3750 background-image : none;
3751}
3752
3753#leftSearchControl td, #searchForm td {
3754 border: 0px solid #000;
3755 padding:0;
3756}
3757
3758#leftSearchControl .gsc-resultsHeader .gsc-title {
3759 padding-left : 0px;
3760 font-weight : bold;
3761 font-size : 13px;
3762 color:#006699;
3763 display : none;
3764}
3765
3766#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3767 display : none;
3768}
3769
3770#leftSearchControl .gsc-resultsRoot {
3771 padding-top : 6px;
3772}
3773
3774#leftSearchControl div.gs-visibleUrl-long {
3775 display : block;
3776 color:#006699;
3777}
3778
3779#leftSearchControl .gsc-webResult {
3780 padding:0 0 20px 0;
3781}
3782
3783.gsc-webResult div.gs-visibleUrl-short,
3784table.gsc-branding,
3785.gsc-clear-button {
3786 display : none;
3787}
3788
3789.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3790.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3791#leftSearchControl a,
3792#leftSearchControl a b {
3793 color:#006699;
3794}
3795
3796.gsc-resultsHeader {
3797 display: none;
3798}
3799
3800/* Disable built in search forms */
3801.gsc-control form.gsc-search-box {
3802 display : none;
3803}
3804table.gsc-search-box {
3805 margin:6px 0 0 0;
3806 border-collapse:collapse;
3807}
3808
3809td.gsc-input {
3810 padding:0 2px;
3811 width:100%;
3812 vertical-align:middle;
3813}
3814
3815input.gsc-input {
3816 border:1px solid #BCCDF0;
3817 width:99%;
3818 padding-left:2px;
3819 font-size:.95em;
3820}
3821
3822td.gsc-search-button {
3823 text-align: right;
3824 padding:0;
3825 vertical-align:top;
3826}
3827
3828
3829#searchResults {
3830 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3831(it doesn't) */
3832 height:auto;
3833}
3834
3835#searchResults .gsc-control {
3836 position:relative;
3837 width:auto;
3838 padding:0 0 10px;
3839}
3840
3841#searchResults .gsc-tabsArea {
3842 position:relative;
3843 white-space:nowrap;
3844 float:left;
3845 width:200px;
3846}
3847
3848#searchResults .gsc-above-wrapper-area {
3849 display:none;
3850}
3851
3852#searchResults .gsc-resultsbox-visible {
3853 float:left;
3854 width:720px;
3855 margin-left:20px;
3856}
3857
3858#searchResults .gsc-tabHeader {
3859 padding: 3px 6px;
3860 position:relative;
3861 width:auto;
3862 display:block;
3863}
3864
3865#searchResults h2#searchTitle {
3866 padding:0;
3867 margin:5px 0;
3868 border:none;
3869}
3870
3871#searchResults h2#searchTitle em {
3872 font-style:normal;
3873 color:#33B5E5;
3874}
3875
3876#searchResults .gsc-table-result {
3877 margin:5px 0 10px 0;
3878 background-color:transparent;
3879}
3880#searchResults .gs-web-image-box, .gs-promotion-image-box {
3881 width:120px;
3882}
3883#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3884 max-width:120px;
3885}
3886
3887#searchResults .gsc-table-result .gsc-thumbnail {
3888 padding:0 20px 0 0;
3889}
3890
3891#searchResults td {
3892 background-color:transparent;
3893}
3894
3895#searchResults .gsc-expansionArea {
3896 position:relative;
3897}
3898#searchResults .gsc-tabsArea .gsc-cursor-box {
3899 width:200px;
3900 padding:20px 0 0 1px;
3901}
3902#searchResults .gsc-cursor-page {
3903 display:inline-block;
3904 float:left;
3905 margin:-1px 0 0 -1px;
3906 padding:0;
3907 height:27px;
3908 width:27px;
3909 text-align:center;
3910 line-height:2;
3911}
3912
3913#searchResults .gsc-tabHeader.gsc-tabhInactive,
3914#searchResults .gsc-cursor-page {
3915 text-decoration:none;
3916 color:#258AAF;
3917 border: solid 1px #DADADA;
3918}
3919
3920#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3921#searchResults .gsc-cursor-page:hover {
3922 border-color: #DBDBDB;
3923 background-color: #F3F3F3;
3924 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3925 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3926 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3927 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3928 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3929 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3930 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3931EndColorStr='#ececec');
3932 color: #33B5E5;
3933}
3934
3935#searchResults .gsc-tabHeader.gsc-tabhActive,
3936#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3937#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3938#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3939 color:#fff;
3940 background-color: #09C;
3941 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3942 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3943 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3944 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3945 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3946 background-image: linear-gradient(top, #2FADDB, #09C);
3947 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3948 border: 1px solid #3990AB;
3949 z-index:100;
3950}
3951
3952}
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966/*********** PREVIOUSLY dac-styles.css ***************/
3967
3968
Scott Maine4d8f1b2012-06-21 18:03:05 -07003969#header {
3970 border-bottom:0;
3971}
3972
3973#header .wrap {
3974 max-width:940px;
3975 height:41px;
3976 border-bottom:1px solid;
3977 border-color: #ccc;
3978 position:relative;
3979}
3980
3981.about #header .wrap {
3982 border-color: #9933CC;
3983}
3984
3985.design #header .wrap {
3986 border-color: #33b5e5;
3987}
3988
3989.develop #header .wrap {
3990 border-color: #F80;
3991}
3992
3993.distribute #header .wrap {
3994 border-color: #9C0;
3995}
3996
3997.logo a {
3998 width:123px;
3999 float:left;
4000}
4001
4002#header .logo {
4003 margin-top: -6px;
4004 margin-left: 0px;
4005 margin-bottom:0px;
4006 width: 160px;
4007 padding-right:10px;
4008}
4009
4010.search {
4011 height:25px;
4012 margin-top: -3px;
4013 margin-bottom: 0px;
4014}
4015
4016
4017
4018/* Quicknav */
4019.btn-quicknav {
4020 width:20px;
4021 height:28px;
4022 float:left;
4023 margin-left:6px;
4024 padding-right:10px;
4025 position:relative;
4026 cursor:pointer;
4027 border-right:1px solid #CCC;
4028}
4029
4030.btn-quicknav a {
4031 zoom:1;
4032 position:absolute;
4033 top:13px;
4034 left:5px;
4035 display:block;
4036 text-indent:-9999em;
4037 width:10px;
4038 height:5px;
4039 background:url(../images/quicknav_arrow.png) no-repeat;
4040}
4041
4042.btn-quicknav a.arrow-active {
4043 background-position: 0 -5px;
4044 display:none;
4045}
4046
4047#header-wrap.quicknav a.arrow-inactive {
4048 display:none;
4049}
4050
4051.btn-quicknav.active a.arrow-active {
4052 display:block;
4053}
4054
4055.nav-x li {
4056 display:block;
4057 float:left;
4058 margin-right:45px;
4059 -webkit-transition: all 0.25s linear;
4060 -moz-transition: all 0.25s linear;
4061 -ms-transition: all 0.25s linear;
4062 -o-transition: all 0.25s linear;
4063 transition: all 0.25s linear;
4064}
4065
4066#header-wrap.quicknav .nav-x li {
4067 min-width:160px;
4068 margin-right:20px;
4069}
4070
4071#header-wrap.quicknav li.last {
4072 margin-right:0px;
4073}
4074
4075#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07004076 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004077 clear:both;
4078 margin-left:180px;
4079 margin-top:-30px;
4080 display:none;
4081 overflow:hidden;
4082}
4083
4084#header-wrap.quicknav #quicknav {
4085
4086}
4087
4088#quicknav ul {
4089 margin:10px 0;
4090 padding:0;
4091}
4092
4093#quicknav ul li.design {
4094 border-top:1px solid #33b5e5;
4095}
4096
4097#quicknav ul li.develop {
4098 border-top:1px solid #FF8800;
4099}
4100
4101#quicknav ul li.distribute {
4102 border-top:1px solid #99cc00;
4103}
4104
4105#quicknav ul li {
4106 display:block;
4107 float:left;
4108 margin:0 20px 0 0;
4109 min-width:140px;
4110}
4111
4112#quicknav ul li.last {
4113 margin-right:0px;
4114}
4115
4116#quicknav ul li ul li {
4117 float:none;
4118}
4119
4120#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07004121 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004122}
4123
4124#quicknav ul li li ul,
4125#quicknav ul li li ul li {
4126 margin:0;
4127}
4128
4129#quicknav ul li li ul li:before {
4130 content:"\21B3";
4131}
4132
4133#header-wrap {
4134 -webkit-transition: all 0.25s ease-out;
4135 -moz-transition: all 0.25s ease-out;
4136 -ms-transition: all 0.25s ease-out;
4137 -o-transition: all 0.25s ease-out;
4138 transition: all 0.25s ease-out;
4139
4140}
4141
4142#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07004143 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07004144
Scott Maine4d8f1b2012-06-21 18:03:05 -07004145}
4146
4147/* SEARCH AND MORE */
4148.search {
4149 position: absolute;
4150 width: 50px;
4151 height:28px;
4152 display: block;
4153 margin-top:-3px;
4154 margin-bottom:7px;
4155 overflow:hidden;
4156 z-index:100;
4157 right:54px;
4158 -webkit-transition: width 0.4s ease;
4159 -moz-transition: width 0.4s ease;
4160 -o-transition: width 0.4s ease;
4161 transition: width 0.4s ease;
4162}
4163
4164.search #search-btn {
4165 width:50px;
4166 height:28px;
4167 background:url(../images/icon_search.png) no-repeat;
4168 float:left;
4169}
4170
4171.search-inner {
4172 width:245px;
4173}
4174
4175.search:hover, .search.active {
4176 width:245px;
4177}
4178
4179.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004180 position: absolute;
4181 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004182}
4183
4184.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004185 width: 214px;
4186 height: 1px;
4187 top: 24px;
4188 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004189}
4190
Scott Main98a2a712013-07-17 13:15:04 -07004191.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004192 height: 5px;
4193 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004194}
4195
4196.search .left {
4197 top: 22px;
4198 left: 56px;
4199 background-color:#CCC;
4200}
4201
4202.search .right {
4203 top: 22px;
4204 left: 238px;
4205 background-color:#CCC;
4206}
4207
4208.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004209 margin-top: 2px;
4210 width: 162px;
4211 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004212}
4213
4214.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004215 color: #2f2f2f;
4216 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004217 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004218 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004219 margin-left: 6px;
4220 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004221 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004222 background-color: transparent;
4223 border-bottom:1px solid #CCC;
4224 padding:0 0 0 4px;
4225 outline:none;
4226 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004227}
4228
4229.search:hover form input {
4230 border-bottom:1px solid #33B5E5;
4231}
4232
4233.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004234 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004235}
4236
4237.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004238 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004239}
4240
4241.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004242 color: #222;
4243 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004244}
4245
4246.moremenu {
4247 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004248 position: relative;
4249 width: 50px;
4250 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004251 display: block;
4252 margin-top:-3px;
4253 margin-bottom:7px;
4254 overflow:hidden;
4255 -webkit-transition: width 0.25s ease;
4256 -moz-transition: width 0.25s ease;
4257 -o-transition: width 0.25s ease;
4258 transition: width 0.25s ease;
4259}
4260
4261.moremenu #more-btn {
4262 width:40px;
4263 height:28px;
4264 background:url(../images/icon_more.png) no-repeat;
4265 border-left:1px solid #CCC;
4266 float:left;
4267 cursor:pointer;
4268}
4269
4270.moremenu:hover #more-btn {
4271 background-position:0 -28px;
4272}
4273
4274.morehover {
4275 position:absolute;
4276 right:6px;
4277 top:-9px;
4278 width:40px;
4279 height:35px;
4280 z-index:99;
4281 overflow:hidden;
4282
4283 -webkit-opacity:0;
4284 -moz-opacity:0;
4285 -o-opacity:0;
4286 opacity:0;
4287
4288 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004289 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004290 -o-transform-origin:100% 0%;
4291 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004292
Scott Maine4d8f1b2012-06-21 18:03:05 -07004293 -webkit-transition-property: -webkit-opacity;
4294 -webkit-transition-duration: .25s;
4295 -webkit-transition-timing-function:ease;
4296
Scott Main0e76e7e2013-03-12 10:24:07 -07004297 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004298 -moz-transition-duration: .25s;
4299 -moz-transition-timing-function:ease;
4300
Scott Main0e76e7e2013-03-12 10:24:07 -07004301 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004302 -o-transition-duration: .25s;
4303 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004304
Scott Main0e76e7e2013-03-12 10:24:07 -07004305 transition-property: opacity;
4306 transition-duration: .25s;
4307 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004308}
4309
Scott Maine05e6f92013-01-29 13:34:17 -08004310.morehover:hover,
4311.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004312 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004313 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004314 width:268px;
4315 -webkit-transition-property:height, -webkit-opacity;
4316}
4317
4318.morehover .top {
4319 width:268px;
4320 height:39px;
4321 background:url(../images/more_top.png) no-repeat;
4322}
4323
4324.morehover .mid {
4325 width:228px;
4326 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004327 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004328}
4329
4330.morehover .mid .header {
4331 border-bottom:1px solid #ccc;
4332 font-weight:bold;
4333}
4334
4335.morehover .bottom {
4336 width:268px;
4337 height:6px;
4338 background:url(../images/more_bottom.png) no-repeat;
4339}
4340
4341.morehover ul {
4342 margin:10px 10px 20px 0;
4343}
4344
4345.morehover ul li {
4346 list-style:none;
4347}
4348
4349.morehover ul li.active a,
4350.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004351 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004352}
4353
4354.morehover ul li.active img {
4355 margin-right:4px;
4356}
4357
4358
4359
4360
4361/* MARQUEE */
4362.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004363 width:100%;
4364 overflow:hidden;
4365 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004366}
4367.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004368 position:absolute;
4369 top:50%;
4370 left:0px;
4371 margin-top:-36px;
4372 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004373}
4374.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004375 position:absolute;
4376 top:50%;
4377 margin-top:-36px;
4378 z-index:99;
4379 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004380}
4381
4382.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004383 position:absolute;
4384 bottom:20px;
4385 width:100%;
4386 text-align:center;
4387 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004388}
4389.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004390 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004391}
4392.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004393 display: inline-block;
4394 width:12px;
4395 height:12px;
4396 text-indent:-8000px;
4397 list-style:none;
4398 margin: 0 2px;
4399 border-radius:6px;
4400 background-color:#ccc;
4401 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004402 -webkit-transition:color .5s ease-in;
4403 -moz-transition:color .5s ease-in;
4404 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004405 transition:color .5s ease-in;
4406}
4407.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004408 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004409}
4410.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004411 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004412}
4413.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004414 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004415}
4416.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004417 display:inline;
4418 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004419}
4420
4421
4422
4423
4424a.download-sdk {
4425 float:right;
4426 margin:-10px 0;
4427 height:30px;
4428 padding-top:4px;
4429 padding-bottom:0px;
4430}
4431
4432#nav-x {
4433 padding-top: 14px;
4434}
4435
Scott Main1d62fa82012-07-17 13:15:12 -07004436#nav-x .wrap {
4437 min-height:34px;
4438}
4439
Scott Maine4d8f1b2012-06-21 18:03:05 -07004440#nav-x .wrap,
4441#searchResults.wrap {
4442 max-width:940px;
4443 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004444}
4445
Scott Maina214d842012-07-16 17:14:40 -07004446#searchResults.wrap #leftSearchControl {
4447 min-height:700px
4448}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004449.nav-x {
4450 margin-left:0;
4451 margin-bottom:0;
4452}
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463/*
4464 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4465 */
4466
4467.jspContainer {
4468 overflow: hidden;
4469 position: relative;
4470}
4471
4472.jspPane {
4473 position: absolute;
Scott Main2d967c62013-03-11 09:21:07 -07004474 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004475}
4476
4477.jspVerticalBar {
4478 position: absolute;
4479 top: 0;
4480 right: 0;
4481 width: 4px;
4482 height: 100%;
4483 background: #f5f5f5;
4484}
4485
4486.jspHorizontalBar {
4487 position: absolute;
4488 bottom: 0;
4489 left: 0;
4490 width: 100%;
4491 height: 4px;
4492 background: #f5f5f5;
4493}
4494
4495.jspVerticalBar *,
4496.jspHorizontalBar * {
4497 margin: 0;
4498 padding: 0;
4499}
4500.jspCap {
4501 display: block;
4502}
4503
4504.jspVerticalBar .jspCap {
4505 height: 4px;
4506}
4507
4508.jspHorizontalBar .jspCap {
4509 width: 0;
4510 height: 100%;
4511}
4512
4513.jspHorizontalBar .jspCap {
4514 float: left;
4515}
4516
4517.jspTrack {
4518 position: relative;
4519}
4520
4521.jspDrag {
4522 background: #bbb;
4523 position: relative;
4524 top: 0;
4525 left: 0;
4526 cursor: pointer;
4527}
4528
4529.jspDrag:hover,
4530.jspDrag:active {
4531 border-color: #09c;
4532 background-color: #4cadcb;
4533 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4534 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4535 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4536 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4537 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4538 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004539 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004540}
4541
4542.jspHorizontalBar .jspTrack,
4543.jspHorizontalBar .jspDrag {
4544 float: left;
4545 height: 100%;
4546}
4547
4548.jspArrow {
4549 background: #999;
4550 text-indent: -20000px;
4551 display: block;
4552 cursor: pointer;
4553}
4554
4555.jspArrow.jspDisabled {
4556 cursor: default;
4557 background: #ccc;
4558}
4559
4560.jspVerticalBar .jspArrow {
4561 height: 16px;
4562}
4563
4564.jspHorizontalBar .jspArrow {
4565 width: 16px;
4566 float: left;
4567 height: 100%;
4568}
4569
4570.jspVerticalBar .jspArrow:focus {
4571 outline: none;
4572}
4573
4574.jspCorner {
4575 float: left;
4576 height: 100%;
4577}
4578
4579/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4580* html .jspCorner {
4581 margin: 0 -3px 0 0;
4582}
4583/******* end of jscrollpane *********/
4584
4585
4586
4587
4588
4589/************ DEVELOP HOMEPAGE ******************/
4590
4591/* Slideshow */
4592.slideshow-develop {
4593 height: 300px;
4594 width: 940px;
4595 position: relative;
4596 overflow:hidden;
4597}
4598.slideshow-develop .frame {
4599 width: 940px;
4600 height: 300px;
4601}
4602.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004603 max-width:350px;
4604 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004605 margin:20px 0 0 90px;
4606 -webkit-transform: perspective(800px ) rotateY( 35deg );
4607 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4608 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4609 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4610}
4611.slideshow-develop img.play.no-shadow {
4612 box-shadow: none;
4613 -moz-box-shadow: none;
4614 -webkit-box-shadow: none;
4615}
4616.slideshow-develop img.play.no-transform {
4617 -webkit-transform: none;
4618}
4619.slideshow-develop a.slideshow-next {
4620 background: url(../images/arrow-right-develop.png);
4621}
4622.slideshow-develop a.slideshow-prev {
4623 background: url(../images/arrow-left-develop.png);
4624}
4625.slideshow-develop .content-right {
4626 float: left;
4627}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004628.slideshow-develop .content-right h2 {
4629 padding:0;
4630 margin-bottom:10px;
4631 border:none;
4632}
4633.slideshow-develop .item {
4634 height: 300px;
4635 width: 940px;
4636}
4637.slideshow-develop .pagination ul li.active {
4638 background-color: #F80;
4639}
4640.slideshow-develop .pagination ul li.active:hover {
4641 background-color: #F80;
4642}
Scott Main0e585702012-10-22 20:30:22 -07004643.slideshow-develop .item hr {
4644 margin:5px 0 10px;
4645}
4646.slideshow-develop .item p {
4647 margin:10px 0;
4648}
4649.slideshow-develop .item p.title-intro {
4650 position:absolute;
4651 margin:0;
4652}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004653
4654/* Feeds */
4655.feed ul {
4656 margin: 0;
4657}
4658.feed .feed-nav {
4659 height: 25px;
4660 border-bottom: 1px solid #CCC;
4661}
4662.feed .feed-nav li {
4663 list-style: none;
4664 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004665 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004666 margin-right: 25px;
4667 cursor: pointer;
4668}
4669.feed .feed-nav li.active {
4670 color: #000;
4671 border-bottom: 4px solid #F80;
4672}
4673.feed .feed-container {
4674 overflow: hidden;
4675 width: 460px;
4676}
4677.feed .feed-container .feed-frame {
4678 width: 1000px;
4679}
4680.feed .feed-container .feed-frame ul {
4681 float: left;
4682 width:460px;
4683}
4684.feed .feed-container .feed-frame ul ul {
4685 float: none;
4686 margin:10px 0 0 30px;
4687}
4688.feed .feed-container .feed-frame li {
4689 list-style: none;
4690 margin: 20px 0 20px 0;
4691 width: 460px;
4692 height:93px;
4693}
4694.feed .feed-container .feed-frame li.playlist {
4695 height:auto;
4696}
4697.feed .feed-container .feed-frame li.playlist a {
4698 height:93px;
4699 display:block;
4700}
4701.feed .feed-container .feed-frame li.more {
4702 height:20px;
4703 margin:10px 0 5px 5px;
4704}
4705.feed .feed-container .feed-frame li.more a {
4706 height:inherit;
4707}
4708.feed .feed-container .feed-frame li.playlist-video {
4709 list-style: none;
4710 margin: 0;
4711 width: 460px;
4712 height:55px;
4713 font-size:12px;
4714}
4715.feed .feed-container .feed-frame li.playlist-video a {
4716 height:45px;
4717 padding:5px;
4718}
4719.feed .feed-container .feed-frame li.playlist-video h5 {
4720 font-size:12px;
4721 line-height:13px;
4722 margin:0;
4723}
4724.feed .feed-container .feed-frame li.playlist-video p {
4725 margin:5px 0 0;
4726 line-height:15px;
4727}
4728.feed-container .feed-frame div.feed-image {
4729 float: left;
4730 border: 1px solid #999;
4731 margin:0 20px 0 0;
4732 width:122px;
4733 height:92px;
4734 background:url('../images/blog-default.png') no-repeat 0 0;
4735 background-size:180px;
4736}
4737#jd-content .feed .feed-container .feed-frame li img {
4738 float: left;
4739 border: 1px solid #999;
4740 margin:0 20px 0 0;
4741 width:122px;
4742 height:92px;
4743}
4744#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4745 width:inherit;
4746 height:inherit;
4747}
4748
4749.feed .feed-container .feed-frame li a,
4750.feed .feed-container .feed-frame li a:active {
4751 color:#555 !important;
4752}
4753
4754.feed .feed-container .feed-frame li a:hover,
4755.feed .feed-container .feed-frame li a:hover * {
4756 color:#7AA1B0 !important;
4757}
4758
4759/* Video player */
4760#player-wrapper {
4761 display:none;
4762 margin: -1px auto 0;
4763 position: relative;
4764 width: 940px;
4765 height: 0px;
4766}
4767#player-frame {
4768 background: #EFEFEF;
4769 border: 1px solid #CCC;
4770 padding: 0px 207px;
4771 z-index: 10; /* stay above marque, but below search suggestions */
4772 width: 525px;
4773 height: 330px;
4774 position: relative;
4775}
4776
4777
4778
4779/************ DISTRIBUTE HOMEPAGE ***************/
4780
4781.marquee {
4782 width: 760px;
4783}
4784.marquee .main-img {
4785 float: left;
4786 margin-top: 20px;
4787 width: 490px;
4788}
4789.marquee .copy {
4790 width: 270px;
4791 float: left;
4792 margin-top: 30px;
4793}
4794.distribute-features {
4795 margin: 0;
4796}
4797.distribute-features ul {
4798 margin: 0;
4799}
4800.distribute-features ul li {
4801 list-style: none;
4802 float: left;
4803 border-top: 1px solid #9C0;
4804 width: 220px;
4805 margin-right: 50px;
4806}
4807.distribute-features ul li.last {
4808 margin-right: 0px;
4809}
4810
Dirk Doughertye5862e82013-05-15 02:19:54 -07004811.distribute-features .distribute-link li a {
4812 color:red !important;
4813}
4814
4815.distribute-features .distribute-link li a,
4816.distribute-features .distribute-link li a:active {
4817 color:#555 !important;
4818}
4819
4820.distribute-features .distribute-link li a:hover,
4821.distribute-features .distribute-link li a:hover * {
4822 color:#7AA1B0 !important;
4823}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004824
Scott Main8fa53512012-11-30 20:16:42 -08004825
Scott Maine4d8f1b2012-06-21 18:03:05 -07004826/************ DEVELOP TOPIC CONTAINERS ************/
4827
4828.landing-banner,
4829.landing-docs {
Scott Mainafc4db32013-11-20 16:53:12 -08004830 margin:20px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004831}
Scott Mainafc4db32013-11-20 16:53:12 -08004832.landing-banner > div:first-child,
4833.landing-docs > div:first-child,
4834.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004835 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004836 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004837}
Scott Mainafc4db32013-11-20 16:53:12 -08004838.landing-banner.short > div {
4839 min-height:50px;
4840}
4841.landing-banner > div:last-child,
4842.landing-docs > div:last-child,
4843.landing-docs > .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004844 margin-right:0;
4845}
4846
Scott Mainafc4db32013-11-20 16:53:12 -08004847.landing-banner > div > *:last-child {
4848 margin-bottom:0;
4849}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004850.landing-banner h1 {
4851 margin-top:0;
4852}
Scott Mainafc4db32013-11-20 16:53:12 -08004853.landing-docs,
4854.landing-banner {
4855 clear:both;
Scott Maine6850d22012-10-08 15:59:01 -07004856 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004857}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004858.landing-docs h3 {
4859 font-size:14px;
4860 line-height:21px;
4861 color:#555;
4862 text-transform:uppercase;
4863 border-bottom:1px solid #CCC;
4864 margin:0 0 20px;
4865}
4866.landing-docs a {
4867 color:#333 !important;
4868}
Robert Ly40e90992012-11-28 17:46:17 -08004869
Scott Maine4d8f1b2012-06-21 18:03:05 -07004870.landing-docs a:hover,
4871.landing-docs a:hover * {
4872 color:#7AA1B0 !important
4873}
4874
Robert Ly40e90992012-11-28 17:46:17 -08004875.landing-docs .normal-links a {
4876 color:#258aaf !important;
4877}
4878
Scott Maine4d8f1b2012-06-21 18:03:05 -07004879.plusone {
4880 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004881}
Scott Main9edfa6d2012-08-14 15:04:40 -07004882
4883
4884
Scott Mainafc4db32013-11-20 16:53:12 -08004885.next-docs {
4886 border-top:1px solid #ccc;
4887 margin:40px 0 0;
4888 padding:5px 0 0;
4889 clear:left;
4890 overflow:hidden;
4891}
4892.next-docs div:first-child {
4893 margin-left:0;
4894}
4895.next-docs div:last-child {
4896 margin-right:0;
4897}
4898
4899.next-docs h2 {
4900 font-size:14px;
4901 line-height:21px;
4902 color:#555;
4903 text-transform:uppercase;
4904 border-bottom:none;
4905 margin:0;
4906 padding:5px 0 0;
4907}
4908
4909
4910
Scott Main9edfa6d2012-08-14 15:04:40 -07004911/************* HOME/LANDING PAGE *****************/
4912
4913.slideshow-home {
4914 height: 500px;
4915 width: 940px;
4916 border-bottom: 1px solid #CCC;
4917 position: relative;
4918 margin: 0;
4919}
4920.slideshow-home .frame {
4921 width: 940px;
4922 height: 500px;
4923}
4924.slideshow-home .content-left {
4925 float: left;
4926 text-align: center;
4927 vertical-align: center;
4928 margin: 0 0 0 35px;
4929}
4930.slideshow-home .content-right {
4931 margin: 80px 0 0 0;
4932}
4933.slideshow-home .content-right p {
4934 margin-bottom: 10px;
4935}
4936.slideshow-home .content-right p:last-child {
4937 margin-top: 15px;
4938}
4939.slideshow-home .content-right h1 {
4940 padding:0;
4941}
4942.slideshow-home .item {
4943 height: 500px;
4944 width: 940px;
4945}
4946.home-sections {
4947 padding: 30px 20px 20px;
4948 margin: 20px 0;
4949 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4950}
4951.home-sections ul {
4952 margin: 0;
4953}
4954.home-sections ul li {
4955 float: left;
4956 display: block;
4957 list-style: none;
4958 width: 170px;
4959 height: 35px;
4960 border: 1px solid #ccc;
4961 background: white;
4962 margin-right: 10px;
4963 border-radius: 1px;
4964 -webkit-border-radius: 1px;
4965 -moz-border-radius: 1px;
4966 box-shadow: 1px 1px 5px #EEE;
4967 -webkit-box-shadow: 1px 1px 5px #EEE;
4968 -moz-box-shadow: 1px 1px 5px #EEE;
4969 background: white;
4970}
4971.home-sections ul li:hover {
4972 background: #F9F9F9;
4973 border: 1px solid #CCC;
4974}
4975.home-sections ul li a,
4976.home-sections ul li a:hover {
4977 font-weight: bold;
4978 margin-top: 8px;
4979 line-height: 18px;
4980 float: left;
4981 width: 100%;
4982 text-align: center;
4983 color: #09c !important;
4984}
4985.home-sections ul li a {
4986 font-weight: bold;
4987 margin-top: 8px;
4988 line-height: 18px;
4989 float: left;
4990 width:100%;
4991 text-align:center;
4992}
4993.home-sections ul li img {
4994 float: left;
4995 margin: -8px 0 0 10px;
4996}
4997.home-sections ul li.last {
4998 margin-right: 0px;
4999}
Scott Mainf5089842012-08-14 16:31:07 -07005000.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07005001 margin-top: -40px;
5002}