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