blob: 01201444a9c66bbbb0cf73708ab58b5938e2c6e2 [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
Scott Main498d7102013-08-21 15:47:38 -07002454#codesample-wrapper {
2455 width:1000px;
2456 overflow:visible;
2457}
2458pre#codesample-block {
2459 float:left;
2460 overflow:visible;
2461 background:transparent;
2462 border:none;
2463}
2464pre#codesample-block .code-line:hover {
2465 background:#e7e7e7;
2466}
2467pre#codesample-line-numbers {
2468 float:left;
2469 width:2em;
2470 background:transparent;
2471 border:none;
2472 border-right:1px solid #ccc;
2473 padding-left:0;
2474 font-family:monospace;
2475 text-align:right;
2476 -webkit-touch-callout: none;
2477 -webkit-user-select: none;
2478 -khtml-user-select: none;
2479 -moz-user-select: -moz-none;
2480 -ms-user-select: none;
2481 user-select: none;
2482}
2483pre#codesample-line-numbers a {
2484 color:#999;
2485}
2486pre#codesample-line-numbers.hidden {
2487 display:none;
2488}
2489pre#codesample-block span.code-line {
2490 width:100%;
2491 display:inline-block;
2492}
2493
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002494.structure-dir {
2495background-image:url(../../assets/images/folder.png);
2496background-repeat:no-repeat;
2497background-position:16px 2px;
2498 margin:.25em 0 0 0;
2499 padding:0 0 0 0;
2500}
2501
2502.structure-toggleme {
2503 margin:0 0 0 3em;
2504 padding:0 0 0 0;
2505 text-decoration:none;
2506}
2507
2508.structure-java{
2509background-image:url(../../assets/images/file-java.png);
2510background-repeat:no-repeat;
2511background-position:0px 2px;
2512 margin:.3em 0 0 0;
2513 padding:.3em 0 .3em 22px;
2514}
2515
2516.structure-file {
2517background-image:url(../../assets/images/file-generic.png);
2518background-repeat:no-repeat;
2519background-position:0px 2px;
2520 margin:.3em 0 0 0;
2521 padding:.3em 0 .3em 22px;
2522}
2523
2524.structure-xml {
2525background-image:url(../../assets/images/file-xml.png);
2526background-repeat:no-repeat;
2527background-position:0px 2px;
2528 margin:.3em 0 0 0;
2529 padding:.3em 0 .25em 22px;
2530}
2531
2532.structure-img {
2533background-image:url(../../assets/images/file-image.png);
2534background-repeat:no-repeat;
2535background-position:0px 2px;
2536 margin:.3em 0 0 0;
2537 padding:.3em 0 .25em 22px;
2538}
2539
2540.structure-manifest {
2541background-image:url(../../assets/images/file-manifest.png);
2542background-repeat:no-repeat;
2543 margin:.0 0 0 1.25em;
2544 padding:0 0 0 22px;
2545 text-decoration:none;
2546}
2547
2548#jd-content .structure-toggle-img {
2549 margin:.5em 0 0 0;
2550padding-right:2.1em;
2551}
2552
2553.dirInfo {
2554 margin-left:2em;
2555}
2556
2557.structure-dir a {
2558 text-decoration:none;
2559}
2560
2561.structure-manifest a {
2562 text-decoration: none;
2563}
2564.structure-file a {
2565 text-decoration: none;
2566}
2567
2568.sampleEmbed {
2569 background-color:rgb(249, 249, 249);
2570}
2571
2572.sampleEmbed ol.lineNumbers {
2573 list-style-type: decimal;
2574 padding-left:1em;
2575}
2576
2577.sampleEmbed ol.lineNumbers li {
2578border-left:1px solid #ddd;
2579border-right:1px solid #ddd;
2580color:gray;
2581background-color:#f7f7f7;
2582margin:0 0 0 24px;
2583padding: 2px 2px 2px 6px;
2584}
2585
2586.sampleEmbed ol.lineNumbers li:hover {
2587background: #efefef;
2588}
2589
Scott Main0ad622b2013-09-04 21:14:06 -07002590.samples-nav li a {
2591 overflow: hidden;
2592 text-overflow: ellipsis;
2593 white-space: nowrap;
2594}
2595
Dirk Dougherty4f7e5152010-09-16 10:43:40 -07002596/* --------------------------------------------------------------------------
2597Styles for raw formatted line numbers (not used with listformatted version)
2598div.sampleLine div.lineNumber {
2599 display: inline;
2600}
2601div.sampleLine div.lineCode {
2602 display: inline;
2603 padding-left:6px;
2604}
2605div.sampleLine {
2606 padding:0;
2607 margin:0;
2608}*/
2609
Scott Maine4d8f1b2012-06-21 18:03:05 -07002610/* --------------------------------------------------------------------------
Dirk Dougherty4c2dfcf2013-07-08 16:05:05 -07002611Butterbar
2612*/
2613#butterbar-wrapper {
2614 position:absolute;
2615 top:0;
2616 left:0;
2617 width:100%;
2618}
2619#butterbar {
2620 width:940px;
2621 margin:0 auto;
2622}
2623#butterbar-message {
2624 background-color:#f80;
2625 float:right;
2626 font-size:12px;
2627 font-weight:bold;
2628 padding:0 10px;
2629 border-radius: 0 0 5px 5px;
2630}
2631#butterbar-message a {color:#fff !important}
2632#butterbar-message a:hover {text-decoration:underline;}
2633
2634/* --------------------------------------------------------------------------
Scott Maine4d8f1b2012-06-21 18:03:05 -07002635Misc
2636*/
2637
2638
2639.clearfix:before, .clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002640 content: "";
2641 display: table
Scott Maine4d8f1b2012-06-21 18:03:05 -07002642}
2643.clearfix:after {
Scott Mainb7f96372013-02-07 16:56:43 -08002644 clear: both
Scott Maine4d8f1b2012-06-21 18:03:05 -07002645}
2646.clearfix {
Scott Mainb7f96372013-02-07 16:56:43 -08002647 *zoom: 1
Scott Maine4d8f1b2012-06-21 18:03:05 -07002648}
2649table.blank th, table.blank td {
2650 border: 0;
Scott Mainb7f96372013-02-07 16:56:43 -08002651 background: none
Scott Maine4d8f1b2012-06-21 18:03:05 -07002652}
2653.caption {
Scott Mainb7f96372013-02-07 16:56:43 -08002654 margin: 0.5em 0 2em 0;
2655 color: #000;
Dirk Doughertyf5ffd4a2013-08-19 12:26:07 -07002656 font-size: 11.5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002657}
2658
2659.nolist {
2660 list-style:none;
Scott Main2ccbd3f2012-08-01 12:05:12 -07002661 margin-left:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002662}
Scott Main5747d382012-11-30 12:02:42 -08002663#tb .nolist {
2664 margin-left:15px;
2665}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002666
Scott Main8aa725e2013-04-25 10:00:32 -07002667dl.xml>dt {
2668 text-transform:uppercase;
2669}
2670dl.xml dl.attr {
2671 margin-top:0;
2672}
Scott Maine4d8f1b2012-06-21 18:03:05 -07002673
2674pre.classic {
2675 background-color:transparent;
2676 border:none;
2677 padding:0;
2678}
2679
2680p.img-caption {
2681 margin: -10px 0 20px;
2682 font-size:13px;
2683 color:#666;
2684}
2685
Scott Main48dd7f22013-02-21 10:52:02 -08002686div.figure,
2687div.figure-right {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002688 float:right;
2689 clear:right;
2690 margin:10px 0 0 0;
2691 padding:0 0 0 20px;
2692 /* width must be defined w/ an inline style matching the image width */
2693}
2694
Scott Main48dd7f22013-02-21 10:52:02 -08002695div.figure-left {
2696 float:left;
2697 clear:left;
2698 margin:10px 0 0 0;
Scott Maind6cb8fa2013-02-21 13:05:03 -08002699 padding:0 20px 0 0;
Scott Main48dd7f22013-02-21 10:52:02 -08002700 /* width must be defined w/ an inline style matching the image width */
2701}
2702
2703img.frame {
2704 border:1px solid #DDD;
2705 padding:4px;
2706}
2707
Scott Maine4d8f1b2012-06-21 18:03:05 -07002708p.table-caption {
Scott Main24bbcd52012-09-21 14:33:43 -07002709 margin: 0 0 4px 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002710 font-size:13px;
2711 color:#666;
2712}
2713
Scott Main24bbcd52012-09-21 14:33:43 -07002714p.code-caption {
Scott Main98a2a712013-07-17 13:15:04 -07002715 margin-bottom: 4px;
Scott Maina07be8e2013-03-06 12:12:21 -08002716 font: 12px/1.5 monospace;
Scott Main24bbcd52012-09-21 14:33:43 -07002717 color:#666;
2718}
2719
Scott Main98a2a712013-07-17 13:15:04 -07002720div.note,
2721div.caution,
Scott Main54d2a9b2012-07-24 14:54:32 -07002722div.warning {
2723 margin: 0 0 15px;
2724}
2725
Scott Main98a2a712013-07-17 13:15:04 -07002726p.note, div.note,
2727p.caution, div.caution,
Scott Maine4d8f1b2012-06-21 18:03:05 -07002728p.warning, div.warning {
2729 padding: 0 0 0 10px;
2730 border-left: 4px solid;
2731}
2732
Scott Main24bbcd52012-09-21 14:33:43 -07002733p.note, div.note {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002734 border-color: #258AAF;
2735}
2736
Scott Main24bbcd52012-09-21 14:33:43 -07002737p.caution, div.caution {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002738 border-color: #FF8800;
2739}
2740
Scott Main24bbcd52012-09-21 14:33:43 -07002741p.warning, div.warning {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002742 border-color: #ff4443;
2743}
2744
Scott Main412eaf22012-06-22 14:36:33 -07002745div.note.design {
2746 border-left: 4px solid #33B5E5;
2747}
2748
2749div.note.develop {
2750 border-left: 4px solid #F80;
2751}
2752
2753div.note.distribute {
2754 border-left: 4px solid #9C0;
2755}
2756
2757.note p, .caution p, .warning p {
2758 margin:0 0 5px;
2759}
2760
2761.note p:last-child, .caution p:last-child, .warning p:last-child {
2762 margin-bottom:0;
2763}
2764
Scott Main5b5ff1a2012-09-12 10:29:45 -07002765body.about blockquote {
Scott Maine4d8f1b2012-06-21 18:03:05 -07002766 display:block;
2767 float:right;
2768 width:280px;
2769 font-size:20px;
2770 font-style:italic;
2771 line-height:24px;
2772 color:#33B5E5;
2773 margin:0 0 20px 30px;
2774}
2775
Scott Maine4d8f1b2012-06-21 18:03:05 -07002776div.design-announce p {
2777 margin:0 0 10px;
2778}
2779
2780#devdoc-nav a.totop {
2781 display:block;
2782 top:0;
2783 width:inherit;
2784 background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2785 text-indent:-9999em;
2786}
2787#devdoc-nav a.totop {
2788 position:fixed;
2789 display:none;
2790}
2791#devdoc-nav a.totop:hover {
2792 background-color:#33B5E5;
2793}
2794
2795.content-footer a.totop {
2796 text-transform:uppercase;
2797 line-height:30px;
2798}
2799
Scott Maindb3678b2012-10-23 14:13:41 -07002800.expandable {
2801 height:34px;
2802 padding-left:20px;
2803 position:relative;
2804}
2805.expandable:before {
2806 content: '';
2807 background-image: url(../images/styles/disclosure_down.png);
2808 background-repeat:no-repeat;
2809 background-position: -12px -9px;
2810 width: 20px;
2811 height: 20px;
2812 display: inline-block;
2813 position: absolute;
2814 top: 0;
2815 left: 0; }
2816}
2817.expandable.expanded:before {
2818 background-image: url(../images/styles/disclosure_up.png);
2819}
2820
Scott Mainaaf76642013-06-19 18:04:30 -07002821/* notice box for cross links between Design/Develop docs */
2822a.notice-developers,
2823a.notice-designers {
Scott Maind2af6d22013-05-13 18:39:06 -07002824 float:right;
Scott Maine80ddbe2013-07-12 19:22:24 -07002825 clear:right;
Scott Mainaaf76642013-06-19 18:04:30 -07002826 width:238px;
Scott Maind2af6d22013-05-13 18:39:06 -07002827 min-height:50px;
2828 margin:0 0 20px 20px;
2829 border:1px solid #ddd;
2830}
Scott Main5eccda82013-07-30 14:56:45 -07002831a.notice-developers.wide,
2832a.notice-designers.wide {
2833 width:278px;
2834}
Scott Mainaaf76642013-06-19 18:04:30 -07002835a.notice-developers div,
2836a.notice-designers div {
Scott Main9bfcd732013-05-14 09:14:35 -07002837 min-height:40px;
Scott Maind19c2c82013-06-19 18:48:27 -07002838 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2839 background-size:40px 40px;
Scott Main9bfcd732013-05-14 09:14:35 -07002840 padding:10px 10px 10px 60px;
Scott Maind2af6d22013-05-13 18:39:06 -07002841}
Scott Mainaaf76642013-06-19 18:04:30 -07002842a.notice-designers div {
Scott Maind19c2c82013-06-19 18:48:27 -07002843 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2844 background-size:40px 40px;
Scott Mainaaf76642013-06-19 18:04:30 -07002845}
2846a.notice-developers:hover,
2847a.notice-designers:hover {
Scott Maind2af6d22013-05-13 18:39:06 -07002848 background:#eee;
2849}
Scott Mainaaf76642013-06-19 18:04:30 -07002850a.notice-developers h3,
2851a.notice-designers h3 {
Scott Maind2af6d22013-05-13 18:39:06 -07002852 font-size:14px;
2853 font-weight:normal;
2854 text-transform:uppercase;
2855 color:#000 !important;
2856 margin:0;
2857}
Scott Mainaaf76642013-06-19 18:04:30 -07002858a.notice-developers p,
2859a.notice-designers p {
Scott Maind2af6d22013-05-13 18:39:06 -07002860 margin:0;
Scott Main9bfcd732013-05-14 09:14:35 -07002861 line-height:16px;
2862}
Scott Mainaaf76642013-06-19 18:04:30 -07002863a.notice-developers.left,
2864a.notice-designers.left {
Scott Main9bfcd732013-05-14 09:14:35 -07002865 margin-left:0;
2866 float:left;
Scott Maind2af6d22013-05-13 18:39:06 -07002867}
2868
2869
Scott Maind7026f72013-06-17 15:08:49 -07002870/* hide nested list items; companion to hideNestedLists() */
2871.hide-nested li ol,
2872.hide-nested li ul {
2873 display:none;
2874}
2875
2876a.header-toggle {
2877 display:block;
2878 float:right;
2879 text-transform:uppercase;
2880 font-size:.8em !important;
2881 font-weight:normal;
2882 margin-top:2px;
2883}
2884
2885
Dirk Doughertybec14292013-04-10 20:23:40 -07002886/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002887good/bad example containers
Dirk Doughertybec14292013-04-10 20:23:40 -07002888*/
Scott Maindb3678b2012-10-23 14:13:41 -07002889
Dirk Doughertybec14292013-04-10 20:23:40 -07002890div.example-block {
2891 background-repeat: no-repeat;
Scott Main98a2a712013-07-17 13:15:04 -07002892 background-position:10px 8px;
Dirk Doughertybec14292013-04-10 20:23:40 -07002893 background-color:#ccc;
2894 padding:4px;
2895 margin:.8em auto 1.5em 2em;
2896 width:260px;
2897 float:right;
2898}
2899/* red container */
2900.example-block.bad {
2901 background-image: url(/images/example-bad.png);
2902 background-color:#f4cccc;
2903}
2904/* green container */
2905.example-block.good {
2906 background-image: url(/images/example-good.png);
2907 background-color:#d9ead3;
2908}
2909/* container heading div */
2910#jd-content .example-block .heading {
2911 font-weight:bold;
2912 margin:6px 0 9px 36px;
2913 padding:6px auto;
2914}
2915/* container image (if any) */
2916#jd-content .example-block img {
2917 margin:0;
2918 padding:0px;
2919}
2920
2921.example-block table {
2922 margin:0;
2923}
Scott Maindb3678b2012-10-23 14:13:41 -07002924
Scott Maine4d8f1b2012-06-21 18:03:05 -07002925/* -----------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002926Dialog box for popup messages
Scott Maine4d8f1b2012-06-21 18:03:05 -07002927*/
2928
2929div.dialog {
2930 height:0;
2931 margin:0 auto;
2932}
2933
2934div.dialog>div {
2935 z-index:99;
2936 position:fixed;
2937 margin:70px 0;
2938 width: 391px;
2939 height: 200px;
2940 background: #F7F7F7;
2941-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2942-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2943box-shadow: 0 0 15px rgba(0,0,0,0.5);
2944}
2945/* IE6 can't position fixed */
2946* html div.dialog div { position:absolute; }
2947
2948
2949div#deprecatedSticker {
2950 display:none;
2951 z-index:99;
2952 position:fixed;
2953 right:15px;
2954 top:114px;
2955 margin:0;
2956 padding:1em;
2957 background:#FFF;
2958 border:1px solid #dddd00;
2959 box-shadow:-5px 5px 10px #ccc;
2960 -moz-box-shadow:-5px 5px 10px #ccc;
2961 -webkit-box-shadow:-5px 5px 10px #ccc;
2962}
2963
2964div#naMessage {
2965 display:none;
2966 width:555px;
2967 height:0;
2968 margin:0 auto;
2969}
2970
2971div#naMessage div {
2972 z-index:99;
2973 width:450px;
2974 position:fixed;
2975 margin:50px 0;
2976 padding:4em 4em 3em;
2977 background:#FFF;
2978 border:1px solid #999;
2979 box-shadow:-10px 10px 40px #888;
2980 -moz-box-shadow:-10px 10px 40px #888;
2981 -webkit-box-shadow:-10px 10px 40px #888;
2982}
2983/* IE6 can't position fixed */
2984* html div#naMessage div { position:absolute; }
2985
2986div#naMessage strong {
2987 font-size:1.1em;
2988}
2989
2990
2991/* --------------------------------------------------------------------------
Scott Main98a2a712013-07-17 13:15:04 -07002992Slideshow Controls & Next/Prev
Scott Maine4d8f1b2012-06-21 18:03:05 -07002993*/
Scott Main98a2a712013-07-17 13:15:04 -07002994.slideshow-next, .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08002995 width: 20px;
2996 height: 36px;
2997 text-indent: -1000em;
Scott Maine4d8f1b2012-06-21 18:03:05 -07002998}
2999.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08003000 margin: 2em 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003001}
3002.slideshow-container:before, .slideshow-container:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003003 content: "";
3004 display: table;
3005 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003006}
3007a.slideshow-next, a.slideshow-next:visited {
3008
Scott Mainb7f96372013-02-07 16:56:43 -08003009 float: right;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003010
Scott Mainb7f96372013-02-07 16:56:43 -08003011 background: url(../images/arrow-right.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003012
3013}
3014
3015a.slideshow-prev, a.slideshow-prev:visited {
3016
Scott Main98a2a712013-07-17 13:15:04 -07003017 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003018
Scott Mainb7f96372013-02-07 16:56:43 -08003019 background: url(../images/arrow-left.png) no-repeat 0 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07003020
3021}
3022
3023.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3024
Scott Main98a2a712013-07-17 13:15:04 -07003025 background-position: 0 -36px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003026
3027}
3028
3029.slideshow-next:active, .slideshow-prev:active {
3030
Scott Main98a2a712013-07-17 13:15:04 -07003031 background-position: 0 -72px
Scott Maine4d8f1b2012-06-21 18:03:05 -07003032
3033}
3034.slideshow-nav {
Scott Mainb7f96372013-02-07 16:56:43 -08003035 width: 74px;
Scott Main98a2a712013-07-17 13:15:04 -07003036 margin: 0 auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003037}
3038.slideshow-nav a, .slideshow-nav a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003039 display: inline-block;
3040 width: 12px;
3041 height: 12px;
3042 margin: 0 2px 20px 2px;
3043 background: #ccc;
3044 -webkit-border-radius: 50%;
3045 -moz-border-radius: 50%;
3046 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003047}
3048.slideshow-nav a:hover, .slideshow-nav a:focus {
3049
Scott Mainb7f96372013-02-07 16:56:43 -08003050 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003051}
3052
3053.slideshow-nav a:active {
3054
Scott Mainb7f96372013-02-07 16:56:43 -08003055 background: #1e799a;
Scott Main98a2a712013-07-17 13:15:04 -07003056 background: #ebebeb;
Scott Mainb7f96372013-02-07 16:56:43 -08003057 -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3058 -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3059 box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
Scott Maine4d8f1b2012-06-21 18:03:05 -07003060}
3061.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003062 background: #33B5E5
Scott Maine4d8f1b2012-06-21 18:03:05 -07003063}
3064/* --------------------------------------------------------------------------
3065Tabs
3066*/
3067ul.tabs {
Scott Mainb7f96372013-02-07 16:56:43 -08003068 padding: 0;
Scott Main98a2a712013-07-17 13:15:04 -07003069 margin: 2em 0 0 0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003070}
3071ul.tabs:before, ul.tabs:after {
Scott Mainb7f96372013-02-07 16:56:43 -08003072 content: "";
3073 display: table;
3074 clear: both;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003075}
3076ul.tabs li {
Scott Mainb7f96372013-02-07 16:56:43 -08003077 list-style-type: none;
Scott Main98a2a712013-07-17 13:15:04 -07003078 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003079}
3080ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
Scott Mainb7f96372013-02-07 16:56:43 -08003081 display: block;
3082 height: 36px;
3083 line-height: 36px;
3084 padding: 0 15px;
3085 margin-right: 2px;
3086 color: #222;
3087 -moz-border-radius-topleft: 2px;
3088 -moz-border-radius-topright: 2px;
3089 -moz-border-radius-bottomright: px;
3090 -moz-border-radius-bottomleft: px;
3091 -webkit-border-radius: 2px 2px px px;
Scott Main98a2a712013-07-17 13:15:04 -07003092 border-radius: 2px 2px px px;
Scott Mainb7f96372013-02-07 16:56:43 -08003093 border-top: solid 1px #ebebeb;
3094 border-left: solid 1px #ebebeb;
3095 border-right: solid 1px #ebebeb;
3096 background-color: #fff;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003097 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3098 background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3099 background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3100 background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3101 background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3102 background-image: linear-gradient(top, #ffffff, #fafafa);
3103 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3104EndColorStr='#fafafa');
3105}
3106ul.tabs li a:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003107 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003108}
3109ul.tabs li a.selected {
Scott Mainb7f96372013-02-07 16:56:43 -08003110 height: 37px;
3111 color: #33B5E5;
3112 background-color: #f7f7f7;
3113 background-image: none;
3114 border-color: #ddd;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003115}
3116.tab-content {
Scott Mainb7f96372013-02-07 16:56:43 -08003117 padding: 1.2em;
3118 margin: -1px 0 2em 0;
3119 -webkit-border-radius: 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003120 -moz-border-radius: 2px;
3121 border-radius: 2px;
Scott Mainb7f96372013-02-07 16:56:43 -08003122 border: solid 1px #ddd;
3123 background: #f7f7f7;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003124}
3125/* --------------------------------------------------------------------------
3126Feature Boxes
3127*/
3128.feature-box {
3129 width: 291px;
3130 height: 200px;
3131 position: relative;
3132 background: #F7F7F7;
3133}
3134.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003135 z-index: 100;
3136 position: absolute;
3137 background-color: #aaa;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003138}
3139.box-border .top, .box-border .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08003140 width: 291px;
3141 height: 1px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003142}
3143.dialog .box-border .top,
3144.dialog .box-border .bottom { width:391px; }
3145
Scott Main98a2a712013-07-17 13:15:04 -07003146.box-border .left, .box-border .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003147 width: 1px;
Scott Main98a2a712013-07-17 13:15:04 -07003148 height: 8px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003149}
3150.box-border .top { top: 0; left: 0 }
3151.box-border .top .left { top: 1px; left: 0 }
3152.box-border .top .right { top: 1px; right: 0 }
3153.box-border .bottom .left { top: -8px; left: 0 }
3154.box-border .bottom { top: 200px; left: 0 }
3155.box-border .bottom .right { top: -8px; right: 0 }
3156
3157.feature-box h4,
3158.dialog h4 {
3159 margin: 15px 18px 10px;
3160 padding:0;
3161}
3162
3163.feature-box p,
3164.dialog p {
3165 margin: 10px 18px;
3166 padding:0;
3167}
3168.feature-box .link,
3169.dialog .link {
3170 border-top: 1px solid #dedede;
3171 bottom: 0;
3172 position: absolute;
3173 width: inherit;
3174}
3175.feature-box a, .feature-box h4,
3176.dialog a, .dialog h4 {
3177 -webkit-transition: color .4s ease;
3178 -moz-transition: color .4s ease;
3179 -o-transition: color .4s ease;
3180 transition: color .4s ease;
3181}
3182.feature-box:hover {
Scott Main98a2a712013-07-17 13:15:04 -07003183 cursor: pointer;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003184}
3185.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
Scott Main98a2a712013-07-17 13:15:04 -07003186.left, .feature-box:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08003187 background-color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003188}
3189.feature-box:hover h4, .feature-box:hover a {
Scott Mainb7f96372013-02-07 16:56:43 -08003190 color: #33B5E5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003191}
3192/* --------------------------------------------------------------------------
3193Page-Specific Styles
3194*/
Scott Main98a2a712013-07-17 13:15:04 -07003195.colors {
Scott Mainb7f96372013-02-07 16:56:43 -08003196 position: relative;
3197 float: left;
3198 width: 92px;
3199 margin: 40px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003200}
3201.colors div {
Scott Mainb7f96372013-02-07 16:56:43 -08003202 color: #fff;
3203 font-size: 11.5px;
3204 width: 82px;
3205 height: 82px;
3206 margin-top:-30px;
3207 line-height: 82px;
3208 text-align: center;
3209 border: solid 5px #fff;
3210 -webkit-border-radius: 50%;
3211 -moz-border-radius: 50%;
3212 border-radius: 50%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003213}
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228/* ########### REFERENCE DOCS ################## */
3229
3230#packages-nav h2,
3231#classes-nav h2 {
3232 font-size:18px;
3233 margin:0;
3234 padding:0 0 0 4px;
3235}
3236
3237#jd-header {
3238 padding: 0 0 5px;
3239 margin: 20px 0 10px;
3240 font-size:13px;
3241 border-bottom:solid 1px #ccc;
3242}
3243
3244#jd-header h1 {
3245 margin:0;
3246 padding:0;
3247}
3248
3249/* page-top-right container for reference pages (holds
3250links to summary tables) */
3251#api-info-block {
3252 font-size:13px;
3253 margin:20px 0 0;
3254 padding:0 10px 6px;
3255 font-weight:normal;
3256 float:right;
3257 text-align:right;
3258 color:#999;
3259 max-width:70%;
3260}
3261
3262#api-info-block div.api-level {
3263 font-weight:bold;
3264 font-size:inherit;
3265 float:none;
Scott Main9ada2262012-06-23 14:59:36 -07003266 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003267 padding:0;
3268 margin:0;
3269}
3270
3271/* inheritance table */
3272.jd-inheritance-table {
3273 border-spacing:0;
3274 margin:0;
3275 padding:0;
3276 font-size:13px;
3277 background-color:transparent;
3278}
3279.jd-inheritance-table tr td {
3280 border: none;
3281 margin: 0;
3282 padding: 0;
3283 background-color:transparent;
3284}
3285.jd-inheritance-table .jd-inheritance-space {
3286 font-weight:bold;
3287 width:1em;
3288}
3289.jd-inheritance-table .jd-inheritance-interface-cell {
3290 padding-left: 17px;
3291}
3292
3293
3294
3295.jd-sumtable a {
3296 text-decoration:none;
3297}
3298
3299.jd-sumtable a:hover {
3300 text-decoration:underline;
3301}
3302
3303/* the link inside a sumtable for "Show All/Hide All" */
3304.toggle-all {
3305 display:block;
3306 float:right;
3307 font-weight:normal;
3308 font-size:0.9em;
3309}
3310
3311/* adjustments for in/direct subclasses tables */
3312.jd-sumtable.jd-sumtable-subclasses {
3313 margin: 1em 0 0 0;
3314 max-width:968px;
3315 background-color:transparent;
3316 font-size:13px;
3317}
3318
3319/* extra space between end of method name and open-paren */
3320.sympad {
3321 margin-right: 2px;
3322}
3323
3324/* right alignment for the return type in sumtable */
3325.jd-sumtable .jd-typecol {
3326 text-align:right;
3327}
3328
3329/* adjustments for the expando table-in-table */
3330.jd-sumtable-expando {
3331 margin:.5em 0;
3332 padding:0;
3333}
3334
3335/* a div that holds a short description */
3336.jd-descrdiv {
3337 padding:3px 1em 0 1em;
3338 margin:0;
3339 border:0;
3340}
3341
3342#jd-content img.jd-expando-trigger-img {
3343 padding:0 4px 4px 0;
3344 margin:0;
3345}
3346
3347.jd-sumtable-subclasses div#subclasses-direct,
3348.jd-sumtable-subclasses div#subclasses-indirect {
3349 margin:0 0 0 13px;
3350}
3351
3352
3353
3354/********* MEMBER REF *************/
3355
3356
3357.jd-details {
3358/* border:1px solid #669999;
3359 padding:4px; */
3360 margin:0 0 1em;
3361}
3362
3363/* API reference: a container for the
3364.tagdata blocks that make up the detailed
3365description */
3366.jd-details-descr {
3367 padding:0;
3368 margin:.5em .25em;
3369}
3370
3371/* API reference: a block containing
3372a detailed description, a params table,
3373seealso list, etc */
3374.jd-tagdata {
3375 margin:.5em 1em;
3376}
3377
3378.jd-tagdata p {
3379 margin:0 0 1em 1em;
3380}
3381
3382/* API reference: adjustments to
3383the detailed description block */
3384.jd-tagdescr {
3385 margin:.25em 0 .75em 0;
3386}
3387
3388.jd-tagdescr ol,
3389.jd-tagdescr ul {
3390 margin:0 2.5em;
3391 padding:0;
3392}
3393
3394.jd-tagdescr table,
3395.jd-tagdescr img {
3396 margin:.25em 1em;
3397}
3398
3399.jd-tagdescr li {
3400margin:0 0 .25em 0;
3401padding:0;
3402}
3403
3404/* API reference: heading marking
3405the details section for constants,
3406attrs, methods, etc. */
3407h4.jd-details-title {
3408 font-size:1.15em;
3409 background-color: #E2E2E2;
3410 margin:1.5em 0 .6em;
3411 padding:3px 95px 3px 3px; /* room for api-level */
3412}
Scott Mainab4daf42012-11-30 11:27:17 -08003413body.google h4.jd-details-title {
3414 background-color: #FFF;
3415 padding-top:5px;
3416 border-top: 1px solid #ccc;
3417}
3418body.google table.jd-sumtable th {
3419 background-color: #FFF;
3420 color:#000;
3421}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003422
3423h4.jd-tagtitle {
3424 margin:0;
3425}
3426
3427h4 .normal {
3428 font-weight:normal;
3429}
3430
3431/* API reference: heading for "Parameters", "See Also", etc.,
3432in details sections */
3433h5.jd-tagtitle {
3434 margin:0 0 .25em 0;
3435 font-size:1em;
3436}
3437
3438.jd-tagtable {
3439 margin:0;
3440 background-color:transparent;
Scott Main03c972c2012-06-26 22:23:22 -07003441 width:auto;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003442}
3443
3444.jd-tagtable td,
3445.jd-tagtable th {
3446 border:none;
3447 background-color:#fff;
3448 vertical-align:top;
3449 font-weight:normal;
3450 padding:2px 10px;
3451}
3452
3453.jd-tagtable th {
3454 font-style:italic;
3455}
3456
3457/* Inline api level indicator for methods */
3458div.api-level {
3459 font-size:.8em;
3460 font-weight:normal;
3461 color:#999;
3462 float:right;
3463 padding:0 8px 0;
3464 margin-top:-30px;
3465}
3466
3467table.jd-tagtable td,
3468table.jd-tagtable th {
3469 background-color:transparent;
3470}
3471
3472table.jd-tagtable th {
3473 color:inherit;
3474}
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498/* SEARCH FILTER */
3499
Scott Main0e76e7e2013-03-12 10:24:07 -07003500.menu-container {
3501 position:relative;
3502}
Scott Maine4d8f1b2012-06-21 18:03:05 -07003503#search_autocomplete {
3504 font-weight:normal;
3505}
3506
Scott Main0e76e7e2013-03-12 10:24:07 -07003507.search_filtered_wrapper.reference {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003508 width: 193px;
3509 float: right;
3510}
Scott Main0e76e7e2013-03-12 10:24:07 -07003511.search_filtered_wrapper.docs {
3512 width:875px;
3513 float: left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003514 position:absolute;
Scott Main0e76e7e2013-03-12 10:24:07 -07003515 top:26px;
3516 right:66px;
3517}
3518.suggest-card {
3519 position:relative;
3520 width:170px;
3521 min-height:90px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003522 padding:5px;
3523 border: solid 1px #C5C5C5;
3524 background: white;
Scott Main0e76e7e2013-03-12 10:24:07 -07003525 top: 15px;
3526 margin-right:-5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003527 -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3528 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3529 box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3530}
Scott Main0e76e7e2013-03-12 10:24:07 -07003531.suggest-card.reference {
3532 position:absolute;
3533 z-index:999;
3534 min-width:171px; /* +padding and border makes this match input width */
3535 min-height:93px; /* add 3px because this has 1 not 4px top border */
3536 width:auto;
3537 top:41px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003538 margin:0;
Scott Main0e76e7e2013-03-12 10:24:07 -07003539}
3540.suggest-card.develop {
3541 z-index:997;
3542 border-top: solid 4px #F80;
3543 float:right;
3544}
3545.suggest-card.design {
3546 z-index:996;
3547 border-top: solid 4px #33b5e5;
3548 float:right;
3549}
3550.suggest-card.distribute {
3551 z-index:995;
3552 border-top: solid 4px #9C0;
3553 float:right;
3554}
3555.child-card {
3556 width:100%;
3557}
3558.suggest-card.dummy {
3559 width:172px;
3560 float:right;
3561 border:0;
3562 background:transparent;
3563 -moz-box-shadow: none;
3564 -webkit-box-shadow: none;
3565 box-shadow: none;
3566}
3567
3568ul.search_filtered {
3569 min-width:100%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003570 list-style: none;
Scott Main0e76e7e2013-03-12 10:24:07 -07003571 margin: 0 0 5px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003572 padding: 0;
3573}
Scott Main0e76e7e2013-03-12 10:24:07 -07003574.search_filtered .jd-selected {
3575 background:#efefef;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003576 cursor:pointer;
3577}
Scott Main0e76e7e2013-03-12 10:24:07 -07003578.search_filtered .jd-selected,
3579.search_filtered .jd-selected a {
3580 color:#09C !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003581}
3582
3583.no-display {
3584 display: none;
3585}
3586
Scott Main0e76e7e2013-03-12 10:24:07 -07003587.search_filtered li.jd-autocomplete {
Scott Maine4d8f1b2012-06-21 18:03:05 -07003588 font-size: 0.81em;
3589 border: none;
Scott Main7e447ed2013-02-19 17:22:37 -08003590 margin: 0 0 2px;
3591 padding: 0;
3592 line-height:1.5em;
3593}
3594
Scott Main0e76e7e2013-03-12 10:24:07 -07003595.search_filtered li a {
Scott Main7e447ed2013-02-19 17:22:37 -08003596 padding:0 5px;
3597 color:#222 !important;
Scott Main0e76e7e2013-03-12 10:24:07 -07003598 display:inline-block;
3599 line-height:12px;
Scott Main7e447ed2013-02-19 17:22:37 -08003600}
3601
Scott Main0e76e7e2013-03-12 10:24:07 -07003602.search_filtered li.header {
Scott Main7e447ed2013-02-19 17:22:37 -08003603 font-weight:bold;
Scott Main0e76e7e2013-03-12 10:24:07 -07003604 color:#444;
Scott Main7e447ed2013-02-19 17:22:37 -08003605 border: none;
3606 margin: 8px 0 2px;
3607 padding:1px 5px;
3608 line-height:1.5em;
3609}
Scott Main0e76e7e2013-03-12 10:24:07 -07003610.search_filtered li.header.small {
3611 font-size:0.85em;
3612}
Scott Main7e447ed2013-02-19 17:22:37 -08003613
Scott Main98a2a712013-07-17 13:15:04 -07003614.suggest-card.reference
Scott Main0e76e7e2013-03-12 10:24:07 -07003615.search_filtered li.header {
3616 color:#aaa;
3617 font-size: 0.81em;
3618}
3619
3620.search_filtered li.header:first-child {
Scott Main7e447ed2013-02-19 17:22:37 -08003621 margin: 0 0 2px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003622}
3623
3624.show-item {
3625 display: table-row;
3626}
3627.hide-item {
3628 display: hidden;
3629}
3630
3631
3632
3633
3634
3635/* SEARCH RESULTS */
3636
Scott Maine4d8f1b2012-06-21 18:03:05 -07003637
3638#leftSearchControl .gsc-twiddle {
3639 background-image : none;
3640}
3641
3642#leftSearchControl td, #searchForm td {
3643 border: 0px solid #000;
3644 padding:0;
3645}
3646
3647#leftSearchControl .gsc-resultsHeader .gsc-title {
3648 padding-left : 0px;
3649 font-weight : bold;
3650 font-size : 13px;
3651 color:#006699;
3652 display : none;
3653}
3654
3655#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3656 display : none;
3657}
3658
3659#leftSearchControl .gsc-resultsRoot {
3660 padding-top : 6px;
3661}
3662
3663#leftSearchControl div.gs-visibleUrl-long {
3664 display : block;
3665 color:#006699;
3666}
3667
3668#leftSearchControl .gsc-webResult {
3669 padding:0 0 20px 0;
3670}
3671
3672.gsc-webResult div.gs-visibleUrl-short,
3673table.gsc-branding,
3674.gsc-clear-button {
3675 display : none;
3676}
3677
3678.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3679.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3680#leftSearchControl a,
3681#leftSearchControl a b {
3682 color:#006699;
3683}
3684
3685.gsc-resultsHeader {
3686 display: none;
3687}
3688
3689/* Disable built in search forms */
3690.gsc-control form.gsc-search-box {
3691 display : none;
3692}
3693table.gsc-search-box {
3694 margin:6px 0 0 0;
3695 border-collapse:collapse;
3696}
3697
3698td.gsc-input {
3699 padding:0 2px;
3700 width:100%;
3701 vertical-align:middle;
3702}
3703
3704input.gsc-input {
3705 border:1px solid #BCCDF0;
3706 width:99%;
3707 padding-left:2px;
3708 font-size:.95em;
3709}
3710
3711td.gsc-search-button {
3712 text-align: right;
3713 padding:0;
3714 vertical-align:top;
3715}
3716
3717
3718#searchResults {
3719 overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3720(it doesn't) */
3721 height:auto;
3722}
3723
3724#searchResults .gsc-control {
3725 position:relative;
3726 width:auto;
3727 padding:0 0 10px;
3728}
3729
3730#searchResults .gsc-tabsArea {
3731 position:relative;
3732 white-space:nowrap;
3733 float:left;
3734 width:200px;
3735}
3736
3737#searchResults .gsc-above-wrapper-area {
3738 display:none;
3739}
3740
3741#searchResults .gsc-resultsbox-visible {
3742 float:left;
3743 width:720px;
3744 margin-left:20px;
3745}
3746
3747#searchResults .gsc-tabHeader {
3748 padding: 3px 6px;
3749 position:relative;
3750 width:auto;
3751 display:block;
3752}
3753
3754#searchResults h2#searchTitle {
3755 padding:0;
3756 margin:5px 0;
3757 border:none;
3758}
3759
3760#searchResults h2#searchTitle em {
3761 font-style:normal;
3762 color:#33B5E5;
3763}
3764
3765#searchResults .gsc-table-result {
3766 margin:5px 0 10px 0;
3767 background-color:transparent;
3768}
3769#searchResults .gs-web-image-box, .gs-promotion-image-box {
3770 width:120px;
3771}
3772#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3773 max-width:120px;
3774}
3775
3776#searchResults .gsc-table-result .gsc-thumbnail {
3777 padding:0 20px 0 0;
3778}
3779
3780#searchResults td {
3781 background-color:transparent;
3782}
3783
3784#searchResults .gsc-expansionArea {
3785 position:relative;
3786}
3787#searchResults .gsc-tabsArea .gsc-cursor-box {
3788 width:200px;
3789 padding:20px 0 0 1px;
3790}
3791#searchResults .gsc-cursor-page {
3792 display:inline-block;
3793 float:left;
3794 margin:-1px 0 0 -1px;
3795 padding:0;
3796 height:27px;
3797 width:27px;
3798 text-align:center;
3799 line-height:2;
3800}
3801
3802#searchResults .gsc-tabHeader.gsc-tabhInactive,
3803#searchResults .gsc-cursor-page {
3804 text-decoration:none;
3805 color:#258AAF;
3806 border: solid 1px #DADADA;
3807}
3808
3809#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3810#searchResults .gsc-cursor-page:hover {
3811 border-color: #DBDBDB;
3812 background-color: #F3F3F3;
3813 background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3814 background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3815 background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3816 background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3817 background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3818 background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3819 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3820EndColorStr='#ececec');
3821 color: #33B5E5;
3822}
3823
3824#searchResults .gsc-tabHeader.gsc-tabhActive,
3825#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3826#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3827#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3828 color:#fff;
3829 background-color: #09C;
3830 background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3831 background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3832 background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3833 background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3834 background-image: -o-linear-gradient(top, #2FADDB, #09C);
3835 background-image: linear-gradient(top, #2FADDB, #09C);
3836 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3837 border: 1px solid #3990AB;
3838 z-index:100;
3839}
3840
3841}
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855/*********** PREVIOUSLY dac-styles.css ***************/
3856
3857
Scott Maine4d8f1b2012-06-21 18:03:05 -07003858#header {
3859 border-bottom:0;
3860}
3861
3862#header .wrap {
3863 max-width:940px;
3864 height:41px;
3865 border-bottom:1px solid;
3866 border-color: #ccc;
3867 position:relative;
3868}
3869
3870.about #header .wrap {
3871 border-color: #9933CC;
3872}
3873
3874.design #header .wrap {
3875 border-color: #33b5e5;
3876}
3877
3878.develop #header .wrap {
3879 border-color: #F80;
3880}
3881
3882.distribute #header .wrap {
3883 border-color: #9C0;
3884}
3885
3886.logo a {
3887 width:123px;
3888 float:left;
3889}
3890
3891#header .logo {
3892 margin-top: -6px;
3893 margin-left: 0px;
3894 margin-bottom:0px;
3895 width: 160px;
3896 padding-right:10px;
3897}
3898
3899.search {
3900 height:25px;
3901 margin-top: -3px;
3902 margin-bottom: 0px;
3903}
3904
3905
3906
3907/* Quicknav */
3908.btn-quicknav {
3909 width:20px;
3910 height:28px;
3911 float:left;
3912 margin-left:6px;
3913 padding-right:10px;
3914 position:relative;
3915 cursor:pointer;
3916 border-right:1px solid #CCC;
3917}
3918
3919.btn-quicknav a {
3920 zoom:1;
3921 position:absolute;
3922 top:13px;
3923 left:5px;
3924 display:block;
3925 text-indent:-9999em;
3926 width:10px;
3927 height:5px;
3928 background:url(../images/quicknav_arrow.png) no-repeat;
3929}
3930
3931.btn-quicknav a.arrow-active {
3932 background-position: 0 -5px;
3933 display:none;
3934}
3935
3936#header-wrap.quicknav a.arrow-inactive {
3937 display:none;
3938}
3939
3940.btn-quicknav.active a.arrow-active {
3941 display:block;
3942}
3943
3944.nav-x li {
3945 display:block;
3946 float:left;
3947 margin-right:45px;
3948 -webkit-transition: all 0.25s linear;
3949 -moz-transition: all 0.25s linear;
3950 -ms-transition: all 0.25s linear;
3951 -o-transition: all 0.25s linear;
3952 transition: all 0.25s linear;
3953}
3954
3955#header-wrap.quicknav .nav-x li {
3956 min-width:160px;
3957 margin-right:20px;
3958}
3959
3960#header-wrap.quicknav li.last {
3961 margin-right:0px;
3962}
3963
3964#quicknav {
Scott Main98a2a712013-07-17 13:15:04 -07003965 float:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07003966 clear:both;
3967 margin-left:180px;
3968 margin-top:-30px;
3969 display:none;
3970 overflow:hidden;
3971}
3972
3973#header-wrap.quicknav #quicknav {
3974
3975}
3976
3977#quicknav ul {
3978 margin:10px 0;
3979 padding:0;
3980}
3981
3982#quicknav ul li.design {
3983 border-top:1px solid #33b5e5;
3984}
3985
3986#quicknav ul li.develop {
3987 border-top:1px solid #FF8800;
3988}
3989
3990#quicknav ul li.distribute {
3991 border-top:1px solid #99cc00;
3992}
3993
3994#quicknav ul li {
3995 display:block;
3996 float:left;
3997 margin:0 20px 0 0;
3998 min-width:140px;
3999}
4000
4001#quicknav ul li.last {
4002 margin-right:0px;
4003}
4004
4005#quicknav ul li ul li {
4006 float:none;
4007}
4008
4009#quicknav ul li ul li a {
Scott Main9ada2262012-06-23 14:59:36 -07004010 color:#222;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004011}
4012
4013#quicknav ul li li ul,
4014#quicknav ul li li ul li {
4015 margin:0;
4016}
4017
4018#quicknav ul li li ul li:before {
4019 content:"\21B3";
4020}
4021
4022#header-wrap {
4023 -webkit-transition: all 0.25s ease-out;
4024 -moz-transition: all 0.25s ease-out;
4025 -ms-transition: all 0.25s ease-out;
4026 -o-transition: all 0.25s ease-out;
4027 transition: all 0.25s ease-out;
4028
4029}
4030
4031#header-wrap.quicknav {
Dirk Dougherty8f206072012-10-08 13:14:17 -07004032 height:196px;
Scott Main98a2a712013-07-17 13:15:04 -07004033
Scott Maine4d8f1b2012-06-21 18:03:05 -07004034}
4035
4036/* SEARCH AND MORE */
4037.search {
4038 position: absolute;
4039 width: 50px;
4040 height:28px;
4041 display: block;
4042 margin-top:-3px;
4043 margin-bottom:7px;
4044 overflow:hidden;
4045 z-index:100;
4046 right:54px;
4047 -webkit-transition: width 0.4s ease;
4048 -moz-transition: width 0.4s ease;
4049 -o-transition: width 0.4s ease;
4050 transition: width 0.4s ease;
4051}
4052
4053.search #search-btn {
4054 width:50px;
4055 height:28px;
4056 background:url(../images/icon_search.png) no-repeat;
4057 float:left;
4058}
4059
4060.search-inner {
4061 width:245px;
4062}
4063
4064.search:hover, .search.active {
4065 width:245px;
4066}
4067
4068.search .bottom, .search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004069 position: absolute;
4070 background-color: #a2a2a2
Scott Maine4d8f1b2012-06-21 18:03:05 -07004071}
4072
4073.search .bottom {
Scott Mainb7f96372013-02-07 16:56:43 -08004074 width: 214px;
4075 height: 1px;
4076 top: 24px;
4077 left: 0
Scott Maine4d8f1b2012-06-21 18:03:05 -07004078}
4079
Scott Main98a2a712013-07-17 13:15:04 -07004080.search .left, .search .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004081 height: 5px;
4082 width: 1px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004083}
4084
4085.search .left {
4086 top: 22px;
4087 left: 56px;
4088 background-color:#CCC;
4089}
4090
4091.search .right {
4092 top: 22px;
4093 left: 238px;
4094 background-color:#CCC;
4095}
4096
4097.search form {
Scott Mainb7f96372013-02-07 16:56:43 -08004098 margin-top: 2px;
4099 width: 162px;
4100 float:left;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004101}
4102
4103.search form input {
Scott Mainb7f96372013-02-07 16:56:43 -08004104 color: #2f2f2f;
4105 font-size: 0.95em;
Scott Main98a2a712013-07-17 13:15:04 -07004106 width: 178px;
Scott Mainb7f96372013-02-07 16:56:43 -08004107 border: none;
Scott Main98a2a712013-07-17 13:15:04 -07004108 margin-left: 6px;
4109 z-index: 1500;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004110 position: relative;
Scott Mainb7f96372013-02-07 16:56:43 -08004111 background-color: transparent;
4112 border-bottom:1px solid #CCC;
4113 padding:0 0 0 4px;
4114 outline:none;
4115 height:24px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004116}
4117
4118.search:hover form input {
4119 border-bottom:1px solid #33B5E5;
4120}
4121
4122.search:hover .bottom, .search:hover .left, .search:hover .right {
Scott Mainb7f96372013-02-07 16:56:43 -08004123 background-color: #33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004124}
4125
4126.search:hover #search-btn {
Scott Mainb7f96372013-02-07 16:56:43 -08004127 background-position: 0 -28px
Scott Maine4d8f1b2012-06-21 18:03:05 -07004128}
4129
4130.search form input:focus {
Scott Mainb7f96372013-02-07 16:56:43 -08004131 color: #222;
4132 font-weight: bold
Scott Maine4d8f1b2012-06-21 18:03:05 -07004133}
4134
4135.moremenu {
4136 float: right;
Scott Mainb7f96372013-02-07 16:56:43 -08004137 position: relative;
4138 width: 50px;
4139 height:28px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004140 display: block;
4141 margin-top:-3px;
4142 margin-bottom:7px;
4143 overflow:hidden;
4144 -webkit-transition: width 0.25s ease;
4145 -moz-transition: width 0.25s ease;
4146 -o-transition: width 0.25s ease;
4147 transition: width 0.25s ease;
4148}
4149
4150.moremenu #more-btn {
4151 width:40px;
4152 height:28px;
4153 background:url(../images/icon_more.png) no-repeat;
4154 border-left:1px solid #CCC;
4155 float:left;
4156 cursor:pointer;
4157}
4158
4159.moremenu:hover #more-btn {
4160 background-position:0 -28px;
4161}
4162
4163.morehover {
4164 position:absolute;
4165 right:6px;
4166 top:-9px;
4167 width:40px;
4168 height:35px;
4169 z-index:99;
4170 overflow:hidden;
4171
4172 -webkit-opacity:0;
4173 -moz-opacity:0;
4174 -o-opacity:0;
4175 opacity:0;
4176
4177 -webkit-transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004178 -moz-transform-origin:100% 0%;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004179 -o-transform-origin:100% 0%;
4180 transform-origin:100% 0%;
Scott Main98a2a712013-07-17 13:15:04 -07004181
Scott Maine4d8f1b2012-06-21 18:03:05 -07004182 -webkit-transition-property: -webkit-opacity;
4183 -webkit-transition-duration: .25s;
4184 -webkit-transition-timing-function:ease;
4185
Scott Main0e76e7e2013-03-12 10:24:07 -07004186 -moz-transition-property: -moz-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004187 -moz-transition-duration: .25s;
4188 -moz-transition-timing-function:ease;
4189
Scott Main0e76e7e2013-03-12 10:24:07 -07004190 -o-transition-property: -o-opacity;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004191 -o-transition-duration: .25s;
4192 -o-transition-timing-function:ease;
Scott Main98a2a712013-07-17 13:15:04 -07004193
Scott Main0e76e7e2013-03-12 10:24:07 -07004194 transition-property: opacity;
4195 transition-duration: .25s;
4196 transition-timing-function:ease;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004197}
4198
Scott Maine05e6f92013-01-29 13:34:17 -08004199.morehover:hover,
4200.morehover.hover {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004201 opacity:1;
Scott Main55163c82012-07-18 16:18:25 -07004202 height:385px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004203 width:268px;
4204 -webkit-transition-property:height, -webkit-opacity;
4205}
4206
4207.morehover .top {
4208 width:268px;
4209 height:39px;
4210 background:url(../images/more_top.png) no-repeat;
4211}
4212
4213.morehover .mid {
4214 width:228px;
4215 background:url(../images/more_mid.png) repeat-y;
Scott Main55163c82012-07-18 16:18:25 -07004216 padding:10px 20px 0 20px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004217}
4218
4219.morehover .mid .header {
4220 border-bottom:1px solid #ccc;
4221 font-weight:bold;
4222}
4223
4224.morehover .bottom {
4225 width:268px;
4226 height:6px;
4227 background:url(../images/more_bottom.png) no-repeat;
4228}
4229
4230.morehover ul {
4231 margin:10px 10px 20px 0;
4232}
4233
4234.morehover ul li {
4235 list-style:none;
4236}
4237
4238.morehover ul li.active a,
4239.morehover ul li.active a:hover {
Scott Main9ada2262012-06-23 14:59:36 -07004240 color:#222 !important;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004241}
4242
4243.morehover ul li.active img {
4244 margin-right:4px;
4245}
4246
4247
4248
4249
4250/* MARQUEE */
4251.slideshow-container {
Scott Mainb7f96372013-02-07 16:56:43 -08004252 width:100%;
4253 overflow:hidden;
4254 position:relative;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004255}
4256.slideshow-container .slideshow-prev {
Scott Mainb7f96372013-02-07 16:56:43 -08004257 position:absolute;
4258 top:50%;
4259 left:0px;
4260 margin-top:-36px;
4261 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004262}
4263.slideshow-container .slideshow-next {
Scott Mainb7f96372013-02-07 16:56:43 -08004264 position:absolute;
4265 top:50%;
4266 margin-top:-36px;
4267 z-index:99;
4268 right:0px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004269}
4270
4271.slideshow-container .pagination {
Scott Mainb7f96372013-02-07 16:56:43 -08004272 position:absolute;
4273 bottom:20px;
4274 width:100%;
4275 text-align:center;
4276 z-index:99;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004277}
4278.slideshow-container .pagination ul {
Scott Mainb7f96372013-02-07 16:56:43 -08004279 margin:0;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004280}
4281.slideshow-container .pagination ul li{
Scott Mainb7f96372013-02-07 16:56:43 -08004282 display: inline-block;
4283 width:12px;
4284 height:12px;
4285 text-indent:-8000px;
4286 list-style:none;
4287 margin: 0 2px;
4288 border-radius:6px;
4289 background-color:#ccc;
4290 cursor:pointer;
Scott Main98a2a712013-07-17 13:15:04 -07004291 -webkit-transition:color .5s ease-in;
4292 -moz-transition:color .5s ease-in;
4293 -o-transition:color .5s ease-in;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004294 transition:color .5s ease-in;
4295}
4296.slideshow-container .pagination ul li:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004297 background-color:#999;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004298}
4299.slideshow-container .pagination ul li.active {
Scott Mainb7f96372013-02-07 16:56:43 -08004300 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004301}
4302.slideshow-container .pagination ul li.active:hover {
Scott Mainb7f96372013-02-07 16:56:43 -08004303 background-color:#33b5e5;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004304}
4305.slideshow-container ul li {
Scott Mainb7f96372013-02-07 16:56:43 -08004306 display:inline;
4307 list-style:none;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004308}
4309
4310
4311
4312
4313a.download-sdk {
4314 float:right;
4315 margin:-10px 0;
4316 height:30px;
4317 padding-top:4px;
4318 padding-bottom:0px;
4319}
4320
4321#nav-x {
4322 padding-top: 14px;
4323}
4324
Scott Main1d62fa82012-07-17 13:15:12 -07004325#nav-x .wrap {
4326 min-height:34px;
4327}
4328
Scott Maine4d8f1b2012-06-21 18:03:05 -07004329#nav-x .wrap,
4330#searchResults.wrap {
4331 max-width:940px;
4332 border-bottom:1px solid #CCC;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004333}
4334
Scott Maina214d842012-07-16 17:14:40 -07004335#searchResults.wrap #leftSearchControl {
4336 min-height:700px
4337}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004338.nav-x {
4339 margin-left:0;
4340 margin-bottom:0;
4341}
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352/*
4353 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4354 */
4355
4356.jspContainer {
4357 overflow: hidden;
4358 position: relative;
4359}
4360
4361.jspPane {
4362 position: absolute;
4363 overflow: hidden;
Scott Main2d967c62013-03-11 09:21:07 -07004364 width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004365}
4366
4367.jspVerticalBar {
4368 position: absolute;
4369 top: 0;
4370 right: 0;
4371 width: 4px;
4372 height: 100%;
4373 background: #f5f5f5;
4374}
4375
4376.jspHorizontalBar {
4377 position: absolute;
4378 bottom: 0;
4379 left: 0;
4380 width: 100%;
4381 height: 4px;
4382 background: #f5f5f5;
4383}
4384
4385.jspVerticalBar *,
4386.jspHorizontalBar * {
4387 margin: 0;
4388 padding: 0;
4389}
4390.jspCap {
4391 display: block;
4392}
4393
4394.jspVerticalBar .jspCap {
4395 height: 4px;
4396}
4397
4398.jspHorizontalBar .jspCap {
4399 width: 0;
4400 height: 100%;
4401}
4402
4403.jspHorizontalBar .jspCap {
4404 float: left;
4405}
4406
4407.jspTrack {
4408 position: relative;
4409}
4410
4411.jspDrag {
4412 background: #bbb;
4413 position: relative;
4414 top: 0;
4415 left: 0;
4416 cursor: pointer;
4417}
4418
4419.jspDrag:hover,
4420.jspDrag:active {
4421 border-color: #09c;
4422 background-color: #4cadcb;
4423 background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4424 background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4425 background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4426 background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4427 background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4428 background-image: linear-gradient(left, #5dbcd9, #4cadcb);
Scott Main98a2a712013-07-17 13:15:04 -07004429 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
Scott Maine4d8f1b2012-06-21 18:03:05 -07004430}
4431
4432.jspHorizontalBar .jspTrack,
4433.jspHorizontalBar .jspDrag {
4434 float: left;
4435 height: 100%;
4436}
4437
4438.jspArrow {
4439 background: #999;
4440 text-indent: -20000px;
4441 display: block;
4442 cursor: pointer;
4443}
4444
4445.jspArrow.jspDisabled {
4446 cursor: default;
4447 background: #ccc;
4448}
4449
4450.jspVerticalBar .jspArrow {
4451 height: 16px;
4452}
4453
4454.jspHorizontalBar .jspArrow {
4455 width: 16px;
4456 float: left;
4457 height: 100%;
4458}
4459
4460.jspVerticalBar .jspArrow:focus {
4461 outline: none;
4462}
4463
4464.jspCorner {
4465 float: left;
4466 height: 100%;
4467}
4468
4469/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4470* html .jspCorner {
4471 margin: 0 -3px 0 0;
4472}
4473/******* end of jscrollpane *********/
4474
4475
4476
4477
4478
4479/************ DEVELOP HOMEPAGE ******************/
4480
4481/* Slideshow */
4482.slideshow-develop {
4483 height: 300px;
4484 width: 940px;
4485 position: relative;
4486 overflow:hidden;
4487}
4488.slideshow-develop .frame {
4489 width: 940px;
4490 height: 300px;
4491}
4492.slideshow-develop img.play {
Scott Main06cb5c72012-07-23 14:34:34 -07004493 max-width:350px;
4494 max-height:240px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004495 margin:20px 0 0 90px;
4496 -webkit-transform: perspective(800px ) rotateY( 35deg );
4497 box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4498 -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4499 -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4500}
4501.slideshow-develop img.play.no-shadow {
4502 box-shadow: none;
4503 -moz-box-shadow: none;
4504 -webkit-box-shadow: none;
4505}
4506.slideshow-develop img.play.no-transform {
4507 -webkit-transform: none;
4508}
4509.slideshow-develop a.slideshow-next {
4510 background: url(../images/arrow-right-develop.png);
4511}
4512.slideshow-develop a.slideshow-prev {
4513 background: url(../images/arrow-left-develop.png);
4514}
4515.slideshow-develop .content-right {
4516 float: left;
4517}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004518.slideshow-develop .content-right h2 {
4519 padding:0;
4520 margin-bottom:10px;
4521 border:none;
4522}
4523.slideshow-develop .item {
4524 height: 300px;
4525 width: 940px;
4526}
4527.slideshow-develop .pagination ul li.active {
4528 background-color: #F80;
4529}
4530.slideshow-develop .pagination ul li.active:hover {
4531 background-color: #F80;
4532}
Scott Main0e585702012-10-22 20:30:22 -07004533.slideshow-develop .item hr {
4534 margin:5px 0 10px;
4535}
4536.slideshow-develop .item p {
4537 margin:10px 0;
4538}
4539.slideshow-develop .item p.title-intro {
4540 position:absolute;
4541 margin:0;
4542}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004543
4544/* Feeds */
4545.feed ul {
4546 margin: 0;
4547}
4548.feed .feed-nav {
4549 height: 25px;
4550 border-bottom: 1px solid #CCC;
4551}
4552.feed .feed-nav li {
4553 list-style: none;
4554 float: left;
Scott Main06cb5c72012-07-23 14:34:34 -07004555 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
Scott Maine4d8f1b2012-06-21 18:03:05 -07004556 margin-right: 25px;
4557 cursor: pointer;
4558}
4559.feed .feed-nav li.active {
4560 color: #000;
4561 border-bottom: 4px solid #F80;
4562}
4563.feed .feed-container {
4564 overflow: hidden;
4565 width: 460px;
4566}
4567.feed .feed-container .feed-frame {
4568 width: 1000px;
4569}
4570.feed .feed-container .feed-frame ul {
4571 float: left;
4572 width:460px;
4573}
4574.feed .feed-container .feed-frame ul ul {
4575 float: none;
4576 margin:10px 0 0 30px;
4577}
4578.feed .feed-container .feed-frame li {
4579 list-style: none;
4580 margin: 20px 0 20px 0;
4581 width: 460px;
4582 height:93px;
4583}
4584.feed .feed-container .feed-frame li.playlist {
4585 height:auto;
4586}
4587.feed .feed-container .feed-frame li.playlist a {
4588 height:93px;
4589 display:block;
4590}
4591.feed .feed-container .feed-frame li.more {
4592 height:20px;
4593 margin:10px 0 5px 5px;
4594}
4595.feed .feed-container .feed-frame li.more a {
4596 height:inherit;
4597}
4598.feed .feed-container .feed-frame li.playlist-video {
4599 list-style: none;
4600 margin: 0;
4601 width: 460px;
4602 height:55px;
4603 font-size:12px;
4604}
4605.feed .feed-container .feed-frame li.playlist-video a {
4606 height:45px;
4607 padding:5px;
4608}
4609.feed .feed-container .feed-frame li.playlist-video h5 {
4610 font-size:12px;
4611 line-height:13px;
4612 margin:0;
4613}
4614.feed .feed-container .feed-frame li.playlist-video p {
4615 margin:5px 0 0;
4616 line-height:15px;
4617}
4618.feed-container .feed-frame div.feed-image {
4619 float: left;
4620 border: 1px solid #999;
4621 margin:0 20px 0 0;
4622 width:122px;
4623 height:92px;
4624 background:url('../images/blog-default.png') no-repeat 0 0;
4625 background-size:180px;
4626}
4627#jd-content .feed .feed-container .feed-frame li img {
4628 float: left;
4629 border: 1px solid #999;
4630 margin:0 20px 0 0;
4631 width:122px;
4632 height:92px;
4633}
4634#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4635 width:inherit;
4636 height:inherit;
4637}
4638
4639.feed .feed-container .feed-frame li a,
4640.feed .feed-container .feed-frame li a:active {
4641 color:#555 !important;
4642}
4643
4644.feed .feed-container .feed-frame li a:hover,
4645.feed .feed-container .feed-frame li a:hover * {
4646 color:#7AA1B0 !important;
4647}
4648
4649/* Video player */
4650#player-wrapper {
4651 display:none;
4652 margin: -1px auto 0;
4653 position: relative;
4654 width: 940px;
4655 height: 0px;
4656}
4657#player-frame {
4658 background: #EFEFEF;
4659 border: 1px solid #CCC;
4660 padding: 0px 207px;
4661 z-index: 10; /* stay above marque, but below search suggestions */
4662 width: 525px;
4663 height: 330px;
4664 position: relative;
4665}
4666
4667
4668
4669/************ DISTRIBUTE HOMEPAGE ***************/
4670
4671.marquee {
4672 width: 760px;
4673}
4674.marquee .main-img {
4675 float: left;
4676 margin-top: 20px;
4677 width: 490px;
4678}
4679.marquee .copy {
4680 width: 270px;
4681 float: left;
4682 margin-top: 30px;
4683}
4684.distribute-features {
4685 margin: 0;
4686}
4687.distribute-features ul {
4688 margin: 0;
4689}
4690.distribute-features ul li {
4691 list-style: none;
4692 float: left;
4693 border-top: 1px solid #9C0;
4694 width: 220px;
4695 margin-right: 50px;
4696}
4697.distribute-features ul li.last {
4698 margin-right: 0px;
4699}
4700
Dirk Doughertye5862e82013-05-15 02:19:54 -07004701.distribute-features .distribute-link li a {
4702 color:red !important;
4703}
4704
4705.distribute-features .distribute-link li a,
4706.distribute-features .distribute-link li a:active {
4707 color:#555 !important;
4708}
4709
4710.distribute-features .distribute-link li a:hover,
4711.distribute-features .distribute-link li a:hover * {
4712 color:#7AA1B0 !important;
4713}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004714
Scott Main8fa53512012-11-30 20:16:42 -08004715
Scott Maine4d8f1b2012-06-21 18:03:05 -07004716/************ DEVELOP TOPIC CONTAINERS ************/
4717
4718.landing-banner,
4719.landing-docs {
4720 margin:20px 0 0;
4721}
Scott Main8fa53512012-11-30 20:16:42 -08004722.landing-banner div:first-child,
4723.landing-docs div:first-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004724.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004725 margin-left:0;
Scott Main0e71cee2012-08-07 13:59:43 -07004726 min-height:280px;
Scott Maine4d8f1b2012-06-21 18:03:05 -07004727}
Scott Main8fa53512012-11-30 20:16:42 -08004728.landing-banner div:last-child,
4729.landing-docs div:last-child,
Scott Main0e71cee2012-08-07 13:59:43 -07004730.landing-docs .col-12 {
Scott Maine4d8f1b2012-06-21 18:03:05 -07004731 margin-right:0;
4732}
4733
4734.landing-banner h1 {
4735 margin-top:0;
4736}
Scott Main0e71cee2012-08-07 13:59:43 -07004737.landing-docs {
4738 clear:left;
Scott Maine6850d22012-10-08 15:59:01 -07004739 overflow:hidden;
Scott Main0e71cee2012-08-07 13:59:43 -07004740}
Scott Maine4d8f1b2012-06-21 18:03:05 -07004741.landing-docs h3 {
4742 font-size:14px;
4743 line-height:21px;
4744 color:#555;
4745 text-transform:uppercase;
4746 border-bottom:1px solid #CCC;
4747 margin:0 0 20px;
4748}
4749.landing-docs a {
4750 color:#333 !important;
4751}
Robert Ly40e90992012-11-28 17:46:17 -08004752
Scott Maine4d8f1b2012-06-21 18:03:05 -07004753.landing-docs a:hover,
4754.landing-docs a:hover * {
4755 color:#7AA1B0 !important
4756}
4757
Robert Ly40e90992012-11-28 17:46:17 -08004758.landing-docs .normal-links a {
4759 color:#258aaf !important;
4760}
4761
Scott Maine4d8f1b2012-06-21 18:03:05 -07004762.plusone {
4763 float:right;
Scott Mainb72b7b82012-07-19 11:03:41 -07004764}
Scott Main9edfa6d2012-08-14 15:04:40 -07004765
4766
4767
4768/************* HOME/LANDING PAGE *****************/
4769
4770.slideshow-home {
4771 height: 500px;
4772 width: 940px;
4773 border-bottom: 1px solid #CCC;
4774 position: relative;
4775 margin: 0;
4776}
4777.slideshow-home .frame {
4778 width: 940px;
4779 height: 500px;
4780}
4781.slideshow-home .content-left {
4782 float: left;
4783 text-align: center;
4784 vertical-align: center;
4785 margin: 0 0 0 35px;
4786}
4787.slideshow-home .content-right {
4788 margin: 80px 0 0 0;
4789}
4790.slideshow-home .content-right p {
4791 margin-bottom: 10px;
4792}
4793.slideshow-home .content-right p:last-child {
4794 margin-top: 15px;
4795}
4796.slideshow-home .content-right h1 {
4797 padding:0;
4798}
4799.slideshow-home .item {
4800 height: 500px;
4801 width: 940px;
4802}
4803.home-sections {
4804 padding: 30px 20px 20px;
4805 margin: 20px 0;
4806 background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4807}
4808.home-sections ul {
4809 margin: 0;
4810}
4811.home-sections ul li {
4812 float: left;
4813 display: block;
4814 list-style: none;
4815 width: 170px;
4816 height: 35px;
4817 border: 1px solid #ccc;
4818 background: white;
4819 margin-right: 10px;
4820 border-radius: 1px;
4821 -webkit-border-radius: 1px;
4822 -moz-border-radius: 1px;
4823 box-shadow: 1px 1px 5px #EEE;
4824 -webkit-box-shadow: 1px 1px 5px #EEE;
4825 -moz-box-shadow: 1px 1px 5px #EEE;
4826 background: white;
4827}
4828.home-sections ul li:hover {
4829 background: #F9F9F9;
4830 border: 1px solid #CCC;
4831}
4832.home-sections ul li a,
4833.home-sections ul li a:hover {
4834 font-weight: bold;
4835 margin-top: 8px;
4836 line-height: 18px;
4837 float: left;
4838 width: 100%;
4839 text-align: center;
4840 color: #09c !important;
4841}
4842.home-sections ul li a {
4843 font-weight: bold;
4844 margin-top: 8px;
4845 line-height: 18px;
4846 float: left;
4847 width:100%;
4848 text-align:center;
4849}
4850.home-sections ul li img {
4851 float: left;
4852 margin: -8px 0 0 10px;
4853}
4854.home-sections ul li.last {
4855 margin-right: 0px;
4856}
Scott Mainf5089842012-08-14 16:31:07 -07004857.fullpage #footer {
Scott Main9edfa6d2012-08-14 15:04:40 -07004858 margin-top: -40px;
4859}