Style copyright statement.
[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, div#header h2, h3 { font-weight: normal; color: #606060 }
5 h2 { margin-top: 0.5em }
6 div#header h2 { font-size: 120% }
7 .pane {
8   padding: 0em 1em; margin: 0.75em;
9   border: 0.5em solid #eee;
10   border-radius: 1em;
11   background-image: url('images/mkws-logo-48x48-light.png');
12   background-repeat: no-repeat;
13   background-position: right top;
14   background-color: #eee; 
15 }
16 .pane:nth-child(3) {
17   background-image: none;
18 }
19 .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black }
20 .nologo { background-image: none }
21 pre { background: #ddd; padding: 0.5em; }
22 img:first-of-type { float: right; margin: 1.5em }
23 body > p:last-of-type {
24     text-align: right;
25     font-size: small;
26 }