Loading tools/droiddoc/templates-sdk/assets/css/default.css +65 −16 Original line number Diff line number Diff line Loading @@ -1081,12 +1081,61 @@ color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00)); Print Only ========================================================================== */ @media print { /* configure printed page */ @page { margin: 0.75in 1in; widows: 4; orphans: 4; } /* reset spacing metrics */ html, body, .wrap { margin: 0 !important; padding: 0 !important; width: auto !important; } /* leave enough space on the left for bullets */ body { padding-left: 20px !important; } #doc-col { margin-left: 0; } /* hide a bunch of non-content elements */ #header, #footer, #nav-x, #side-nav, .training-nav-top, .training-nav-bottom, #doc-col .content-footer, .nav-x, .nav-y, .paging-links, a.totop { display: none !important; } /* remove extra space above page titles */ #doc-col .content-header { margin-top: 0; } /* bump up spacing above subheadings */ h2 { margin-top: 40px !important; } /* print link URLs where possible and give links default text color */ p a:after { content: " (" attr(href) ")"; font-size: 80%; } p a { word-wrap: break-word; } a { color: inherit; } .nav-x, .nav-y { display: none; } /* syntax highlighting rules */ .str { color: #060; } .kwd { color: #006; font-weight: bold; } .com { color: #600; font-style: italic; } Loading Loading
tools/droiddoc/templates-sdk/assets/css/default.css +65 −16 Original line number Diff line number Diff line Loading @@ -1081,12 +1081,61 @@ color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00)); Print Only ========================================================================== */ @media print { /* configure printed page */ @page { margin: 0.75in 1in; widows: 4; orphans: 4; } /* reset spacing metrics */ html, body, .wrap { margin: 0 !important; padding: 0 !important; width: auto !important; } /* leave enough space on the left for bullets */ body { padding-left: 20px !important; } #doc-col { margin-left: 0; } /* hide a bunch of non-content elements */ #header, #footer, #nav-x, #side-nav, .training-nav-top, .training-nav-bottom, #doc-col .content-footer, .nav-x, .nav-y, .paging-links, a.totop { display: none !important; } /* remove extra space above page titles */ #doc-col .content-header { margin-top: 0; } /* bump up spacing above subheadings */ h2 { margin-top: 40px !important; } /* print link URLs where possible and give links default text color */ p a:after { content: " (" attr(href) ")"; font-size: 80%; } p a { word-wrap: break-word; } a { color: inherit; } .nav-x, .nav-y { display: none; } /* syntax highlighting rules */ .str { color: #060; } .kwd { color: #006; font-weight: bold; } .com { color: #600; font-style: italic; } Loading