summaryrefslogtreecommitdiff
path: root/data/style.css
blob: 41b5a9eb60854dfe6bd38e094cceb9fa0b863d67 (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
td.features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#popup {
	display: none;
	position: fixed;
	background-color: #fff;
	top: 25%;
	left: 25%;
	width: 50%;
	padding: 2em;
}

#background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.ref {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ref li {
	display: inline;
	margin: 0;
	padding: 0;
}

.ref li:after {
	content: ", ";
}

.ref .title {
	font-style: italic;
}