summaryrefslogtreecommitdiff
path: root/data/style.css
blob: 81b9190b5d3a8f1d5f30fbc48650a28923be7bda (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
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;
}