Drop mandoc, pandoc can read mdoc now; styling; guestbook
This commit is contained in:
parent
76b8f42f1d
commit
af1f4c0dd2
7 changed files with 68 additions and 33 deletions
|
|
@ -46,7 +46,7 @@ small { font-size: 9px; }
|
|||
}
|
||||
|
||||
b, strong { font-weight: bold }
|
||||
em, i, i a, em a { font-style: italic; font-size: inherit }
|
||||
em, i, i a, em a, span.pa { font-style: italic; font-size: inherit }
|
||||
sup { font-size: 80%; font-weight: bold }
|
||||
a.footnoteRef { text-decoration: none }
|
||||
|
||||
|
|
@ -55,10 +55,12 @@ main h1 { font-size: 150%; color: #000; margin: 2em 0 .3em 0; text-decoration: n
|
|||
main h2 { font-size: 125%; color: #000; margin: 1em 0 .3em 0; text-decoration: none }
|
||||
main h3 { font-size: 120%; color: #000; margin: 1em 0 .3em 0; text-decoration: none }
|
||||
main code { font-family: monospace }
|
||||
main code.Nm, main code.Fl { font-family: inherit; font-weight: bold }
|
||||
main var { text-decoration: underline; white-space: nowrap }
|
||||
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 blockquote { font-size: 80%; margin: 0 0 10px 5px; display: block; padding: 0 0 0 10px; border-left: 1px dotted #999 }
|
||||
main pre * { font-size: inherit; font-family: inherit }
|
||||
main p, main figure, main ul, main ol, main dl, main pre, main figure, main table, main form { margin-bottom: 0.7em; margin-left: 1em }
|
||||
main p, main figure, main ul, main ol, main dl, main pre, main figure, main table, main form, main div.line-block { 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 }
|
||||
|
|
@ -72,6 +74,8 @@ main td em { font-style: normal; text-decoration: underline }
|
|||
main table th { font-weight: bold }
|
||||
main textarea { width: 95% }
|
||||
main input[type="submit"] { padding: 1px 5px }
|
||||
main .synopt { white-space: nowrap; margin: 1px 0 1px 30px }
|
||||
main .Nm + .synopt { margin-left: 5px }
|
||||
|
||||
main section.footnotes hr { display: none }
|
||||
main section.footnotes { margin: 40px 10px 10px 10px }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue