aboutsummaryrefslogtreecommitdiff
path: root/templates/add.css
blob: 9d11873fc4622b3307c9c8783f19742649a27259 (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
body {
	margin: 0.5em;
	font-size: 100%;
}


h1 { color: #a54242; }
h2 { color: #8c9440; }
h3 { color: #5f819d; }

p {
	max-width: 60ex;
	text-align: justify;
}

table {
	border-collapse: collapse;
}

tr:nth-child(odd) {
	background-color: #f0f0f0;
}

/* ---------------------------------------- */

div[id='Top Heading'] + ul {
	width: 120%;
}

div[id='Top Heading'] + ul li {
	display: inline-block;
	width: 10em;
}

.side {
	display: flex;
	justify-content: space-around;
}

.side > * {
	margin: auto 0 auto 0;
}