Created the front page of the new zxing.appspot.com site.
[zxing.git] / zxing.appspot.com / static / style.css
1 /** CSS by Wain. */
2 body {
3         background-color: #e9eef3;
4         margin: 0;
5         padding: 0;
6         font-family: Arial, sans-serif;
7   font-size: 12px;
8 }
9
10 td {
11   font-size: 14px;
12 }
13
14 #header {
15         background-color: #dde3e9;
16         border-bottom: 1px solid #f2f7fc;
17 }
18
19 #header h1 {
20         font-size: 15px;
21         font-weight: bold;
22         margin: 0;
23         padding: 12px;
24         border-bottom: 1px solid #c8d0d9;
25 }
26
27 #header span {
28         font-weight: normal;
29         color: #5e6b75;
30 }
31
32 #footer {
33         width: 100%;
34   text-align:center;
35   padding-top: 12px;
36 }
37
38 #footer a {
39   text-decoration:none;
40   color: #5e6b75;
41 }