summaryrefslogtreecommitdiffstats
path: root/webroot/css/search.css
blob: 6ac859607e41ceec3d2e6e6609020177976afbed (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
form.search {
	text-align: center;
}
form.search input[type="text"] {
	width: 700px;
}
p.more {
	text-align: center;
	margin: 15px;
}
p.more a {
	padding: 7px 10px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd, #bbb);
	background: -webkit-linear-gradient(top, #ddd, #bbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bbbbbb');
	color: #111;
	outline: none;
}
p.more a:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}