update documentation
[src/app-framework-binder.git] / doc / doc.css
1 body {
2         background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top;
3         font-family: "Verdana";
4         color: #000;
5 }
6
7 h1, h2, h3 {
8         color: #306;
9         text-decoration: underline;
10 }
11
12 pre {
13         border: medium dashed #306;
14         border-width: 0.1em;
15         background-color: #eee;
16         margin-left: 2em;
17         margin-right: 2em;
18         padding: 1em;
19         outline: #555;
20 }
21
22 pre:first-of-type { width: 20em; }
23
24 blockquote {
25         border-left: solid thick black;
26         background-color: #ff8;
27         font: bolder;
28         padding: 0.7em 1.5em;
29 }