X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=f7693299dedbe73457f1e36179488221172b178c;hb=0689574b8d0579dd869bf4d80b98c62134f7a99b;hp=6433806982f8f27c35c282d65067490d8e1d44bb;hpb=81aa0c5bc14492687685e48d901a7628fbea0bab;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index 6433806..f769329 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -3,25 +3,45 @@ body { } h1, h2, h3 { - color: #666; + color: #68a; font-weight: bold; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } h1 { - background: #eee; + background: #e0e8f8; padding: 0.2em; + font-weight: normal; +} + +h2.author { + font-size: 120%; + color: black +} + +h3.date { + font-size: 100%; + color: black } -p, ul, pre { - margin-left: 10em; +body > p, ul, pre { + margin-left: 10%; +} + +p, ul { + max-width: 40em; +} + +pre { + background: #eee; } /* * Works with the HTML emitted by pandoc. It would better if pandoc * were to emit class names that we can use. But it doesn't. - */ -body p:last-of-type { + */ +body > p:last-of-type { font-size: small; + max-width: none; text-align: right; }