aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: f02e3f01d9e4975f3209a6cd5b6e367eb01f361e (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
body {
	font: 16px/1.4 Arial, Helvetica, sans-serif;
	width: 600px;
	margin: 0 auto;
	padding: 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
}

pre, code, tt {
	font-size: 14px;
}

h1#title {
	text-align: center;
}

p.intro {
	font-size: 18px;
	color: #d00;
	margin: 0 1.8em;
	text-align: justify;
}
p.intro cite {
	font-size: 14px;
	color: black;
	opacity: 0.8;
	font-style: normal;
}

.box {
	border: 1px dashed #ccc;
	padding: 0 1em;
	margin: 1em 0;
}
.box h2 {
	font-size: 18px;
}