summaryrefslogtreecommitdiff
path: root/web/common.css
blob: f9e9a97426e8e78272da3ce27989fed3baa7737a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

div.list {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	border: 2px solid black;
	padding: 1em;
}

ul.list {
	padding-left: 0pt;
	margin: 0pt;
}

li.list {
	border: 1px solid black;
	background-color: #a7bad9;
	padding: 3px;
	list-style-type: none;
	cursor: pointer;
}