summaryrefslogtreecommitdiff
path: root/zxing.appspot.com/src/main/webapp/scan.css
blob: 5e6699a9b3b208c1a0a2f7b269149dbae118c1a6 (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
body{
	background: #404040 url("img/bg.png");
	text-align:center;
	color:#FFF;
	font-size: 20px;
	font-family: 'Droid Sans',sans-serif;
}
a img{
	border:0;
}
a{
	color:#0080FF;
	text-decoration:none;
	outline:0;
}
small{
	font-size:75%;
}
#logo{
	height:128px;
}
#installed,#error{
	display:none;
}