X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-doc.css;h=386c46afee818cd672e8780835d4af8ddb1b2f24;hp=7c055f95dee482dc90f0ad9757400bf831283acb;hb=172cbfe894f84b595d7bce78528596a6b6612df4;hpb=d8748a0afe2f674734f5d2a1995b6059a613dd7c diff --git a/doc/mkws-doc.css b/doc/mkws-doc.css index 7c055f9..386c46a 100644 --- a/doc/mkws-doc.css +++ b/doc/mkws-doc.css @@ -15,14 +15,22 @@ 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 } -.nologo { background-image: none } pre { background: #ddd; padding: 0.5em; } img:first-of-type { float: right; margin: 1.5em } 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; }