summaryrefslogtreecommitdiffstats
path: root/docs/stylesheet.css
blob: 0feb32e8de07b834a16ba8ec6a565431bd1cf9e2 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
	margin: 0px;
	color: white;
	background-color: #93c6f9;
	font: 12pt/18pt georgia;
}

div.main {
	margin: 10px;
	padding: 10px;
	color: black;
	background-color: white;
}

div.titre {
	text-align: center;
	background-color: #336699;
	color: white;
	padding: 10px;
}

h1 {
	text-align: center;
	font: 26pt georgia;
	letter-spacing: 3px;
}

h2 {
	padding: 5px;
	background-color: #c2e0ff;
	color: #336699;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}

a:hover, a:active {
	text-decoration: underline;
	color: #9685BA;
}

h3 {
	font: italic normal 14pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	color: #336699;
	border-bottom: 2px solid #336699;
}

h4 {
	font: italic normal 14pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px dashed black;
}

p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

pre {
	border-left: 3px #aaa solid;
	margin-left: 1em;
	padding: 0 1em;
	color: #888;
}