| /* file: android-developer-docs.css |
| author: smain |
| date: september 2008 |
| info: developer doc styles (developer.android.com) |
| */ |
| |
| @import url("android-developer-core.css"); |
| |
| #title { |
| border-bottom: 4px solid #ccc; |
| display:none; |
| } |
| |
| #title h1 { |
| color:#336666; |
| margin:0; |
| padding: 5px 10px; |
| font-size: 1em; |
| line-height: 15px; |
| } |
| |
| #title h1 .small{ |
| color:#000; |
| margin:0; |
| font-size: 13px; |
| padding:0 0 0 15px; |
| } |
| |
| /* SIDE NAVIGATION */ |
| |
| #side-nav { |
| padding:0 6px 0 0; |
| background-color: #fff; |
| font-size:12px; |
| } |
| |
| #resize-packages-nav { |
| /* keeps the resize handle below the h-scroll handle */ |
| height:270px; |
| overflow:hidden; |
| max-height:100%; |
| } |
| |
| #packages-nav { |
| height:270px; |
| max-height:inherit; |
| position:relative; |
| overflow:auto; |
| } |
| |
| #classes-nav, |
| #devdoc-nav { |
| overflow:auto; |
| position:relative; |
| } |
| |
| #side-nav ul { |
| list-style: none; |
| margin: 0; |
| padding:5px 0; |
| } |
| |
| #side-nav ul ul { |
| margin: .35em 0 0 0; |
| padding: 0; |
| } |
| |
| #side-nav li { |
| padding:0; |
| line-height:16px; |
| white-space:nowrap; |
| } |
| |
| #side-nav li h2 { |
| font-size:12px; |
| font-weight: bold; |
| margin:.5em 0 0 0; |
| padding: 3px 0 1px 9px; |
| } |
| |
| #side-nav li a { |
| text-decoration:none; |
| padding: 0 0 0 18px; |
| } |
| |
| #side-nav li a:hover { |
| text-decoration:underline; |
| } |
| |
| #side-nav li a+a { |
| padding: 0; |
| } |
| |
| #side-nav li li li a { |
| /*sdk lists*/ |
| padding: 0 0 0 28px; |
| } |
| |
| #side-nav .selected { |
| background-color: #435a6e; |
| color: #fff; |
| font-weight:bold; |
| } |
| |
| #side-nav .selected a { |
| color: #fff; |
| text-decoration:none; |
| } |
| |
| #side-nav strong { |
| display:block; |
| } |
| |
| #side-nav .toggle-img { |
| margin:0; |
| padding:0; |
| position:absolute; |
| top:0; |
| left:0; |
| height:16px; |
| width:15px; |
| outline-style:none; |
| } |
| |
| #side-nav .closed .toggle-img { |
| background:url('images/triangle-closed-small.png') 7px 4px no-repeat; |
| } |
| #side-nav .open .toggle-img { |
| background:url('images/triangle-opened-small.png') 7px 4px no-repeat; |
| } |
| |
| #side-nav .toggle-list { |
| position:relative; |
| } |
| |
| #side-nav .toggle-list ul { |
| margin:0; |
| display:none; |
| } |
| |
| #side-nav .toggle-list div { |
| display:block; |
| } |
| |
| #index-links .selected { |
| background-color: #fff; |
| color: #000; |
| font-weight:normal; |
| text-decoration:none; |
| } |
| |
| #index-links { |
| padding:7px 0 4px 10px; |
| } |
| |
| /* nav tree */ |
| |
| #nav-tree ul { |
| padding:5px 0 1.5em; |
| } |
| |
| #side-nav #nav-tree ul li a, |
| #side-nav #nav-tree ul li span.no-children { |
| padding: 0 0 0 0; |
| margin: 0; |
| } |
| |
| #nav-tree .plus { |
| margin: 0 3px 0 0; |
| } |
| |
| #nav-tree ul ul { |
| list-style: none; |
| margin: 0; |
| padding: 0 0 0 0; |
| } |
| |
| #nav-tree ul li { |
| margin: 0; |
| padding: 0 0 0 0; |
| white-space: nowrap; |
| } |
| |
| #nav-tree .children_ul { |
| margin:0; |
| } |
| |
| #nav-tree a.nolink { |
| color: black; |
| text-decoration: none; |
| } |
| |
| #nav-tree span.label { |
| width: 100%; |
| } |
| |
| #nav-tree { |
| overflow-x: auto; |
| overflow-y: scroll; |
| } |
| |
| |
| /* DOCUMENT BODY */ |
| |
| #doc-content { |
| overflow:auto; |
| } |
| |
| #jd-header { |
| background-color: #E9E9E9; |
| padding: 7px 20px; |
| } |
| |
| #jd-header h1 { |
| margin: 0 0 10px; |
| font-size:1.7em; |
| } |
| |
| #jd-header .crumb { |
| font-size:.9em; |
| line-height:1em; |
| color:#777; |
| } |
| |
| #jd-header .crumb a, |
| #jd-header .crumb a:visited { |
| text-decoration:none; |
| color:#777; |
| } |
| |
| #jd-header .crumb a:hover { |
| text-decoration:underline; |
| } |
| |
| #jd-header table { |
| margin:0; |
| padding:0; |
| } |
| |
| #jd-header td { |
| border:none; |
| padding:0; |
| vertical-align:top; |
| } |
| |
| #jd-header.guide-header { |
| background-color:#fff; |
| color:#435a6e; |
| height:50px; |
| } |
| |
| #jd-descr { |
| position:relative; |
| } |
| |
| /* inheritance table */ |
| .jd-inheritance-table { |
| border-spacing:0; |
| margin:0; |
| padding:0; |
| font-size:.9em; |
| } |
| .jd-inheritance-table td { |
| border: none; |
| margin: 0; |
| padding: 0; |
| } |
| .jd-inheritance-table .jd-inheritance-space { |
| font-weight:bold; |
| width:1em; |
| } |
| .jd-inheritance-table .jd-inheritance-interface-cell { |
| padding-left: 17px; |
| } |
| |
| #jd-content { |
| padding: 18px 20px; |
| } |
| |
| hr { |
| background-color:#ccc; |
| } |
| |
| /* DOC CLASSES */ |
| |
| #jd-content h1 { |
| /*sdk page*/ |
| font-size:1.6em; |
| color:#336666; |
| margin:0 0 .5em; |
| } |
| |
| #jd-content h2 { |
| font-size:1.45em; |
| color:#111; |
| border-top:2px solid #ccc; |
| padding: .5em 0 0; |
| margin: 1.75em 0 1em 0; |
| max-width:968px; |
| } |
| |
| #jd-content h3 { |
| font-size:1.2em; |
| color:#222; |
| padding: .75em 0 .65em 0; |
| margin:0; |
| } |
| |
| #jd-content h4 { |
| font-size:1.1em; |
| margin-bottom:.5em; |
| color:#222; |
| } |
| |
| #jd-content .small-header { |
| font-size:1em; |
| color:#000; |
| font-weight:bold; |
| border:none; |
| padding:0; |
| margin:1em 0 .5em; |
| position:inherit; |
| } |
| |
| #jd-content img { |
| margin: 0 0 1em 1em; |
| } |
| |
| #jd-content li img, |
| #jd-content dd img { |
| margin:.5em 0 0 1em; |
| } |
| |
| .nolist { |
| list-style:none; |
| padding:0; |
| margin:0 0 1em 1em; |
| } |
| |
| h4 .normal { |
| font-size:.9em; |
| font-weight:normal; |
| } |
| |
| .jd-details { |
| /* border:1px solid #669999; |
| padding:4px; */ |
| margin:0 0 1em; |
| } |
| |
| .jd-tagdata { |
| margin:.6em 0; |
| } |
| |
| .jd-tagdata ul { |
| padding:0; |
| } |
| |
| h4.jd-details-title { |
| font-size:1.15em; |
| background-color: #d6d6d6; |
| margin:0 0 .6em; |
| padding:3px; |
| } |
| |
| h4.jd-tagtitle { |
| margin:0; |
| } |
| |
| .jd-details-descr { |
| padding:3px; |
| } |
| |
| .jd-tagtable { |
| margin:0; |
| } |
| |
| .jd-tagtable td, |
| .jd-tagtable th { |
| border:none; |
| background-color:#fff; |
| vertical-align:top; |
| font-weight:normal; |
| padding:2px 10px; |
| } |
| |
| .jd-tagtable th { |
| font-style:italic; |
| } |
| |
| #jd-content table h2 { |
| background-color: #d6d6d6; |
| font-size: 1.1em; |
| margin:0 0 10px; |
| padding:5px; |
| left:0; |
| width:auto; |
| } |
| |
| div.special { |
| padding: 15px 20px 3px; |
| margin: 0 0 1em; |
| background-color: #ddf0f2; |
| } |
| |
| div.special p { |
| margin: .25em 0; |
| } |
| |
| div.special ol { |
| margin: 0; |
| } |
| |
| div.special ol li { |
| margin: 0; |
| padding: 0; |
| } |
| |
| #jd-content div.special h2, |
| #jd-content div.special h3 { |
| color:#669999; |
| font-size:1.2em; |
| border:none; |
| margin:0 0 .5em; |
| padding:0; |
| } |
| |
| /* old p.note, p.caution, p.warning { |
| margin:0 0 1em; |
| padding: 4px 10px; |
| background-color: #efefef; |
| border-top: 1px solid; |
| border-bottom: 1px solid; |
| } |
| */ |
| p.note, p.caution, p.warning { |
| margin: 1em; |
| padding: 0 0 0 .5em; |
| border-left: 4px solid; |
| } |
| |
| p.special-note { |
| background-color:#EBF3DB; |
| padding:10px 20px; |
| margin:0 0 1em; |
| } |
| |
| p.note { |
| border-color: #99aacc; |
| } |
| |
| p.caution { |
| border-color: #ffcc33; |
| } |
| |
| p.warning { |
| border-color: #aa0033; |
| } |
| |
| p.warning b, p.warning em, p.warning strong { |
| color: #aa0033; |
| font-weight: bold; |
| } |
| |
| li p.note, li p.warning, li p.caution { |
| margin: .5em 0 0 0; |
| padding: .2em .5em .2em .9em; |
| } |
| |
| dl.xml dt { |
| font-variant:small-caps; |
| font-size:1.2em; |
| } |
| |
| dl.xml dl { |
| padding:0; |
| } |
| |
| dl.xml dl dt { |
| font-variant:normal; |
| font-size:1em; |
| } |
| |
| .listhead li { |
| font-weight: bold; |
| } |
| |
| .listhead li *, /*ie*/.listhead li li { |
| font-weight: normal; |
| } |
| |
| ol.no-style, |
| ul.no-style { |
| list-style:none; |
| padding-left:1em; |
| } |
| |
| .new { |
| font-size: .78em; |
| font-weight: bold; |
| color: red; |
| text-decoration: none; |
| } |
| |
| pre.classic { |
| background-color:transparent; |
| border:none; |
| padding:0; |
| } |
| |
| |
| /* BEGIN quickview sidebar element styles */ |
| |
| #qv-wrapper { |
| float: right; |
| position:relative; |
| width:315px; |
| background-color:#fff; |
| padding:4px 30px 15px 20px; |
| top:-55px; |
| left:20px; |
| } |
| |
| #qv { |
| background-color:#fff; |
| border:4px solid #dee8f1; |
| margin:0 0 0 15px; |
| padding:0 6px 6px; |
| margin-top:0px; |
| width:295; |
| float:right; |
| } |
| |
| #qv ol { |
| list-style:none; |
| padding: 0; |
| } |
| |
| #qv ol ol{ |
| list-style:none; |
| padding: 0 0 3px 12px; |
| margin:0; |
| } |
| |
| #qv ul { |
| padding: 0 10px 0 2em; |
| } |
| |
| #qv li { |
| padding: 0 10px; |
| margin: 2 0 0; |
| line-height: 1.2em; |
| } |
| |
| #qv ul li { |
| padding: 0 10px 0 0; |
| } |
| |
| #qv li.selected a { |
| color:#555; |
| text-decoration:none; |
| } |
| |
| #qv a { |
| color:#cc6600; |
| } |
| |
| #qv p { |
| margin:8px 0 0; |
| padding:0 10px; |
| } |
| |
| #qv-extra #rule { |
| padding: 0 10px; |
| margin: 0; |
| } |
| |
| #qv-sub-rule { |
| padding: 6px 20px; |
| margin: 0; |
| } |
| |
| #qv-sub-rule p { |
| margin: 0; |
| } |
| |
| #jd-content #qv h2 { |
| font-size:1.05em; |
| font-weight:bold; |
| margin:12px 0 .25em 0; |
| padding:0 10px; |
| background-color:transparent; |
| color:#7BB026; |
| border:none; |
| left:0; |
| z-index:1; |
| } |
| |
| /* END quickview sidebar element styles */ |
| |
| /* Begin sidebox sidebar element styles */ |
| |
| .sidebox-wrapper { |
| float: right; |
| width:300px; |
| background-color:#fff; |
| margin: 0 0 0 15px; |
| padding: 5px 0 5px 15px; |
| } |
| |
| .sidebox-inner { |
| border-left:1px solid #dee8f1; |
| background-color:#ffffee; |
| padding:0 5px 0 15px; |
| } |
| |
| .sidebox { |
| float: right; |
| width:285px; |
| background-color:#ffffee; |
| border-left:1px solid #dee8f1; |
| margin: 0 0 0 15px; |
| padding:5px 8px 0 12px; |
| } |
| |
| |
| #jd-content .sidebox h2, |
| #jd-content .sidebox h3, |
| #jd-content .sidebox-inner h2, |
| #jd-content .sidebox-inner h3 { |
| border:none; |
| font-size:1em; |
| margin:0; |
| padding:4px 0 4px; |
| left:0; |
| z-index:0; |
| } |
| |
| .sidebox hr, |
| .sidebox-inner hr { |
| background-color:#ccc; |
| border:none; |
| } |
| |
| /* End sidebox sidebar element styles */ |
| |
| /* table of contents */ |
| |
| ol.toc { |
| margin: 0 0 1em 0; |
| padding: 0; |
| list-style: none; |
| font-size:95%; |
| } |
| |
| ol.toc li { |
| font-weight: bold; |
| margin: 0 0 .5em 1em; |
| padding: 0; |
| } |
| |
| ol.toc li p { |
| font-weight: normal; |
| } |
| |
| ol.toc li ol { |
| margin: 0; |
| padding: 0; |
| } |
| |
| ol.toc li li { |
| padding: 0; |
| margin: 0 0 0 1em; |
| font-weight: normal; |
| list-style: none; |
| } |
| |
| table ol.toc { |
| margin-left: 0; |
| } |
| |
| .columns td { |
| padding:0 5px; |
| border:none; |
| } |
| |
| /* link table */ |
| .jd-linktable { |
| margin: 0 0 1em; |
| border-bottom: 1px solid #888; |
| } |
| .jd-linktable th, |
| .jd-linktable td { |
| padding: 3px 5px; |
| vertical-align: top; |
| text-align: left; |
| border:none; |
| } |
| .jd-linktable tr { |
| background-color: #fff; |
| } |
| .jd-linktable td { |
| border-top: 1px solid #888; |
| background-color: inherit; |
| } |
| .jd-linktable td p { |
| padding: 0 0 5px; |
| } |
| .jd-linktable .jd-linkcol { |
| } |
| .jd-linktable .jd-descrcol { |
| } |
| .jd-linktable .jd-typecol { |
| text-align:right; |
| } |
| .jd-linktable .jd-valcol { |
| } |
| .jd-linktable .jd-commentrow { |
| border-top:none; |
| padding-left:25px; |
| } |
| .jd-deprecated-warning { |
| margin-top: 0; |
| margin-bottom: 10px; |
| } |
| |
| tr.alt-color { |
| background-color: #e6e6e6; |
| } |
| |
| /* expando trigger */ |
| #jd-content .jd-expando-trigger { |
| margin:0; |
| } |
| |
| /* jd-expando */ |
| .jd-inheritedlinks { |
| padding:0 0 0 13px |
| } |
| |
| /* SDK PAGE */ |
| table.download tr { |
| background-color:#d9d9d9; |
| } |
| |
| table.download tr.alt-color { |
| background-color:#ededed; |
| } |
| |
| table.download td, |
| table.download th { |
| border:2px solid #fff; |
| padding:10px 5px; |
| } |
| |
| table.download th { |
| background-color:#6d8293; |
| color:#fff; |
| } |
| |
| /* INLAY 180 COPY and 240PX EXTENSION */ |
| /* modified to 43px so that all browsers eliminate the package panel h-scroll */ |
| .g-tpl-240 .g-unit, |
| .g-unit .g-tpl-240 .g-unit, |
| .g-unit .g-unit .g-tpl-240 .g-unit { |
| display: block; |
| margin: 0 0 0 243px; |
| width: auto; |
| float: none; |
| } |
| .g-unit .g-unit .g-tpl-240 .g-first, |
| .g-unit .g-tpl-240 .g-first, |
| .g-tpl-240 .g-first { |
| display: block; |
| margin: 0; |
| width: 243px; |
| float: left; |
| } |
| /* 240px alt */ |
| .g-tpl-240-alt .g-unit, |
| .g-unit .g-tpl-240-alt .g-unit, |
| .g-unit .g-unit .g-tpl-240-alt .g-unit { |
| display: block; |
| margin: 0 243px 0 0; |
| width: auto; |
| float: none; |
| } |
| .g-unit .g-unit .g-tpl-240-alt .g-first, |
| .g-unit .g-tpl-240-alt .g-first, |
| .g-tpl-240-alt .g-first { |
| display: block; |
| margin: 0; |
| width: 243px; |
| float: right; |
| } |
| |
| /* 180px */ |
| .g-tpl-180 .g-unit, |
| .g-unit .g-tpl-180 .g-unit, |
| .g-unit .g-unit .g-tpl-180 .g-unit { |
| display: block; |
| margin: 0 0 0 180px; |
| width: auto; |
| float: none; |
| } |
| .g-unit .g-unit .g-tpl-180 .g-first, |
| .g-unit .g-tpl-180 .g-first, |
| .g-tpl-180 .g-first { |
| display: block; |
| margin: 0; |
| width: 180px; |
| float: left; |
| } |
| /* 180px alt */ |
| .g-tpl-180-alt .g-unit, |
| .g-unit .g-tpl-180-alt .g-unit, |
| .g-unit .g-unit .g-tpl-180-alt .g-unit { |
| display: block; |
| margin: 0 180px 0 0; |
| width: auto; |
| float: none; |
| } |
| .g-unit .g-unit .g-tpl-180-alt .g-first, |
| .g-unit .g-tpl-180-alt .g-first, |
| .g-tpl-180-alt .g-first { |
| display: block; |
| margin: 0; |
| width: 180px; |
| float: right; |
| } |
| |
| |
| /* JQUERY RESIZABLE STYLES */ |
| .ui-resizable { position: relative; } |
| .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } |
| .ui-resizable .ui-resizable-handle { display: block; } |
| body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
| body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
| .ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url("images/resizable-s2.gif") repeat scroll center top; } |
| .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url("images/resizable-e2.gif") repeat scroll right center; } |
| |
| @media print { |
| |
| body { |
| overflow:visible; |
| } |
| |
| #header { |
| height:60px; |
| } |
| |
| #headerLeft { |
| margin:0; |
| } |
| |
| #headerRight { |
| display:none; |
| } |
| |
| #body-content { |
| position:inherit; |
| } |
| |
| #side-nav { |
| display:none; |
| } |
| |
| #doc-content { |
| margin-left:0 !important; |
| height:auto !important; |
| width:auto !important; |
| overflow:inherit; |
| display:inline; |
| } |
| |
| #jd-header { |
| padding:10px 0; |
| } |
| |
| #jd-content { |
| padding:15px 0 0; |
| } |
| |
| #footer { |
| float:none; |
| margin:2em 0 0; |
| } |
| |
| h4.jd-details-title { |
| border-bottom:1px solid #666; |
| } |
| |
| pre { |
| /* these allow lines to break (if there's a white space) */ |
| overflow: visible; |
| text-wrap: unrestricted; |
| white-space: -moz-pre-wrap; /* Moz */ |
| white-space: -pre-wrap; /* Opera 4-6 */ |
| white-space: -o-pre-wrap; /* Opera 7 */ |
| white-space: pre-wrap; /* CSS3 */ |
| word-wrap: break-word; /* IE 5.5+ */ |
| } |
| |
| h1, h2, h3, h4, h5, h6 { |
| page-break-after: avoid; |
| } |
| |
| table, img { |
| page-break-inside: avoid; |
| } |
| |
| #qv, |
| #qv-wrapper { |
| display:none; |
| } |
| |
| } |