X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=c2dc290a9608dc3672f0d02a0f401ba32393a155;hp=31cb2cfeef3862f97267f54c6717e2eb4e3b3534;hb=12099f341d4d836116b636796a8e4af3306d3828;hpb=f06e6ba7a4c31173916500a4578eaedd7fbfadf7 diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 31cb2cf..c2dc290 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -1,5 +1,8 @@ +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); + body { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; + font-weight: normal; } h1, h2, h3 { color: #606060 } h2 { margin-top: 0.5em } @@ -26,3 +29,11 @@ body > p:last-of-type { text-align: right; font-size: small; } + +table { border-collapse: collapse; } +tr.header { color: #fff; background: #888; } +tr.odd { background: #ddd } +tr.even { background: #ccc } +table, th, td { border: 1px solid #bbb; } +td { vertical-align: top; } +td, th { padding: 0.3em 0.6em; }