aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.css
blob: d100bd1ca4ebf14dd41b34a1d94930d86175bf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
body {
	background: #fff url(triskel_iot_bzh.svg) no-repeat fixed right top;
	font-family: "Verdana";
	color: #000;
}

h1, h2, h3 {
	color: #306;
	text-decoration: underline;
}

pre {
	border: medium dashed #306;
	border-width: 0.1em;
	background-color: #eee;
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em;
	outline: #555;
}

pre:first-of-type { width: 20em; }

blockquote {
	border-left: solid thick black;
	background-color: #ff8;
	font: bolder;
	padding: 0.7em 1.5em;
}