Part of MKWS-58.
[mkws-moved-to-github.git] / doc / mkws-doc.css
1 @import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic);
2
3 body {
4   font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
5   font-weight: normal;
6 }
7 h1, h2, h3 { color: #606060 }
8 h2 { margin-top: 0.5em }
9 h1.title, h2.author, h3.date { font-weight: normal }
10 div#header h2 { font-size: 120% }
11 div#header h3 { font-size: 100% }
12 .pane {
13   padding: 0em 1em; margin: 0.75em;
14   border: 0.5em solid #eee;
15   border-radius: 1em;
16   background-image: url('images/mkws-logo-48x48-light.png');
17   background-repeat: no-repeat;
18   background-position: right top;
19   background-color: #eee; 
20 }
21 // Somehow, "-n+3" is how you say "first three panes"
22 .pane:nth-child(-n+3) {
23   background-image: none;
24 }
25 .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black }
26 pre { background: #ddd; padding: 0.5em; }
27 img:first-of-type { float: right; margin: 1.5em }
28 body > p:last-of-type {
29     text-align: right;
30     font-size: small;
31 }
32
33 table { border-collapse: collapse; }
34 tr.header { color: #fff; background: #888; }
35 tr.odd { background: #ddd }
36 tr.even { background: #ccc }
37 table, th, td { border: 1px solid #bbb; }
38 td { vertical-align: top; }
39 td, th { padding: 0.3em 0.6em; }