summaryrefslogtreecommitdiff
path: root/doc/guide/kea-guide.css
blob: a8e34e7bc056f71e763aaca901818fb330412bc8 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
body {
	background-color: #ffffff;
	color: #333333;
	font-family: "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 2em;
}

.command {
	font-family: "Courier New", "Courier", monospace;
	font-weight: normal;
}

.note {
	background-color: #ddeedd;
	border: 1px solid #aaccaa;
	margin: 1em 0 1em 0;
	padding: 0.5em 1em 0.5em 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.screen {
	background-color: #ffffee;
	border: 1px solid #ddddaa;
	padding: 0.25em 1em 0.25em 1em;
	margin: 1em 0 1em 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.warning {
	background-color: #eedddd;
	border: 1px solid #ccaaaa;
	margin: 1em 0 1em 0;
	padding: 0.5em 1em 0.5em 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h3 {
	text-decoration: underline;
}

h4 {
	text-decoration: underline;
	font-weight: normal;
}