blob: 3f192865d0fc5508e9e0183043547c1bf9db9e91 [file] [log] [blame]
Scott Maine4d8f1b2012-06-21 18:03:05 -07001/* color definitions */
2/* 16 column layout */
3/* clearfix idiom */
4/* common mixins */
5/* page layout + top-level styles */
Scott Maine4d8f1b2012-06-21 18:03:05 -07006::selection {
7 background-color: #0099cc;
8 color: #fff; }
Scott Mainb7f96372013-02-07 16:56:43 -08009::-webkit-selection {
10 background-color: #0099cc;
11 color: #fff; }
12::-moz-selection {
13 background-color: #0099cc;
14 color: #fff; }
Scott Maine4d8f1b2012-06-21 18:03:05 -070015
16html, body {
17 height: 100%;
18 margin: 0;
19 padding: 0;
20 background-color:#F9F9F9;
21 -webkit-font-smoothing: antialiased;
22 /* prevent subpixel antialiasing, which thickens the text */
23 /* text-rendering: optimizeLegibility; */
24 /* turned off ligatures due to bug 5945455 */ }
25
26body {
Scott Main9ada2262012-06-23 14:59:36 -070027 color: #222;
Scott Main6a7a66b2012-06-23 11:20:48 -070028 font: 14px/19px Roboto, sans-serif;
Scott Maine4d8f1b2012-06-21 18:03:05 -070029 font-weight: 400;
30 letter-spacing:.1;
31 padding:0 10px; }
32
33#page-container {
34 width: 940px;
35 margin: 0 40px; }
36
37#page-header {
38 height: 80px;
39 margin-bottom: 20px;
40 font-size: 48px;
41 line-height: 48px;
42 font-weight: 100;
43 padding-left: 10px; }
44 #page-header a {
45 display: block;
46 position: relative;
47 top: 20px;
48 text-decoration: none;
49 color: #555555 !important; }
50
51#main-row {
52 display: inline-block; }
53 #main-row:after {
54 content: ".";
55 display: block;
56 height: 0;
57 clear: both;
58 visibility: hidden; }
59 * html #main-row {
60 height: 1px; }
61
62#page-footer {
63 margin-left: 190px;
64 margin-top: 80px;
65 color: #999999;
66 padding-bottom: 40px;
67 font-size: 12px;
68 line-height: 15px; }
69 #page-footer a {
70 color: #777777; }
71 #page-footer #copyright {
72 margin-bottom: 10px; }
73
74#nav-container {
75 width: 160px;
76 min-height: 10px;
77 margin-right: 20px;
78 float: left; }
79
80#nav {
81 margin:0;
82 padding:0 0 30px;
83}
84
85#side-nav {
86 min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
87 margin-bottom:1px;
88}
89#devdoc-nav {
90 outline:none;
91 width:auto;
92 margin: 20px 0 0; }
Scott Main98a2a712013-07-17 13:15:04 -070093
Scott Maine4d8f1b2012-06-21 18:03:05 -070094#devdoc-nav h2 {
95 border:0;
96}
97
98#devdoc-nav.fixed {
99 position: fixed;
100 margin:0;
101 top: 20px; }
Scott Main98a2a712013-07-17 13:15:04 -0700102
Scott Main6b2dc272012-09-11 14:27:34 -0700103#devdoc-nav span.small {
104 font-size:12px;
105 font-weight:normal;
106}
Scott Maine4d8f1b2012-06-21 18:03:05 -0700107
108#content {
109 width: 760px;
110 float: left; }
111
112a:hover,
113acronym:hover {
114 color: #7aa1b0 !important; }
115
116a:focus,
117a:active {
118 color: #33b5e5 !important; }
Scott Main98a2a712013-07-17 13:15:04 -0700119
Scott Maind4cb7832012-11-28 11:10:09 -0800120a.external-link {
121 background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
122 padding-right:16px;
123}
Scott Maine4d8f1b2012-06-21 18:03:05 -0700124
125img {
126 border: none; }
127#jd-content img {
128 margin-bottom:15px;
129}
130
131ul {
132 margin: 0;
133 padding: 0; }
134
135strong {
136 font-weight: 500; }
137
138em {
139 font-style: italic; }
140
Scott Maindb3678b2012-10-23 14:13:41 -0700141acronym,
142.tooltip-link {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700143 border-bottom: 1px dotted #555555;
144 cursor: help; }
145
Scott Maindb3678b2012-10-23 14:13:41 -0700146acronym:hover,
147.tooltip-link:hover {
148 color: #7aa1b0;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700149 border-bottom-color: #7aa1b0; }
150
151img.with-shadow,
152video.with-shadow {
153 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
154
155/* disclosures mixin */
156/* content layout */
157.layout-content-row {
158 display: inline-block;
159 margin-bottom: 10px; }
160 .layout-content-row:after {
161 content: ".";
162 display: block;
163 height: 0;
164 clear: both;
165 visibility: hidden; }
166 * html .layout-content-row {
167 height: 1px; }
168
169.layout-content-col {
170 float: left;
171 margin-left: 20px; }
172 .layout-content-col:first-child {
173 margin-left: 0; }
174 .layout-content-col h3,
175 .layout-content-col h4 {
176 margin-top:0; }
177
178.layout-content-col.span-1 {
179 width: 40px; }
180
181.layout-content-col.span-2 {
182 width: 100px; }
183
184.layout-content-col.span-3 {
185 width: 160px; }
186
187.layout-content-col.span-4 {
188 width: 220px; }
189
190.layout-content-col.span-5 {
191 width: 280px; }
192
193.layout-content-col.span-6 {
194 width: 340px; }
195
196.layout-content-col.span-7 {
197 width: 400px; }
198
199.layout-content-col.span-8 {
200 width: 460px; }
201
202.layout-content-col.span-9 {
203 width: 520px; }
204
205.layout-content-col.span-10 {
206 width: 580px; }
207
208.layout-content-col.span-11 {
209 width: 640px; }
210
211.layout-content-col.span-12 {
212 width: 700px; }
213
214.layout-content-col.span-13 {
215 width: 760px; }
216
217.vspace.size-1 {
218 height: 10px; }
219
220.vspace.size-2 {
221 height: 20px; }
222
223.vspace.size-3 {
224 height: 30px; }
225
226.vspace.size-4 {
227 height: 40px; }
228
229.vspace.size-5 {
230 height: 50px; }
231
232.vspace.size-6 {
233 height: 60px; }
234
235.vspace.size-7 {
236 height: 70px; }
237
238.vspace.size-8 {
239 height: 80px; }
240
241.vspace.size-9 {
242 height: 90px; }
243
244.vspace.size-10 {
245 height: 100px; }
246
247.vspace.size-11 {
248 height: 110px; }
249
250.vspace.size-12 {
251 height: 120px; }
252
253.vspace.size-13 {
254 height: 130px; }
255
256.vspace.size-14 {
257 height: 140px; }
258
259.vspace.size-15 {
260 height: 150px; }
261
262.vspace.size-16 {
263 height: 160px; }
264
265/* nav */
266#nav {
267 /* section header divs */
268 /* expanded section header divs */
269 /* sublinks */ }
270 #nav li {
271 list-style-type: none;
272 font-size: 14px;
273 margin:0;
274 padding:0;
275 line-height: 15px; }
276 #nav a {
277 color: #555555;
Scott Mainab4daf42012-11-30 11:27:17 -0800278 text-decoration: none;
279 word-wrap:break-word; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700280 #nav .nav-section-header {
281 position: relative;
282 margin-bottom: 1px;
283 padding: 0 30px 0 0; }
284 #nav li.selected a, #nav li.selected > .nav-section-header > a {
285 color: #09C;
286 }
287 #nav li.selected ul li a {
288 /* don't highlight child items */
289 color: #555555; }
290 #nav .nav-section .nav-section .nav-section-header {
291 /* no white line between second level sections */
292 margin-bottom: 0; }
293 /* section header links */
294 #nav > li > div > a {
295 display: block;
296 color: #333333;
297 font-weight: 500;
298 padding: 10px 0 10px 10px; }
299 #nav .nav-section-header:after {
300 content: '';
301 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
302 width: 34px;
303 height: 34px;
304 display: block;
305 position: absolute;
306 top: 0;
307 right: 0; }
Scott Mainad08f072013-08-20 16:49:57 -0700308 #nav .nav-section-header.empty {
309 padding:0; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700310 #nav .nav-section-header.empty:after {
311 display: none; }
312 /* nested nav headers */
313 #nav .nav-section .nav-section {
314 position: relative;
315 padding: 0;
316 margin: 0; }
317 #nav .nav-section li a {
318 /* first gen child (2nd level li) */
319 display:block;
320 font-weight: normal;
321 text-transform: none;
322 padding: 7px 5px 7px 10px;
323 }
324 #nav .nav-section li li a {
325 /* second gen child (3rd level li) */
326 padding: 5px 5px 5px 10px;
327 }
328 #nav li.expanded .nav-section-header {
329 background:#e9e9e9;
330 background: rgba(0, 0, 0, 0.05); }
331 #nav li.expanded li .nav-section-header {
332 background: transparent; }
333 #nav li.expanded li ul {
334 /* 3rd level ul */
Scott Main502c9392012-11-27 15:00:40 -0800335 padding:0 0 0 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700336 }
337 #nav li.expanded > .nav-section-header:after {
338 content: '';
339 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
340 width: 34px;
341 height: 34px; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800342 #nav li.expanded li ul.tree-list-children {
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -0700343 padding: 0;
Scott Mainac71b2b2012-11-30 14:40:58 -0800344 }
345 #nav li.expanded li ul.tree-list-children .tree-list-children {
Scott Main98a2a712013-07-17 13:15:04 -0700346 padding:0 0 0 10px;
Scott Mainac71b2b2012-11-30 14:40:58 -0800347 }
348 #nav li span.tree-list-subtitle {
349 display:inline-block;
350 padding:5px 0 0 10px;
351 color:#555;
352 text-transform:uppercase;
353 font-size:12px;
354 }
355 #nav li span.tree-list-subtitle:before {
356 content: '—';
357 }
358 #nav li span.tree-list-subtitle:after {
359 content: '—';
360 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700361 #nav li ul {
362 display:none;
363 overflow: hidden;
364 margin: 0; }
365 #nav li ul.animate-height-in {
366 -webkit-transition: height 0.25s ease-in;
367 -moz-transition: height 0.25s ease-in;
368 transition: height 0.25s ease-in; }
369 #nav li ul.animate-height-out {
370 -webkit-transition: height 0.25s ease-out;
371 -moz-transition: height 0.25s ease-out;
372 transition: height 0.25s ease-out; }
373 #nav li ul li {
374 padding: 0; }
375 #nav li li li {
376 padding: 0; }
377 #nav li.expanded ul {
378 }
379 #nav li ul > li {
380 padding:0;
381 }
382 #nav li ul > li:last-child {
383 padding-bottom:5px;
384 }
Scott Mainac71b2b2012-11-30 14:40:58 -0800385 #nav li ul.tree-list-children > li:last-child {
386 padding-bottom:0;
387 }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700388 #nav li.expanded ul > li {
389 background:#efefef;
390 background: rgba(0, 0, 0, 0.03); }
391 #nav li.expanded ul > li li {
392 background:inherit; }
Scott Mainac71b2b2012-11-30 14:40:58 -0800393 #nav li ul.tree-list-children ul {
394 display:block; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700395
396.new,
397.new-child {
398 font-size: .78em;
399 font-weight: bold;
400 color: #ff3d3d;
401 vertical-align:top;
402 white-space:nowrap;
403}
404
405/* content header */
406.content-header {
407 height: 30px;
408 margin:20px 0 25px;
409 padding:0 0 10px;}
410.content-header.just-links {
411 margin-bottom:0;
412 padding-bottom:0;}
Scott Main98a2a712013-07-17 13:15:04 -0700413
Scott Maine4d8f1b2012-06-21 18:03:05 -0700414.content-header h1 {
415 color:#000;
416 margin:0;
417 border-bottom:0;
418 padding:0;
419}
420
421.content-footer {
422 border-top: 1px solid #ccc;
423 margin-top: 10px;
424 padding-top:10px;
425 height: 30px; }
426
427.content-footer .col-9 {
428 margin-left:0;
429}
430.content-footer .col-4 {
431 margin-right:0;
432}
433.content-footer.wrap {
434 width:940px;
435}
436
437.paging-links {
438 position: relative; }
439 .paging-links a {
440 position: absolute; }
441 .paging-links a,
442 .training-nav-top a {
443 font-size: 14px;
444 line-height: 30px;
445 color: #555555;
446 text-decoration: none;
447 text-transform: uppercase; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700448 .paging-links .prev-page-link:before,
449 .training-nav-top .prev-page-link:before {
450 content: '';
451 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
452 width: 10px;
453 height: 10px;
454 display: inline-block;
455 margin-right: 5px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700456 .training-nav-top .next-page-link,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700457 .training-nav-top .start-class-link,
458 .training-nav-top .start-course-link {
459 right: 10px; }
Scott Maina4888dc2012-10-02 23:25:21 -0700460 .paging-links .prev-page-link {
461 left: -15px; }
462 .paging-links .next-page-link {
463 right: 0px; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700464 .next-page-link:after,
465 .start-class-link:after,
466 .start-course-link:after,
Scott Main0b2db162013-05-15 01:15:50 -0700467 .next-class-link:after,
468 .go-link:after {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700469 content: '';
470 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
471 width: 10px;
472 height: 10px;
473 display: inline-block;
474 margin-left: 5px; }
Scott Main98a2a712013-07-17 13:15:04 -0700475
476
Scott Maine4d8f1b2012-06-21 18:03:05 -0700477 .training-nav-top a {
478 display:block;
479 float:left;
Scott Mainf3d01042012-10-02 20:36:45 -0700480 width:122px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700481 height:28px;
Scott Mainf3d01042012-10-02 20:36:45 -0700482 padding: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700483 line-height:28px;
484 text-align:center;
485 border:1px solid #DADADA;
486 border-bottom:0;
487 }
Scott Main5a1123e2012-09-26 12:51:28 -0700488
Scott Maine4d8f1b2012-06-21 18:03:05 -0700489 .training-nav-top a.next-page-link {
490 border-left:0;
Scott Mainf3d01042012-10-02 20:36:45 -0700491 width:123px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700492 }
Scott Main98a2a712013-07-17 13:15:04 -0700493
Scott Main5a1123e2012-09-26 12:51:28 -0700494 .paging-links a.disabled,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700495 .training-nav-top a.disabled,
496 .content-footer a.disabled {
Scott Main5a1123e2012-09-26 12:51:28 -0700497 color:#bbb;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700498 }
Scott Main98a2a712013-07-17 13:15:04 -0700499
Scott Main5a1123e2012-09-26 12:51:28 -0700500 .paging-links a.disabled:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -0700501 .training-nav-top a.disabled:hover,
502 .content-footer a.disabled:hover {
503 cursor:default;
Scott Main5a1123e2012-09-26 12:51:28 -0700504 color:#bbb !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700505 }
Scott Main98a2a712013-07-17 13:15:04 -0700506
Scott Maine4d8f1b2012-06-21 18:03:05 -0700507 .training-nav-top a.start-class-link,
508 .training-nav-top a.start-course-link {
Scott Maina4888dc2012-10-02 23:25:21 -0700509 width:262px;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700510 }
Scott Main98a2a712013-07-17 13:15:04 -0700511
Scott Main5a1123e2012-09-26 12:51:28 -0700512 /* list of classes on course landing page */
513 ol.class-list {
514 list-style:none;
515 margin-left:0;
516 }
517 ol.class-list>li {
518 margin:0 0 15px;
519 padding:5px 0 0;
520 overflow:hidden;
521 border-top:1px solid #ccc;
522 }
523 ol.class-list li a.title {
524 font-size:16px;
525 margin:0;
526 clear:left;
527 display:block;
528 height:32px;
529 padding:0 4px;
530 }
531 ol.class-list li a.title h2 {
532 color:inherit;
533 margin:0 0 10px;
534 display:block;
535 float:left;
536 width:675px;
537 }
538 ol.class-list li a.title span {
539 display:none;
540 float:left;
541 font-size:18px;
542 font-weight:bold;
543 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
544 width: 10px;
545 height: 32px;
546 }
547 ol.class-list li a.title:hover {
548 background:#ddd;
549 color:#258AAF !important;
550 }
551 ol.class-list li a.title:hover span {
552 display:block;
553 }
Scott Main98a2a712013-07-17 13:15:04 -0700554
Scott Main5a1123e2012-09-26 12:51:28 -0700555 #jd-content
556 ol.class-list li img {
557 float:left;
558 clear:left;
559 width:64px;
560 margin:0 20px 0 0;
561 }
562 ol.class-list li p.description {
563 float:left;
564 display:block;
565 width:250px;
566 margin:0;
567 }
568 ol.class-list li p.description.article {
569 width: 550px;
570 }
571 ol.class-list ol {
572 float:left;
573 width:320px;
574 margin:0 0 0 30px;
575 list-style:none;
576 margin:0 0 0 20px;
577 }
578 ol.class-list div.lessons li {
579 margin:0 0 6px;
580 line-height:16px;
581 }
Scott Main98a2a712013-07-17 13:15:04 -0700582
583
Scott Maine4d8f1b2012-06-21 18:03:05 -0700584 .hide {
585 display:none !important;
586 }
Scott Main98a2a712013-07-17 13:15:04 -0700587
Scott Maine4d8f1b2012-06-21 18:03:05 -0700588 .content-footer.next-class {
589 display:block;
590 border:0;
591 margin-top:0;
592 padding-top:0;
593 }
Scott Main98a2a712013-07-17 13:15:04 -0700594
Scott Maine4d8f1b2012-06-21 18:03:05 -0700595 .content-footer.next-class a.next-class-link {
596 display:block;
597 float:right;
598 text-transform:uppercase;
599 }
Scott Main98a2a712013-07-17 13:15:04 -0700600
601
602
Scott Mainbbffb4b2012-11-13 07:40:16 -0800603 /* inner-doc tabs w/ title */
Scott Main98a2a712013-07-17 13:15:04 -0700604
Scott Mainbbffb4b2012-11-13 07:40:16 -0800605div#title-tabs-wrapper {
606 border-bottom:1px solid #ccc;
607 margin:20px 0 30px;
608}
609h1.with-title-tabs {
610 display:inline-block;
611 margin:0 0 -1px 0;
612 padding:0 60px 0 0;
613 border-bottom:1px solid #F9F9F9;
614}
615ul#title-tabs {
616 list-style:none;
617 padding:0;
618 height:29px;
619 margin:0;
620 font-size:16px;
621 line-height:26px;
622 display:inline-block;
623 vertical-align:bottom;
624}
625ul#title-tabs li {
626 display:block;
627 float:left;
628 margin-right:40px;
629 border-bottom: 3px solid transparent;
630}
631ul#title-tabs li.selected {
632 border-bottom: 3px solid #93C;
633}
634ul#title-tabs li a {
635 color:#333;
636}
637ul#title-tabs li a:hover,
Scott Mainbbffb4b2012-11-13 07:40:16 -0800638ul#title-tabs li a:active {
639 color:#93C !important;
640}
641
642
Scott Maine4d8f1b2012-06-21 18:03:05 -0700643
644/* content body */
645@-webkit-keyframes glowheader {
646 from {
647 background-color: #33b5e5;
648 color: #000;
649 border-bottom-color: #000; }
650
651 to {
652 background-color: transparent;
653 color: #33b5e5;
654 border-bottom-color: #33b5e5; } }
655
656@-moz-keyframes glowheader {
657 from {
658 background-color: #33b5e5;
659 color: #000;
660 border-bottom-color: #000; }
661
662 to {
663 background-color: transparent;
664 color: #33b5e5;
665 border-bottom-color: #33b5e5; } }
666
667@keyframes glowheader {
668 from {
669 background-color: #33b5e5;
670 color: #000;
671 border-bottom-color: #000; }
672
673 to {
674 background-color: transparent;
675 color: #33b5e5;
676 border-bottom-color: #33b5e5; } }
677
678h2:target,
679h3:target {
680 -webkit-animation-name: glowheader;
681 -moz-animation-name: glowheader;
682 animation-name: glowheader;
683 -webkit-animation-duration: 0.7s;
684 -moz-animation-duration: 0.7s;
685 animation-duration: 0.7s;
686 -webkit-animation-timing-function: ease-out;
687 -moz-animation-timing-function: ease-out;
688 animation-timing-function: ease-out; }
689
690.design ol h4 {
691 margin-bottom:0;
692}
693.design ol {
694 counter-reset: item; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700695 .design ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700696 font-size: 14px;
697 line-height: 20px;
698 list-style-type: none;
699 position: relative; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700700 .design ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700701 content: counter(item) ". ";
702 counter-increment: item;
703 position: absolute;
704 left: -20px;
705 top: 0; }
706 .design ol li.value-1:before {
707 content: "1. "; }
708 .design ol li.value-2:before {
709 content: "2. "; }
710 .design ol li.value-3:before {
711 content: "3. "; }
712 .design ol li.value-4:before {
713 content: "4. "; }
714 .design ol li.value-5:before {
715 content: "5. "; }
716 .design ol li.value-6:before {
717 content: "6. "; }
718 .design ol li.value-7:before {
719 content: "7. "; }
720 .design ol li.value-8:before {
721 content: "8. "; }
722 .design ol li.value-9:before {
723 content: "9. "; }
724 .design ol li.value-10:before {
725 content: "10. "; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700726.design .with-callouts ol>li {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700727 list-style-position: inside;
728 margin-left: 0; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700729 .design .with-callouts ol>li:before {
Scott Maine4d8f1b2012-06-21 18:03:05 -0700730 display: inline;
731 left: -20px;
732 float: left;
733 width: 17px;
734 color: #33b5e5;
735 font-weight: 500; }
Scott Mainb9ae92b2012-07-19 11:01:27 -0700736.design .with-callouts ul>li {
737 list-style-position: outside; }
Scott Maine4d8f1b2012-06-21 18:03:05 -0700738
739/* special list items */
740li.no-bullet {
741 list-style-type: none !important; }
742li.no-bullet *{
743 margin:0; }
744
745.design li.with-icon {
746 position: relative;
747 margin-left: 20px;
748 min-height: 30px; }
749 .design li.with-icon p {
750 margin-left: 0 !important; }
751 .design li.with-icon:before {
752 position: absolute;
753 left: -40px;
754 top: 0;
755 content: '';
756 width: 30px;
757 height: 30px; }
758 .design li.with-icon.tablet:before {
759 background-image: url(../images/styles/ico_phone_tablet.png); }
760 .design li.with-icon.web:before {
761 background-image: url(../images/styles/ico_web.png); }
762 .design li.with-icon.action:before {
763 background-image: url(../images/styles/ico_action.png); }
764 .design li.with-icon.use:before {
765 background-image: url(../images/styles/ico_use.png); }
766
767/* figures and callouts */
768.figure {
769 position: relative; }
770 .figure.pad-below {
771 margin-bottom: 20px; }
772 .figure .figure-callout {
773 position: absolute;
774 color: #fff;
775 font-weight: 500;
776 font-size: 16px;
777 line-height: 23px;
778 text-align: center;
779 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
780 padding-right: 2px;
781 width: 30px;
782 height: 29px;
783 z-index: 1000; }
784 .figure .figure-callout.top {
785 top: -9px; }
786 .figure .figure-callout.right {
787 right: -5px; }
788
789.figure-caption {
790 margin: 0 10px 20px 0;
791 font-size: 14px;
792 line-height: 20px;
793 font-style: italic; }
794
795/* rows of figures */
796.figure-row {
797 font-size: 0;
798 line-height: 0;
799 /* to prevent space between figures */ }
800 .figure-row .figure {
801 display: inline-block;
802 vertical-align: top; }
803 .figure-row .figure + .figure {
804 margin-left: 10px;
805 /* reintroduce space between figures */ }
806
807/* video containers */
808.framed-galaxynexus-land-span-13 {
809 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
810scroll top left;
811 padding: 42px 122px 62px 126px;
812 overflow: hidden; }
813 .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
814.framed-galaxynexus-land-span-13 img {
815 width: 512px;
816 height: 286px; }
817
Robert Lyd78354d2012-11-01 17:09:52 -0700818
819.framed-galaxynexus-land-span-8{
820 background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
821scroll top left;
822 padding: 26px 68px 38px 72px;
823 overflow: hidden; }
824 .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
825.framed-galaxynexus-land-span-8 img {
826 width: 320px;
827 height: 180px; }
828
Scott Maine4d8f1b2012-06-21 18:03:05 -0700829.framed-galaxynexus-port-span-9 {
830 background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
831scroll top left;
832 padding: 95px 122px 107px 124px;
833 overflow: hidden; }
834 .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
835.framed-galaxynexus-port-span-9 img {
836 width: 274px;
837 height: 488px; }
838
839.framed-galaxynexus-port-span-5 {
840 background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
841scroll top left;
842 padding: 75px 31px 76px 33px;
843 overflow: hidden; }
844 .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
845.framed-galaxynexus-port-span-5 img {
846 width: 216px;
847 height: 384px; }
848
Scott Main27403b82013-07-10 16:36:05 -0700849.framed-nexus4-port-216 {
850 background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
851scroll top left;
852 background-size:240px 465px;
853 padding: 52px 12px 52px 12px;
854 overflow: hidden; }
855 .framed-nexus4-port-216, .framed-nexus4-port-216 video,
856 .framed-nexus4-port-216 img {
857 width: 216px;
858 height: 360px; }
859
860
Scott Maine4d8f1b2012-06-21 18:03:05 -0700861/* landing page disclosures */
862.landing-page-link {
863 text-decoration: none;
864 font-weight: 500;
865 color: #333333; }
866 .landing-page-link:after {
867 content: '';
868 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
869 width: 10px;
870 height: 10px;
871 display: inline-block;
872 margin-left: 5px; }
873
874/* tooltips */
875.tooltip-box {
876 position: absolute;
877 background-color: rgba(0, 0, 0, 0.9);
878 border-radius: 2px;
879 font-size: 14px;
880 line-height: 20px;
881 color: #fff;
882 padding: 6px 10px;
883 max-width: 250px;
884 z-index: 10000; }
885 .tooltip-box.below:after {
886 position: absolute;
887 content: '';
888 line-height: 0;
889 display: block;
890 top: -10px;
891 left: 5px;
892 border: 5px solid transparent;
893 border-bottom-color: rgba(0, 0, 0, 0.9); }
894
895/* video note */
896.video-instructions {
897 margin-top: 10px;
898 margin-bottom: 10px; }
899 .video-instructions:before {
900 content: '';
901 background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
902 display: inline-block;
903 width: 12px;
904 height: 12px;
905 margin-right: 8px; }
906 .video-instructions:after {
907 content: 'Click device screen to replay movie.'; }
908
909/* download buttons */
910.download-button {
911 display: block;
912 margin-bottom: 5px;
913 text-decoration: none;
914 background-color: #33b5e5;
915 color: #fff !important;
916 font-weight: 500;
917 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
918 padding: 6px 12px;
919 border-radius: 2px; }
920 .download-button:hover, .download-button:focus {
921 background-color: #0099cc;
922 color: #fff !important; }
923 .download-button:active {
924 background-color: #006699; }
925
926/* UI tables and other things found in Writing style and Settings pattern */
927.ui-table {
928 width: 100%;
929 background-color: #282828;
930 color: #fff;
931 border-radius: 2px;
932 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
933 border-collapse: separate; }
934 .ui-table th,
935 .ui-table td {
936 padding: 5px 10px;
Scott Main98a2a712013-07-17 13:15:04 -0700937 background-color: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -0700938 border:0;}
939 .ui-table thead th {
940 font-weight: bold; }
941 .ui-table tfoot td {
942 border-top: 1px solid #494949;
943 border-right: 1px solid #494949;
944 text-align: center; }
945 .ui-table tfoot td:last-child {
946 border-right: 0; }
947
948.layout-with-list-item-margins {
949 margin-left: 30px !important; }
950
951.emulate-content-left-padding {
952 margin-left: 10px; }
953
954.do-dont-label {
955 margin-bottom: 10px;
956 padding-left: 20px;
957 background: transparent none no-repeat scroll 0px 3px; }
958 .do-dont-label.bad {
959 background-image: url(../images/styles/ico_wrong.png); }
960 .do-dont-label.good {
961 background-image: url(../images/styles/ico_good.png); }
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -0700962
Scott Maine4d8f1b2012-06-21 18:03:05 -0700963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981/***** PREVIOUSLY style.css ******************/
982
983
984
985
986
987@media screen, projection, print {
988[dir='rtl'] {
989 direction: rtl;
990}
991html {
992 line-height: 20px;
993}
994pre, table, input, textarea, code {
995 font-size: 1em;
996}
997address, abbr, cite {
998 font-style: normal;
999}
1000[dir='rtl'] th {
1001 text-align: right;
1002}
1003html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1004html[lang^=zh] blockquote, html[lang^=zh] q {
1005 font-style: normal;
1006}
1007q {
1008 font-style: italic;
1009}
1010fieldset, iframe, img {
1011 border: 0;
1012}
Scott Main98a2a712013-07-17 13:15:04 -07001013img {
Scott Mainb7f96372013-02-07 16:56:43 -08001014 -ms-interpolation-mode: bicubic;
1015 vertical-align: middle;
1016 max-width: 100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001017}
1018q {
1019 quotes: none;
1020}
1021sup, sub {
1022 font-size: 11px;
1023 line-height: 0;
1024}
1025}
1026
1027@media screen, projection {
1028
1029table, fieldset {
1030 margin: 0;
1031}
1032h1 {
1033 color:#333;
1034 font-size: 22px;
1035 margin: 20px 0 20px;
1036 padding:0 0 10px;
1037}
1038h1, h2 {
1039 line-height: 32px;
1040}
1041h1.short {
1042 margin-right:320px;
1043}
1044h1.short {
1045 margin-right:320px;
1046}
1047h1.super {
Scott Main98a2a712013-07-17 13:15:04 -07001048 font-size: 37px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001049}
1050h2 {
1051 color:#333;
1052 font-size: 20px;
1053 margin: 20px 0 20px;
1054 padding:0;
1055}
1056h3 {
1057 color:#333;
1058 font-size: 18px;
1059}
1060h3, h4 {
1061 color:#333;
1062 line-height: 20px;
1063 margin: 10px 0;
1064}
1065h4 {
Scott Mainb7f96372013-02-07 16:56:43 -08001066 font-size: 16px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001067}
1068h5 {
Scott Main98a2a712013-07-17 13:15:04 -07001069 font-size: 14px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001070}
1071h5, h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001072 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001073}
1074h6 {
Scott Main98a2a712013-07-17 13:15:04 -07001075 font-size: 12px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001076}
1077hr { /* applied to the bottom of h2 elements */
Scott Mainb7f96372013-02-07 16:56:43 -08001078 height: 1px;
1079 margin: 5px 0 20px;
1080 border: 0;
1081 background: #ccc;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001082}
1083p, pre, table, form {
1084 margin: 0 0 15px;
1085}
1086small {
Scott Mainb7f96372013-02-07 16:56:43 -08001087 font-size: 11.5px;
1088 color: #000;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001089}
1090ul, ol {
1091 margin: 0 0 15px 18px;
1092 padding: 0;
1093}
1094[dir='rtl'] ul, [dir='rtl'] ol {
1095 margin: 10px 30px 10px 10px;
1096}
1097ul ul, ul ol, ol ul, ol ol {
1098 margin-bottom: 0;
1099 margin-top: 0;
1100}
1101li {
Scott Main52948fc2012-09-18 11:27:59 -07001102 margin:0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001103}
1104dd {
1105 margin:0 0 10px 30px;
1106}
Scott Maina07be8e2013-03-06 12:12:21 -08001107dd p,
1108dd pre,
1109dd ul,
1110dd ol,
1111dd dl {
Scott Main24790db2013-03-19 14:38:59 -07001112 margin-top:10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001113}
Scott Maindb3678b2012-10-23 14:13:41 -07001114li p,
1115li pre,
1116li ul,
Scott Maina07be8e2013-03-06 12:12:21 -08001117li ol,
1118li dl {
Scott Maindb3678b2012-10-23 14:13:41 -07001119 margin-top:5px;
1120 margin-bottom:5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001121}
1122pre strong, pre b, a strong, a b, a code {
1123 color: inherit;
1124}
1125pre, code {
1126 color: #060;
Scott Maina07be8e2013-03-06 12:12:21 -08001127 font: 13px/1.5 monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001128}
1129code {
1130 font-weight:bold;
Scott Maina07be8e2013-03-06 12:12:21 -08001131 font: 13px/14px monospace;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001132}
1133
1134legend {
1135 display: none;
1136}
1137a:link, a:visited {
1138 color: #258aaf;
1139 text-decoration: none;
1140}
1141a:focus, a:hover, a:active {
1142 color: #33B5E5;
1143 text-decoration: none;
1144}
1145strong, b {
1146 font-weight:bold;
Scott Main9ada2262012-06-23 14:59:36 -07001147 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001148}
1149table {
1150 border-collapse: collapse;
1151 border-spacing: 0;
1152 border:0;
1153 margin: .5em 1em 1em 0;
1154 width:100%; /* consistent table widths; within IE's quirks */
1155 background-color:#f7f7f7;
1156}
1157th, td {
1158 padding: 4px 12px;
1159 vertical-align: top;
1160 text-align: left;
1161}
1162td {
1163 background-color:inherit;
1164 border:solid 1px #DDD;
1165}
Scott Maineb410352013-01-14 19:03:40 -08001166td *:last-child {
1167 margin-bottom:0;
1168}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001169th {
1170 background-color: #999;
1171 color: #fff;
1172 border:solid 1px #DDD;
1173 font-weight: normal;
1174}
1175tr:first-of-type th:first-of-type:empty {
1176 visibility: hidden;
1177}
1178/* --------------------------------------------------------------------------
1179Footer
1180*/
1181.line {
1182 clear: both;
1183 background: #acbc00;
1184 background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1185 background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1186color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1187 background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1188 background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1189 background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1190 background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1191 height: 2px;
1192 margin-top: 150px;
1193 position: relative;
1194 z-index: 11;
1195}
1196#footer {
1197 font-size:11px;
1198 clear: both;
1199 color: #999;
1200 padding: 15px 0;
1201 margin-top:10px;
1202 width:auto;
1203}
1204#footer-local ul {
Scott Mainb7f96372013-02-07 16:56:43 -08001205 list-style: none;
1206 margin: 5px 0 30px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001207}
1208#footer-local li {
1209 display: inline;
1210}
1211#footer-local li+li:before {
1212 content: '|';
1213 padding: 0 3px;
Scott Mainb7f96372013-02-07 16:56:43 -08001214 color: #e5e5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001215}
1216#footer-global {
1217 padding: 10px 15px;
Scott Mainb7f96372013-02-07 16:56:43 -08001218 background: #f5f5f5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001219}
1220#footer-global {
1221 border-top: 1px solid #ebebeb;
1222 font-size: 11.5px;
1223 line-height: 1.8;
1224 list-style: none;
1225}
1226#footer-global ul {
1227 margin: 0;
1228}
1229#footer-global li {
1230 display: inline;
1231 font-weight: bold;
1232}
1233#footer-global li+li:before {
1234 content: '¬?';
1235 padding: 0 3px;
1236}
1237* html #footer-global li {
1238 margin: 0 13px 0 0;
1239}
1240* [dir='rtl'] #footer-global li {
1241 margin: 0 0 0 13px;
1242}
1243*+html #footer-global li {
1244 margin: 0 13px 0 0;
1245}
1246*+[dir='rtl'] #footer-global li {
1247 margin: 0 0 0 13px;
1248}
1249#footer-global li a {
1250 font-weight: normal;
1251}
1252.locales {
1253 margin: 10px 0 0 0px;
1254}
1255[dir='rtl'] .locales {
1256 background-position: right center;
1257 float: left;
1258 padding: 0 24px 0 0;
1259}
1260.locales form {
Scott Main98a2a712013-07-17 13:15:04 -07001261 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001262}
1263.locales select, .sites select {
1264 line-height: 3.08;
1265 margin: 0px 0;
1266 border: solid 1px #EBEBEB;
1267 -webkit-appearance: none;
1268 background: white url('../images/arrows-up-down.png') right center no-repeat;
1269 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001270 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001271 line-height: normal;
1272 padding: 5px;
1273 width: 230px;
1274}
1275}
1276
1277/* =============================================================================
1278 Print Only
1279 ========================================================================== */
1280@media print {
Roman Nurik393830e2012-08-01 10:37:40 -07001281 /* configure printed page */
1282 @page {
1283 margin: 0.75in 1in;
1284 widows: 4;
1285 orphans: 4;
1286 }
1287
1288 /* reset spacing metrics */
1289 html, body, .wrap {
1290 margin: 0 !important;
1291 padding: 0 !important;
1292 width: auto !important;
1293 }
1294
1295 /* leave enough space on the left for bullets */
1296 body {
1297 padding-left: 20px !important;
1298 }
1299 #doc-col {
1300 margin-left: 0;
1301 }
1302
1303 /* hide a bunch of non-content elements */
1304 #header, #footer, #nav-x, #side-nav,
1305 .training-nav-top, .training-nav-bottom,
1306 #doc-col .content-footer,
1307 .nav-x, .nav-y,
1308 .paging-links,
1309 a.totop {
1310 display: none !important;
1311 }
1312
1313 /* remove extra space above page titles */
1314 #doc-col .content-header {
1315 margin-top: 0;
1316 }
1317
1318 /* bump up spacing above subheadings */
1319 h2 {
1320 margin-top: 40px !important;
1321 }
1322
1323 /* print link URLs where possible and give links default text color */
1324 p a:after {
1325 content: " (" attr(href) ")";
1326 font-size: 80%;
1327 }
1328 p a {
1329 word-wrap: break-word;
1330 }
1331 a {
1332 color: inherit;
1333 }
1334
1335 /* syntax highlighting rules */
1336 .str { color: #060; }
1337 .kwd { color: #006; font-weight: bold; }
1338 .com { color: #600; font-style: italic; }
1339 .typ { color: #404; font-weight: bold; }
1340 .lit { color: #044; }
1341 .pun { color: #440; }
1342 .pln { color: #000; }
1343 .tag { color: #006; font-weight: bold; }
1344 .atn { color: #404; }
1345 .atv { color: #060; }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001346}
1347
1348/* =============================================================================
1349 Columns
1350 ========================================================================== */
1351
1352@media screen, projection, print {
1353.full {
Scott Mainb7f96372013-02-07 16:56:43 -08001354 padding: 2.5em 0;
1355 border-top: solid 1px #ddd;
1356 border-bottom: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07001357 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001358}
1359.wrap {
Scott Mainb7f96372013-02-07 16:56:43 -08001360 margin: 0 auto;
1361 width: 940px;
1362 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001363}
1364.cols {
1365 height: 1%;
1366 margin: 0 -1.533742331288343558282%;
1367 width: 103.06748466257669%}
1368*+html .cols {
1369 margin-bottom: 20px;
1370}
1371.cols:after {
1372 clear: both;
1373 content: ' ';
1374 display: block;
1375 height: 0;
1376 visibility: hidden;
1377}
1378.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1379.col-13, .col-14, .col-15, .col-16 {
1380 display: inline;
Scott Mainb7f96372013-02-07 16:56:43 -08001381 float: left;
1382 margin-left: 10px;
1383 margin-right: 10px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001384}
1385/*
1386* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1387.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 {
1388 margin: 0;
1389 padding: 0 1.4% 20px;
1390}
1391[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1392[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1393[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1394 float: right;
1395}
1396*/
1397.col-1 { width: 40px }
1398.col-2 { width: 100px }
1399.col-3 { width: 160px }
1400.col-4 { width: 220px }
1401.col-5 { width: 280px }
1402.col-6 { width: 340px }
1403.col-7 { width: 400px }
1404.col-8 { width: 460px }
1405.col-9 { width: 520px }
1406.col-10 { width: 580px }
1407.col-11 { width: 640px }
1408.col-12 { width: 700px }
1409.col-13 { width: 760px }
1410.col-14 { width: 820px }
1411.col-15 { width: 880px }
1412.col-16 { width: 940px }
1413}
1414
1415.col-right {
1416 margin-right:0px;
1417}
1418
1419@media screen and (max-width:772px) {
1420.col-5, .col-6, .col-7 {
1421 clear: both;
1422 width: 97.0238096%}
1423}
1424
1425/* =============================================================================
1426 Layout
1427 ========================================================================== */
1428@media screen, projection, print {
1429
1430/* --------------------------------------------------------------------------
1431Header, Login, Nav-X, Search
1432*/
1433#header {
Scott Mainb7f96372013-02-07 16:56:43 -08001434 padding: 2.2em 0 0.2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001435}
1436#header:before, #header:after {
Scott Mainb7f96372013-02-07 16:56:43 -08001437 content: "";
1438 display: table;
1439 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001440}
1441.logo, .nav-x {
1442 float: left;
1443}
1444.nav-x {
1445 margin-top: -2px;
Scott Mainb7f96372013-02-07 16:56:43 -08001446 list-style-type: none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001447}
1448.nav-x a {
1449 color: #333;
1450 font-size: 16px;
1451}
1452.design a.selected {
1453 color: #33b5e5;
1454}
1455.develop a.selected {
1456 color: #F80;
1457}
1458.distribute a.selected {
1459 color: #9C0;
1460}
1461
1462
1463
1464.nav-x li {
1465 display: inline;
1466 margin-right: 45px;
1467}
1468.search {
Scott Mainb7f96372013-02-07 16:56:43 -08001469 float: right;
1470 position: relative;
1471 width: 220px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001472}
1473.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001474 position: absolute;
1475 background-color: #a3a3a3;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001476}
1477.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08001478 width: 220px;
1479 height: 1px;
1480 top: 24px;
1481 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001482}
Scott Main98a2a712013-07-17 13:15:04 -07001483.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001484 height: 5px;
1485 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07001486}
Scott Mainb7f96372013-02-07 16:56:43 -08001487.search .left { top: 19px; left: 0 }
Scott Maine4d8f1b2012-06-21 18:03:05 -07001488.search .right { top: 19px; right: 0 }
1489.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08001490 float: left;
1491 margin-top: 2px;
1492 width: inherit;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001493}
1494.search .close,
1495#player-frame .close {
1496 position: absolute;
1497 right: 8px;
1498 bottom: 4px;
1499 width: 16px;
1500 height: 16px;
1501 margin: 0;
1502 text-indent: -1000em;
1503 background: url(../images/close.png) no-repeat 0 0;
1504 z-index:9999;
1505}
1506.search .close:hover, .search .close:focus,
1507#player-frame .close:hover, #player-frame .close:focus {
1508 background-position: -16px 0;
1509 cursor:pointer;
1510}
1511#player-frame .close {
1512 top: 6px;
1513}
1514.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08001515 color: #999;
1516 font-size: 1em;
1517 width: inherit;
1518 border: none;
1519 margin: 0;
1520 padding:0 0 0 6px;
1521 z-index: 1500;
1522 background-color: transparent
Scott Maine4d8f1b2012-06-21 18:03:05 -07001523}
1524.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08001525 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001526}
1527.search:hover .icon {
Scott Mainb7f96372013-02-07 16:56:43 -08001528 background-position: -8px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001529}
1530.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08001531 color: #222;
1532 font-weight: bold;
1533 outline:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001534}
1535/* Search Dropdown */
1536.search-dropdown {
Scott Mainb7f96372013-02-07 16:56:43 -08001537 padding: 15px;
1538 width: 192px;
1539 border: solid 1px #c5c5c5;
1540 background: #fff;
1541 position: absolute;
1542 top: 35px;
1543 left: 0;
1544 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1545 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1546 box-shadow: 0 0 10px rgba(0,0,0,0.2)
Scott Maine4d8f1b2012-06-21 18:03:05 -07001547}
1548.search-dropdown ul, .search-dropdown ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08001549 list-style-type: none;
1550 margin: 0;
1551 padding: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001552}
1553.search-dropdown ul li {
Scott Main98a2a712013-07-17 13:15:04 -07001554 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07001555}
1556.search-dropdown img {
Scott Mainb7f96372013-02-07 16:56:43 -08001557 float: left;
1558 margin: 0 10px 10px 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07001559}
1560.search-dropdown h6 {
Scott Mainb7f96372013-02-07 16:56:43 -08001561 color: #222;
1562 margin: 0;
1563 line-height: normal
Scott Maine4d8f1b2012-06-21 18:03:05 -07001564}
1565.search-dropdown .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001566 color: #999;
1567 font-size: 11.5px;
1568 line-height: normal;
1569 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001570}
1571.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
Scott Mainb7f96372013-02-07 16:56:43 -08001572 color: #33b5e5
Scott Maine4d8f1b2012-06-21 18:03:05 -07001573}
1574/* --------------------------------------------------------------------------
1575Buttons
1576*/
1577.button, a.button, .button-secondary, a.button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001578 border-image: initial;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001579 -webkit-border-radius: 2px;
1580 -moz-border-radius: 2px;
1581 border-radius: 2px;
1582 cursor: pointer;
1583}
1584.button, a.button {
Scott Mainab4daf42012-11-30 11:27:17 -08001585 display:inline-block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001586 background-color: #09c;
1587 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1588 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1589 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1590 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1591 background-image: -o-linear-gradient(top, #2faddb, #09c);
1592 background-image: linear-gradient(top, #2faddb, #09c);
1593 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1594 border: 1px solid #3990ab;
1595 color: #fff;
1596}
1597.button-secondary, a.button-secondary {
1598 background-color: #f3f3f3;
1599 border: 1px solid #dcdcdc;
1600 color: #444;
1601}
1602a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001603 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001604 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001605 min-width: 54px;
1606 outline: 0;
1607 padding: 8px 15px;
1608 text-align: center;
1609}
1610.button, .button-secondary {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001611 margin-right: 16px;
Scott Mainb7f96372013-02-07 16:56:43 -08001612 font-weight: 400;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001613 min-width: 54px;
1614 outline: 0;
1615 padding: 0 15px;
1616 text-align: center;
1617}
1618.button:hover, a.button:hover {
1619 border-color: #09c;
1620 background-color: #4cadcb;
1621 background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1622 background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1623 background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1624 background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1625 background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1626 background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1627 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1628EndColorStr='#4cadcb',GradientType=0);
1629 color: #fff !important;
1630}
1631.button:active, a.button:active {
1632 background-color: #1e799a;
1633 background-image: none;
1634 border-color: #30b7e6;
1635}
Scott Maindb3678b2012-10-23 14:13:41 -07001636a.button.big.subtitle {
1637 line-height:18px;
1638}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001639.button-secondary:hover, a.button-secondary:hover {
1640 border-color: #dbdbdb;
1641 background-color: #f3f3f3;
1642 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1643 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1644 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1645 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1646 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1647 background-image: linear-gradient(top, #f9f9f9, #ececec);
1648 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1649EndColorStr='#ececec');
1650 color: #33B5E5 !important;
1651}
1652.button-secondary:active, a.button-secondary:active {
Scott Maindb3678b2012-10-23 14:13:41 -07001653 border-color: #dadada;
Scott Mainb7f96372013-02-07 16:56:43 -08001654 background: #ebebeb; /* Old browsers */
1655 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1656 background:
Scott Maine4d8f1b2012-06-21 18:03:05 -07001657url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1658Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1659eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1660CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1661eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1662YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1663CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1664CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1665CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1666CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1667R3JhZGllbnQ+
1668CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1669Lz4KPC9zdmc+);
Scott Mainb7f96372013-02-07 16:56:43 -08001670 background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
Scott Maine4d8f1b2012-06-21 18:03:05 -07001671#ffffff 100%); /* FF3.6+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001672 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
Scott Maine4d8f1b2012-06-21 18:03:05 -07001673color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1674/* Chrome,Safari4+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001675 background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
Scott Maine4d8f1b2012-06-21 18:03:05 -0700167690%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001677 background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001678100%); /* Opera 11.10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001679 background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001680100%); /* IE10+ */
Scott Mainb7f96372013-02-07 16:56:43 -08001681 background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
Scott Maine4d8f1b2012-06-21 18:03:05 -07001682100%); /* W3C */
Scott Mainb7f96372013-02-07 16:56:43 -08001683 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
Scott Maine4d8f1b2012-06-21 18:03:05 -07001684endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
Scott Mainb7f96372013-02-07 16:56:43 -08001685 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1686 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Main98a2a712013-07-17 13:15:04 -07001687 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Mainb7f96372013-02-07 16:56:43 -08001688 color: #258AAF !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001689}
1690.button.big {
1691 font-size:20px;
1692 display:inline-block;
1693}
Scott Maindb3678b2012-10-23 14:13:41 -07001694.button.big span.small {
1695 font-size:14px;
1696}
1697.button-caption {
1698 margin-top:10px;
1699 font-size:12px;
1700 font-style:italic;
1701}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001702
1703.button.disabled,
1704.button.disabled:hover,
1705.button.disabled:active {
1706 background:#ebebeb;
Scott Maindb3678b2012-10-23 14:13:41 -07001707 color:#999 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001708 border-color:#999;
1709 cursor:default;
1710}
1711
1712.training-nav-top a.button-secondary,
1713.training-nav-bottom a.button-secondary {
1714 display:block;
1715 float:left;
1716 margin:0;
1717 width:130px;
1718 text-transform:uppercase;
1719 font-weight:bold;
Scott Main98a2a712013-07-17 13:15:04 -07001720
Scott Maine4d8f1b2012-06-21 18:03:05 -07001721 background-color: #f3f3f3;
1722 background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1723 background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1724 background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1725 background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1726 background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1727 background-image: linear-gradient(top, #f9f9f9, #ececec);
1728 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1729EndColorStr='#ececec');
1730 color: #33B5E5;
1731}
1732
1733.training-nav-top a.button-secondary:hover,
1734.training-nav-bottom a.button-secondary:hover {
1735 background-color: #09c;
1736 background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1737 background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1738 background-image: -moz-linear-gradient(top, #2faddb, #09c);
1739 background-image: -ms-linear-gradient(top, #2faddb, #09c);
1740 background-image: -o-linear-gradient(top, #2faddb, #09c);
1741 background-image: linear-gradient(top, #2faddb, #09c);
1742 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1743 border: 1px solid #3990ab;
1744 color: #fff !important;
1745}
1746
1747.training-nav-top a.button-secondary.last,
1748.training-nav-bottom a.button-secondary.last {
1749 border-left:0;
1750}
1751
1752.training-nav-top a.button-secondary.double-size,
1753.training-nav-bottom a.button-secondary.double-size {
1754 width:291px;
1755}
1756
1757.training-nav-top,
1758.training-nav-bottom {
1759 float:right;
1760 margin:0 0 0 20px;
1761}
1762
1763.training-nav-bottom {
1764 padding:0 0 20px;
1765}
1766
1767#tb-wrapper,
1768#qv-wrapper {
1769 float:right;
1770 clear:right;
Scott Maincef39242013-06-19 20:25:34 -07001771 margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
Scott Maine4d8f1b2012-06-21 18:03:05 -07001772 padding:0 0 20px;
1773}
1774
Scott Maincef39242013-06-19 20:25:34 -07001775#tb-wrapper {
1776 margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1777}
1778
Scott Maine4d8f1b2012-06-21 18:03:05 -07001779#tb,
1780#qv {
1781 font-size:13px;
1782 line-height:18px;
1783 width:238px;
1784 border:1px solid #ccc;
1785 float:right;
1786}
1787
1788#tb {
1789 width:278px;
1790}
1791
1792#tb h2,
1793#qv h2 {
1794 margin:10px 15px;
1795 padding:0;
1796 text-transform:uppercase;
1797 border-bottom:1px solid gainsboro;
1798}
1799
1800#tb *,
1801#qv * {
1802 font-size:inherit;
1803}
1804
Scott Main8c0f5b32013-07-08 15:12:02 -07001805#tb .download-box,
1806#qv .download-box {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001807 padding:0 0 0 15px;
1808}
1809
Scott Main8c0f5b32013-07-08 15:12:02 -07001810#tb .download-box .filename,
1811#qv .download-box .filename {
Scott Maine4d8f1b2012-06-21 18:03:05 -07001812 font-size:11px;
1813 margin:4px 4px 10px;
1814 color:#666;
1815}
1816
1817
1818/* Dev guide quicknav */
1819
1820.sidebox-wrapper {
1821 float:right;
1822 clear:right;
1823 margin:0 0 0 20px;
1824 padding:0 0 20px;
1825}
1826
1827.sidebox {
1828 width:226px;
1829 font-size:13px;
1830 line-height:18px;
1831 border-left:4px solid #99CC00;
1832 float:right;
1833 padding:0 0 0 10px;
Scott Main24bbcd52012-09-21 14:33:43 -07001834 margin:0 0 1em 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001835}
1836
1837.sidebox h2,
1838.sidebox h3,
1839.sidebox h4,
1840.sidebox h5 {
1841 font-weight:bold;
1842 margin:0 0 10px;
1843}
1844
1845.sidebox * {
1846 font-size:inherit;
1847}
1848
1849#tb ol,
1850#tb ul,
1851#qv ul {
1852 margin:0 15px 10px 35px;
1853}
1854
1855#qv ol {
1856 list-style:none;
1857 margin:0 15px 15px;
1858 font-size:inherit;
1859 line-height:inherit;
1860}
1861
1862#tb ol ol,
1863#tb ul ul,
1864#qv ol ol,
1865#qv ul ul,
1866.sidebox ol ol,
1867.sidebox ul ul {
1868 margin-bottom:0;
1869}
1870
1871#qv ol ol {
1872 margin:3px 0 3px 15px;
1873}
1874
1875.sidebox p,
1876#qv p,
1877#tb p {
1878 margin: 0 0 10px;
1879}
1880
Dirk Dougherty547d9e92013-04-15 18:13:47 -07001881/* related resources blocks in checklists */
1882
1883.rel-resources {
1884 margin:10px 0px;
1885 border:1px solid #ccc;
1886 background-color:rgba(0, 0, 0, 0.027451);
1887 border:1px solid #ccc;
1888 font-size:13px;
1889 color:#6f6f6f;
1890}
1891
1892.rel-resources ul {
1893padding: .5em 1em 0 1em;
1894}
1895
1896.rel-resources a {
1897font-weight:500;
1898}
1899
1900.rel-resources h3 {
1901 margin:4px 15px 0px 15px;
1902 font-size:13px;
1903 font-weight:600;
1904 text-transform:uppercase;
1905}
Scott Maine4d8f1b2012-06-21 18:03:05 -07001906
1907/* --------------------------------------------------------------------------
1908Form
1909*/
1910.article form {
1911 margin: 0 0 20px;
1912}
1913.article form .form-required {
1914 color: #dd4b39;
1915}
1916.article form fieldset {
1917 margin: 0 0 20px;
1918 padding: 0;
1919}
1920.article form legend {
1921 display: block;
1922 line-height: 1.5;
1923 margin: 0;
1924 padding: 0;
1925}
1926/*
1927.article form ol, .article form ul {
1928 margin: 0 0 0 1em;
1929 padding: 0 0 0 1em;
1930}
1931[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1932 margin: 0 1em 0 0;
1933 padding: 0 1em 0 0;
1934}
1935.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1936ul ul {
1937 list-style: none;
1938 margin: 0;
1939 padding: 0;
1940}
1941.article form li {
1942 margin: 0 0 20px;
1943}
1944.article form li li {
1945 margin: 0 0 5px;
1946}
1947*/
1948.article form label {
1949 display: block;
1950 margin: 0 0 5px;
1951 padding: 0;
1952}
1953.article form input[type='text'], .article form select, .article form textarea, .article form
1954.checkbox-group, .article form .radio-group {
1955 margin-bottom: 15px;
1956}
1957.checkbox-group input {
Scott Mainb7f96372013-02-07 16:56:43 -08001958 width: 13px;
1959 height: 13px;
1960 background: #fff;
1961 border: solid 1px #c6c6c6;
1962 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001963}
1964.article form .checkbox-group, .article form .radio-group {
Scott Mainb7f96372013-02-07 16:56:43 -08001965 display: block
Scott Maine4d8f1b2012-06-21 18:03:05 -07001966}
1967.article form select {
1968 border: solid 1px #ebebeb;
1969 border-top-color: #ddd;
1970 -webkit-appearance: none;
1971 background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
1972 height: 30px;
Scott Main9ada2262012-06-23 14:59:36 -07001973 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001974 line-height: normal;
1975 padding: 5px;
1976 width: 130px;
1977}
Scott Main98a2a712013-07-17 13:15:04 -07001978
Scott Maine4d8f1b2012-06-21 18:03:05 -07001979.article form .browse .browse-msg {
Scott Main98a2a712013-07-17 13:15:04 -07001980 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001981}
1982.article form .browse .button-secondary {
Scott Mainb7f96372013-02-07 16:56:43 -08001983 height: auto;
1984 line-height: 25px;
1985 font-size: 11px;
1986 padding: 0 8px;
1987 margin: 0 10px 15px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001988}
1989.article form input[type='text'], .article form textarea {
1990 border: 1px solid #ebebeb;
1991 border-top-color: #dcdcdc;
Scott Main9ada2262012-06-23 14:59:36 -07001992 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001993 line-height: normal;
1994 padding: 6px 10px;
Scott Main98a2a712013-07-17 13:15:04 -07001995 width: 300px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07001996}
1997.article form textarea {
1998 height: 150px;
1999}
2000.article form input[type='text']:focus, .article form textarea:focus {
2001 border-color: #33B5E5;
2002 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2003 -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2004 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2005 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2006 outline: 0;
2007}
2008.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2009 color: #999;
2010}
2011.article form input[type='text'][disabled], .article form textarea[disabled] {
2012 background-color: #ebebeb;
2013}
2014form .form-error input[type='text'], form .form-error textarea {
2015 border-color: #dd4b39;
Scott Mainb7f96372013-02-07 16:56:43 -08002016 margin-right: 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002017}
2018.aside {
2019 -moz-border-radius: 2px;
2020 -webkit-border-radius: 2px;
2021 border-radius: 2px;
2022 margin: 10px 0;
2023 padding: 20px;
Scott Mainb7f96372013-02-07 16:56:43 -08002024 color: #666;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002025 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08002026 background: #f9f9f9;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002027}
2028/*
2029.aside, .notification, .promo {
2030 -moz-border-radius: 2px;
2031 -webkit-border-radius: 2px;
2032 border-radius: 2px;
2033 margin: 10px 0;
2034 padding: 10px;
2035 position: relative;
2036}
2037.aside>:first-child, .notification>:first-child, .promo>:first-child {
2038 margin-top: 0;
2039}
2040.aside>:last-child, .notification>:last-child, .promo>:last-child {
2041 margin-bottom: 0;
2042}
2043.aside {
2044 background: #f9f9f9;
2045}
2046.notification {
2047 background: #fffbe4;
2048 border-color: #f8f6e6;
2049}
2050.promo {
2051 background: #f6f9ff;
2052 border-color: #eff2f9;
2053}
2054*/
Scott Maindb3678b2012-10-23 14:13:41 -07002055
2056/* SDK TOS styles */
2057
2058div.sdk-terms {
2059 white-space: pre-wrap;
2060 word-wrap: break-word;
2061 font-family: inherit;
2062 font-size: inherit;
2063 padding: 10px;
2064 height: 370px;
2065 width: 738px;
2066 border: 1px solid #444;
2067 background: transparent;
2068 overflow:auto;
2069 margin:0 0 10px;
2070}
2071
2072div.sdk-terms.fullsize {
2073 padding: 0;
2074 height: auto;
2075 width: auto;
2076 border:none;
2077}
2078
2079div.sdk-terms h3,
2080div.sdk-terms h2 {
2081 margin:0;
2082}
2083
2084div#sdk-terms-form {
2085 padding:0 0 0 10px;
2086}
2087
Scott Main11ac05b2012-11-15 14:57:44 -08002088div#sdk-terms-form input {
Scott Maindb3678b2012-10-23 14:13:41 -07002089 display:inline;
2090 margin:4px 4px 4px 0;
2091}
2092
2093
Scott Maine4d8f1b2012-06-21 18:03:05 -07002094/* --------------------------------------------------------------------------
2095Code Style
2096*/
2097pre {
Scott Maindb3678b2012-10-23 14:13:41 -07002098 margin:0 0 1em 0;
2099 padding: 1em;
2100 overflow: auto;
2101 border: solid 1px #ddd;
Scott Main98a2a712013-07-17 13:15:04 -07002102 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002103}
2104.str { color: #080; }
2105.kwd { color: #008; }
2106.com { color: #800; }
2107.typ { color: #606; }
2108.lit { color: #066; }
2109.pun { color: #660; }
2110.pln { color: #000; }
2111.tag { color: #008; }
2112.atn { color: #828; }
2113.atv { color: #080; }
2114.dec { color: #606; }
2115
2116/* --------------------------------------------------------------------------
2117Three-Pane
2118*/
2119/* Package Nav & Classes Nav */
2120.three-pane {
Scott Mainb7f96372013-02-07 16:56:43 -08002121 position: relative;
2122 border-top: solid 1px #ebebeb;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002123}
2124#packages-nav .js-pane,
2125#classes-nav .js-pane {
2126 overflow:visible;
2127}
2128#packages-nav {
2129 height:270px;
Scott Mainb7f96372013-02-07 16:56:43 -08002130 max-height: inherit;
2131 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002132 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002133}
2134#classes-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002135 overflow: hidden;
Scott Main98a2a712013-07-17 13:15:04 -07002136 position: relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002137}
2138#packages-nav ul, #classes-nav ul {
Scott Mainb7f96372013-02-07 16:56:43 -08002139 list-style-type: none;
2140 margin: 10px 0 20px 0;
Scott Main98a2a712013-07-17 13:15:04 -07002141 padding: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002142}
2143#classes-nav li {
Scott Mainb7f96372013-02-07 16:56:43 -08002144 font-weight: bold;
2145 margin: 5px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002146}
2147#packages-nav li,
2148#classes-nav li li {
Scott Mainb7f96372013-02-07 16:56:43 -08002149 margin: 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002150}
2151#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2152#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002153 padding: 0 0 0 4px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002154}
2155#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2156#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2157#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002158 color: #222;
Scott Main98a2a712013-07-17 13:15:04 -07002159 font-weight: normal;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002160}
2161#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2162#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002163 display: block;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002164}
2165#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2166a:visited,
2167#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2168a:visited,
2169#nav-tree li div.selected {
2170 font-weight: 500;
2171 color: #0099cc;
2172 background-color:#fff; }
2173 #packages-nav li.selected ul li a,
2174 #classes-nav li.selected ul li a {
2175 /* don't highlight child items */
2176 color: #555555; }
2177#nav-tree li div.selected a {
2178 font-weight: 500;
2179 color: #0099cc;
2180}
2181#nav-swap {
2182 height:30px;
2183 border-top:1px solid #ccc;
2184}
2185#nav-swap a {
2186 display:inline-block;
2187 height:100%;
Scott Main9ada2262012-06-23 14:59:36 -07002188 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002189 font-size: 12px;
2190 padding: 5px 0 5px 5px;
2191}
2192
2193#nav-swap .fullscreen {
2194 float: right;
2195 width: 24px;
2196 height: 24px;
2197 text-indent: -1000em;
2198 padding:0;
2199 margin:3px 5px 0;
2200 background: url(../images/fullscreen.png) no-repeat -24px 0;
2201}
2202#nav-swap .fullscreen.disabled {
2203 background-position: 0 0;
2204}
Scott Main98a2a712013-07-17 13:15:04 -07002205#nav-swap .fullscreen:hover,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002206#nav-swap .fullscreen:focus {
2207 cursor:pointer;
2208}
2209
2210
2211/* nav tree */
2212#side-nav, #devdoc-nav, #swapper,
2213#nav-tree, #tree-list {
2214 overflow:hidden;
2215 margin-left:0;
2216}
2217
2218#nav-tree ul {
2219 list-style:none;
2220 padding:0;
2221 margin:10px 0;
2222}
2223
2224#nav-tree ul li div {
2225 padding:0 0 0 4px;
2226}
2227
2228#side-nav #nav-tree ul li a,
2229#side-nav #nav-tree ul li span.no-children {
2230 padding: 0;
2231 margin: 0;
2232}
2233
2234#nav-tree .plus {
2235 margin: 0 3px 0 0;
2236}
2237
2238#nav-tree ul ul {
2239 list-style: none;
2240 margin: 0;
2241 padding: 0 0 0 0;
2242}
2243
2244#nav-tree ul li {
2245 margin: 0;
2246 padding: 0 0 0 0;
2247 white-space: nowrap;
2248}
2249
2250#nav-tree .children_ul {
2251 padding:0;
2252 margin:0;
2253}
2254#nav-tree .children_ul li div {
2255 padding:0 0 0 10px;
2256}
2257#nav-tree .children_ul .children_ul li div {
2258 padding:0 0 0 20px;
2259}
2260
2261#nav-tree a.nolink {
Scott Main9ada2262012-06-23 14:59:36 -07002262 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002263 text-decoration: none;
2264}
2265
2266#nav-tree span.label {
2267 width: 100%;
2268}
2269
2270#nav-tree {
2271 overflow-x: auto;
2272 overflow-y: scroll;
2273 outline:0;
2274}
2275
2276
2277/* Content */
2278#doc-col {
2279 margin-right:0;
2280}
2281#doc-content-container {
Scott Main98a2a712013-07-17 13:15:04 -07002282 margin-left: 291px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002283}
2284#doc-header, #doc-content {
Scott Mainb7f96372013-02-07 16:56:43 -08002285 padding: 1em 2em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002286}
2287#doc-header {
Scott Main98a2a712013-07-17 13:15:04 -07002288 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002289}
2290#doc-header h1 {
Scott Mainb7f96372013-02-07 16:56:43 -08002291 line-height: 0;
2292 margin-bottom: 15px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002293}
2294#api-info-block {
Scott Mainb7f96372013-02-07 16:56:43 -08002295 float: right;
2296 font-weight: bold;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002297}
2298#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002299 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002300}
2301#api-info-block a:hover, #api-info-block a:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002302 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002303}
2304#api-nav-header {
2305 height:19px; /* plus 16px padding = 35; same as #nav li */
2306 font-size:14px;
2307 padding: 8px 0;
2308 margin: 0;
2309 border-bottom: 1px solid #CCC;
2310 background:#e9e9e9;
2311 background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2312
2313}
2314#api-nav-title {
2315 padding:0 5px;
2316 white-space:nowrap;
2317}
2318
2319#api-level-toggle {
2320 float:right;
2321 padding:0 5px;
2322}
2323
2324#api-level-toggle label {
2325 margin:0;
2326 vertical-align:top;
2327 line-height: 19px;
2328 font-size:13px;
2329 height: 19px;
2330}
2331
2332#api-level-toggle .select-wrapper {
2333 width: 35px;
2334 display: inline-block;
2335 overflow: hidden;
2336}
2337#api-level-toggle select {
2338 border: 0;
2339 appearance:none;
2340 -moz-appearance:none;
2341 -webkit-appearance: none;
2342 background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
Scott Main9ada2262012-06-23 14:59:36 -07002343 color: #222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002344 height: 19px;
2345 line-height: 19px;
2346 padding: 0;
2347 margin:1px 0 0 0;
2348 width:150%;
2349 font-size:13px;
2350 vertical-align:top;
2351 outline:0;
2352}
2353
2354
2355/* Toggle for revision notes and stuff */
2356div.toggle-content.closed .toggle-content-toggleme {
2357 display:none;
2358}
2359
2360#jd-content img.toggle-content-img {
2361 margin:0 5px 5px 0;
2362}
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002363
Scott Main220c3442012-07-16 15:40:17 -07002364div.toggle-content-toggleme {
2365 padding:0 0 0 15px;
Scott Main03c972c2012-06-26 22:23:22 -07002366}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002367
2368
2369/* API LEVEL FILTERED MEMBERS */
2370
2371.absent,
2372.absent a:link,
2373.absent a:visited,
2374.absent a:hover,
2375.absent * {
2376 color:#bbb !important;
2377 cursor:default !important;
2378 text-decoration:none !important;
2379}
2380#devdoc-nav li.absent.selected,
2381#devdoc-nav li.absent.selected *,
2382#devdoc-nav div.label.absent.selected,
2383#devdoc-nav div.label.absent.selected * {
2384 background-color:#eaeaea !important;
2385}
2386.absent h4.jd-details-title,
2387.absent h4.jd-details-title * {
2388 background-color:#f6f6f6 !important;
2389}
2390.absent img {
2391 opacity: .3;
2392 filter: alpha(opacity=30);
2393 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2394}
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404/* JQUERY RESIZABLE STYLES */
2405.ui-resizable { position: relative; }
2406.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2407.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2408/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2409body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2410.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2411border-bottom: solid 1px #ededed;
2412 background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2413/*
Scott Main98a2a712013-07-17 13:15:04 -07002414.ui-resizable-e {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002415cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24161px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2417*/
2418
2419/* --------------------------------------------------------------------------
2420Lightbox
2421*/
Scott Main98a2a712013-07-17 13:15:04 -07002422.lightbox {
Scott Mainb7f96372013-02-07 16:56:43 -08002423 width: 769px;
2424 padding: 1.5em;
2425 margin: 0 auto;
2426 border: solid 1px #dcdcdc;
2427 background: #fff;
2428 -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2429 -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2430 box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
Scott Maine4d8f1b2012-06-21 18:03:05 -07002431}
2432.lightbox .header {
Scott Mainb7f96372013-02-07 16:56:43 -08002433 float: left;
2434 width: 720px;
Scott Main98a2a712013-07-17 13:15:04 -07002435 margin: -10px 20px 10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002436}
2437.lightbox .close {
Scott Mainb7f96372013-02-07 16:56:43 -08002438 float: right;
2439 width: 10px;
2440 height: 10px;
2441 margin: -10px -10px 10px 0;
2442 text-indent: -1000em;
2443 background: url(../images/close.png) no-repeat 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002444}
2445.lightbox .close:hover, .lightbox .close:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08002446 background-position: -10px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002447}
2448
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002449
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002450/* --------------------------------------------------------------------------
2451Styles for samples project trees and code browsing in resources tab
2452*/
2453
2454.structure-dir {
2455background-image:url(../../assets/images/folder.png);
2456background-repeat:no-repeat;
2457background-position:16px 2px;
2458 margin:.25em 0 0 0;
2459 padding:0 0 0 0;
2460}
2461
2462.structure-toggleme {
2463 margin:0 0 0 3em;
2464 padding:0 0 0 0;
2465 text-decoration:none;
2466}
2467
2468.structure-java{
2469background-image:url(../../assets/images/file-java.png);
2470background-repeat:no-repeat;
2471background-position:0px 2px;
2472 margin:.3em 0 0 0;
2473 padding:.3em 0 .3em 22px;
2474}
2475
2476.structure-file {
2477background-image:url(../../assets/images/file-generic.png);
2478background-repeat:no-repeat;
2479background-position:0px 2px;
2480 margin:.3em 0 0 0;
2481 padding:.3em 0 .3em 22px;
2482}
2483
2484.structure-xml {
2485background-image:url(../../assets/images/file-xml.png);
2486background-repeat:no-repeat;
2487background-position:0px 2px;
2488 margin:.3em 0 0 0;
2489 padding:.3em 0 .25em 22px;
2490}
2491
2492.structure-img {
2493background-image:url(../../assets/images/file-image.png);
2494background-repeat:no-repeat;
2495background-position:0px 2px;
2496 margin:.3em 0 0 0;
2497 padding:.3em 0 .25em 22px;
2498}
2499
2500.structure-manifest {
2501background-image:url(../../assets/images/file-manifest.png);
2502background-repeat:no-repeat;
2503 margin:.0 0 0 1.25em;
2504 padding:0 0 0 22px;
2505 text-decoration:none;
2506}
2507
2508#jd-content .structure-toggle-img {
2509 margin:.5em 0 0 0;
2510padding-right:2.1em;
2511}
2512
2513.dirInfo {
2514 margin-left:2em;
2515}
2516
2517.structure-dir a {
2518 text-decoration:none;
2519}
2520
2521.structure-manifest a {
2522 text-decoration: none;
2523}
2524.structure-file a {
2525 text-decoration: none;
2526}
2527
2528.sampleEmbed {
2529 background-color:rgb(249, 249, 249);
2530}
2531
2532.sampleEmbed ol.lineNumbers {
2533 list-style-type: decimal;
2534 padding-left:1em;
2535}
2536
2537.sampleEmbed ol.lineNumbers li {
2538border-left:1px solid #ddd;
2539border-right:1px solid #ddd;
2540color:gray;
2541background-color:#f7f7f7;
2542margin:0 0 0 24px;
2543padding: 2px 2px 2px 6px;
2544}
2545
2546.sampleEmbed ol.lineNumbers li:hover {
2547background: #efefef;
2548}
2549
2550/* --------------------------------------------------------------------------
2551Styles for raw formatted line numbers (not used with listformatted version)
2552div.sampleLine div.lineNumber {
2553 display: inline;
2554}
2555div.sampleLine div.lineCode {
2556 display: inline;
2557 padding-left:6px;
2558}
2559div.sampleLine {
2560 padding:0;
2561 margin:0;
2562}*/
2563
Scott Maine4d8f1b2012-06-21 18:03:05 -07002564/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002565Butterbar
2566*/
2567#butterbar-wrapper {
2568 position:absolute;
2569 top:0;
2570 left:0;
2571 width:100%;
2572}
2573#butterbar {
2574 width:940px;
2575 margin:0 auto;
2576}
2577#butterbar-message {
2578 background-color:#f80;
2579 float:right;
2580 font-size:12px;
2581 font-weight:bold;
2582 padding:0 10px;
2583 border-radius: 0 0 5px 5px;
2584}
2585#butterbar-message a {color:#fff !important}
2586#butterbar-message a:hover {text-decoration:underline;}
2587
2588/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002589Misc
2590*/
2591
2592
2593.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002594 content: "";
2595 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002596}
2597.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002598 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002599}
2600.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002601 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002602}
2603table.blank th, table.blank td {
2604 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002605 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002606}
2607.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002608 margin: 0.5em 0 2em 0;
2609 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002610 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002611}
2612
2613.nolist {
2614 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002615 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002616}
Scott Main5747d382012-11-30 12:02:42 -08002617#tb .nolist {
2618 margin-left:15px;
2619}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002620
Scott Main8aa725e2013-04-25 10:00:32 -07002621dl.xml>dt {
2622 text-transform:uppercase;
2623}
2624dl.xml dl.attr {
2625 margin-top:0;
2626}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002627
2628pre.classic {
2629 background-color:transparent;
2630 border:none;
2631 padding:0;
2632}
2633
2634p.img-caption {
2635 margin: -10px 0 20px;
2636 font-size:13px;
2637 color:#666;
2638}
2639
Scott Main48dd7f22013-02-21 10:52:02 -08002640div.figure,
2641div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002642 float:right;
2643 clear:right;
2644 margin:10px 0 0 0;
2645 padding:0 0 0 20px;
2646 /* width must be defined w/ an inline style matching the image width */
2647}
2648
Scott Main48dd7f22013-02-21 10:52:02 -08002649div.figure-left {
2650 float:left;
2651 clear:left;
2652 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002653 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002654 /* width must be defined w/ an inline style matching the image width */
2655}
2656
2657img.frame {
2658 border:1px solid #DDD;
2659 padding:4px;
2660}
2661
Scott Maine4d8f1b2012-06-21 18:03:05 -07002662p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002663 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002664 font-size:13px;
2665 color:#666;
2666}
2667
Scott Main24bbcd52012-09-21 14:33:43 -07002668p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002669 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002670 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002671 color:#666;
2672}
2673
Scott Main98a2a712013-07-17 13:15:04 -07002674div.note,
2675div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002676div.warning {
2677 margin: 0 0 15px;
2678}
2679
Scott Main98a2a712013-07-17 13:15:04 -07002680p.note, div.note,
2681p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002682p.warning, div.warning {
2683 padding: 0 0 0 10px;
2684 border-left: 4px solid;
2685}
2686
Scott Main24bbcd52012-09-21 14:33:43 -07002687p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002688 border-color: #258AAF;
2689}
2690
Scott Main24bbcd52012-09-21 14:33:43 -07002691p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002692 border-color: #FF8800;
2693}
2694
Scott Main24bbcd52012-09-21 14:33:43 -07002695p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002696 border-color: #ff4443;
2697}
2698
Scott Main412eaf22012-06-22 14:36:33 -07002699div.note.design {
2700 border-left: 4px solid #33B5E5;
2701}
2702
2703div.note.develop {
2704 border-left: 4px solid #F80;
2705}
2706
2707div.note.distribute {
2708 border-left: 4px solid #9C0;
2709}
2710
2711.note p, .caution p, .warning p {
2712 margin:0 0 5px;
2713}
2714
2715.note p:last-child, .caution p:last-child, .warning p:last-child {
2716 margin-bottom:0;
2717}
2718
Scott Main5b5ff1a2012-09-12 10:29:45 -07002719body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002720 display:block;
2721 float:right;
2722 width:280px;
2723 font-size:20px;
2724 font-style:italic;
2725 line-height:24px;
2726 color:#33B5E5;
2727 margin:0 0 20px 30px;
2728}
2729
Scott Maine4d8f1b2012-06-21 18:03:05 -07002730div.design-announce p {
2731 margin:0 0 10px;
2732}
2733
2734#devdoc-nav a.totop {
2735 display:block;
2736 top:0;
2737 width:inherit;
2738 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2739 text-indent:-9999em;
2740}
2741#devdoc-nav a.totop {
2742 position:fixed;
2743 display:none;
2744}
2745#devdoc-nav a.totop:hover {
2746 background-color:#33B5E5;
2747}
2748
2749.content-footer a.totop {
2750 text-transform:uppercase;
2751 line-height:30px;
2752}
2753
Scott Maindb3678b2012-10-23 14:13:41 -07002754.expandable {
2755 height:34px;
2756 padding-left:20px;
2757 position:relative;
2758}
2759.expandable:before {
2760 content: '';
2761 background-image: url(../images/styles/disclosure_down.png);
2762 background-repeat:no-repeat;
2763 background-position: -12px -9px;
2764 width: 20px;
2765 height: 20px;
2766 display: inline-block;
2767 position: absolute;
2768 top: 0;
2769 left: 0; }
2770}
2771.expandable.expanded:before {
2772 background-image: url(../images/styles/disclosure_up.png);
2773}
2774
Scott Mainaaf76642013-06-19 18:04:30 -07002775/* notice box for cross links between Design/Develop docs */
2776a.notice-developers,
2777a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002778 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002779 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002780 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002781 min-height:50px;
2782 margin:0 0 20px 20px;
2783 border:1px solid #ddd;
2784}
Scott Main5eccda82013-07-30 14:56:45 -07002785a.notice-developers.wide,
2786a.notice-designers.wide {
2787 width:278px;
2788}
Scott Mainaaf76642013-06-19 18:04:30 -07002789a.notice-developers div,
2790a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002791 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002792 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2793 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002794 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002795}
Scott Mainaaf76642013-06-19 18:04:30 -07002796a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002797 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2798 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002799}
2800a.notice-developers:hover,
2801a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002802 background:#eee;
2803}
Scott Mainaaf76642013-06-19 18:04:30 -07002804a.notice-developers h3,
2805a.notice-designers h3 {
Scott Maind2af6d22013-05-13 18:39:06 -07002806 font-size:14px;
2807 font-weight:normal;
2808 text-transform:uppercase;
2809 color:#000 !important;
2810 margin:0;
2811}
Scott Mainaaf76642013-06-19 18:04:30 -07002812a.notice-developers p,
2813a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002814 margin:0;
Scott Main9bfcd732013-05-14 09:14:35 -07002815 line-height:16px;
2816}
Scott Mainaaf76642013-06-19 18:04:30 -07002817a.notice-developers.left,
2818a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002819 margin-left:0;
2820 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002821}
2822
2823
Scott Maind7026f72013-06-17 15:08:49 -07002824/* hide nested list items; companion to hideNestedLists() */
2825.hide-nested li ol,
2826.hide-nested li ul {
2827 display:none;
2828}
2829
2830a.header-toggle {
2831 display:block;
2832 float:right;
2833 text-transform:uppercase;
2834 font-size:.8em !important;
2835 font-weight:normal;
2836 margin-top:2px;
2837}
2838
2839
Dirk Doughertybec14292013-04-10 20:23:40 -07002840/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002841good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002842*/
Scott Maindb3678b2012-10-23 14:13:41 -07002843
Dirk Doughertybec14292013-04-10 20:23:40 -07002844div.example-block {
2845 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07002846 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07002847 background-color:#ccc;
2848 padding:4px;
2849 margin:.8em auto 1.5em 2em;
2850 width:260px;
2851 float:right;
2852}
2853/* red container */
2854.example-block.bad {
2855 background-image: url(/images/example-bad.png);
2856 background-color:#f4cccc;
2857}
2858/* green container */
2859.example-block.good {
2860 background-image: url(/images/example-good.png);
2861 background-color:#d9ead3;
2862}
2863/* container heading div */
2864#jd-content .example-block .heading {
2865 font-weight:bold;
2866 margin:6px 0 9px 36px;
2867 padding:6px auto;
2868}
2869/* container image (if any) */
2870#jd-content .example-block img {
2871 margin:0;
2872 padding:0px;
2873}
2874
2875.example-block table {
2876 margin:0;
2877}
Scott Maindb3678b2012-10-23 14:13:41 -07002878
Scott Maine4d8f1b2012-06-21 18:03:05 -07002879/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002880Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07002881*/
2882
2883div.dialog {
2884 height:0;
2885 margin:0 auto;
2886}
2887
2888div.dialog>div {
2889 z-index:99;
2890 position:fixed;
2891 margin:70px 0;
2892 width: 391px;
2893 height: 200px;
2894 background: #F7F7F7;
2895-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2896-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2897box-shadow: 0 0 15px rgba(0,0,0,0.5);
2898}
2899/* IE6 can't position fixed */
2900* html div.dialog div { position:absolute; }
2901
2902
2903div#deprecatedSticker {
2904 display:none;
2905 z-index:99;
2906 position:fixed;
2907 right:15px;
2908 top:114px;
2909 margin:0;
2910 padding:1em;
2911 background:#FFF;
2912 border:1px solid #dddd00;
2913 box-shadow:-5px 5px 10px #ccc;
2914 -moz-box-shadow:-5px 5px 10px #ccc;
2915 -webkit-box-shadow:-5px 5px 10px #ccc;
2916}
2917
2918div#naMessage {
2919 display:none;
2920 width:555px;
2921 height:0;
2922 margin:0 auto;
2923}
2924
2925div#naMessage div {
2926 z-index:99;
2927 width:450px;
2928 position:fixed;
2929 margin:50px 0;
2930 padding:4em 4em 3em;
2931 background:#FFF;
2932 border:1px solid #999;
2933 box-shadow:-10px 10px 40px #888;
2934 -moz-box-shadow:-10px 10px 40px #888;
2935 -webkit-box-shadow:-10px 10px 40px #888;
2936}
2937/* IE6 can't position fixed */
2938* html div#naMessage div { position:absolute; }
2939
2940div#naMessage strong {
2941 font-size:1.1em;
2942}
2943
2944
2945/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002946Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07002947*/
Scott Main98a2a712013-07-17 13:15:04 -07002948.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08002949 width: 20px;
2950 height: 36px;
2951 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002952}
2953.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08002954 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002955}
2956.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002957 content: "";
2958 display: table;
2959 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002960}
2961a.slideshow-next, a.slideshow-next:visited {
2962
Scott Mainb7f96372013-02-07 16:56:43 -08002963 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002964
Scott Mainb7f96372013-02-07 16:56:43 -08002965 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07002966
2967}
2968
2969a.slideshow-prev, a.slideshow-prev:visited {
2970
Scott Main98a2a712013-07-17 13:15:04 -07002971 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002972
Scott Mainb7f96372013-02-07 16:56:43 -08002973 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07002974
2975}
2976
2977.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
2978
Scott Main98a2a712013-07-17 13:15:04 -07002979 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002980
2981}
2982
2983.slideshow-next:active, .slideshow-prev:active {
2984
Scott Main98a2a712013-07-17 13:15:04 -07002985 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07002986
2987}
2988.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08002989 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07002990 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002991}
2992.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08002993 display: inline-block;
2994 width: 12px;
2995 height: 12px;
2996 margin: 0 2px 20px 2px;
2997 background: #ccc;
2998 -webkit-border-radius: 50%;
2999 -moz-border-radius: 50%;
3000 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003001}
3002.slideshow-nav a:hover, .slideshow-nav a:focus {
3003
Scott Mainb7f96372013-02-07 16:56:43 -08003004 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003005}
3006
3007.slideshow-nav a:active {
3008
Scott Mainb7f96372013-02-07 16:56:43 -08003009 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003010 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003011 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3012 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3013 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003014}
3015.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003016 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003017}
3018/* --------------------------------------------------------------------------
3019Tabs
3020*/
3021ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003022 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003023 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003024}
3025ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003026 content: "";
3027 display: table;
3028 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003029}
3030ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003031 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003032 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003033}
3034ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003035 display: block;
3036 height: 36px;
3037 line-height: 36px;
3038 padding: 0 15px;
3039 margin-right: 2px;
3040 color: #222;
3041 -moz-border-radius-topleft: 2px;
3042 -moz-border-radius-topright: 2px;
3043 -moz-border-radius-bottomright: px;
3044 -moz-border-radius-bottomleft: px;
3045 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003046 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003047 border-top: solid 1px #ebebeb;
3048 border-left: solid 1px #ebebeb;
3049 border-right: solid 1px #ebebeb;
3050 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003051 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3052 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3053 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3054 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3055 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3056 background-image: linear-gradient(top, #ffffff, #fafafa);
3057 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3058EndColorStr='#fafafa');
3059}
3060ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003061 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003062}
3063ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003064 height: 37px;
3065 color: #33B5E5;
3066 background-color: #f7f7f7;
3067 background-image: none;
3068 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003069}
3070.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003071 padding: 1.2em;
3072 margin: -1px 0 2em 0;
3073 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003074 -moz-border-radius: 2px;
3075 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003076 border: solid 1px #ddd;
3077 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003078}
3079/* --------------------------------------------------------------------------
3080Feature Boxes
3081*/
3082.feature-box {
3083 width: 291px;
3084 height: 200px;
3085 position: relative;
3086 background: #F7F7F7;
3087}
3088.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003089 z-index: 100;
3090 position: absolute;
3091 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003092}
3093.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003094 width: 291px;
3095 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003096}
3097.dialog .box-border .top,
3098.dialog .box-border .bottom { width:391px; }
3099
Scott Main98a2a712013-07-17 13:15:04 -07003100.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003101 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003102 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003103}
3104.box-border .top { top: 0; left: 0 }
3105.box-border .top .left { top: 1px; left: 0 }
3106.box-border .top .right { top: 1px; right: 0 }
3107.box-border .bottom .left { top: -8px; left: 0 }
3108.box-border .bottom { top: 200px; left: 0 }
3109.box-border .bottom .right { top: -8px; right: 0 }
3110
3111.feature-box h4,
3112.dialog h4 {
3113 margin: 15px 18px 10px;
3114 padding:0;
3115}
3116
3117.feature-box p,
3118.dialog p {
3119 margin: 10px 18px;
3120 padding:0;
3121}
3122.feature-box .link,
3123.dialog .link {
3124 border-top: 1px solid #dedede;
3125 bottom: 0;
3126 position: absolute;
3127 width: inherit;
3128}
3129.feature-box a, .feature-box h4,
3130.dialog a, .dialog h4 {
3131 -webkit-transition: color .4s ease;
3132 -moz-transition: color .4s ease;
3133 -o-transition: color .4s ease;
3134 transition: color .4s ease;
3135}
3136.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003137 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003138}
3139.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003140.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003141 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003142}
3143.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003144 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003145}
3146/* --------------------------------------------------------------------------
3147Page-Specific Styles
3148*/
Scott Main98a2a712013-07-17 13:15:04 -07003149.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003150 position: relative;
3151 float: left;
3152 width: 92px;
3153 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003154}
3155.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003156 color: #fff;
3157 font-size: 11.5px;
3158 width: 82px;
3159 height: 82px;
3160 margin-top:-30px;
3161 line-height: 82px;
3162 text-align: center;
3163 border: solid 5px #fff;
3164 -webkit-border-radius: 50%;
3165 -moz-border-radius: 50%;
3166 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003167}
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182/* ########### REFERENCE DOCS ################## */
3183
3184#packages-nav h2,
3185#classes-nav h2 {
3186 font-size:18px;
3187 margin:0;
3188 padding:0 0 0 4px;
3189}
3190
3191#jd-header {
3192 padding: 0 0 5px;
3193 margin: 20px 0 10px;
3194 font-size:13px;
3195 border-bottom:solid 1px #ccc;
3196}
3197
3198#jd-header h1 {
3199 margin:0;
3200 padding:0;
3201}
3202
3203/* page-top-right container for reference pages (holds
3204links to summary tables) */
3205#api-info-block {
3206 font-size:13px;
3207 margin:20px 0 0;
3208 padding:0 10px 6px;
3209 font-weight:normal;
3210 float:right;
3211 text-align:right;
3212 color:#999;
3213 max-width:70%;
3214}
3215
3216#api-info-block div.api-level {
3217 font-weight:bold;
3218 font-size:inherit;
3219 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003220 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003221 padding:0;
3222 margin:0;
3223}
3224
3225/* inheritance table */
3226.jd-inheritance-table {
3227 border-spacing:0;
3228 margin:0;
3229 padding:0;
3230 font-size:13px;
3231 background-color:transparent;
3232}
3233.jd-inheritance-table tr td {
3234 border: none;
3235 margin: 0;
3236 padding: 0;
3237 background-color:transparent;
3238}
3239.jd-inheritance-table .jd-inheritance-space {
3240 font-weight:bold;
3241 width:1em;
3242}
3243.jd-inheritance-table .jd-inheritance-interface-cell {
3244 padding-left: 17px;
3245}
3246
3247
3248
3249.jd-sumtable a {
3250 text-decoration:none;
3251}
3252
3253.jd-sumtable a:hover {
3254 text-decoration:underline;
3255}
3256
3257/* the link inside a sumtable for "Show All/Hide All" */
3258.toggle-all {
3259 display:block;
3260 float:right;
3261 font-weight:normal;
3262 font-size:0.9em;
3263}
3264
3265/* adjustments for in/direct subclasses tables */
3266.jd-sumtable.jd-sumtable-subclasses {
3267 margin: 1em 0 0 0;
3268 max-width:968px;
3269 background-color:transparent;
3270 font-size:13px;
3271}
3272
3273/* extra space between end of method name and open-paren */
3274.sympad {
3275 margin-right: 2px;
3276}
3277
3278/* right alignment for the return type in sumtable */
3279.jd-sumtable .jd-typecol {
3280 text-align:right;
3281}
3282
3283/* adjustments for the expando table-in-table */
3284.jd-sumtable-expando {
3285 margin:.5em 0;
3286 padding:0;
3287}
3288
3289/* a div that holds a short description */
3290.jd-descrdiv {
3291 padding:3px 1em 0 1em;
3292 margin:0;
3293 border:0;
3294}
3295
3296#jd-content img.jd-expando-trigger-img {
3297 padding:0 4px 4px 0;
3298 margin:0;
3299}
3300
3301.jd-sumtable-subclasses div#subclasses-direct,
3302.jd-sumtable-subclasses div#subclasses-indirect {
3303 margin:0 0 0 13px;
3304}
3305
3306
3307
3308/********* MEMBER REF *************/
3309
3310
3311.jd-details {
3312/* border:1px solid #669999;
3313 padding:4px; */
3314 margin:0 0 1em;
3315}
3316
3317/* API reference: a container for the
3318.tagdata blocks that make up the detailed
3319description */
3320.jd-details-descr {
3321 padding:0;
3322 margin:.5em .25em;
3323}
3324
3325/* API reference: a block containing
3326a detailed description, a params table,
3327seealso list, etc */
3328.jd-tagdata {
3329 margin:.5em 1em;
3330}
3331
3332.jd-tagdata p {
3333 margin:0 0 1em 1em;
3334}
3335
3336/* API reference: adjustments to
3337the detailed description block */
3338.jd-tagdescr {
3339 margin:.25em 0 .75em 0;
3340}
3341
3342.jd-tagdescr ol,
3343.jd-tagdescr ul {
3344 margin:0 2.5em;
3345 padding:0;
3346}
3347
3348.jd-tagdescr table,
3349.jd-tagdescr img {
3350 margin:.25em 1em;
3351}
3352
3353.jd-tagdescr li {
3354margin:0 0 .25em 0;
3355padding:0;
3356}
3357
3358/* API reference: heading marking
3359the details section for constants,
3360attrs, methods, etc. */
3361h4.jd-details-title {
3362 font-size:1.15em;
3363 background-color: #E2E2E2;
3364 margin:1.5em 0 .6em;
3365 padding:3px 95px 3px 3px; /* room for api-level */
3366}
Scott Mainab4daf42012-11-30 11:27:17 -08003367body.google h4.jd-details-title {
3368 background-color: #FFF;
3369 padding-top:5px;
3370 border-top: 1px solid #ccc;
3371}
3372body.google table.jd-sumtable th {
3373 background-color: #FFF;
3374 color:#000;
3375}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003376
3377h4.jd-tagtitle {
3378 margin:0;
3379}
3380
3381h4 .normal {
3382 font-weight:normal;
3383}
3384
3385/* API reference: heading for "Parameters", "See Also", etc.,
3386in details sections */
3387h5.jd-tagtitle {
3388 margin:0 0 .25em 0;
3389 font-size:1em;
3390}
3391
3392.jd-tagtable {
3393 margin:0;
3394 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003395 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003396}
3397
3398.jd-tagtable td,
3399.jd-tagtable th {
3400 border:none;
3401 background-color:#fff;
3402 vertical-align:top;
3403 font-weight:normal;
3404 padding:2px 10px;
3405}
3406
3407.jd-tagtable th {
3408 font-style:italic;
3409}
3410
3411/* Inline api level indicator for methods */
3412div.api-level {
3413 font-size:.8em;
3414 font-weight:normal;
3415 color:#999;
3416 float:right;
3417 padding:0 8px 0;
3418 margin-top:-30px;
3419}
3420
3421table.jd-tagtable td,
3422table.jd-tagtable th {
3423 background-color:transparent;
3424}
3425
3426table.jd-tagtable th {
3427 color:inherit;
3428}
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452/* SEARCH FILTER */
3453
Scott Main0e76e7e2013-03-12 10:24:07 -07003454.menu-container {
3455 position:relative;
3456}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003457#search_autocomplete {
3458 font-weight:normal;
3459}
3460
Scott Main0e76e7e2013-03-12 10:24:07 -07003461.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003462 width: 193px;
3463 float: right;
3464}
Scott Main0e76e7e2013-03-12 10:24:07 -07003465.search_filtered_wrapper.docs {
3466 width:875px;
3467 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003468 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003469 top:26px;
3470 right:66px;
3471}
3472.suggest-card {
3473 position:relative;
3474 width:170px;
3475 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003476 padding:5px;
3477 border: solid 1px #C5C5C5;
3478 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003479 top: 15px;
3480 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003481 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3482 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3483 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3484}
Scott Main0e76e7e2013-03-12 10:24:07 -07003485.suggest-card.reference {
3486 position:absolute;
3487 z-index:999;
3488 min-width:171px; /* +padding and border makes this match input width */
3489 min-height:93px; /* add 3px because this has 1 not 4px top border */
3490 width:auto;
3491 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003492 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003493}
3494.suggest-card.develop {
3495 z-index:997;
3496 border-top: solid 4px #F80;
3497 float:right;
3498}
3499.suggest-card.design {
3500 z-index:996;
3501 border-top: solid 4px #33b5e5;
3502 float:right;
3503}
3504.suggest-card.distribute {
3505 z-index:995;
3506 border-top: solid 4px #9C0;
3507 float:right;
3508}
3509.child-card {
3510 width:100%;
3511}
3512.suggest-card.dummy {
3513 width:172px;
3514 float:right;
3515 border:0;
3516 background:transparent;
3517 -moz-box-shadow: none;
3518 -webkit-box-shadow: none;
3519 box-shadow: none;
3520}
3521
3522ul.search_filtered {
3523 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003524 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003525 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003526 padding: 0;
3527}
Scott Main0e76e7e2013-03-12 10:24:07 -07003528.search_filtered .jd-selected {
3529 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003530 cursor:pointer;
3531}
Scott Main0e76e7e2013-03-12 10:24:07 -07003532.search_filtered .jd-selected,
3533.search_filtered .jd-selected a {
3534 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003535}
3536
3537.no-display {
3538 display: none;
3539}
3540
Scott Main0e76e7e2013-03-12 10:24:07 -07003541.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003542 font-size: 0.81em;
3543 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003544 margin: 0 0 2px;
3545 padding: 0;
3546 line-height:1.5em;
3547}
3548
Scott Main0e76e7e2013-03-12 10:24:07 -07003549.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003550 padding:0 5px;
3551 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003552 display:inline-block;
3553 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003554}
3555
Scott Main0e76e7e2013-03-12 10:24:07 -07003556.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003557 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003558 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003559 border: none;
3560 margin: 8px 0 2px;
3561 padding:1px 5px;
3562 line-height:1.5em;
3563}
Scott Main0e76e7e2013-03-12 10:24:07 -07003564.search_filtered li.header.small {
3565 font-size:0.85em;
3566}
Scott Main7e447ed2013-02-19 17:22:37 -08003567
Scott Main98a2a712013-07-17 13:15:04 -07003568.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003569.search_filtered li.header {
3570 color:#aaa;
3571 font-size: 0.81em;
3572}
3573
3574.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003575 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003576}
3577
3578.show-item {
3579 display: table-row;
3580}
3581.hide-item {
3582 display: hidden;
3583}
3584
3585
3586
3587
3588
3589/* SEARCH RESULTS */
3590
Scott Maine4d8f1b2012-06-21 18:03:05 -07003591
3592#leftSearchControl .gsc-twiddle {
3593 background-image : none;
3594}
3595
3596#leftSearchControl td, #searchForm td {
3597 border: 0px solid #000;
3598 padding:0;
3599}
3600
3601#leftSearchControl .gsc-resultsHeader .gsc-title {
3602 padding-left : 0px;
3603 font-weight : bold;
3604 font-size : 13px;
3605 color:#006699;
3606 display : none;
3607}
3608
3609#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3610 display : none;
3611}
3612
3613#leftSearchControl .gsc-resultsRoot {
3614 padding-top : 6px;
3615}
3616
3617#leftSearchControl div.gs-visibleUrl-long {
3618 display : block;
3619 color:#006699;
3620}
3621
3622#leftSearchControl .gsc-webResult {
3623 padding:0 0 20px 0;
3624}
3625
3626.gsc-webResult div.gs-visibleUrl-short,
3627table.gsc-branding,
3628.gsc-clear-button {
3629 display : none;
3630}
3631
3632.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3633.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3634#leftSearchControl a,
3635#leftSearchControl a b {
3636 color:#006699;
3637}
3638
3639.gsc-resultsHeader {
3640 display: none;
3641}
3642
3643/* Disable built in search forms */
3644.gsc-control form.gsc-search-box {
3645 display : none;
3646}
3647table.gsc-search-box {
3648 margin:6px 0 0 0;
3649 border-collapse:collapse;
3650}
3651
3652td.gsc-input {
3653 padding:0 2px;
3654 width:100%;
3655 vertical-align:middle;
3656}
3657
3658input.gsc-input {
3659 border:1px solid #BCCDF0;
3660 width:99%;
3661 padding-left:2px;
3662 font-size:.95em;
3663}
3664
3665td.gsc-search-button {
3666 text-align: right;
3667 padding:0;
3668 vertical-align:top;
3669}
3670
3671
3672#searchResults {
3673 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3674(it doesn't) */
3675 height:auto;
3676}
3677
3678#searchResults .gsc-control {
3679 position:relative;
3680 width:auto;
3681 padding:0 0 10px;
3682}
3683
3684#searchResults .gsc-tabsArea {
3685 position:relative;
3686 white-space:nowrap;
3687 float:left;
3688 width:200px;
3689}
3690
3691#searchResults .gsc-above-wrapper-area {
3692 display:none;
3693}
3694
3695#searchResults .gsc-resultsbox-visible {
3696 float:left;
3697 width:720px;
3698 margin-left:20px;
3699}
3700
3701#searchResults .gsc-tabHeader {
3702 padding: 3px 6px;
3703 position:relative;
3704 width:auto;
3705 display:block;
3706}
3707
3708#searchResults h2#searchTitle {
3709 padding:0;
3710 margin:5px 0;
3711 border:none;
3712}
3713
3714#searchResults h2#searchTitle em {
3715 font-style:normal;
3716 color:#33B5E5;
3717}
3718
3719#searchResults .gsc-table-result {
3720 margin:5px 0 10px 0;
3721 background-color:transparent;
3722}
3723#searchResults .gs-web-image-box, .gs-promotion-image-box {
3724 width:120px;
3725}
3726#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3727 max-width:120px;
3728}
3729
3730#searchResults .gsc-table-result .gsc-thumbnail {
3731 padding:0 20px 0 0;
3732}
3733
3734#searchResults td {
3735 background-color:transparent;
3736}
3737
3738#searchResults .gsc-expansionArea {
3739 position:relative;
3740}
3741#searchResults .gsc-tabsArea .gsc-cursor-box {
3742 width:200px;
3743 padding:20px 0 0 1px;
3744}
3745#searchResults .gsc-cursor-page {
3746 display:inline-block;
3747 float:left;
3748 margin:-1px 0 0 -1px;
3749 padding:0;
3750 height:27px;
3751 width:27px;
3752 text-align:center;
3753 line-height:2;
3754}
3755
3756#searchResults .gsc-tabHeader.gsc-tabhInactive,
3757#searchResults .gsc-cursor-page {
3758 text-decoration:none;
3759 color:#258AAF;
3760 border: solid 1px #DADADA;
3761}
3762
3763#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3764#searchResults .gsc-cursor-page:hover {
3765 border-color: #DBDBDB;
3766 background-color: #F3F3F3;
3767 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3768 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3769 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3770 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3771 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3772 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3773 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3774EndColorStr='#ececec');
3775 color: #33B5E5;
3776}
3777
3778#searchResults .gsc-tabHeader.gsc-tabhActive,
3779#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3780#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3781#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3782 color:#fff;
3783 background-color: #09C;
3784 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3785 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3786 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3787 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3788 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3789 background-image: linear-gradient(top, #2FADDB, #09C);
3790 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3791 border: 1px solid #3990AB;
3792 z-index:100;
3793}
3794
3795}
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809/*********** PREVIOUSLY dac-styles.css ***************/
3810
3811
Scott Maine4d8f1b2012-06-21 18:03:05 -07003812#header {
3813 border-bottom:0;
3814}
3815
3816#header .wrap {
3817 max-width:940px;
3818 height:41px;
3819 border-bottom:1px solid;
3820 border-color: #ccc;
3821 position:relative;
3822}
3823
3824.about #header .wrap {
3825 border-color: #9933CC;
3826}
3827
3828.design #header .wrap {
3829 border-color: #33b5e5;
3830}
3831
3832.develop #header .wrap {
3833 border-color: #F80;
3834}
3835
3836.distribute #header .wrap {
3837 border-color: #9C0;
3838}
3839
3840.logo a {
3841 width:123px;
3842 float:left;
3843}
3844
3845#header .logo {
3846 margin-top: -6px;
3847 margin-left: 0px;
3848 margin-bottom:0px;
3849 width: 160px;
3850 padding-right:10px;
3851}
3852
3853.search {
3854 height:25px;
3855 margin-top: -3px;
3856 margin-bottom: 0px;
3857}
3858
3859
3860
3861/* Quicknav */
3862.btn-quicknav {
3863 width:20px;
3864 height:28px;
3865 float:left;
3866 margin-left:6px;
3867 padding-right:10px;
3868 position:relative;
3869 cursor:pointer;
3870 border-right:1px solid #CCC;
3871}
3872
3873.btn-quicknav a {
3874 zoom:1;
3875 position:absolute;
3876 top:13px;
3877 left:5px;
3878 display:block;
3879 text-indent:-9999em;
3880 width:10px;
3881 height:5px;
3882 background:url(../images/quicknav_arrow.png) no-repeat;
3883}
3884
3885.btn-quicknav a.arrow-active {
3886 background-position: 0 -5px;
3887 display:none;
3888}
3889
3890#header-wrap.quicknav a.arrow-inactive {
3891 display:none;
3892}
3893
3894.btn-quicknav.active a.arrow-active {
3895 display:block;
3896}
3897
3898.nav-x li {
3899 display:block;
3900 float:left;
3901 margin-right:45px;
3902 -webkit-transition: all 0.25s linear;
3903 -moz-transition: all 0.25s linear;
3904 -ms-transition: all 0.25s linear;
3905 -o-transition: all 0.25s linear;
3906 transition: all 0.25s linear;
3907}
3908
3909#header-wrap.quicknav .nav-x li {
3910 min-width:160px;
3911 margin-right:20px;
3912}
3913
3914#header-wrap.quicknav li.last {
3915 margin-right:0px;
3916}
3917
3918#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07003919 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003920 clear:both;
3921 margin-left:180px;
3922 margin-top:-30px;
3923 display:none;
3924 overflow:hidden;
3925}
3926
3927#header-wrap.quicknav #quicknav {
3928
3929}
3930
3931#quicknav ul {
3932 margin:10px 0;
3933 padding:0;
3934}
3935
3936#quicknav ul li.design {
3937 border-top:1px solid #33b5e5;
3938}
3939
3940#quicknav ul li.develop {
3941 border-top:1px solid #FF8800;
3942}
3943
3944#quicknav ul li.distribute {
3945 border-top:1px solid #99cc00;
3946}
3947
3948#quicknav ul li {
3949 display:block;
3950 float:left;
3951 margin:0 20px 0 0;
3952 min-width:140px;
3953}
3954
3955#quicknav ul li.last {
3956 margin-right:0px;
3957}
3958
3959#quicknav ul li ul li {
3960 float:none;
3961}
3962
3963#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07003964 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003965}
3966
3967#quicknav ul li li ul,
3968#quicknav ul li li ul li {
3969 margin:0;
3970}
3971
3972#quicknav ul li li ul li:before {
3973 content:"\21B3";
3974}
3975
3976#header-wrap {
3977 -webkit-transition: all 0.25s ease-out;
3978 -moz-transition: all 0.25s ease-out;
3979 -ms-transition: all 0.25s ease-out;
3980 -o-transition: all 0.25s ease-out;
3981 transition: all 0.25s ease-out;
3982
3983}
3984
3985#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07003986 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07003987
Scott Maine4d8f1b2012-06-21 18:03:05 -07003988}
3989
3990/* SEARCH AND MORE */
3991.search {
3992 position: absolute;
3993 width: 50px;
3994 height:28px;
3995 display: block;
3996 margin-top:-3px;
3997 margin-bottom:7px;
3998 overflow:hidden;
3999 z-index:100;
4000 right:54px;
4001 -webkit-transition: width 0.4s ease;
4002 -moz-transition: width 0.4s ease;
4003 -o-transition: width 0.4s ease;
4004 transition: width 0.4s ease;
4005}
4006
4007.search #search-btn {
4008 width:50px;
4009 height:28px;
4010 background:url(../images/icon_search.png) no-repeat;
4011 float:left;
4012}
4013
4014.search-inner {
4015 width:245px;
4016}
4017
4018.search:hover, .search.active {
4019 width:245px;
4020}
4021
4022.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004023 position: absolute;
4024 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004025}
4026
4027.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004028 width: 214px;
4029 height: 1px;
4030 top: 24px;
4031 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004032}
4033
Scott Main98a2a712013-07-17 13:15:04 -07004034.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004035 height: 5px;
4036 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004037}
4038
4039.search .left {
4040 top: 22px;
4041 left: 56px;
4042 background-color:#CCC;
4043}
4044
4045.search .right {
4046 top: 22px;
4047 left: 238px;
4048 background-color:#CCC;
4049}
4050
4051.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004052 margin-top: 2px;
4053 width: 162px;
4054 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004055}
4056
4057.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004058 color: #2f2f2f;
4059 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004060 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004061 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004062 margin-left: 6px;
4063 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004064 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004065 background-color: transparent;
4066 border-bottom:1px solid #CCC;
4067 padding:0 0 0 4px;
4068 outline:none;
4069 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004070}
4071
4072.search:hover form input {
4073 border-bottom:1px solid #33B5E5;
4074}
4075
4076.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004077 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004078}
4079
4080.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004081 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004082}
4083
4084.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004085 color: #222;
4086 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004087}
4088
4089.moremenu {
4090 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004091 position: relative;
4092 width: 50px;
4093 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004094 display: block;
4095 margin-top:-3px;
4096 margin-bottom:7px;
4097 overflow:hidden;
4098 -webkit-transition: width 0.25s ease;
4099 -moz-transition: width 0.25s ease;
4100 -o-transition: width 0.25s ease;
4101 transition: width 0.25s ease;
4102}
4103
4104.moremenu #more-btn {
4105 width:40px;
4106 height:28px;
4107 background:url(../images/icon_more.png) no-repeat;
4108 border-left:1px solid #CCC;
4109 float:left;
4110 cursor:pointer;
4111}
4112
4113.moremenu:hover #more-btn {
4114 background-position:0 -28px;
4115}
4116
4117.morehover {
4118 position:absolute;
4119 right:6px;
4120 top:-9px;
4121 width:40px;
4122 height:35px;
4123 z-index:99;
4124 overflow:hidden;
4125
4126 -webkit-opacity:0;
4127 -moz-opacity:0;
4128 -o-opacity:0;
4129 opacity:0;
4130
4131 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004132 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004133 -o-transform-origin:100% 0%;
4134 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004135
Scott Maine4d8f1b2012-06-21 18:03:05 -07004136 -webkit-transition-property: -webkit-opacity;
4137 -webkit-transition-duration: .25s;
4138 -webkit-transition-timing-function:ease;
4139
Scott Main0e76e7e2013-03-12 10:24:07 -07004140 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004141 -moz-transition-duration: .25s;
4142 -moz-transition-timing-function:ease;
4143
Scott Main0e76e7e2013-03-12 10:24:07 -07004144 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004145 -o-transition-duration: .25s;
4146 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004147
Scott Main0e76e7e2013-03-12 10:24:07 -07004148 transition-property: opacity;
4149 transition-duration: .25s;
4150 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004151}
4152
Scott Maine05e6f92013-01-29 13:34:17 -08004153.morehover:hover,
4154.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004155 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004156 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004157 width:268px;
4158 -webkit-transition-property:height, -webkit-opacity;
4159}
4160
4161.morehover .top {
4162 width:268px;
4163 height:39px;
4164 background:url(../images/more_top.png) no-repeat;
4165}
4166
4167.morehover .mid {
4168 width:228px;
4169 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004170 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004171}
4172
4173.morehover .mid .header {
4174 border-bottom:1px solid #ccc;
4175 font-weight:bold;
4176}
4177
4178.morehover .bottom {
4179 width:268px;
4180 height:6px;
4181 background:url(../images/more_bottom.png) no-repeat;
4182}
4183
4184.morehover ul {
4185 margin:10px 10px 20px 0;
4186}
4187
4188.morehover ul li {
4189 list-style:none;
4190}
4191
4192.morehover ul li.active a,
4193.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004194 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004195}
4196
4197.morehover ul li.active img {
4198 margin-right:4px;
4199}
4200
4201
4202
4203
4204/* MARQUEE */
4205.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004206 width:100%;
4207 overflow:hidden;
4208 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004209}
4210.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004211 position:absolute;
4212 top:50%;
4213 left:0px;
4214 margin-top:-36px;
4215 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004216}
4217.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004218 position:absolute;
4219 top:50%;
4220 margin-top:-36px;
4221 z-index:99;
4222 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004223}
4224
4225.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004226 position:absolute;
4227 bottom:20px;
4228 width:100%;
4229 text-align:center;
4230 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004231}
4232.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004233 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004234}
4235.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004236 display: inline-block;
4237 width:12px;
4238 height:12px;
4239 text-indent:-8000px;
4240 list-style:none;
4241 margin: 0 2px;
4242 border-radius:6px;
4243 background-color:#ccc;
4244 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004245 -webkit-transition:color .5s ease-in;
4246 -moz-transition:color .5s ease-in;
4247 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004248 transition:color .5s ease-in;
4249}
4250.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004251 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004252}
4253.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004254 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004255}
4256.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004257 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004258}
4259.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004260 display:inline;
4261 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004262}
4263
4264
4265
4266
4267a.download-sdk {
4268 float:right;
4269 margin:-10px 0;
4270 height:30px;
4271 padding-top:4px;
4272 padding-bottom:0px;
4273}
4274
4275#nav-x {
4276 padding-top: 14px;
4277}
4278
Scott Main1d62fa82012-07-17 13:15:12 -07004279#nav-x .wrap {
4280 min-height:34px;
4281}
4282
Scott Maine4d8f1b2012-06-21 18:03:05 -07004283#nav-x .wrap,
4284#searchResults.wrap {
4285 max-width:940px;
4286 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004287}
4288
Scott Maina214d842012-07-16 17:14:40 -07004289#searchResults.wrap #leftSearchControl {
4290 min-height:700px
4291}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004292.nav-x {
4293 margin-left:0;
4294 margin-bottom:0;
4295}
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306/*
4307 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4308 */
4309
4310.jspContainer {
4311 overflow: hidden;
4312 position: relative;
4313}
4314
4315.jspPane {
4316 position: absolute;
4317 overflow: hidden;
Scott Main2d967c62013-03-11 09:21:07 -07004318 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004319}
4320
4321.jspVerticalBar {
4322 position: absolute;
4323 top: 0;
4324 right: 0;
4325 width: 4px;
4326 height: 100%;
4327 background: #f5f5f5;
4328}
4329
4330.jspHorizontalBar {
4331 position: absolute;
4332 bottom: 0;
4333 left: 0;
4334 width: 100%;
4335 height: 4px;
4336 background: #f5f5f5;
4337}
4338
4339.jspVerticalBar *,
4340.jspHorizontalBar * {
4341 margin: 0;
4342 padding: 0;
4343}
4344.jspCap {
4345 display: block;
4346}
4347
4348.jspVerticalBar .jspCap {
4349 height: 4px;
4350}
4351
4352.jspHorizontalBar .jspCap {
4353 width: 0;
4354 height: 100%;
4355}
4356
4357.jspHorizontalBar .jspCap {
4358 float: left;
4359}
4360
4361.jspTrack {
4362 position: relative;
4363}
4364
4365.jspDrag {
4366 background: #bbb;
4367 position: relative;
4368 top: 0;
4369 left: 0;
4370 cursor: pointer;
4371}
4372
4373.jspDrag:hover,
4374.jspDrag:active {
4375 border-color: #09c;
4376 background-color: #4cadcb;
4377 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4378 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4379 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4380 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4381 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4382 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004383 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004384}
4385
4386.jspHorizontalBar .jspTrack,
4387.jspHorizontalBar .jspDrag {
4388 float: left;
4389 height: 100%;
4390}
4391
4392.jspArrow {
4393 background: #999;
4394 text-indent: -20000px;
4395 display: block;
4396 cursor: pointer;
4397}
4398
4399.jspArrow.jspDisabled {
4400 cursor: default;
4401 background: #ccc;
4402}
4403
4404.jspVerticalBar .jspArrow {
4405 height: 16px;
4406}
4407
4408.jspHorizontalBar .jspArrow {
4409 width: 16px;
4410 float: left;
4411 height: 100%;
4412}
4413
4414.jspVerticalBar .jspArrow:focus {
4415 outline: none;
4416}
4417
4418.jspCorner {
4419 float: left;
4420 height: 100%;
4421}
4422
4423/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4424* html .jspCorner {
4425 margin: 0 -3px 0 0;
4426}
4427/******* end of jscrollpane *********/
4428
4429
4430
4431
4432
4433/************ DEVELOP HOMEPAGE ******************/
4434
4435/* Slideshow */
4436.slideshow-develop {
4437 height: 300px;
4438 width: 940px;
4439 position: relative;
4440 overflow:hidden;
4441}
4442.slideshow-develop .frame {
4443 width: 940px;
4444 height: 300px;
4445}
4446.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004447 max-width:350px;
4448 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004449 margin:20px 0 0 90px;
4450 -webkit-transform: perspective(800px ) rotateY( 35deg );
4451 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4452 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4453 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4454}
4455.slideshow-develop img.play.no-shadow {
4456 box-shadow: none;
4457 -moz-box-shadow: none;
4458 -webkit-box-shadow: none;
4459}
4460.slideshow-develop img.play.no-transform {
4461 -webkit-transform: none;
4462}
4463.slideshow-develop a.slideshow-next {
4464 background: url(../images/arrow-right-develop.png);
4465}
4466.slideshow-develop a.slideshow-prev {
4467 background: url(../images/arrow-left-develop.png);
4468}
4469.slideshow-develop .content-right {
4470 float: left;
4471}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004472.slideshow-develop .content-right h2 {
4473 padding:0;
4474 margin-bottom:10px;
4475 border:none;
4476}
4477.slideshow-develop .item {
4478 height: 300px;
4479 width: 940px;
4480}
4481.slideshow-develop .pagination ul li.active {
4482 background-color: #F80;
4483}
4484.slideshow-develop .pagination ul li.active:hover {
4485 background-color: #F80;
4486}
Scott Main0e585702012-10-22 20:30:22 -07004487.slideshow-develop .item hr {
4488 margin:5px 0 10px;
4489}
4490.slideshow-develop .item p {
4491 margin:10px 0;
4492}
4493.slideshow-develop .item p.title-intro {
4494 position:absolute;
4495 margin:0;
4496}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004497
4498/* Feeds */
4499.feed ul {
4500 margin: 0;
4501}
4502.feed .feed-nav {
4503 height: 25px;
4504 border-bottom: 1px solid #CCC;
4505}
4506.feed .feed-nav li {
4507 list-style: none;
4508 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004509 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004510 margin-right: 25px;
4511 cursor: pointer;
4512}
4513.feed .feed-nav li.active {
4514 color: #000;
4515 border-bottom: 4px solid #F80;
4516}
4517.feed .feed-container {
4518 overflow: hidden;
4519 width: 460px;
4520}
4521.feed .feed-container .feed-frame {
4522 width: 1000px;
4523}
4524.feed .feed-container .feed-frame ul {
4525 float: left;
4526 width:460px;
4527}
4528.feed .feed-container .feed-frame ul ul {
4529 float: none;
4530 margin:10px 0 0 30px;
4531}
4532.feed .feed-container .feed-frame li {
4533 list-style: none;
4534 margin: 20px 0 20px 0;
4535 width: 460px;
4536 height:93px;
4537}
4538.feed .feed-container .feed-frame li.playlist {
4539 height:auto;
4540}
4541.feed .feed-container .feed-frame li.playlist a {
4542 height:93px;
4543 display:block;
4544}
4545.feed .feed-container .feed-frame li.more {
4546 height:20px;
4547 margin:10px 0 5px 5px;
4548}
4549.feed .feed-container .feed-frame li.more a {
4550 height:inherit;
4551}
4552.feed .feed-container .feed-frame li.playlist-video {
4553 list-style: none;
4554 margin: 0;
4555 width: 460px;
4556 height:55px;
4557 font-size:12px;
4558}
4559.feed .feed-container .feed-frame li.playlist-video a {
4560 height:45px;
4561 padding:5px;
4562}
4563.feed .feed-container .feed-frame li.playlist-video h5 {
4564 font-size:12px;
4565 line-height:13px;
4566 margin:0;
4567}
4568.feed .feed-container .feed-frame li.playlist-video p {
4569 margin:5px 0 0;
4570 line-height:15px;
4571}
4572.feed-container .feed-frame div.feed-image {
4573 float: left;
4574 border: 1px solid #999;
4575 margin:0 20px 0 0;
4576 width:122px;
4577 height:92px;
4578 background:url('../images/blog-default.png') no-repeat 0 0;
4579 background-size:180px;
4580}
4581#jd-content .feed .feed-container .feed-frame li img {
4582 float: left;
4583 border: 1px solid #999;
4584 margin:0 20px 0 0;
4585 width:122px;
4586 height:92px;
4587}
4588#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4589 width:inherit;
4590 height:inherit;
4591}
4592
4593.feed .feed-container .feed-frame li a,
4594.feed .feed-container .feed-frame li a:active {
4595 color:#555 !important;
4596}
4597
4598.feed .feed-container .feed-frame li a:hover,
4599.feed .feed-container .feed-frame li a:hover * {
4600 color:#7AA1B0 !important;
4601}
4602
4603/* Video player */
4604#player-wrapper {
4605 display:none;
4606 margin: -1px auto 0;
4607 position: relative;
4608 width: 940px;
4609 height: 0px;
4610}
4611#player-frame {
4612 background: #EFEFEF;
4613 border: 1px solid #CCC;
4614 padding: 0px 207px;
4615 z-index: 10; /* stay above marque, but below search suggestions */
4616 width: 525px;
4617 height: 330px;
4618 position: relative;
4619}
4620
4621
4622
4623/************ DISTRIBUTE HOMEPAGE ***************/
4624
4625.marquee {
4626 width: 760px;
4627}
4628.marquee .main-img {
4629 float: left;
4630 margin-top: 20px;
4631 width: 490px;
4632}
4633.marquee .copy {
4634 width: 270px;
4635 float: left;
4636 margin-top: 30px;
4637}
4638.distribute-features {
4639 margin: 0;
4640}
4641.distribute-features ul {
4642 margin: 0;
4643}
4644.distribute-features ul li {
4645 list-style: none;
4646 float: left;
4647 border-top: 1px solid #9C0;
4648 width: 220px;
4649 margin-right: 50px;
4650}
4651.distribute-features ul li.last {
4652 margin-right: 0px;
4653}
4654
Dirk Doughertye5862e82013-05-15 02:19:54 -07004655.distribute-features .distribute-link li a {
4656 color:red !important;
4657}
4658
4659.distribute-features .distribute-link li a,
4660.distribute-features .distribute-link li a:active {
4661 color:#555 !important;
4662}
4663
4664.distribute-features .distribute-link li a:hover,
4665.distribute-features .distribute-link li a:hover * {
4666 color:#7AA1B0 !important;
4667}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004668
Scott Main8fa53512012-11-30 20:16:42 -08004669
Scott Maine4d8f1b2012-06-21 18:03:05 -07004670/************ DEVELOP TOPIC CONTAINERS ************/
4671
4672.landing-banner,
4673.landing-docs {
4674 margin:20px 0 0;
4675}
Scott Main8fa53512012-11-30 20:16:42 -08004676.landing-banner div:first-child,
4677.landing-docs div:first-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004678.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004679 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004680 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004681}
Scott Main8fa53512012-11-30 20:16:42 -08004682.landing-banner div:last-child,
4683.landing-docs div:last-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004684.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004685 margin-right:0;
4686}
4687
4688.landing-banner h1 {
4689 margin-top:0;
4690}
Scott Main0e71cee2012-08-07 13:59:43 -07004691.landing-docs {
4692 clear:left;
Scott Maine6850d22012-10-08 15:59:01 -07004693 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004694}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004695.landing-docs h3 {
4696 font-size:14px;
4697 line-height:21px;
4698 color:#555;
4699 text-transform:uppercase;
4700 border-bottom:1px solid #CCC;
4701 margin:0 0 20px;
4702}
4703.landing-docs a {
4704 color:#333 !important;
4705}
Robert Ly40e90992012-11-28 17:46:17 -08004706
Scott Maine4d8f1b2012-06-21 18:03:05 -07004707.landing-docs a:hover,
4708.landing-docs a:hover * {
4709 color:#7AA1B0 !important
4710}
4711
Robert Ly40e90992012-11-28 17:46:17 -08004712.landing-docs .normal-links a {
4713 color:#258aaf !important;
4714}
4715
Scott Maine4d8f1b2012-06-21 18:03:05 -07004716.plusone {
4717 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004718}
Scott Main9edfa6d2012-08-14 15:04:40 -07004719
4720
4721
4722/************* HOME/LANDING PAGE *****************/
4723
4724.slideshow-home {
4725 height: 500px;
4726 width: 940px;
4727 border-bottom: 1px solid #CCC;
4728 position: relative;
4729 margin: 0;
4730}
4731.slideshow-home .frame {
4732 width: 940px;
4733 height: 500px;
4734}
4735.slideshow-home .content-left {
4736 float: left;
4737 text-align: center;
4738 vertical-align: center;
4739 margin: 0 0 0 35px;
4740}
4741.slideshow-home .content-right {
4742 margin: 80px 0 0 0;
4743}
4744.slideshow-home .content-right p {
4745 margin-bottom: 10px;
4746}
4747.slideshow-home .content-right p:last-child {
4748 margin-top: 15px;
4749}
4750.slideshow-home .content-right h1 {
4751 padding:0;
4752}
4753.slideshow-home .item {
4754 height: 500px;
4755 width: 940px;
4756}
4757.home-sections {
4758 padding: 30px 20px 20px;
4759 margin: 20px 0;
4760 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4761}
4762.home-sections ul {
4763 margin: 0;
4764}
4765.home-sections ul li {
4766 float: left;
4767 display: block;
4768 list-style: none;
4769 width: 170px;
4770 height: 35px;
4771 border: 1px solid #ccc;
4772 background: white;
4773 margin-right: 10px;
4774 border-radius: 1px;
4775 -webkit-border-radius: 1px;
4776 -moz-border-radius: 1px;
4777 box-shadow: 1px 1px 5px #EEE;
4778 -webkit-box-shadow: 1px 1px 5px #EEE;
4779 -moz-box-shadow: 1px 1px 5px #EEE;
4780 background: white;
4781}
4782.home-sections ul li:hover {
4783 background: #F9F9F9;
4784 border: 1px solid #CCC;
4785}
4786.home-sections ul li a,
4787.home-sections ul li a:hover {
4788 font-weight: bold;
4789 margin-top: 8px;
4790 line-height: 18px;
4791 float: left;
4792 width: 100%;
4793 text-align: center;
4794 color: #09c !important;
4795}
4796.home-sections ul li a {
4797 font-weight: bold;
4798 margin-top: 8px;
4799 line-height: 18px;
4800 float: left;
4801 width:100%;
4802 text-align:center;
4803}
4804.home-sections ul li img {
4805 float: left;
4806 margin: -8px 0 0 10px;
4807}
4808.home-sections ul li.last {
4809 margin-right: 0px;
4810}
Scott Mainf5089842012-08-14 16:31:07 -07004811.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07004812 margin-top: -40px;
4813}