blob: d5a940d4333d4737b15a47860a7fed55bac345c9 [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; }
308 #nav .nav-section-header.empty:after {
309 display: none; }
310 /* nested nav headers */
311 #nav .nav-section .nav-section {
312 position: relative;
313 padding: 0;
314 margin: 0; }
315 #nav .nav-section li a {
316 /* first gen child (2nd level li) */
317 display:block;
318 font-weight: normal;
319 text-transform: none;
320 padding: 7px 5px 7px 10px;
321 }
322 #nav .nav-section li li a {
323 /* second gen child (3rd level li) */
324 padding: 5px 5px 5px 10px;
325 }
326 #nav li.expanded .nav-section-header {
327 background:#e9e9e9;
328 background: rgba(0, 0, 0, 0.05); }
329 #nav li.expanded li .nav-section-header {
330 background: transparent; }
331 #nav li.expanded li ul {
332 /* 3rd level ul */
Scott Main502c9392012-11-27 15:00:40 -0800333 padding:0 0 0 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700334 }
335 #nav li.expanded > .nav-section-header:after {
336 content: '';
337 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
338 width: 34px;
339 height: 34px; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800340 #nav li.expanded li ul.tree-list-children {
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -0700341 padding: 0;
Scott Mainac71b2b2012-11-30 14:40:58 -0800342 }
343 #nav li.expanded li ul.tree-list-children .tree-list-children {
Scott Main98a2a712013-07-17 13:15:04 -0700344 padding:0 0 0 10px;
Scott Mainac71b2b2012-11-30 14:40:58 -0800345 }
346 #nav li span.tree-list-subtitle {
347 display:inline-block;
348 padding:5px 0 0 10px;
349 color:#555;
350 text-transform:uppercase;
351 font-size:12px;
352 }
353 #nav li span.tree-list-subtitle:before {
354 content: '—';
355 }
356 #nav li span.tree-list-subtitle:after {
357 content: '—';
358 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700359 #nav li ul {
360 display:none;
361 overflow: hidden;
362 margin: 0; }
363 #nav li ul.animate-height-in {
364 -webkit-transition: height 0.25s ease-in;
365 -moz-transition: height 0.25s ease-in;
366 transition: height 0.25s ease-in; }
367 #nav li ul.animate-height-out {
368 -webkit-transition: height 0.25s ease-out;
369 -moz-transition: height 0.25s ease-out;
370 transition: height 0.25s ease-out; }
371 #nav li ul li {
372 padding: 0; }
373 #nav li li li {
374 padding: 0; }
375 #nav li.expanded ul {
376 }
377 #nav li ul > li {
378 padding:0;
379 }
380 #nav li ul > li:last-child {
381 padding-bottom:5px;
382 }
Scott Mainac71b2b2012-11-30 14:40:58 -0800383 #nav li ul.tree-list-children > li:last-child {
384 padding-bottom:0;
385 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700386 #nav li.expanded ul > li {
387 background:#efefef;
388 background: rgba(0, 0, 0, 0.03); }
389 #nav li.expanded ul > li li {
390 background:inherit; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800391 #nav li ul.tree-list-children ul {
392 display:block; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700393
394.new,
395.new-child {
396 font-size: .78em;
397 font-weight: bold;
398 color: #ff3d3d;
399 vertical-align:top;
400 white-space:nowrap;
401}
402
403/* content header */
404.content-header {
405 height: 30px;
406 margin:20px 0 25px;
407 padding:0 0 10px;}
408.content-header.just-links {
409 margin-bottom:0;
410 padding-bottom:0;}
Scott Main98a2a712013-07-17 13:15:04 -0700411
Scott Maine4d8f1b2012-06-21 18:03:05 -0700412.content-header h1 {
413 color:#000;
414 margin:0;
415 border-bottom:0;
416 padding:0;
417}
418
419.content-footer {
420 border-top: 1px solid #ccc;
421 margin-top: 10px;
422 padding-top:10px;
423 height: 30px; }
424
425.content-footer .col-9 {
426 margin-left:0;
427}
428.content-footer .col-4 {
429 margin-right:0;
430}
431.content-footer.wrap {
432 width:940px;
433}
434
435.paging-links {
436 position: relative; }
437 .paging-links a {
438 position: absolute; }
439 .paging-links a,
440 .training-nav-top a {
441 font-size: 14px;
442 line-height: 30px;
443 color: #555555;
444 text-decoration: none;
445 text-transform: uppercase; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700446 .paging-links .prev-page-link:before,
447 .training-nav-top .prev-page-link:before {
448 content: '';
449 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
450 width: 10px;
451 height: 10px;
452 display: inline-block;
453 margin-right: 5px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700454 .training-nav-top .next-page-link,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700455 .training-nav-top .start-class-link,
456 .training-nav-top .start-course-link {
457 right: 10px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700458 .paging-links .prev-page-link {
459 left: -15px; }
460 .paging-links .next-page-link {
461 right: 0px; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700462 .next-page-link:after,
463 .start-class-link:after,
464 .start-course-link:after,
Scott Main0b2db162013-05-15 01:15:50 -0700465 .next-class-link:after,
466 .go-link:after {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700467 content: '';
468 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
469 width: 10px;
470 height: 10px;
471 display: inline-block;
472 margin-left: 5px; }
Scott Main98a2a712013-07-17 13:15:04 -0700473
474
Scott Maine4d8f1b2012-06-21 18:03:05 -0700475 .training-nav-top a {
476 display:block;
477 float:left;
Scott Mainf3d01042012-10-02 20:36:45 -0700478 width:122px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700479 height:28px;
Scott Mainf3d01042012-10-02 20:36:45 -0700480 padding: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700481 line-height:28px;
482 text-align:center;
483 border:1px solid #DADADA;
484 border-bottom:0;
485 }
Scott Main5a1123e2012-09-26 12:51:28 -0700486
Scott Maine4d8f1b2012-06-21 18:03:05 -0700487 .training-nav-top a.next-page-link {
488 border-left:0;
Scott Mainf3d01042012-10-02 20:36:45 -0700489 width:123px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700490 }
Scott Main98a2a712013-07-17 13:15:04 -0700491
Scott Main5a1123e2012-09-26 12:51:28 -0700492 .paging-links a.disabled,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700493 .training-nav-top a.disabled,
494 .content-footer a.disabled {
Scott Main5a1123e2012-09-26 12:51:28 -0700495 color:#bbb;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700496 }
Scott Main98a2a712013-07-17 13:15:04 -0700497
Scott Main5a1123e2012-09-26 12:51:28 -0700498 .paging-links a.disabled:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700499 .training-nav-top a.disabled:hover,
500 .content-footer a.disabled:hover {
501 cursor:default;
Scott Main5a1123e2012-09-26 12:51:28 -0700502 color:#bbb !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700503 }
Scott Main98a2a712013-07-17 13:15:04 -0700504
Scott Maine4d8f1b2012-06-21 18:03:05 -0700505 .training-nav-top a.start-class-link,
506 .training-nav-top a.start-course-link {
Scott Maina4888dc2012-10-02 23:25:21 -0700507 width:262px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700508 }
Scott Main98a2a712013-07-17 13:15:04 -0700509
Scott Main5a1123e2012-09-26 12:51:28 -0700510 /* list of classes on course landing page */
511 ol.class-list {
512 list-style:none;
513 margin-left:0;
514 }
515 ol.class-list>li {
516 margin:0 0 15px;
517 padding:5px 0 0;
518 overflow:hidden;
519 border-top:1px solid #ccc;
520 }
521 ol.class-list li a.title {
522 font-size:16px;
523 margin:0;
524 clear:left;
525 display:block;
526 height:32px;
527 padding:0 4px;
528 }
529 ol.class-list li a.title h2 {
530 color:inherit;
531 margin:0 0 10px;
532 display:block;
533 float:left;
534 width:675px;
535 }
536 ol.class-list li a.title span {
537 display:none;
538 float:left;
539 font-size:18px;
540 font-weight:bold;
541 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
542 width: 10px;
543 height: 32px;
544 }
545 ol.class-list li a.title:hover {
546 background:#ddd;
547 color:#258AAF !important;
548 }
549 ol.class-list li a.title:hover span {
550 display:block;
551 }
Scott Main98a2a712013-07-17 13:15:04 -0700552
Scott Main5a1123e2012-09-26 12:51:28 -0700553 #jd-content
554 ol.class-list li img {
555 float:left;
556 clear:left;
557 width:64px;
558 margin:0 20px 0 0;
559 }
560 ol.class-list li p.description {
561 float:left;
562 display:block;
563 width:250px;
564 margin:0;
565 }
566 ol.class-list li p.description.article {
567 width: 550px;
568 }
569 ol.class-list ol {
570 float:left;
571 width:320px;
572 margin:0 0 0 30px;
573 list-style:none;
574 margin:0 0 0 20px;
575 }
576 ol.class-list div.lessons li {
577 margin:0 0 6px;
578 line-height:16px;
579 }
Scott Main98a2a712013-07-17 13:15:04 -0700580
581
Scott Maine4d8f1b2012-06-21 18:03:05 -0700582 .hide {
583 display:none !important;
584 }
Scott Main98a2a712013-07-17 13:15:04 -0700585
Scott Maine4d8f1b2012-06-21 18:03:05 -0700586 .content-footer.next-class {
587 display:block;
588 border:0;
589 margin-top:0;
590 padding-top:0;
591 }
Scott Main98a2a712013-07-17 13:15:04 -0700592
Scott Maine4d8f1b2012-06-21 18:03:05 -0700593 .content-footer.next-class a.next-class-link {
594 display:block;
595 float:right;
596 text-transform:uppercase;
597 }
Scott Main98a2a712013-07-17 13:15:04 -0700598
599
600
Scott Mainbbffb4b2012-11-13 07:40:16 -0800601 /* inner-doc tabs w/ title */
Scott Main98a2a712013-07-17 13:15:04 -0700602
Scott Mainbbffb4b2012-11-13 07:40:16 -0800603div#title-tabs-wrapper {
604 border-bottom:1px solid #ccc;
605 margin:20px 0 30px;
606}
607h1.with-title-tabs {
608 display:inline-block;
609 margin:0 0 -1px 0;
610 padding:0 60px 0 0;
611 border-bottom:1px solid #F9F9F9;
612}
613ul#title-tabs {
614 list-style:none;
615 padding:0;
616 height:29px;
617 margin:0;
618 font-size:16px;
619 line-height:26px;
620 display:inline-block;
621 vertical-align:bottom;
622}
623ul#title-tabs li {
624 display:block;
625 float:left;
626 margin-right:40px;
627 border-bottom: 3px solid transparent;
628}
629ul#title-tabs li.selected {
630 border-bottom: 3px solid #93C;
631}
632ul#title-tabs li a {
633 color:#333;
634}
635ul#title-tabs li a:hover,
Scott Mainbbffb4b2012-11-13 07:40:16 -0800636ul#title-tabs li a:active {
637 color:#93C !important;
638}
639
640
Scott Maine4d8f1b2012-06-21 18:03:05 -0700641
642/* content body */
643@-webkit-keyframes glowheader {
644 from {
645 background-color: #33b5e5;
646 color: #000;
647 border-bottom-color: #000; }
648
649 to {
650 background-color: transparent;
651 color: #33b5e5;
652 border-bottom-color: #33b5e5; } }
653
654@-moz-keyframes glowheader {
655 from {
656 background-color: #33b5e5;
657 color: #000;
658 border-bottom-color: #000; }
659
660 to {
661 background-color: transparent;
662 color: #33b5e5;
663 border-bottom-color: #33b5e5; } }
664
665@keyframes glowheader {
666 from {
667 background-color: #33b5e5;
668 color: #000;
669 border-bottom-color: #000; }
670
671 to {
672 background-color: transparent;
673 color: #33b5e5;
674 border-bottom-color: #33b5e5; } }
675
676h2:target,
677h3:target {
678 -webkit-animation-name: glowheader;
679 -moz-animation-name: glowheader;
680 animation-name: glowheader;
681 -webkit-animation-duration: 0.7s;
682 -moz-animation-duration: 0.7s;
683 animation-duration: 0.7s;
684 -webkit-animation-timing-function: ease-out;
685 -moz-animation-timing-function: ease-out;
686 animation-timing-function: ease-out; }
687
688.design ol h4 {
689 margin-bottom:0;
690}
691.design ol {
692 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700693 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700694 font-size: 14px;
695 line-height: 20px;
696 list-style-type: none;
697 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700698 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700699 content: counter(item) ". ";
700 counter-increment: item;
701 position: absolute;
702 left: -20px;
703 top: 0; }
704 .design ol li.value-1:before {
705 content: "1. "; }
706 .design ol li.value-2:before {
707 content: "2. "; }
708 .design ol li.value-3:before {
709 content: "3. "; }
710 .design ol li.value-4:before {
711 content: "4. "; }
712 .design ol li.value-5:before {
713 content: "5. "; }
714 .design ol li.value-6:before {
715 content: "6. "; }
716 .design ol li.value-7:before {
717 content: "7. "; }
718 .design ol li.value-8:before {
719 content: "8. "; }
720 .design ol li.value-9:before {
721 content: "9. "; }
722 .design ol li.value-10:before {
723 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700724.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700725 list-style-position: inside;
726 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700727 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700728 display: inline;
729 left: -20px;
730 float: left;
731 width: 17px;
732 color: #33b5e5;
733 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700734.design .with-callouts ul>li {
735 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700736
737/* special list items */
738li.no-bullet {
739 list-style-type: none !important; }
740li.no-bullet *{
741 margin:0; }
742
743.design li.with-icon {
744 position: relative;
745 margin-left: 20px;
746 min-height: 30px; }
747 .design li.with-icon p {
748 margin-left: 0 !important; }
749 .design li.with-icon:before {
750 position: absolute;
751 left: -40px;
752 top: 0;
753 content: '';
754 width: 30px;
755 height: 30px; }
756 .design li.with-icon.tablet:before {
757 background-image: url(../images/styles/ico_phone_tablet.png); }
758 .design li.with-icon.web:before {
759 background-image: url(../images/styles/ico_web.png); }
760 .design li.with-icon.action:before {
761 background-image: url(../images/styles/ico_action.png); }
762 .design li.with-icon.use:before {
763 background-image: url(../images/styles/ico_use.png); }
764
765/* figures and callouts */
766.figure {
767 position: relative; }
768 .figure.pad-below {
769 margin-bottom: 20px; }
770 .figure .figure-callout {
771 position: absolute;
772 color: #fff;
773 font-weight: 500;
774 font-size: 16px;
775 line-height: 23px;
776 text-align: center;
777 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
778 padding-right: 2px;
779 width: 30px;
780 height: 29px;
781 z-index: 1000; }
782 .figure .figure-callout.top {
783 top: -9px; }
784 .figure .figure-callout.right {
785 right: -5px; }
786
787.figure-caption {
788 margin: 0 10px 20px 0;
789 font-size: 14px;
790 line-height: 20px;
791 font-style: italic; }
792
793/* rows of figures */
794.figure-row {
795 font-size: 0;
796 line-height: 0;
797 /* to prevent space between figures */ }
798 .figure-row .figure {
799 display: inline-block;
800 vertical-align: top; }
801 .figure-row .figure + .figure {
802 margin-left: 10px;
803 /* reintroduce space between figures */ }
804
805/* video containers */
806.framed-galaxynexus-land-span-13 {
807 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
808scroll top left;
809 padding: 42px 122px 62px 126px;
810 overflow: hidden; }
811 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
812.framed-galaxynexus-land-span-13 img {
813 width: 512px;
814 height: 286px; }
815
Robert Lyd78354d2012-11-01 17:09:52 -0700816
817.framed-galaxynexus-land-span-8{
818 background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
819scroll top left;
820 padding: 26px 68px 38px 72px;
821 overflow: hidden; }
822 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
823.framed-galaxynexus-land-span-8 img {
824 width: 320px;
825 height: 180px; }
826
Scott Maine4d8f1b2012-06-21 18:03:05 -0700827.framed-galaxynexus-port-span-9 {
828 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
829scroll top left;
830 padding: 95px 122px 107px 124px;
831 overflow: hidden; }
832 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
833.framed-galaxynexus-port-span-9 img {
834 width: 274px;
835 height: 488px; }
836
837.framed-galaxynexus-port-span-5 {
838 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
839scroll top left;
840 padding: 75px 31px 76px 33px;
841 overflow: hidden; }
842 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
843.framed-galaxynexus-port-span-5 img {
844 width: 216px;
845 height: 384px; }
846
Scott Main27403b82013-07-10 16:36:05 -0700847.framed-nexus4-port-216 {
848 background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
849scroll top left;
850 background-size:240px 465px;
851 padding: 52px 12px 52px 12px;
852 overflow: hidden; }
853 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
854 .framed-nexus4-port-216 img {
855 width: 216px;
856 height: 360px; }
857
858
Scott Maine4d8f1b2012-06-21 18:03:05 -0700859/* landing page disclosures */
860.landing-page-link {
861 text-decoration: none;
862 font-weight: 500;
863 color: #333333; }
864 .landing-page-link:after {
865 content: '';
866 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
867 width: 10px;
868 height: 10px;
869 display: inline-block;
870 margin-left: 5px; }
871
872/* tooltips */
873.tooltip-box {
874 position: absolute;
875 background-color: rgba(0, 0, 0, 0.9);
876 border-radius: 2px;
877 font-size: 14px;
878 line-height: 20px;
879 color: #fff;
880 padding: 6px 10px;
881 max-width: 250px;
882 z-index: 10000; }
883 .tooltip-box.below:after {
884 position: absolute;
885 content: '';
886 line-height: 0;
887 display: block;
888 top: -10px;
889 left: 5px;
890 border: 5px solid transparent;
891 border-bottom-color: rgba(0, 0, 0, 0.9); }
892
893/* video note */
894.video-instructions {
895 margin-top: 10px;
896 margin-bottom: 10px; }
897 .video-instructions:before {
898 content: '';
899 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
900 display: inline-block;
901 width: 12px;
902 height: 12px;
903 margin-right: 8px; }
904 .video-instructions:after {
905 content: 'Click device screen to replay movie.'; }
906
907/* download buttons */
908.download-button {
909 display: block;
910 margin-bottom: 5px;
911 text-decoration: none;
912 background-color: #33b5e5;
913 color: #fff !important;
914 font-weight: 500;
915 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
916 padding: 6px 12px;
917 border-radius: 2px; }
918 .download-button:hover, .download-button:focus {
919 background-color: #0099cc;
920 color: #fff !important; }
921 .download-button:active {
922 background-color: #006699; }
923
924/* UI tables and other things found in Writing style and Settings pattern */
925.ui-table {
926 width: 100%;
927 background-color: #282828;
928 color: #fff;
929 border-radius: 2px;
930 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
931 border-collapse: separate; }
932 .ui-table th,
933 .ui-table td {
934 padding: 5px 10px;
Scott Main98a2a712013-07-17 13:15:04 -0700935 background-color: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700936 border:0;}
937 .ui-table thead th {
938 font-weight: bold; }
939 .ui-table tfoot td {
940 border-top: 1px solid #494949;
941 border-right: 1px solid #494949;
942 text-align: center; }
943 .ui-table tfoot td:last-child {
944 border-right: 0; }
945
946.layout-with-list-item-margins {
947 margin-left: 30px !important; }
948
949.emulate-content-left-padding {
950 margin-left: 10px; }
951
952.do-dont-label {
953 margin-bottom: 10px;
954 padding-left: 20px;
955 background: transparent none no-repeat scroll 0px 3px; }
956 .do-dont-label.bad {
957 background-image: url(../images/styles/ico_wrong.png); }
958 .do-dont-label.good {
959 background-image: url(../images/styles/ico_good.png); }
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -0700960
Scott Maine4d8f1b2012-06-21 18:03:05 -0700961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979/***** PREVIOUSLY style.css ******************/
980
981
982
983
984
985@media screen, projection, print {
986[dir='rtl'] {
987 direction: rtl;
988}
989html {
990 line-height: 20px;
991}
992pre, table, input, textarea, code {
993 font-size: 1em;
994}
995address, abbr, cite {
996 font-style: normal;
997}
998[dir='rtl'] th {
999 text-align: right;
1000}
1001html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1002html[lang^=zh] blockquote, html[lang^=zh] q {
1003 font-style: normal;
1004}
1005q {
1006 font-style: italic;
1007}
1008fieldset, iframe, img {
1009 border: 0;
1010}
Scott Main98a2a712013-07-17 13:15:04 -07001011img {
Scott Mainb7f96372013-02-07 16:56:43 -08001012 -ms-interpolation-mode: bicubic;
1013 vertical-align: middle;
1014 max-width: 100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001015}
1016q {
1017 quotes: none;
1018}
1019sup, sub {
1020 font-size: 11px;
1021 line-height: 0;
1022}
1023}
1024
1025@media screen, projection {
1026
1027table, fieldset {
1028 margin: 0;
1029}
1030h1 {
1031 color:#333;
1032 font-size: 22px;
1033 margin: 20px 0 20px;
1034 padding:0 0 10px;
1035}
1036h1, h2 {
1037 line-height: 32px;
1038}
1039h1.short {
1040 margin-right:320px;
1041}
1042h1.short {
1043 margin-right:320px;
1044}
1045h1.super {
Scott Main98a2a712013-07-17 13:15:04 -07001046 font-size: 37px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001047}
1048h2 {
1049 color:#333;
1050 font-size: 20px;
1051 margin: 20px 0 20px;
1052 padding:0;
1053}
1054h3 {
1055 color:#333;
1056 font-size: 18px;
1057}
1058h3, h4 {
1059 color:#333;
1060 line-height: 20px;
1061 margin: 10px 0;
1062}
1063h4 {
Scott Mainb7f96372013-02-07 16:56:43 -08001064 font-size: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001065}
1066h5 {
Scott Main98a2a712013-07-17 13:15:04 -07001067 font-size: 14px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001068}
1069h5, h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001070 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001071}
1072h6 {
Scott Main98a2a712013-07-17 13:15:04 -07001073 font-size: 12px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001074}
1075hr { /* applied to the bottom of h2 elements */
Scott Mainb7f96372013-02-07 16:56:43 -08001076 height: 1px;
1077 margin: 5px 0 20px;
1078 border: 0;
1079 background: #ccc;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001080}
1081p, pre, table, form {
1082 margin: 0 0 15px;
1083}
1084small {
Scott Mainb7f96372013-02-07 16:56:43 -08001085 font-size: 11.5px;
1086 color: #000;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001087}
1088ul, ol {
1089 margin: 0 0 15px 18px;
1090 padding: 0;
1091}
1092[dir='rtl'] ul, [dir='rtl'] ol {
1093 margin: 10px 30px 10px 10px;
1094}
1095ul ul, ul ol, ol ul, ol ol {
1096 margin-bottom: 0;
1097 margin-top: 0;
1098}
1099li {
Scott Main52948fc2012-09-18 11:27:59 -07001100 margin:0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001101}
1102dd {
1103 margin:0 0 10px 30px;
1104}
Scott Maina07be8e2013-03-06 12:12:21 -08001105dd p,
1106dd pre,
1107dd ul,
1108dd ol,
1109dd dl {
Scott Main24790db2013-03-19 14:38:59 -07001110 margin-top:10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001111}
Scott Maindb3678b2012-10-23 14:13:41 -07001112li p,
1113li pre,
1114li ul,
Scott Maina07be8e2013-03-06 12:12:21 -08001115li ol,
1116li dl {
Scott Maindb3678b2012-10-23 14:13:41 -07001117 margin-top:5px;
1118 margin-bottom:5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001119}
1120pre strong, pre b, a strong, a b, a code {
1121 color: inherit;
1122}
1123pre, code {
1124 color: #060;
Scott Maina07be8e2013-03-06 12:12:21 -08001125 font: 13px/1.5 monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001126}
1127code {
1128 font-weight:bold;
Scott Maina07be8e2013-03-06 12:12:21 -08001129 font: 13px/14px monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001130}
1131
1132legend {
1133 display: none;
1134}
1135a:link, a:visited {
1136 color: #258aaf;
1137 text-decoration: none;
1138}
1139a:focus, a:hover, a:active {
1140 color: #33B5E5;
1141 text-decoration: none;
1142}
1143strong, b {
1144 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -07001145 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001146}
1147table {
1148 border-collapse: collapse;
1149 border-spacing: 0;
1150 border:0;
1151 margin: .5em 1em 1em 0;
1152 width:100%; /* consistent table widths; within IE's quirks */
1153 background-color:#f7f7f7;
1154}
1155th, td {
1156 padding: 4px 12px;
1157 vertical-align: top;
1158 text-align: left;
1159}
1160td {
1161 background-color:inherit;
1162 border:solid 1px #DDD;
1163}
Scott Maineb410352013-01-14 19:03:40 -08001164td *:last-child {
1165 margin-bottom:0;
1166}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001167th {
1168 background-color: #999;
1169 color: #fff;
1170 border:solid 1px #DDD;
1171 font-weight: normal;
1172}
1173tr:first-of-type th:first-of-type:empty {
1174 visibility: hidden;
1175}
1176/* --------------------------------------------------------------------------
1177Footer
1178*/
1179.line {
1180 clear: both;
1181 background: #acbc00;
1182 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1183 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1184color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1185 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1186 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1187 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1188 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1189 height: 2px;
1190 margin-top: 150px;
1191 position: relative;
1192 z-index: 11;
1193}
1194#footer {
1195 font-size:11px;
1196 clear: both;
1197 color: #999;
1198 padding: 15px 0;
1199 margin-top:10px;
1200 width:auto;
1201}
1202#footer-local ul {
Scott Mainb7f96372013-02-07 16:56:43 -08001203 list-style: none;
1204 margin: 5px 0 30px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001205}
1206#footer-local li {
1207 display: inline;
1208}
1209#footer-local li+li:before {
1210 content: '|';
1211 padding: 0 3px;
Scott Mainb7f96372013-02-07 16:56:43 -08001212 color: #e5e5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001213}
1214#footer-global {
1215 padding: 10px 15px;
Scott Mainb7f96372013-02-07 16:56:43 -08001216 background: #f5f5f5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001217}
1218#footer-global {
1219 border-top: 1px solid #ebebeb;
1220 font-size: 11.5px;
1221 line-height: 1.8;
1222 list-style: none;
1223}
1224#footer-global ul {
1225 margin: 0;
1226}
1227#footer-global li {
1228 display: inline;
1229 font-weight: bold;
1230}
1231#footer-global li+li:before {
1232 content: '¬?';
1233 padding: 0 3px;
1234}
1235* html #footer-global li {
1236 margin: 0 13px 0 0;
1237}
1238* [dir='rtl'] #footer-global li {
1239 margin: 0 0 0 13px;
1240}
1241*+html #footer-global li {
1242 margin: 0 13px 0 0;
1243}
1244*+[dir='rtl'] #footer-global li {
1245 margin: 0 0 0 13px;
1246}
1247#footer-global li a {
1248 font-weight: normal;
1249}
1250.locales {
1251 margin: 10px 0 0 0px;
1252}
1253[dir='rtl'] .locales {
1254 background-position: right center;
1255 float: left;
1256 padding: 0 24px 0 0;
1257}
1258.locales form {
Scott Main98a2a712013-07-17 13:15:04 -07001259 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001260}
1261.locales select, .sites select {
1262 line-height: 3.08;
1263 margin: 0px 0;
1264 border: solid 1px #EBEBEB;
1265 -webkit-appearance: none;
1266 background: white url('../images/arrows-up-down.png') right center no-repeat;
1267 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001268 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001269 line-height: normal;
1270 padding: 5px;
1271 width: 230px;
1272}
1273}
1274
1275/* =============================================================================
1276 Print Only
1277 ========================================================================== */
1278@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001279 /* configure printed page */
1280 @page {
1281 margin: 0.75in 1in;
1282 widows: 4;
1283 orphans: 4;
1284 }
1285
1286 /* reset spacing metrics */
1287 html, body, .wrap {
1288 margin: 0 !important;
1289 padding: 0 !important;
1290 width: auto !important;
1291 }
1292
1293 /* leave enough space on the left for bullets */
1294 body {
1295 padding-left: 20px !important;
1296 }
1297 #doc-col {
1298 margin-left: 0;
1299 }
1300
1301 /* hide a bunch of non-content elements */
1302 #header, #footer, #nav-x, #side-nav,
1303 .training-nav-top, .training-nav-bottom,
1304 #doc-col .content-footer,
1305 .nav-x, .nav-y,
1306 .paging-links,
1307 a.totop {
1308 display: none !important;
1309 }
1310
1311 /* remove extra space above page titles */
1312 #doc-col .content-header {
1313 margin-top: 0;
1314 }
1315
1316 /* bump up spacing above subheadings */
1317 h2 {
1318 margin-top: 40px !important;
1319 }
1320
1321 /* print link URLs where possible and give links default text color */
1322 p a:after {
1323 content: " (" attr(href) ")";
1324 font-size: 80%;
1325 }
1326 p a {
1327 word-wrap: break-word;
1328 }
1329 a {
1330 color: inherit;
1331 }
1332
1333 /* syntax highlighting rules */
1334 .str { color: #060; }
1335 .kwd { color: #006; font-weight: bold; }
1336 .com { color: #600; font-style: italic; }
1337 .typ { color: #404; font-weight: bold; }
1338 .lit { color: #044; }
1339 .pun { color: #440; }
1340 .pln { color: #000; }
1341 .tag { color: #006; font-weight: bold; }
1342 .atn { color: #404; }
1343 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001344}
1345
1346/* =============================================================================
1347 Columns
1348 ========================================================================== */
1349
1350@media screen, projection, print {
1351.full {
Scott Mainb7f96372013-02-07 16:56:43 -08001352 padding: 2.5em 0;
1353 border-top: solid 1px #ddd;
1354 border-bottom: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07001355 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001356}
1357.wrap {
Scott Mainb7f96372013-02-07 16:56:43 -08001358 margin: 0 auto;
1359 width: 940px;
1360 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001361}
1362.cols {
1363 height: 1%;
1364 margin: 0 -1.533742331288343558282%;
1365 width: 103.06748466257669%}
1366*+html .cols {
1367 margin-bottom: 20px;
1368}
1369.cols:after {
1370 clear: both;
1371 content: ' ';
1372 display: block;
1373 height: 0;
1374 visibility: hidden;
1375}
1376.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1377.col-13, .col-14, .col-15, .col-16 {
1378 display: inline;
Scott Mainb7f96372013-02-07 16:56:43 -08001379 float: left;
1380 margin-left: 10px;
1381 margin-right: 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001382}
1383/*
1384* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1385.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1386 margin: 0;
1387 padding: 0 1.4% 20px;
1388}
1389[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1390[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1391[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1392 float: right;
1393}
1394*/
1395.col-1 { width: 40px }
1396.col-2 { width: 100px }
1397.col-3 { width: 160px }
1398.col-4 { width: 220px }
1399.col-5 { width: 280px }
1400.col-6 { width: 340px }
1401.col-7 { width: 400px }
1402.col-8 { width: 460px }
1403.col-9 { width: 520px }
1404.col-10 { width: 580px }
1405.col-11 { width: 640px }
1406.col-12 { width: 700px }
1407.col-13 { width: 760px }
1408.col-14 { width: 820px }
1409.col-15 { width: 880px }
1410.col-16 { width: 940px }
1411}
1412
1413.col-right {
1414 margin-right:0px;
1415}
1416
1417@media screen and (max-width:772px) {
1418.col-5, .col-6, .col-7 {
1419 clear: both;
1420 width: 97.0238096%}
1421}
1422
1423/* =============================================================================
1424 Layout
1425 ========================================================================== */
1426@media screen, projection, print {
1427
1428/* --------------------------------------------------------------------------
1429Header, Login, Nav-X, Search
1430*/
1431#header {
Scott Mainb7f96372013-02-07 16:56:43 -08001432 padding: 2.2em 0 0.2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001433}
1434#header:before, #header:after {
Scott Mainb7f96372013-02-07 16:56:43 -08001435 content: "";
1436 display: table;
1437 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001438}
1439.logo, .nav-x {
1440 float: left;
1441}
1442.nav-x {
1443 margin-top: -2px;
Scott Mainb7f96372013-02-07 16:56:43 -08001444 list-style-type: none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001445}
1446.nav-x a {
1447 color: #333;
1448 font-size: 16px;
1449}
1450.design a.selected {
1451 color: #33b5e5;
1452}
1453.develop a.selected {
1454 color: #F80;
1455}
1456.distribute a.selected {
1457 color: #9C0;
1458}
1459
1460
1461
1462.nav-x li {
1463 display: inline;
1464 margin-right: 45px;
1465}
1466.search {
Scott Mainb7f96372013-02-07 16:56:43 -08001467 float: right;
1468 position: relative;
1469 width: 220px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001470}
1471.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001472 position: absolute;
1473 background-color: #a3a3a3;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001474}
1475.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08001476 width: 220px;
1477 height: 1px;
1478 top: 24px;
1479 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001480}
Scott Main98a2a712013-07-17 13:15:04 -07001481.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001482 height: 5px;
1483 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001484}
Scott Mainb7f96372013-02-07 16:56:43 -08001485.search .left { top: 19px; left: 0 }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001486.search .right { top: 19px; right: 0 }
1487.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08001488 float: left;
1489 margin-top: 2px;
1490 width: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001491}
1492.search .close,
1493#player-frame .close {
1494 position: absolute;
1495 right: 8px;
1496 bottom: 4px;
1497 width: 16px;
1498 height: 16px;
1499 margin: 0;
1500 text-indent: -1000em;
1501 background: url(../images/close.png) no-repeat 0 0;
1502 z-index:9999;
1503}
1504.search .close:hover, .search .close:focus,
1505#player-frame .close:hover, #player-frame .close:focus {
1506 background-position: -16px 0;
1507 cursor:pointer;
1508}
1509#player-frame .close {
1510 top: 6px;
1511}
1512.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08001513 color: #999;
1514 font-size: 1em;
1515 width: inherit;
1516 border: none;
1517 margin: 0;
1518 padding:0 0 0 6px;
1519 z-index: 1500;
1520 background-color: transparent
Scott Maine4d8f1b2012-06-21 18:03:05 -07001521}
1522.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001523 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001524}
1525.search:hover .icon {
Scott Mainb7f96372013-02-07 16:56:43 -08001526 background-position: -8px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001527}
1528.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08001529 color: #222;
1530 font-weight: bold;
1531 outline:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001532}
1533/* Search Dropdown */
1534.search-dropdown {
Scott Mainb7f96372013-02-07 16:56:43 -08001535 padding: 15px;
1536 width: 192px;
1537 border: solid 1px #c5c5c5;
1538 background: #fff;
1539 position: absolute;
1540 top: 35px;
1541 left: 0;
1542 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1543 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1544 box-shadow: 0 0 10px rgba(0,0,0,0.2)
Scott Maine4d8f1b2012-06-21 18:03:05 -07001545}
1546.search-dropdown ul, .search-dropdown ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08001547 list-style-type: none;
1548 margin: 0;
1549 padding: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001550}
1551.search-dropdown ul li {
Scott Main98a2a712013-07-17 13:15:04 -07001552 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001553}
1554.search-dropdown img {
Scott Mainb7f96372013-02-07 16:56:43 -08001555 float: left;
1556 margin: 0 10px 10px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001557}
1558.search-dropdown h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001559 color: #222;
1560 margin: 0;
1561 line-height: normal
Scott Maine4d8f1b2012-06-21 18:03:05 -07001562}
1563.search-dropdown .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001564 color: #999;
1565 font-size: 11.5px;
1566 line-height: normal;
1567 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001568}
1569.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001570 color: #33b5e5
Scott Maine4d8f1b2012-06-21 18:03:05 -07001571}
1572/* --------------------------------------------------------------------------
1573Buttons
1574*/
1575.button, a.button, .button-secondary, a.button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001576 border-image: initial;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001577 -webkit-border-radius: 2px;
1578 -moz-border-radius: 2px;
1579 border-radius: 2px;
1580 cursor: pointer;
1581}
1582.button, a.button {
Scott Mainab4daf42012-11-30 11:27:17 -08001583 display:inline-block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001584 background-color: #09c;
1585 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1586 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1587 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1588 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1589 background-image: -o-linear-gradient(top, #2faddb, #09c);
1590 background-image: linear-gradient(top, #2faddb, #09c);
1591 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1592 border: 1px solid #3990ab;
1593 color: #fff;
1594}
1595.button-secondary, a.button-secondary {
1596 background-color: #f3f3f3;
1597 border: 1px solid #dcdcdc;
1598 color: #444;
1599}
1600a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001601 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001602 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001603 min-width: 54px;
1604 outline: 0;
1605 padding: 8px 15px;
1606 text-align: center;
1607}
1608.button, .button-secondary {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001609 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001610 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001611 min-width: 54px;
1612 outline: 0;
1613 padding: 0 15px;
1614 text-align: center;
1615}
1616.button:hover, a.button:hover {
1617 border-color: #09c;
1618 background-color: #4cadcb;
1619 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1620 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1621 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1622 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1623 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1624 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1625 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1626EndColorStr='#4cadcb',GradientType=0);
1627 color: #fff !important;
1628}
1629.button:active, a.button:active {
1630 background-color: #1e799a;
1631 background-image: none;
1632 border-color: #30b7e6;
1633}
Scott Maindb3678b2012-10-23 14:13:41 -07001634a.button.big.subtitle {
1635 line-height:18px;
1636}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001637.button-secondary:hover, a.button-secondary:hover {
1638 border-color: #dbdbdb;
1639 background-color: #f3f3f3;
1640 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1641 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1642 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1643 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1644 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1645 background-image: linear-gradient(top, #f9f9f9, #ececec);
1646 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1647EndColorStr='#ececec');
1648 color: #33B5E5 !important;
1649}
1650.button-secondary:active, a.button-secondary:active {
Scott Maindb3678b2012-10-23 14:13:41 -07001651 border-color: #dadada;
Scott Mainb7f96372013-02-07 16:56:43 -08001652 background: #ebebeb; /* Old browsers */
1653 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1654 background:
Scott Maine4d8f1b2012-06-21 18:03:05 -07001655url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1656Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1657eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1658CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1659eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1660YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1661CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1662CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1663CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1664CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1665R3JhZGllbnQ+
1666CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1667Lz4KPC9zdmc+);
Scott Mainb7f96372013-02-07 16:56:43 -08001668 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
Scott Maine4d8f1b2012-06-21 18:03:05 -07001669#ffffff 100%); /* FF3.6+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001670 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
Scott Maine4d8f1b2012-06-21 18:03:05 -07001671color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1672/* Chrome,Safari4+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001673 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
Scott Maine4d8f1b2012-06-21 18:03:05 -0700167490%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001675 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001676100%); /* Opera 11.10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001677 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001678100%); /* IE10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001679 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001680100%); /* W3C */
Scott Mainb7f96372013-02-07 16:56:43 -08001681 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
Scott Maine4d8f1b2012-06-21 18:03:05 -07001682endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
Scott Mainb7f96372013-02-07 16:56:43 -08001683 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1684 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Main98a2a712013-07-17 13:15:04 -07001685 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Mainb7f96372013-02-07 16:56:43 -08001686 color: #258AAF !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001687}
1688.button.big {
1689 font-size:20px;
1690 display:inline-block;
1691}
Scott Maindb3678b2012-10-23 14:13:41 -07001692.button.big span.small {
1693 font-size:14px;
1694}
1695.button-caption {
1696 margin-top:10px;
1697 font-size:12px;
1698 font-style:italic;
1699}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001700
1701.button.disabled,
1702.button.disabled:hover,
1703.button.disabled:active {
1704 background:#ebebeb;
Scott Maindb3678b2012-10-23 14:13:41 -07001705 color:#999 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001706 border-color:#999;
1707 cursor:default;
1708}
1709
1710.training-nav-top a.button-secondary,
1711.training-nav-bottom a.button-secondary {
1712 display:block;
1713 float:left;
1714 margin:0;
1715 width:130px;
1716 text-transform:uppercase;
1717 font-weight:bold;
Scott Main98a2a712013-07-17 13:15:04 -07001718
Scott Maine4d8f1b2012-06-21 18:03:05 -07001719 background-color: #f3f3f3;
1720 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1721 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1722 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1723 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1724 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1725 background-image: linear-gradient(top, #f9f9f9, #ececec);
1726 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1727EndColorStr='#ececec');
1728 color: #33B5E5;
1729}
1730
1731.training-nav-top a.button-secondary:hover,
1732.training-nav-bottom a.button-secondary:hover {
1733 background-color: #09c;
1734 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1735 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1736 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1737 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1738 background-image: -o-linear-gradient(top, #2faddb, #09c);
1739 background-image: linear-gradient(top, #2faddb, #09c);
1740 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1741 border: 1px solid #3990ab;
1742 color: #fff !important;
1743}
1744
1745.training-nav-top a.button-secondary.last,
1746.training-nav-bottom a.button-secondary.last {
1747 border-left:0;
1748}
1749
1750.training-nav-top a.button-secondary.double-size,
1751.training-nav-bottom a.button-secondary.double-size {
1752 width:291px;
1753}
1754
1755.training-nav-top,
1756.training-nav-bottom {
1757 float:right;
1758 margin:0 0 0 20px;
1759}
1760
1761.training-nav-bottom {
1762 padding:0 0 20px;
1763}
1764
1765#tb-wrapper,
1766#qv-wrapper {
1767 float:right;
1768 clear:right;
Scott Maincef39242013-06-19 20:25:34 -07001769 margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maine4d8f1b2012-06-21 18:03:05 -07001770 padding:0 0 20px;
1771}
1772
Scott Maincef39242013-06-19 20:25:34 -07001773#tb-wrapper {
1774 margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1775}
1776
Scott Maine4d8f1b2012-06-21 18:03:05 -07001777#tb,
1778#qv {
1779 font-size:13px;
1780 line-height:18px;
1781 width:238px;
1782 border:1px solid #ccc;
1783 float:right;
1784}
1785
1786#tb {
1787 width:278px;
1788}
1789
1790#tb h2,
1791#qv h2 {
1792 margin:10px 15px;
1793 padding:0;
1794 text-transform:uppercase;
1795 border-bottom:1px solid gainsboro;
1796}
1797
1798#tb *,
1799#qv * {
1800 font-size:inherit;
1801}
1802
Scott Main8c0f5b32013-07-08 15:12:02 -07001803#tb .download-box,
1804#qv .download-box {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001805 padding:0 0 0 15px;
1806}
1807
Scott Main8c0f5b32013-07-08 15:12:02 -07001808#tb .download-box .filename,
1809#qv .download-box .filename {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001810 font-size:11px;
1811 margin:4px 4px 10px;
1812 color:#666;
1813}
1814
1815
1816/* Dev guide quicknav */
1817
1818.sidebox-wrapper {
1819 float:right;
1820 clear:right;
1821 margin:0 0 0 20px;
1822 padding:0 0 20px;
1823}
1824
1825.sidebox {
1826 width:226px;
1827 font-size:13px;
1828 line-height:18px;
1829 border-left:4px solid #99CC00;
1830 float:right;
1831 padding:0 0 0 10px;
Scott Main24bbcd52012-09-21 14:33:43 -07001832 margin:0 0 1em 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001833}
1834
1835.sidebox h2,
1836.sidebox h3,
1837.sidebox h4,
1838.sidebox h5 {
1839 font-weight:bold;
1840 margin:0 0 10px;
1841}
1842
1843.sidebox * {
1844 font-size:inherit;
1845}
1846
1847#tb ol,
1848#tb ul,
1849#qv ul {
1850 margin:0 15px 10px 35px;
1851}
1852
1853#qv ol {
1854 list-style:none;
1855 margin:0 15px 15px;
1856 font-size:inherit;
1857 line-height:inherit;
1858}
1859
1860#tb ol ol,
1861#tb ul ul,
1862#qv ol ol,
1863#qv ul ul,
1864.sidebox ol ol,
1865.sidebox ul ul {
1866 margin-bottom:0;
1867}
1868
1869#qv ol ol {
1870 margin:3px 0 3px 15px;
1871}
1872
1873.sidebox p,
1874#qv p,
1875#tb p {
1876 margin: 0 0 10px;
1877}
1878
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001879/* related resources blocks in checklists */
1880
1881.rel-resources {
1882 margin:10px 0px;
1883 border:1px solid #ccc;
1884 background-color:rgba(0, 0, 0, 0.027451);
1885 border:1px solid #ccc;
1886 font-size:13px;
1887 color:#6f6f6f;
1888}
1889
1890.rel-resources ul {
1891padding: .5em 1em 0 1em;
1892}
1893
1894.rel-resources a {
1895font-weight:500;
1896}
1897
1898.rel-resources h3 {
1899 margin:4px 15px 0px 15px;
1900 font-size:13px;
1901 font-weight:600;
1902 text-transform:uppercase;
1903}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001904
1905/* --------------------------------------------------------------------------
1906Form
1907*/
1908.article form {
1909 margin: 0 0 20px;
1910}
1911.article form .form-required {
1912 color: #dd4b39;
1913}
1914.article form fieldset {
1915 margin: 0 0 20px;
1916 padding: 0;
1917}
1918.article form legend {
1919 display: block;
1920 line-height: 1.5;
1921 margin: 0;
1922 padding: 0;
1923}
1924/*
1925.article form ol, .article form ul {
1926 margin: 0 0 0 1em;
1927 padding: 0 0 0 1em;
1928}
1929[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1930 margin: 0 1em 0 0;
1931 padding: 0 1em 0 0;
1932}
1933.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1934ul ul {
1935 list-style: none;
1936 margin: 0;
1937 padding: 0;
1938}
1939.article form li {
1940 margin: 0 0 20px;
1941}
1942.article form li li {
1943 margin: 0 0 5px;
1944}
1945*/
1946.article form label {
1947 display: block;
1948 margin: 0 0 5px;
1949 padding: 0;
1950}
1951.article form input[type='text'], .article form select, .article form textarea, .article form
1952.checkbox-group, .article form .radio-group {
1953 margin-bottom: 15px;
1954}
1955.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08001956 width: 13px;
1957 height: 13px;
1958 background: #fff;
1959 border: solid 1px #c6c6c6;
1960 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001961}
1962.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08001963 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07001964}
1965.article form select {
1966 border: solid 1px #ebebeb;
1967 border-top-color: #ddd;
1968 -webkit-appearance: none;
1969 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
1970 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001971 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001972 line-height: normal;
1973 padding: 5px;
1974 width: 130px;
1975}
Scott Main98a2a712013-07-17 13:15:04 -07001976
Scott Maine4d8f1b2012-06-21 18:03:05 -07001977.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07001978 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001979}
1980.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001981 height: auto;
1982 line-height: 25px;
1983 font-size: 11px;
1984 padding: 0 8px;
1985 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001986}
1987.article form input[type='text'], .article form textarea {
1988 border: 1px solid #ebebeb;
1989 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07001990 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001991 line-height: normal;
1992 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07001993 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001994}
1995.article form textarea {
1996 height: 150px;
1997}
1998.article form input[type='text']:focus, .article form textarea:focus {
1999 border-color: #33B5E5;
2000 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2001 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2002 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2003 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2004 outline: 0;
2005}
2006.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2007 color: #999;
2008}
2009.article form input[type='text'][disabled], .article form textarea[disabled] {
2010 background-color: #ebebeb;
2011}
2012form .form-error input[type='text'], form .form-error textarea {
2013 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002014 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002015}
2016.aside {
2017 -moz-border-radius: 2px;
2018 -webkit-border-radius: 2px;
2019 border-radius: 2px;
2020 margin: 10px 0;
2021 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002022 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002023 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002024 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002025}
2026/*
2027.aside, .notification, .promo {
2028 -moz-border-radius: 2px;
2029 -webkit-border-radius: 2px;
2030 border-radius: 2px;
2031 margin: 10px 0;
2032 padding: 10px;
2033 position: relative;
2034}
2035.aside>:first-child, .notification>:first-child, .promo>:first-child {
2036 margin-top: 0;
2037}
2038.aside>:last-child, .notification>:last-child, .promo>:last-child {
2039 margin-bottom: 0;
2040}
2041.aside {
2042 background: #f9f9f9;
2043}
2044.notification {
2045 background: #fffbe4;
2046 border-color: #f8f6e6;
2047}
2048.promo {
2049 background: #f6f9ff;
2050 border-color: #eff2f9;
2051}
2052*/
Scott Maindb3678b2012-10-23 14:13:41 -07002053
2054/* SDK TOS styles */
2055
2056div.sdk-terms {
2057 white-space: pre-wrap;
2058 word-wrap: break-word;
2059 font-family: inherit;
2060 font-size: inherit;
2061 padding: 10px;
2062 height: 370px;
2063 width: 738px;
2064 border: 1px solid #444;
2065 background: transparent;
2066 overflow:auto;
2067 margin:0 0 10px;
2068}
2069
2070div.sdk-terms.fullsize {
2071 padding: 0;
2072 height: auto;
2073 width: auto;
2074 border:none;
2075}
2076
2077div.sdk-terms h3,
2078div.sdk-terms h2 {
2079 margin:0;
2080}
2081
2082div#sdk-terms-form {
2083 padding:0 0 0 10px;
2084}
2085
Scott Main11ac05b2012-11-15 14:57:44 -08002086div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002087 display:inline;
2088 margin:4px 4px 4px 0;
2089}
2090
2091
Scott Maine4d8f1b2012-06-21 18:03:05 -07002092/* --------------------------------------------------------------------------
2093Code Style
2094*/
2095pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002096 margin:0 0 1em 0;
2097 padding: 1em;
2098 overflow: auto;
2099 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002100 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002101}
2102.str { color: #080; }
2103.kwd { color: #008; }
2104.com { color: #800; }
2105.typ { color: #606; }
2106.lit { color: #066; }
2107.pun { color: #660; }
2108.pln { color: #000; }
2109.tag { color: #008; }
2110.atn { color: #828; }
2111.atv { color: #080; }
2112.dec { color: #606; }
2113
2114/* --------------------------------------------------------------------------
2115Three-Pane
2116*/
2117/* Package Nav & Classes Nav */
2118.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002119 position: relative;
2120 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002121}
2122#packages-nav .js-pane,
2123#classes-nav .js-pane {
2124 overflow:visible;
2125}
2126#packages-nav {
2127 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002128 max-height: inherit;
2129 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002130 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002131}
2132#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002133 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002134 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002135}
2136#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002137 list-style-type: none;
2138 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002139 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002140}
2141#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002142 font-weight: bold;
2143 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002144}
2145#packages-nav li,
2146#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002147 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002148}
2149#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2150#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002151 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002152}
2153#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2154#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2155#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002156 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002157 font-weight: normal;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002158}
2159#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2160#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002161 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002162}
2163#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2164a:visited,
2165#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2166a:visited,
2167#nav-tree li div.selected {
2168 font-weight: 500;
2169 color: #0099cc;
2170 background-color:#fff; }
2171 #packages-nav li.selected ul li a,
2172 #classes-nav li.selected ul li a {
2173 /* don't highlight child items */
2174 color: #555555; }
2175#nav-tree li div.selected a {
2176 font-weight: 500;
2177 color: #0099cc;
2178}
2179#nav-swap {
2180 height:30px;
2181 border-top:1px solid #ccc;
2182}
2183#nav-swap a {
2184 display:inline-block;
2185 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002186 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002187 font-size: 12px;
2188 padding: 5px 0 5px 5px;
2189}
2190
2191#nav-swap .fullscreen {
2192 float: right;
2193 width: 24px;
2194 height: 24px;
2195 text-indent: -1000em;
2196 padding:0;
2197 margin:3px 5px 0;
2198 background: url(../images/fullscreen.png) no-repeat -24px 0;
2199}
2200#nav-swap .fullscreen.disabled {
2201 background-position: 0 0;
2202}
Scott Main98a2a712013-07-17 13:15:04 -07002203#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002204#nav-swap .fullscreen:focus {
2205 cursor:pointer;
2206}
2207
2208
2209/* nav tree */
2210#side-nav, #devdoc-nav, #swapper,
2211#nav-tree, #tree-list {
2212 overflow:hidden;
2213 margin-left:0;
2214}
2215
2216#nav-tree ul {
2217 list-style:none;
2218 padding:0;
2219 margin:10px 0;
2220}
2221
2222#nav-tree ul li div {
2223 padding:0 0 0 4px;
2224}
2225
2226#side-nav #nav-tree ul li a,
2227#side-nav #nav-tree ul li span.no-children {
2228 padding: 0;
2229 margin: 0;
2230}
2231
2232#nav-tree .plus {
2233 margin: 0 3px 0 0;
2234}
2235
2236#nav-tree ul ul {
2237 list-style: none;
2238 margin: 0;
2239 padding: 0 0 0 0;
2240}
2241
2242#nav-tree ul li {
2243 margin: 0;
2244 padding: 0 0 0 0;
2245 white-space: nowrap;
2246}
2247
2248#nav-tree .children_ul {
2249 padding:0;
2250 margin:0;
2251}
2252#nav-tree .children_ul li div {
2253 padding:0 0 0 10px;
2254}
2255#nav-tree .children_ul .children_ul li div {
2256 padding:0 0 0 20px;
2257}
2258
2259#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002260 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002261 text-decoration: none;
2262}
2263
2264#nav-tree span.label {
2265 width: 100%;
2266}
2267
2268#nav-tree {
2269 overflow-x: auto;
2270 overflow-y: scroll;
2271 outline:0;
2272}
2273
2274
2275/* Content */
2276#doc-col {
2277 margin-right:0;
2278}
2279#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002280 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002281}
2282#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002283 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002284}
2285#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002286 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002287}
2288#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002289 line-height: 0;
2290 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002291}
2292#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002293 float: right;
2294 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002295}
2296#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002297 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002298}
2299#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002300 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002301}
2302#api-nav-header {
2303 height:19px; /* plus 16px padding = 35; same as #nav li */
2304 font-size:14px;
2305 padding: 8px 0;
2306 margin: 0;
2307 border-bottom: 1px solid #CCC;
2308 background:#e9e9e9;
2309 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2310
2311}
2312#api-nav-title {
2313 padding:0 5px;
2314 white-space:nowrap;
2315}
2316
2317#api-level-toggle {
2318 float:right;
2319 padding:0 5px;
2320}
2321
2322#api-level-toggle label {
2323 margin:0;
2324 vertical-align:top;
2325 line-height: 19px;
2326 font-size:13px;
2327 height: 19px;
2328}
2329
2330#api-level-toggle .select-wrapper {
2331 width: 35px;
2332 display: inline-block;
2333 overflow: hidden;
2334}
2335#api-level-toggle select {
2336 border: 0;
2337 appearance:none;
2338 -moz-appearance:none;
2339 -webkit-appearance: none;
2340 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002341 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002342 height: 19px;
2343 line-height: 19px;
2344 padding: 0;
2345 margin:1px 0 0 0;
2346 width:150%;
2347 font-size:13px;
2348 vertical-align:top;
2349 outline:0;
2350}
2351
2352
2353/* Toggle for revision notes and stuff */
2354div.toggle-content.closed .toggle-content-toggleme {
2355 display:none;
2356}
2357
2358#jd-content img.toggle-content-img {
2359 margin:0 5px 5px 0;
2360}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002361
Scott Main220c3442012-07-16 15:40:17 -07002362div.toggle-content-toggleme {
2363 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002364}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002365
2366
2367/* API LEVEL FILTERED MEMBERS */
2368
2369.absent,
2370.absent a:link,
2371.absent a:visited,
2372.absent a:hover,
2373.absent * {
2374 color:#bbb !important;
2375 cursor:default !important;
2376 text-decoration:none !important;
2377}
2378#devdoc-nav li.absent.selected,
2379#devdoc-nav li.absent.selected *,
2380#devdoc-nav div.label.absent.selected,
2381#devdoc-nav div.label.absent.selected * {
2382 background-color:#eaeaea !important;
2383}
2384.absent h4.jd-details-title,
2385.absent h4.jd-details-title * {
2386 background-color:#f6f6f6 !important;
2387}
2388.absent img {
2389 opacity: .3;
2390 filter: alpha(opacity=30);
2391 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2392}
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402/* JQUERY RESIZABLE STYLES */
2403.ui-resizable { position: relative; }
2404.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2405.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2406/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2407body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2408.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2409border-bottom: solid 1px #ededed;
2410 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2411/*
Scott Main98a2a712013-07-17 13:15:04 -07002412.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002413cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24141px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2415*/
2416
2417/* --------------------------------------------------------------------------
2418Lightbox
2419*/
Scott Main98a2a712013-07-17 13:15:04 -07002420.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002421 width: 769px;
2422 padding: 1.5em;
2423 margin: 0 auto;
2424 border: solid 1px #dcdcdc;
2425 background: #fff;
2426 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2427 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2428 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002429}
2430.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002431 float: left;
2432 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002433 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002434}
2435.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002436 float: right;
2437 width: 10px;
2438 height: 10px;
2439 margin: -10px -10px 10px 0;
2440 text-indent: -1000em;
2441 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002442}
2443.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002444 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002445}
2446
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002447
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002448/* --------------------------------------------------------------------------
2449Styles for samples project trees and code browsing in resources tab
2450*/
2451
2452.structure-dir {
2453background-image:url(../../assets/images/folder.png);
2454background-repeat:no-repeat;
2455background-position:16px 2px;
2456 margin:.25em 0 0 0;
2457 padding:0 0 0 0;
2458}
2459
2460.structure-toggleme {
2461 margin:0 0 0 3em;
2462 padding:0 0 0 0;
2463 text-decoration:none;
2464}
2465
2466.structure-java{
2467background-image:url(../../assets/images/file-java.png);
2468background-repeat:no-repeat;
2469background-position:0px 2px;
2470 margin:.3em 0 0 0;
2471 padding:.3em 0 .3em 22px;
2472}
2473
2474.structure-file {
2475background-image:url(../../assets/images/file-generic.png);
2476background-repeat:no-repeat;
2477background-position:0px 2px;
2478 margin:.3em 0 0 0;
2479 padding:.3em 0 .3em 22px;
2480}
2481
2482.structure-xml {
2483background-image:url(../../assets/images/file-xml.png);
2484background-repeat:no-repeat;
2485background-position:0px 2px;
2486 margin:.3em 0 0 0;
2487 padding:.3em 0 .25em 22px;
2488}
2489
2490.structure-img {
2491background-image:url(../../assets/images/file-image.png);
2492background-repeat:no-repeat;
2493background-position:0px 2px;
2494 margin:.3em 0 0 0;
2495 padding:.3em 0 .25em 22px;
2496}
2497
2498.structure-manifest {
2499background-image:url(../../assets/images/file-manifest.png);
2500background-repeat:no-repeat;
2501 margin:.0 0 0 1.25em;
2502 padding:0 0 0 22px;
2503 text-decoration:none;
2504}
2505
2506#jd-content .structure-toggle-img {
2507 margin:.5em 0 0 0;
2508padding-right:2.1em;
2509}
2510
2511.dirInfo {
2512 margin-left:2em;
2513}
2514
2515.structure-dir a {
2516 text-decoration:none;
2517}
2518
2519.structure-manifest a {
2520 text-decoration: none;
2521}
2522.structure-file a {
2523 text-decoration: none;
2524}
2525
2526.sampleEmbed {
2527 background-color:rgb(249, 249, 249);
2528}
2529
2530.sampleEmbed ol.lineNumbers {
2531 list-style-type: decimal;
2532 padding-left:1em;
2533}
2534
2535.sampleEmbed ol.lineNumbers li {
2536border-left:1px solid #ddd;
2537border-right:1px solid #ddd;
2538color:gray;
2539background-color:#f7f7f7;
2540margin:0 0 0 24px;
2541padding: 2px 2px 2px 6px;
2542}
2543
2544.sampleEmbed ol.lineNumbers li:hover {
2545background: #efefef;
2546}
2547
2548/* --------------------------------------------------------------------------
2549Styles for raw formatted line numbers (not used with listformatted version)
2550div.sampleLine div.lineNumber {
2551 display: inline;
2552}
2553div.sampleLine div.lineCode {
2554 display: inline;
2555 padding-left:6px;
2556}
2557div.sampleLine {
2558 padding:0;
2559 margin:0;
2560}*/
2561
Scott Maine4d8f1b2012-06-21 18:03:05 -07002562/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002563Butterbar
2564*/
2565#butterbar-wrapper {
2566 position:absolute;
2567 top:0;
2568 left:0;
2569 width:100%;
2570}
2571#butterbar {
2572 width:940px;
2573 margin:0 auto;
2574}
2575#butterbar-message {
2576 background-color:#f80;
2577 float:right;
2578 font-size:12px;
2579 font-weight:bold;
2580 padding:0 10px;
2581 border-radius: 0 0 5px 5px;
2582}
2583#butterbar-message a {color:#fff !important}
2584#butterbar-message a:hover {text-decoration:underline;}
2585
2586/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002587Misc
2588*/
2589
2590
2591.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002592 content: "";
2593 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002594}
2595.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002596 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002597}
2598.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002599 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002600}
2601table.blank th, table.blank td {
2602 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002603 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002604}
2605.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002606 margin: 0.5em 0 2em 0;
2607 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002608 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002609}
2610
2611.nolist {
2612 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002613 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002614}
Scott Main5747d382012-11-30 12:02:42 -08002615#tb .nolist {
2616 margin-left:15px;
2617}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002618
Scott Main8aa725e2013-04-25 10:00:32 -07002619dl.xml>dt {
2620 text-transform:uppercase;
2621}
2622dl.xml dl.attr {
2623 margin-top:0;
2624}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002625
2626pre.classic {
2627 background-color:transparent;
2628 border:none;
2629 padding:0;
2630}
2631
2632p.img-caption {
2633 margin: -10px 0 20px;
2634 font-size:13px;
2635 color:#666;
2636}
2637
Scott Main48dd7f22013-02-21 10:52:02 -08002638div.figure,
2639div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002640 float:right;
2641 clear:right;
2642 margin:10px 0 0 0;
2643 padding:0 0 0 20px;
2644 /* width must be defined w/ an inline style matching the image width */
2645}
2646
Scott Main48dd7f22013-02-21 10:52:02 -08002647div.figure-left {
2648 float:left;
2649 clear:left;
2650 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002651 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002652 /* width must be defined w/ an inline style matching the image width */
2653}
2654
2655img.frame {
2656 border:1px solid #DDD;
2657 padding:4px;
2658}
2659
Scott Maine4d8f1b2012-06-21 18:03:05 -07002660p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002661 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002662 font-size:13px;
2663 color:#666;
2664}
2665
Scott Main24bbcd52012-09-21 14:33:43 -07002666p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002667 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002668 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002669 color:#666;
2670}
2671
Scott Main98a2a712013-07-17 13:15:04 -07002672div.note,
2673div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002674div.warning {
2675 margin: 0 0 15px;
2676}
2677
Scott Main98a2a712013-07-17 13:15:04 -07002678p.note, div.note,
2679p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002680p.warning, div.warning {
2681 padding: 0 0 0 10px;
2682 border-left: 4px solid;
2683}
2684
Scott Main24bbcd52012-09-21 14:33:43 -07002685p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002686 border-color: #258AAF;
2687}
2688
Scott Main24bbcd52012-09-21 14:33:43 -07002689p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002690 border-color: #FF8800;
2691}
2692
Scott Main24bbcd52012-09-21 14:33:43 -07002693p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002694 border-color: #ff4443;
2695}
2696
Scott Main412eaf22012-06-22 14:36:33 -07002697div.note.design {
2698 border-left: 4px solid #33B5E5;
2699}
2700
2701div.note.develop {
2702 border-left: 4px solid #F80;
2703}
2704
2705div.note.distribute {
2706 border-left: 4px solid #9C0;
2707}
2708
2709.note p, .caution p, .warning p {
2710 margin:0 0 5px;
2711}
2712
2713.note p:last-child, .caution p:last-child, .warning p:last-child {
2714 margin-bottom:0;
2715}
2716
Scott Main5b5ff1a2012-09-12 10:29:45 -07002717body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002718 display:block;
2719 float:right;
2720 width:280px;
2721 font-size:20px;
2722 font-style:italic;
2723 line-height:24px;
2724 color:#33B5E5;
2725 margin:0 0 20px 30px;
2726}
2727
Scott Maine4d8f1b2012-06-21 18:03:05 -07002728div.design-announce p {
2729 margin:0 0 10px;
2730}
2731
2732#devdoc-nav a.totop {
2733 display:block;
2734 top:0;
2735 width:inherit;
2736 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2737 text-indent:-9999em;
2738}
2739#devdoc-nav a.totop {
2740 position:fixed;
2741 display:none;
2742}
2743#devdoc-nav a.totop:hover {
2744 background-color:#33B5E5;
2745}
2746
2747.content-footer a.totop {
2748 text-transform:uppercase;
2749 line-height:30px;
2750}
2751
Scott Maindb3678b2012-10-23 14:13:41 -07002752.expandable {
2753 height:34px;
2754 padding-left:20px;
2755 position:relative;
2756}
2757.expandable:before {
2758 content: '';
2759 background-image: url(../images/styles/disclosure_down.png);
2760 background-repeat:no-repeat;
2761 background-position: -12px -9px;
2762 width: 20px;
2763 height: 20px;
2764 display: inline-block;
2765 position: absolute;
2766 top: 0;
2767 left: 0; }
2768}
2769.expandable.expanded:before {
2770 background-image: url(../images/styles/disclosure_up.png);
2771}
2772
Scott Mainaaf76642013-06-19 18:04:30 -07002773/* notice box for cross links between Design/Develop docs */
2774a.notice-developers,
2775a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002776 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002777 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002778 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002779 min-height:50px;
2780 margin:0 0 20px 20px;
2781 border:1px solid #ddd;
2782}
Scott Main5eccda82013-07-30 14:56:45 -07002783a.notice-developers.wide,
2784a.notice-designers.wide {
2785 width:278px;
2786}
Scott Mainaaf76642013-06-19 18:04:30 -07002787a.notice-developers div,
2788a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002789 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002790 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2791 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002792 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002793}
Scott Mainaaf76642013-06-19 18:04:30 -07002794a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002795 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2796 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002797}
2798a.notice-developers:hover,
2799a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002800 background:#eee;
2801}
Scott Mainaaf76642013-06-19 18:04:30 -07002802a.notice-developers h3,
2803a.notice-designers h3 {
Scott Maind2af6d22013-05-13 18:39:06 -07002804 font-size:14px;
2805 font-weight:normal;
2806 text-transform:uppercase;
2807 color:#000 !important;
2808 margin:0;
2809}
Scott Mainaaf76642013-06-19 18:04:30 -07002810a.notice-developers p,
2811a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002812 margin:0;
Scott Main9bfcd732013-05-14 09:14:35 -07002813 line-height:16px;
2814}
Scott Mainaaf76642013-06-19 18:04:30 -07002815a.notice-developers.left,
2816a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002817 margin-left:0;
2818 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002819}
2820
2821
Scott Maind7026f72013-06-17 15:08:49 -07002822/* hide nested list items; companion to hideNestedLists() */
2823.hide-nested li ol,
2824.hide-nested li ul {
2825 display:none;
2826}
2827
2828a.header-toggle {
2829 display:block;
2830 float:right;
2831 text-transform:uppercase;
2832 font-size:.8em !important;
2833 font-weight:normal;
2834 margin-top:2px;
2835}
2836
2837
Dirk Doughertybec14292013-04-10 20:23:40 -07002838/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002839good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002840*/
Scott Maindb3678b2012-10-23 14:13:41 -07002841
Dirk Doughertybec14292013-04-10 20:23:40 -07002842div.example-block {
2843 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07002844 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07002845 background-color:#ccc;
2846 padding:4px;
2847 margin:.8em auto 1.5em 2em;
2848 width:260px;
2849 float:right;
2850}
2851/* red container */
2852.example-block.bad {
2853 background-image: url(/images/example-bad.png);
2854 background-color:#f4cccc;
2855}
2856/* green container */
2857.example-block.good {
2858 background-image: url(/images/example-good.png);
2859 background-color:#d9ead3;
2860}
2861/* container heading div */
2862#jd-content .example-block .heading {
2863 font-weight:bold;
2864 margin:6px 0 9px 36px;
2865 padding:6px auto;
2866}
2867/* container image (if any) */
2868#jd-content .example-block img {
2869 margin:0;
2870 padding:0px;
2871}
2872
2873.example-block table {
2874 margin:0;
2875}
Scott Maindb3678b2012-10-23 14:13:41 -07002876
Scott Maine4d8f1b2012-06-21 18:03:05 -07002877/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002878Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07002879*/
2880
2881div.dialog {
2882 height:0;
2883 margin:0 auto;
2884}
2885
2886div.dialog>div {
2887 z-index:99;
2888 position:fixed;
2889 margin:70px 0;
2890 width: 391px;
2891 height: 200px;
2892 background: #F7F7F7;
2893-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2894-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2895box-shadow: 0 0 15px rgba(0,0,0,0.5);
2896}
2897/* IE6 can't position fixed */
2898* html div.dialog div { position:absolute; }
2899
2900
2901div#deprecatedSticker {
2902 display:none;
2903 z-index:99;
2904 position:fixed;
2905 right:15px;
2906 top:114px;
2907 margin:0;
2908 padding:1em;
2909 background:#FFF;
2910 border:1px solid #dddd00;
2911 box-shadow:-5px 5px 10px #ccc;
2912 -moz-box-shadow:-5px 5px 10px #ccc;
2913 -webkit-box-shadow:-5px 5px 10px #ccc;
2914}
2915
2916div#naMessage {
2917 display:none;
2918 width:555px;
2919 height:0;
2920 margin:0 auto;
2921}
2922
2923div#naMessage div {
2924 z-index:99;
2925 width:450px;
2926 position:fixed;
2927 margin:50px 0;
2928 padding:4em 4em 3em;
2929 background:#FFF;
2930 border:1px solid #999;
2931 box-shadow:-10px 10px 40px #888;
2932 -moz-box-shadow:-10px 10px 40px #888;
2933 -webkit-box-shadow:-10px 10px 40px #888;
2934}
2935/* IE6 can't position fixed */
2936* html div#naMessage div { position:absolute; }
2937
2938div#naMessage strong {
2939 font-size:1.1em;
2940}
2941
2942
2943/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002944Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07002945*/
Scott Main98a2a712013-07-17 13:15:04 -07002946.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08002947 width: 20px;
2948 height: 36px;
2949 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002950}
2951.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08002952 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002953}
2954.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002955 content: "";
2956 display: table;
2957 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002958}
2959a.slideshow-next, a.slideshow-next:visited {
2960
Scott Mainb7f96372013-02-07 16:56:43 -08002961 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002962
Scott Mainb7f96372013-02-07 16:56:43 -08002963 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07002964
2965}
2966
2967a.slideshow-prev, a.slideshow-prev:visited {
2968
Scott Main98a2a712013-07-17 13:15:04 -07002969 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002970
Scott Mainb7f96372013-02-07 16:56:43 -08002971 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07002972
2973}
2974
2975.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
2976
Scott Main98a2a712013-07-17 13:15:04 -07002977 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002978
2979}
2980
2981.slideshow-next:active, .slideshow-prev:active {
2982
Scott Main98a2a712013-07-17 13:15:04 -07002983 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002984
2985}
2986.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002987 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07002988 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002989}
2990.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002991 display: inline-block;
2992 width: 12px;
2993 height: 12px;
2994 margin: 0 2px 20px 2px;
2995 background: #ccc;
2996 -webkit-border-radius: 50%;
2997 -moz-border-radius: 50%;
2998 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002999}
3000.slideshow-nav a:hover, .slideshow-nav a:focus {
3001
Scott Mainb7f96372013-02-07 16:56:43 -08003002 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003003}
3004
3005.slideshow-nav a:active {
3006
Scott Mainb7f96372013-02-07 16:56:43 -08003007 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003008 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003009 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3010 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3011 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003012}
3013.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003014 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003015}
3016/* --------------------------------------------------------------------------
3017Tabs
3018*/
3019ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003020 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003021 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003022}
3023ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003024 content: "";
3025 display: table;
3026 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003027}
3028ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003029 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003030 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003031}
3032ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003033 display: block;
3034 height: 36px;
3035 line-height: 36px;
3036 padding: 0 15px;
3037 margin-right: 2px;
3038 color: #222;
3039 -moz-border-radius-topleft: 2px;
3040 -moz-border-radius-topright: 2px;
3041 -moz-border-radius-bottomright: px;
3042 -moz-border-radius-bottomleft: px;
3043 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003044 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003045 border-top: solid 1px #ebebeb;
3046 border-left: solid 1px #ebebeb;
3047 border-right: solid 1px #ebebeb;
3048 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003049 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3050 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3051 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3052 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3053 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3054 background-image: linear-gradient(top, #ffffff, #fafafa);
3055 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3056EndColorStr='#fafafa');
3057}
3058ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003059 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003060}
3061ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003062 height: 37px;
3063 color: #33B5E5;
3064 background-color: #f7f7f7;
3065 background-image: none;
3066 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003067}
3068.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003069 padding: 1.2em;
3070 margin: -1px 0 2em 0;
3071 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003072 -moz-border-radius: 2px;
3073 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003074 border: solid 1px #ddd;
3075 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003076}
3077/* --------------------------------------------------------------------------
3078Feature Boxes
3079*/
3080.feature-box {
3081 width: 291px;
3082 height: 200px;
3083 position: relative;
3084 background: #F7F7F7;
3085}
3086.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003087 z-index: 100;
3088 position: absolute;
3089 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003090}
3091.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003092 width: 291px;
3093 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003094}
3095.dialog .box-border .top,
3096.dialog .box-border .bottom { width:391px; }
3097
Scott Main98a2a712013-07-17 13:15:04 -07003098.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003099 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003100 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003101}
3102.box-border .top { top: 0; left: 0 }
3103.box-border .top .left { top: 1px; left: 0 }
3104.box-border .top .right { top: 1px; right: 0 }
3105.box-border .bottom .left { top: -8px; left: 0 }
3106.box-border .bottom { top: 200px; left: 0 }
3107.box-border .bottom .right { top: -8px; right: 0 }
3108
3109.feature-box h4,
3110.dialog h4 {
3111 margin: 15px 18px 10px;
3112 padding:0;
3113}
3114
3115.feature-box p,
3116.dialog p {
3117 margin: 10px 18px;
3118 padding:0;
3119}
3120.feature-box .link,
3121.dialog .link {
3122 border-top: 1px solid #dedede;
3123 bottom: 0;
3124 position: absolute;
3125 width: inherit;
3126}
3127.feature-box a, .feature-box h4,
3128.dialog a, .dialog h4 {
3129 -webkit-transition: color .4s ease;
3130 -moz-transition: color .4s ease;
3131 -o-transition: color .4s ease;
3132 transition: color .4s ease;
3133}
3134.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003135 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003136}
3137.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003138.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003139 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003140}
3141.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003142 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003143}
3144/* --------------------------------------------------------------------------
3145Page-Specific Styles
3146*/
Scott Main98a2a712013-07-17 13:15:04 -07003147.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003148 position: relative;
3149 float: left;
3150 width: 92px;
3151 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003152}
3153.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003154 color: #fff;
3155 font-size: 11.5px;
3156 width: 82px;
3157 height: 82px;
3158 margin-top:-30px;
3159 line-height: 82px;
3160 text-align: center;
3161 border: solid 5px #fff;
3162 -webkit-border-radius: 50%;
3163 -moz-border-radius: 50%;
3164 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003165}
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180/* ########### REFERENCE DOCS ################## */
3181
3182#packages-nav h2,
3183#classes-nav h2 {
3184 font-size:18px;
3185 margin:0;
3186 padding:0 0 0 4px;
3187}
3188
3189#jd-header {
3190 padding: 0 0 5px;
3191 margin: 20px 0 10px;
3192 font-size:13px;
3193 border-bottom:solid 1px #ccc;
3194}
3195
3196#jd-header h1 {
3197 margin:0;
3198 padding:0;
3199}
3200
3201/* page-top-right container for reference pages (holds
3202links to summary tables) */
3203#api-info-block {
3204 font-size:13px;
3205 margin:20px 0 0;
3206 padding:0 10px 6px;
3207 font-weight:normal;
3208 float:right;
3209 text-align:right;
3210 color:#999;
3211 max-width:70%;
3212}
3213
3214#api-info-block div.api-level {
3215 font-weight:bold;
3216 font-size:inherit;
3217 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003218 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003219 padding:0;
3220 margin:0;
3221}
3222
3223/* inheritance table */
3224.jd-inheritance-table {
3225 border-spacing:0;
3226 margin:0;
3227 padding:0;
3228 font-size:13px;
3229 background-color:transparent;
3230}
3231.jd-inheritance-table tr td {
3232 border: none;
3233 margin: 0;
3234 padding: 0;
3235 background-color:transparent;
3236}
3237.jd-inheritance-table .jd-inheritance-space {
3238 font-weight:bold;
3239 width:1em;
3240}
3241.jd-inheritance-table .jd-inheritance-interface-cell {
3242 padding-left: 17px;
3243}
3244
3245
3246
3247.jd-sumtable a {
3248 text-decoration:none;
3249}
3250
3251.jd-sumtable a:hover {
3252 text-decoration:underline;
3253}
3254
3255/* the link inside a sumtable for "Show All/Hide All" */
3256.toggle-all {
3257 display:block;
3258 float:right;
3259 font-weight:normal;
3260 font-size:0.9em;
3261}
3262
3263/* adjustments for in/direct subclasses tables */
3264.jd-sumtable.jd-sumtable-subclasses {
3265 margin: 1em 0 0 0;
3266 max-width:968px;
3267 background-color:transparent;
3268 font-size:13px;
3269}
3270
3271/* extra space between end of method name and open-paren */
3272.sympad {
3273 margin-right: 2px;
3274}
3275
3276/* right alignment for the return type in sumtable */
3277.jd-sumtable .jd-typecol {
3278 text-align:right;
3279}
3280
3281/* adjustments for the expando table-in-table */
3282.jd-sumtable-expando {
3283 margin:.5em 0;
3284 padding:0;
3285}
3286
3287/* a div that holds a short description */
3288.jd-descrdiv {
3289 padding:3px 1em 0 1em;
3290 margin:0;
3291 border:0;
3292}
3293
3294#jd-content img.jd-expando-trigger-img {
3295 padding:0 4px 4px 0;
3296 margin:0;
3297}
3298
3299.jd-sumtable-subclasses div#subclasses-direct,
3300.jd-sumtable-subclasses div#subclasses-indirect {
3301 margin:0 0 0 13px;
3302}
3303
3304
3305
3306/********* MEMBER REF *************/
3307
3308
3309.jd-details {
3310/* border:1px solid #669999;
3311 padding:4px; */
3312 margin:0 0 1em;
3313}
3314
3315/* API reference: a container for the
3316.tagdata blocks that make up the detailed
3317description */
3318.jd-details-descr {
3319 padding:0;
3320 margin:.5em .25em;
3321}
3322
3323/* API reference: a block containing
3324a detailed description, a params table,
3325seealso list, etc */
3326.jd-tagdata {
3327 margin:.5em 1em;
3328}
3329
3330.jd-tagdata p {
3331 margin:0 0 1em 1em;
3332}
3333
3334/* API reference: adjustments to
3335the detailed description block */
3336.jd-tagdescr {
3337 margin:.25em 0 .75em 0;
3338}
3339
3340.jd-tagdescr ol,
3341.jd-tagdescr ul {
3342 margin:0 2.5em;
3343 padding:0;
3344}
3345
3346.jd-tagdescr table,
3347.jd-tagdescr img {
3348 margin:.25em 1em;
3349}
3350
3351.jd-tagdescr li {
3352margin:0 0 .25em 0;
3353padding:0;
3354}
3355
3356/* API reference: heading marking
3357the details section for constants,
3358attrs, methods, etc. */
3359h4.jd-details-title {
3360 font-size:1.15em;
3361 background-color: #E2E2E2;
3362 margin:1.5em 0 .6em;
3363 padding:3px 95px 3px 3px; /* room for api-level */
3364}
Scott Mainab4daf42012-11-30 11:27:17 -08003365body.google h4.jd-details-title {
3366 background-color: #FFF;
3367 padding-top:5px;
3368 border-top: 1px solid #ccc;
3369}
3370body.google table.jd-sumtable th {
3371 background-color: #FFF;
3372 color:#000;
3373}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003374
3375h4.jd-tagtitle {
3376 margin:0;
3377}
3378
3379h4 .normal {
3380 font-weight:normal;
3381}
3382
3383/* API reference: heading for "Parameters", "See Also", etc.,
3384in details sections */
3385h5.jd-tagtitle {
3386 margin:0 0 .25em 0;
3387 font-size:1em;
3388}
3389
3390.jd-tagtable {
3391 margin:0;
3392 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003393 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003394}
3395
3396.jd-tagtable td,
3397.jd-tagtable th {
3398 border:none;
3399 background-color:#fff;
3400 vertical-align:top;
3401 font-weight:normal;
3402 padding:2px 10px;
3403}
3404
3405.jd-tagtable th {
3406 font-style:italic;
3407}
3408
3409/* Inline api level indicator for methods */
3410div.api-level {
3411 font-size:.8em;
3412 font-weight:normal;
3413 color:#999;
3414 float:right;
3415 padding:0 8px 0;
3416 margin-top:-30px;
3417}
3418
3419table.jd-tagtable td,
3420table.jd-tagtable th {
3421 background-color:transparent;
3422}
3423
3424table.jd-tagtable th {
3425 color:inherit;
3426}
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450/* SEARCH FILTER */
3451
Scott Main0e76e7e2013-03-12 10:24:07 -07003452.menu-container {
3453 position:relative;
3454}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003455#search_autocomplete {
3456 font-weight:normal;
3457}
3458
Scott Main0e76e7e2013-03-12 10:24:07 -07003459.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003460 width: 193px;
3461 float: right;
3462}
Scott Main0e76e7e2013-03-12 10:24:07 -07003463.search_filtered_wrapper.docs {
3464 width:875px;
3465 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003466 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003467 top:26px;
3468 right:66px;
3469}
3470.suggest-card {
3471 position:relative;
3472 width:170px;
3473 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003474 padding:5px;
3475 border: solid 1px #C5C5C5;
3476 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003477 top: 15px;
3478 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003479 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3480 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3481 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3482}
Scott Main0e76e7e2013-03-12 10:24:07 -07003483.suggest-card.reference {
3484 position:absolute;
3485 z-index:999;
3486 min-width:171px; /* +padding and border makes this match input width */
3487 min-height:93px; /* add 3px because this has 1 not 4px top border */
3488 width:auto;
3489 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003490 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003491}
3492.suggest-card.develop {
3493 z-index:997;
3494 border-top: solid 4px #F80;
3495 float:right;
3496}
3497.suggest-card.design {
3498 z-index:996;
3499 border-top: solid 4px #33b5e5;
3500 float:right;
3501}
3502.suggest-card.distribute {
3503 z-index:995;
3504 border-top: solid 4px #9C0;
3505 float:right;
3506}
3507.child-card {
3508 width:100%;
3509}
3510.suggest-card.dummy {
3511 width:172px;
3512 float:right;
3513 border:0;
3514 background:transparent;
3515 -moz-box-shadow: none;
3516 -webkit-box-shadow: none;
3517 box-shadow: none;
3518}
3519
3520ul.search_filtered {
3521 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003522 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003523 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003524 padding: 0;
3525}
Scott Main0e76e7e2013-03-12 10:24:07 -07003526.search_filtered .jd-selected {
3527 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003528 cursor:pointer;
3529}
Scott Main0e76e7e2013-03-12 10:24:07 -07003530.search_filtered .jd-selected,
3531.search_filtered .jd-selected a {
3532 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003533}
3534
3535.no-display {
3536 display: none;
3537}
3538
Scott Main0e76e7e2013-03-12 10:24:07 -07003539.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003540 font-size: 0.81em;
3541 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003542 margin: 0 0 2px;
3543 padding: 0;
3544 line-height:1.5em;
3545}
3546
Scott Main0e76e7e2013-03-12 10:24:07 -07003547.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003548 padding:0 5px;
3549 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003550 display:inline-block;
3551 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003552}
3553
Scott Main0e76e7e2013-03-12 10:24:07 -07003554.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003555 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003556 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003557 border: none;
3558 margin: 8px 0 2px;
3559 padding:1px 5px;
3560 line-height:1.5em;
3561}
Scott Main0e76e7e2013-03-12 10:24:07 -07003562.search_filtered li.header.small {
3563 font-size:0.85em;
3564}
Scott Main7e447ed2013-02-19 17:22:37 -08003565
Scott Main98a2a712013-07-17 13:15:04 -07003566.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003567.search_filtered li.header {
3568 color:#aaa;
3569 font-size: 0.81em;
3570}
3571
3572.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003573 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003574}
3575
3576.show-item {
3577 display: table-row;
3578}
3579.hide-item {
3580 display: hidden;
3581}
3582
3583
3584
3585
3586
3587/* SEARCH RESULTS */
3588
Scott Maine4d8f1b2012-06-21 18:03:05 -07003589
3590#leftSearchControl .gsc-twiddle {
3591 background-image : none;
3592}
3593
3594#leftSearchControl td, #searchForm td {
3595 border: 0px solid #000;
3596 padding:0;
3597}
3598
3599#leftSearchControl .gsc-resultsHeader .gsc-title {
3600 padding-left : 0px;
3601 font-weight : bold;
3602 font-size : 13px;
3603 color:#006699;
3604 display : none;
3605}
3606
3607#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3608 display : none;
3609}
3610
3611#leftSearchControl .gsc-resultsRoot {
3612 padding-top : 6px;
3613}
3614
3615#leftSearchControl div.gs-visibleUrl-long {
3616 display : block;
3617 color:#006699;
3618}
3619
3620#leftSearchControl .gsc-webResult {
3621 padding:0 0 20px 0;
3622}
3623
3624.gsc-webResult div.gs-visibleUrl-short,
3625table.gsc-branding,
3626.gsc-clear-button {
3627 display : none;
3628}
3629
3630.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3631.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3632#leftSearchControl a,
3633#leftSearchControl a b {
3634 color:#006699;
3635}
3636
3637.gsc-resultsHeader {
3638 display: none;
3639}
3640
3641/* Disable built in search forms */
3642.gsc-control form.gsc-search-box {
3643 display : none;
3644}
3645table.gsc-search-box {
3646 margin:6px 0 0 0;
3647 border-collapse:collapse;
3648}
3649
3650td.gsc-input {
3651 padding:0 2px;
3652 width:100%;
3653 vertical-align:middle;
3654}
3655
3656input.gsc-input {
3657 border:1px solid #BCCDF0;
3658 width:99%;
3659 padding-left:2px;
3660 font-size:.95em;
3661}
3662
3663td.gsc-search-button {
3664 text-align: right;
3665 padding:0;
3666 vertical-align:top;
3667}
3668
3669
3670#searchResults {
3671 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3672(it doesn't) */
3673 height:auto;
3674}
3675
3676#searchResults .gsc-control {
3677 position:relative;
3678 width:auto;
3679 padding:0 0 10px;
3680}
3681
3682#searchResults .gsc-tabsArea {
3683 position:relative;
3684 white-space:nowrap;
3685 float:left;
3686 width:200px;
3687}
3688
3689#searchResults .gsc-above-wrapper-area {
3690 display:none;
3691}
3692
3693#searchResults .gsc-resultsbox-visible {
3694 float:left;
3695 width:720px;
3696 margin-left:20px;
3697}
3698
3699#searchResults .gsc-tabHeader {
3700 padding: 3px 6px;
3701 position:relative;
3702 width:auto;
3703 display:block;
3704}
3705
3706#searchResults h2#searchTitle {
3707 padding:0;
3708 margin:5px 0;
3709 border:none;
3710}
3711
3712#searchResults h2#searchTitle em {
3713 font-style:normal;
3714 color:#33B5E5;
3715}
3716
3717#searchResults .gsc-table-result {
3718 margin:5px 0 10px 0;
3719 background-color:transparent;
3720}
3721#searchResults .gs-web-image-box, .gs-promotion-image-box {
3722 width:120px;
3723}
3724#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3725 max-width:120px;
3726}
3727
3728#searchResults .gsc-table-result .gsc-thumbnail {
3729 padding:0 20px 0 0;
3730}
3731
3732#searchResults td {
3733 background-color:transparent;
3734}
3735
3736#searchResults .gsc-expansionArea {
3737 position:relative;
3738}
3739#searchResults .gsc-tabsArea .gsc-cursor-box {
3740 width:200px;
3741 padding:20px 0 0 1px;
3742}
3743#searchResults .gsc-cursor-page {
3744 display:inline-block;
3745 float:left;
3746 margin:-1px 0 0 -1px;
3747 padding:0;
3748 height:27px;
3749 width:27px;
3750 text-align:center;
3751 line-height:2;
3752}
3753
3754#searchResults .gsc-tabHeader.gsc-tabhInactive,
3755#searchResults .gsc-cursor-page {
3756 text-decoration:none;
3757 color:#258AAF;
3758 border: solid 1px #DADADA;
3759}
3760
3761#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3762#searchResults .gsc-cursor-page:hover {
3763 border-color: #DBDBDB;
3764 background-color: #F3F3F3;
3765 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3766 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3767 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3768 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3769 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3770 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3771 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3772EndColorStr='#ececec');
3773 color: #33B5E5;
3774}
3775
3776#searchResults .gsc-tabHeader.gsc-tabhActive,
3777#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3778#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3779#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3780 color:#fff;
3781 background-color: #09C;
3782 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3783 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3784 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3785 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3786 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3787 background-image: linear-gradient(top, #2FADDB, #09C);
3788 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3789 border: 1px solid #3990AB;
3790 z-index:100;
3791}
3792
3793}
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807/*********** PREVIOUSLY dac-styles.css ***************/
3808
3809
Scott Maine4d8f1b2012-06-21 18:03:05 -07003810#header {
3811 border-bottom:0;
3812}
3813
3814#header .wrap {
3815 max-width:940px;
3816 height:41px;
3817 border-bottom:1px solid;
3818 border-color: #ccc;
3819 position:relative;
3820}
3821
3822.about #header .wrap {
3823 border-color: #9933CC;
3824}
3825
3826.design #header .wrap {
3827 border-color: #33b5e5;
3828}
3829
3830.develop #header .wrap {
3831 border-color: #F80;
3832}
3833
3834.distribute #header .wrap {
3835 border-color: #9C0;
3836}
3837
3838.logo a {
3839 width:123px;
3840 float:left;
3841}
3842
3843#header .logo {
3844 margin-top: -6px;
3845 margin-left: 0px;
3846 margin-bottom:0px;
3847 width: 160px;
3848 padding-right:10px;
3849}
3850
3851.search {
3852 height:25px;
3853 margin-top: -3px;
3854 margin-bottom: 0px;
3855}
3856
3857
3858
3859/* Quicknav */
3860.btn-quicknav {
3861 width:20px;
3862 height:28px;
3863 float:left;
3864 margin-left:6px;
3865 padding-right:10px;
3866 position:relative;
3867 cursor:pointer;
3868 border-right:1px solid #CCC;
3869}
3870
3871.btn-quicknav a {
3872 zoom:1;
3873 position:absolute;
3874 top:13px;
3875 left:5px;
3876 display:block;
3877 text-indent:-9999em;
3878 width:10px;
3879 height:5px;
3880 background:url(../images/quicknav_arrow.png) no-repeat;
3881}
3882
3883.btn-quicknav a.arrow-active {
3884 background-position: 0 -5px;
3885 display:none;
3886}
3887
3888#header-wrap.quicknav a.arrow-inactive {
3889 display:none;
3890}
3891
3892.btn-quicknav.active a.arrow-active {
3893 display:block;
3894}
3895
3896.nav-x li {
3897 display:block;
3898 float:left;
3899 margin-right:45px;
3900 -webkit-transition: all 0.25s linear;
3901 -moz-transition: all 0.25s linear;
3902 -ms-transition: all 0.25s linear;
3903 -o-transition: all 0.25s linear;
3904 transition: all 0.25s linear;
3905}
3906
3907#header-wrap.quicknav .nav-x li {
3908 min-width:160px;
3909 margin-right:20px;
3910}
3911
3912#header-wrap.quicknav li.last {
3913 margin-right:0px;
3914}
3915
3916#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07003917 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003918 clear:both;
3919 margin-left:180px;
3920 margin-top:-30px;
3921 display:none;
3922 overflow:hidden;
3923}
3924
3925#header-wrap.quicknav #quicknav {
3926
3927}
3928
3929#quicknav ul {
3930 margin:10px 0;
3931 padding:0;
3932}
3933
3934#quicknav ul li.design {
3935 border-top:1px solid #33b5e5;
3936}
3937
3938#quicknav ul li.develop {
3939 border-top:1px solid #FF8800;
3940}
3941
3942#quicknav ul li.distribute {
3943 border-top:1px solid #99cc00;
3944}
3945
3946#quicknav ul li {
3947 display:block;
3948 float:left;
3949 margin:0 20px 0 0;
3950 min-width:140px;
3951}
3952
3953#quicknav ul li.last {
3954 margin-right:0px;
3955}
3956
3957#quicknav ul li ul li {
3958 float:none;
3959}
3960
3961#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07003962 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003963}
3964
3965#quicknav ul li li ul,
3966#quicknav ul li li ul li {
3967 margin:0;
3968}
3969
3970#quicknav ul li li ul li:before {
3971 content:"\21B3";
3972}
3973
3974#header-wrap {
3975 -webkit-transition: all 0.25s ease-out;
3976 -moz-transition: all 0.25s ease-out;
3977 -ms-transition: all 0.25s ease-out;
3978 -o-transition: all 0.25s ease-out;
3979 transition: all 0.25s ease-out;
3980
3981}
3982
3983#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07003984 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07003985
Scott Maine4d8f1b2012-06-21 18:03:05 -07003986}
3987
3988/* SEARCH AND MORE */
3989.search {
3990 position: absolute;
3991 width: 50px;
3992 height:28px;
3993 display: block;
3994 margin-top:-3px;
3995 margin-bottom:7px;
3996 overflow:hidden;
3997 z-index:100;
3998 right:54px;
3999 -webkit-transition: width 0.4s ease;
4000 -moz-transition: width 0.4s ease;
4001 -o-transition: width 0.4s ease;
4002 transition: width 0.4s ease;
4003}
4004
4005.search #search-btn {
4006 width:50px;
4007 height:28px;
4008 background:url(../images/icon_search.png) no-repeat;
4009 float:left;
4010}
4011
4012.search-inner {
4013 width:245px;
4014}
4015
4016.search:hover, .search.active {
4017 width:245px;
4018}
4019
4020.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004021 position: absolute;
4022 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004023}
4024
4025.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004026 width: 214px;
4027 height: 1px;
4028 top: 24px;
4029 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004030}
4031
Scott Main98a2a712013-07-17 13:15:04 -07004032.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004033 height: 5px;
4034 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004035}
4036
4037.search .left {
4038 top: 22px;
4039 left: 56px;
4040 background-color:#CCC;
4041}
4042
4043.search .right {
4044 top: 22px;
4045 left: 238px;
4046 background-color:#CCC;
4047}
4048
4049.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004050 margin-top: 2px;
4051 width: 162px;
4052 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004053}
4054
4055.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004056 color: #2f2f2f;
4057 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004058 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004059 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004060 margin-left: 6px;
4061 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004062 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004063 background-color: transparent;
4064 border-bottom:1px solid #CCC;
4065 padding:0 0 0 4px;
4066 outline:none;
4067 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004068}
4069
4070.search:hover form input {
4071 border-bottom:1px solid #33B5E5;
4072}
4073
4074.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004075 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004076}
4077
4078.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004079 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004080}
4081
4082.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004083 color: #222;
4084 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004085}
4086
4087.moremenu {
4088 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004089 position: relative;
4090 width: 50px;
4091 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004092 display: block;
4093 margin-top:-3px;
4094 margin-bottom:7px;
4095 overflow:hidden;
4096 -webkit-transition: width 0.25s ease;
4097 -moz-transition: width 0.25s ease;
4098 -o-transition: width 0.25s ease;
4099 transition: width 0.25s ease;
4100}
4101
4102.moremenu #more-btn {
4103 width:40px;
4104 height:28px;
4105 background:url(../images/icon_more.png) no-repeat;
4106 border-left:1px solid #CCC;
4107 float:left;
4108 cursor:pointer;
4109}
4110
4111.moremenu:hover #more-btn {
4112 background-position:0 -28px;
4113}
4114
4115.morehover {
4116 position:absolute;
4117 right:6px;
4118 top:-9px;
4119 width:40px;
4120 height:35px;
4121 z-index:99;
4122 overflow:hidden;
4123
4124 -webkit-opacity:0;
4125 -moz-opacity:0;
4126 -o-opacity:0;
4127 opacity:0;
4128
4129 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004130 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004131 -o-transform-origin:100% 0%;
4132 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004133
Scott Maine4d8f1b2012-06-21 18:03:05 -07004134 -webkit-transition-property: -webkit-opacity;
4135 -webkit-transition-duration: .25s;
4136 -webkit-transition-timing-function:ease;
4137
Scott Main0e76e7e2013-03-12 10:24:07 -07004138 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004139 -moz-transition-duration: .25s;
4140 -moz-transition-timing-function:ease;
4141
Scott Main0e76e7e2013-03-12 10:24:07 -07004142 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004143 -o-transition-duration: .25s;
4144 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004145
Scott Main0e76e7e2013-03-12 10:24:07 -07004146 transition-property: opacity;
4147 transition-duration: .25s;
4148 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004149}
4150
Scott Maine05e6f92013-01-29 13:34:17 -08004151.morehover:hover,
4152.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004153 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004154 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004155 width:268px;
4156 -webkit-transition-property:height, -webkit-opacity;
4157}
4158
4159.morehover .top {
4160 width:268px;
4161 height:39px;
4162 background:url(../images/more_top.png) no-repeat;
4163}
4164
4165.morehover .mid {
4166 width:228px;
4167 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004168 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004169}
4170
4171.morehover .mid .header {
4172 border-bottom:1px solid #ccc;
4173 font-weight:bold;
4174}
4175
4176.morehover .bottom {
4177 width:268px;
4178 height:6px;
4179 background:url(../images/more_bottom.png) no-repeat;
4180}
4181
4182.morehover ul {
4183 margin:10px 10px 20px 0;
4184}
4185
4186.morehover ul li {
4187 list-style:none;
4188}
4189
4190.morehover ul li.active a,
4191.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004192 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004193}
4194
4195.morehover ul li.active img {
4196 margin-right:4px;
4197}
4198
4199
4200
4201
4202/* MARQUEE */
4203.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004204 width:100%;
4205 overflow:hidden;
4206 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004207}
4208.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004209 position:absolute;
4210 top:50%;
4211 left:0px;
4212 margin-top:-36px;
4213 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004214}
4215.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004216 position:absolute;
4217 top:50%;
4218 margin-top:-36px;
4219 z-index:99;
4220 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004221}
4222
4223.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004224 position:absolute;
4225 bottom:20px;
4226 width:100%;
4227 text-align:center;
4228 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004229}
4230.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004231 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004232}
4233.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004234 display: inline-block;
4235 width:12px;
4236 height:12px;
4237 text-indent:-8000px;
4238 list-style:none;
4239 margin: 0 2px;
4240 border-radius:6px;
4241 background-color:#ccc;
4242 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004243 -webkit-transition:color .5s ease-in;
4244 -moz-transition:color .5s ease-in;
4245 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004246 transition:color .5s ease-in;
4247}
4248.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004249 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004250}
4251.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004252 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004253}
4254.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004255 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004256}
4257.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004258 display:inline;
4259 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004260}
4261
4262
4263
4264
4265a.download-sdk {
4266 float:right;
4267 margin:-10px 0;
4268 height:30px;
4269 padding-top:4px;
4270 padding-bottom:0px;
4271}
4272
4273#nav-x {
4274 padding-top: 14px;
4275}
4276
Scott Main1d62fa82012-07-17 13:15:12 -07004277#nav-x .wrap {
4278 min-height:34px;
4279}
4280
Scott Maine4d8f1b2012-06-21 18:03:05 -07004281#nav-x .wrap,
4282#searchResults.wrap {
4283 max-width:940px;
4284 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004285}
4286
Scott Maina214d842012-07-16 17:14:40 -07004287#searchResults.wrap #leftSearchControl {
4288 min-height:700px
4289}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004290.nav-x {
4291 margin-left:0;
4292 margin-bottom:0;
4293}
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304/*
4305 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4306 */
4307
4308.jspContainer {
4309 overflow: hidden;
4310 position: relative;
4311}
4312
4313.jspPane {
4314 position: absolute;
4315 overflow: hidden;
Scott Main2d967c62013-03-11 09:21:07 -07004316 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004317}
4318
4319.jspVerticalBar {
4320 position: absolute;
4321 top: 0;
4322 right: 0;
4323 width: 4px;
4324 height: 100%;
4325 background: #f5f5f5;
4326}
4327
4328.jspHorizontalBar {
4329 position: absolute;
4330 bottom: 0;
4331 left: 0;
4332 width: 100%;
4333 height: 4px;
4334 background: #f5f5f5;
4335}
4336
4337.jspVerticalBar *,
4338.jspHorizontalBar * {
4339 margin: 0;
4340 padding: 0;
4341}
4342.jspCap {
4343 display: block;
4344}
4345
4346.jspVerticalBar .jspCap {
4347 height: 4px;
4348}
4349
4350.jspHorizontalBar .jspCap {
4351 width: 0;
4352 height: 100%;
4353}
4354
4355.jspHorizontalBar .jspCap {
4356 float: left;
4357}
4358
4359.jspTrack {
4360 position: relative;
4361}
4362
4363.jspDrag {
4364 background: #bbb;
4365 position: relative;
4366 top: 0;
4367 left: 0;
4368 cursor: pointer;
4369}
4370
4371.jspDrag:hover,
4372.jspDrag:active {
4373 border-color: #09c;
4374 background-color: #4cadcb;
4375 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4376 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4377 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4378 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4379 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4380 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004381 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004382}
4383
4384.jspHorizontalBar .jspTrack,
4385.jspHorizontalBar .jspDrag {
4386 float: left;
4387 height: 100%;
4388}
4389
4390.jspArrow {
4391 background: #999;
4392 text-indent: -20000px;
4393 display: block;
4394 cursor: pointer;
4395}
4396
4397.jspArrow.jspDisabled {
4398 cursor: default;
4399 background: #ccc;
4400}
4401
4402.jspVerticalBar .jspArrow {
4403 height: 16px;
4404}
4405
4406.jspHorizontalBar .jspArrow {
4407 width: 16px;
4408 float: left;
4409 height: 100%;
4410}
4411
4412.jspVerticalBar .jspArrow:focus {
4413 outline: none;
4414}
4415
4416.jspCorner {
4417 float: left;
4418 height: 100%;
4419}
4420
4421/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4422* html .jspCorner {
4423 margin: 0 -3px 0 0;
4424}
4425/******* end of jscrollpane *********/
4426
4427
4428
4429
4430
4431/************ DEVELOP HOMEPAGE ******************/
4432
4433/* Slideshow */
4434.slideshow-develop {
4435 height: 300px;
4436 width: 940px;
4437 position: relative;
4438 overflow:hidden;
4439}
4440.slideshow-develop .frame {
4441 width: 940px;
4442 height: 300px;
4443}
4444.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004445 max-width:350px;
4446 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004447 margin:20px 0 0 90px;
4448 -webkit-transform: perspective(800px ) rotateY( 35deg );
4449 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4450 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4451 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4452}
4453.slideshow-develop img.play.no-shadow {
4454 box-shadow: none;
4455 -moz-box-shadow: none;
4456 -webkit-box-shadow: none;
4457}
4458.slideshow-develop img.play.no-transform {
4459 -webkit-transform: none;
4460}
4461.slideshow-develop a.slideshow-next {
4462 background: url(../images/arrow-right-develop.png);
4463}
4464.slideshow-develop a.slideshow-prev {
4465 background: url(../images/arrow-left-develop.png);
4466}
4467.slideshow-develop .content-right {
4468 float: left;
4469}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004470.slideshow-develop .content-right h2 {
4471 padding:0;
4472 margin-bottom:10px;
4473 border:none;
4474}
4475.slideshow-develop .item {
4476 height: 300px;
4477 width: 940px;
4478}
4479.slideshow-develop .pagination ul li.active {
4480 background-color: #F80;
4481}
4482.slideshow-develop .pagination ul li.active:hover {
4483 background-color: #F80;
4484}
Scott Main0e585702012-10-22 20:30:22 -07004485.slideshow-develop .item hr {
4486 margin:5px 0 10px;
4487}
4488.slideshow-develop .item p {
4489 margin:10px 0;
4490}
4491.slideshow-develop .item p.title-intro {
4492 position:absolute;
4493 margin:0;
4494}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004495
4496/* Feeds */
4497.feed ul {
4498 margin: 0;
4499}
4500.feed .feed-nav {
4501 height: 25px;
4502 border-bottom: 1px solid #CCC;
4503}
4504.feed .feed-nav li {
4505 list-style: none;
4506 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004507 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004508 margin-right: 25px;
4509 cursor: pointer;
4510}
4511.feed .feed-nav li.active {
4512 color: #000;
4513 border-bottom: 4px solid #F80;
4514}
4515.feed .feed-container {
4516 overflow: hidden;
4517 width: 460px;
4518}
4519.feed .feed-container .feed-frame {
4520 width: 1000px;
4521}
4522.feed .feed-container .feed-frame ul {
4523 float: left;
4524 width:460px;
4525}
4526.feed .feed-container .feed-frame ul ul {
4527 float: none;
4528 margin:10px 0 0 30px;
4529}
4530.feed .feed-container .feed-frame li {
4531 list-style: none;
4532 margin: 20px 0 20px 0;
4533 width: 460px;
4534 height:93px;
4535}
4536.feed .feed-container .feed-frame li.playlist {
4537 height:auto;
4538}
4539.feed .feed-container .feed-frame li.playlist a {
4540 height:93px;
4541 display:block;
4542}
4543.feed .feed-container .feed-frame li.more {
4544 height:20px;
4545 margin:10px 0 5px 5px;
4546}
4547.feed .feed-container .feed-frame li.more a {
4548 height:inherit;
4549}
4550.feed .feed-container .feed-frame li.playlist-video {
4551 list-style: none;
4552 margin: 0;
4553 width: 460px;
4554 height:55px;
4555 font-size:12px;
4556}
4557.feed .feed-container .feed-frame li.playlist-video a {
4558 height:45px;
4559 padding:5px;
4560}
4561.feed .feed-container .feed-frame li.playlist-video h5 {
4562 font-size:12px;
4563 line-height:13px;
4564 margin:0;
4565}
4566.feed .feed-container .feed-frame li.playlist-video p {
4567 margin:5px 0 0;
4568 line-height:15px;
4569}
4570.feed-container .feed-frame div.feed-image {
4571 float: left;
4572 border: 1px solid #999;
4573 margin:0 20px 0 0;
4574 width:122px;
4575 height:92px;
4576 background:url('../images/blog-default.png') no-repeat 0 0;
4577 background-size:180px;
4578}
4579#jd-content .feed .feed-container .feed-frame li img {
4580 float: left;
4581 border: 1px solid #999;
4582 margin:0 20px 0 0;
4583 width:122px;
4584 height:92px;
4585}
4586#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4587 width:inherit;
4588 height:inherit;
4589}
4590
4591.feed .feed-container .feed-frame li a,
4592.feed .feed-container .feed-frame li a:active {
4593 color:#555 !important;
4594}
4595
4596.feed .feed-container .feed-frame li a:hover,
4597.feed .feed-container .feed-frame li a:hover * {
4598 color:#7AA1B0 !important;
4599}
4600
4601/* Video player */
4602#player-wrapper {
4603 display:none;
4604 margin: -1px auto 0;
4605 position: relative;
4606 width: 940px;
4607 height: 0px;
4608}
4609#player-frame {
4610 background: #EFEFEF;
4611 border: 1px solid #CCC;
4612 padding: 0px 207px;
4613 z-index: 10; /* stay above marque, but below search suggestions */
4614 width: 525px;
4615 height: 330px;
4616 position: relative;
4617}
4618
4619
4620
4621/************ DISTRIBUTE HOMEPAGE ***************/
4622
4623.marquee {
4624 width: 760px;
4625}
4626.marquee .main-img {
4627 float: left;
4628 margin-top: 20px;
4629 width: 490px;
4630}
4631.marquee .copy {
4632 width: 270px;
4633 float: left;
4634 margin-top: 30px;
4635}
4636.distribute-features {
4637 margin: 0;
4638}
4639.distribute-features ul {
4640 margin: 0;
4641}
4642.distribute-features ul li {
4643 list-style: none;
4644 float: left;
4645 border-top: 1px solid #9C0;
4646 width: 220px;
4647 margin-right: 50px;
4648}
4649.distribute-features ul li.last {
4650 margin-right: 0px;
4651}
4652
Dirk Doughertye5862e82013-05-15 02:19:54 -07004653.distribute-features .distribute-link li a {
4654 color:red !important;
4655}
4656
4657.distribute-features .distribute-link li a,
4658.distribute-features .distribute-link li a:active {
4659 color:#555 !important;
4660}
4661
4662.distribute-features .distribute-link li a:hover,
4663.distribute-features .distribute-link li a:hover * {
4664 color:#7AA1B0 !important;
4665}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004666
Scott Main8fa53512012-11-30 20:16:42 -08004667
Scott Maine4d8f1b2012-06-21 18:03:05 -07004668/************ DEVELOP TOPIC CONTAINERS ************/
4669
4670.landing-banner,
4671.landing-docs {
4672 margin:20px 0 0;
4673}
Scott Main8fa53512012-11-30 20:16:42 -08004674.landing-banner div:first-child,
4675.landing-docs div:first-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004676.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004677 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004678 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004679}
Scott Main8fa53512012-11-30 20:16:42 -08004680.landing-banner div:last-child,
4681.landing-docs div:last-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004682.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004683 margin-right:0;
4684}
4685
4686.landing-banner h1 {
4687 margin-top:0;
4688}
Scott Main0e71cee2012-08-07 13:59:43 -07004689.landing-docs {
4690 clear:left;
Scott Maine6850d22012-10-08 15:59:01 -07004691 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004692}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004693.landing-docs h3 {
4694 font-size:14px;
4695 line-height:21px;
4696 color:#555;
4697 text-transform:uppercase;
4698 border-bottom:1px solid #CCC;
4699 margin:0 0 20px;
4700}
4701.landing-docs a {
4702 color:#333 !important;
4703}
Robert Ly40e90992012-11-28 17:46:17 -08004704
Scott Maine4d8f1b2012-06-21 18:03:05 -07004705.landing-docs a:hover,
4706.landing-docs a:hover * {
4707 color:#7AA1B0 !important
4708}
4709
Robert Ly40e90992012-11-28 17:46:17 -08004710.landing-docs .normal-links a {
4711 color:#258aaf !important;
4712}
4713
Scott Maine4d8f1b2012-06-21 18:03:05 -07004714.plusone {
4715 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004716}
Scott Main9edfa6d2012-08-14 15:04:40 -07004717
4718
4719
4720/************* HOME/LANDING PAGE *****************/
4721
4722.slideshow-home {
4723 height: 500px;
4724 width: 940px;
4725 border-bottom: 1px solid #CCC;
4726 position: relative;
4727 margin: 0;
4728}
4729.slideshow-home .frame {
4730 width: 940px;
4731 height: 500px;
4732}
4733.slideshow-home .content-left {
4734 float: left;
4735 text-align: center;
4736 vertical-align: center;
4737 margin: 0 0 0 35px;
4738}
4739.slideshow-home .content-right {
4740 margin: 80px 0 0 0;
4741}
4742.slideshow-home .content-right p {
4743 margin-bottom: 10px;
4744}
4745.slideshow-home .content-right p:last-child {
4746 margin-top: 15px;
4747}
4748.slideshow-home .content-right h1 {
4749 padding:0;
4750}
4751.slideshow-home .item {
4752 height: 500px;
4753 width: 940px;
4754}
4755.home-sections {
4756 padding: 30px 20px 20px;
4757 margin: 20px 0;
4758 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4759}
4760.home-sections ul {
4761 margin: 0;
4762}
4763.home-sections ul li {
4764 float: left;
4765 display: block;
4766 list-style: none;
4767 width: 170px;
4768 height: 35px;
4769 border: 1px solid #ccc;
4770 background: white;
4771 margin-right: 10px;
4772 border-radius: 1px;
4773 -webkit-border-radius: 1px;
4774 -moz-border-radius: 1px;
4775 box-shadow: 1px 1px 5px #EEE;
4776 -webkit-box-shadow: 1px 1px 5px #EEE;
4777 -moz-box-shadow: 1px 1px 5px #EEE;
4778 background: white;
4779}
4780.home-sections ul li:hover {
4781 background: #F9F9F9;
4782 border: 1px solid #CCC;
4783}
4784.home-sections ul li a,
4785.home-sections ul li a:hover {
4786 font-weight: bold;
4787 margin-top: 8px;
4788 line-height: 18px;
4789 float: left;
4790 width: 100%;
4791 text-align: center;
4792 color: #09c !important;
4793}
4794.home-sections ul li a {
4795 font-weight: bold;
4796 margin-top: 8px;
4797 line-height: 18px;
4798 float: left;
4799 width:100%;
4800 text-align:center;
4801}
4802.home-sections ul li img {
4803 float: left;
4804 margin: -8px 0 0 10px;
4805}
4806.home-sections ul li.last {
4807 margin-right: 0px;
4808}
Scott Mainf5089842012-08-14 16:31:07 -07004809.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07004810 margin-top: -40px;
4811}