Simple websites, without logo and repository link, only for fw update
[oweals/u-boot_mod.git] / u-boot / httpd / vendors / oem / style.css
1 h1,
2 p,
3 form,
4 body {
5         margin: 0;
6         padding: 0;
7 }
8
9 html,
10 body {
11         font: 13px/20px Tahoma, sans-serif;
12         background: #FFF;
13         color: #000;
14         text-align: center;
15         height: 100%;
16 }
17
18 #m {
19         padding: 30px 0;
20 }
21
22 #m > * {
23         padding: 20px;
24 }
25
26 a {
27         color: #0069FB;
28         text-decoration: none;
29 }
30
31 h1 {
32         font: bold 40px/40px Arial;
33 }
34
35 .red {
36         color: #ED0000;
37 }