X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=c2dc290a9608dc3672f0d02a0f401ba32393a155;hp=9d049f769c95b0fd3721ce2aa30ad2055f3a9213;hb=d801f1c6dea95a19fa0cb76777448645b95a648f;hpb=d5dc508a920b3c952e3d63bc719249d106eb7b1c diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 9d049f7..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 } @@ -15,7 +18,8 @@ div#header h3 { font-size: 100% } background-position: right top; background-color: #eee; } -.pane:nth-child(3) { +// Somehow, "-n+3" is how you say "first three panes" +.pane:nth-child(-n+3) { background-image: none; } .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black } @@ -25,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; }