Add doc/pwlookup
This commit is contained in:
parent
9d3d07b590
commit
132f3745e1
6 changed files with 275 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ header p b { display: block; margin-top: 10px; margin-bottom: 2px }
|
|||
|
||||
b, strong { font-weight: bold }
|
||||
em, i, i a, em a { font-style: italic }
|
||||
sup { font-size: 80%; font-weight: bold }
|
||||
a.footnoteRef { text-decoration: none }
|
||||
|
||||
main h1.title { margin-top: 0; font-size: 195% }
|
||||
main h1 { font-size: 150%; color: #000; margin: 2em 0 .3em 0; text-decoration: none }
|
||||
|
|
@ -52,7 +54,7 @@ main h3 { font-size: 120%; color: #000; margin: 1em 0 .3em 0; text-decoration: n
|
|||
main code { font-family: monospace }
|
||||
main pre { font-family: monospace; font-size: 80%; margin: 0 0 10px 18px; display: block; padding: 0 0 0 15px; border-left: 1px dotted #999; overflow-x: auto }
|
||||
main pre * { font-size: inherit; font-family: inherit }
|
||||
main p, main figure, main ul, main ol, main dl, main pre, main figure { margin-bottom: 0.7em; margin-left: 1em }
|
||||
main p, main figure, main ul, main ol, main dl, main pre, main figure, main table { margin-bottom: 0.7em; margin-left: 1em }
|
||||
main ul ul { margin-bottom: 0.5em }
|
||||
main ul, main ol { margin-left: 2.5em }
|
||||
main li { margin-bottom: .1em }
|
||||
|
|
@ -61,6 +63,13 @@ main ul p, main ol p, main dl p { margin-left: 0 }
|
|||
main ul ul, main dd ul { margin-left: 1em }
|
||||
main dt { margin-bottom: .1em; }
|
||||
main figcaption { display: none }
|
||||
main table th, main table td { font-size: 80%; padding: 1px 7px }
|
||||
main table th { font-weight: bold }
|
||||
|
||||
main section.footnotes hr { display: none }
|
||||
main section.footnotes { margin: 40px 10px 10px 10px }
|
||||
main section.footnotes p, main section.footnotes code { font-size: 80% }
|
||||
main section.footnotes em, main section.footnotes a { font-size: inherit }
|
||||
|
||||
main img.right { float: right; margin: 0 0 5px 10px }
|
||||
main .sig { vertical-align: super }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue