X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws-doc.css;h=a58c10f06e64b71678a019ebe12131154eaab41d;hb=61b3773a2c551e9a7114a2057b2e2fb601db7e4d;hp=e042c4b9ed08587e25ede77bfa24e5fe35ca6b07;hpb=2ef7adf3da89006e9e9c906cf70964f8205f3c4b;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css index e042c4b..a58c10f 100644 --- a/tools/htdocs/mkws-doc.css +++ b/tools/htdocs/mkws-doc.css @@ -2,13 +2,18 @@ body { font-family: Times, "Times Roman", "Times New Roman"; } -h1, h2, h3 { +h1, h2, h3, h4 { color: #68a; font-weight: bold; font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -h2 { +h2 a, h3 a, h4 a, div#TOC a { + color: #68a; + text-decoration: none; +} + +h2, h3 { /* Default spacing is way off in both Chrome and Firefox */ margin-bottom: -0.5em; } @@ -29,7 +34,7 @@ h3.date { color: black } -body > p, ul, pre { +body > p, ul, ol, pre, table, h4 { margin-left: 10%; } @@ -41,6 +46,25 @@ pre { background: #eee; } +table tr th { + color: white; + background: #68a; + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; +} + +th, td { + padding: 0.2em 0.5em; + vertical-align: top; +} + +table tr:nth-child(odd) { + background: #a9c6e3; +} + +table tr:nth-child(even) { + background: #bfdcf8; +} + /* * 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.