First version of our website page.
[maemo-efl] / www / style.css
1 body {
2    font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
3    color: #444444;
4    font-size: 0.9em;
5    background-color: #ffffff;
6    background-image: url(images/background_repeated.jpg);
7    background-repeat: repeat-x;
8    margin-top: 0;
9 }
10
11 div.header {
12    background-image: url(images/background.jpg);
13    background-repeat: no-repeat;
14    background-position: top center;
15    height: 250px;
16    width: 100%;
17    position: relative;
18    top: 0;
19    left: 0;
20 }
21
22 a {
23    color: #222222;
24    text-decoration: none;
25    font-weight: bold;
26 }
27
28 a:visited {
29    color: #666666;
30 }
31
32 a:active {
33    color: #000000;
34    text-decoration: none;
35 }
36
37 a:hover {
38    color: #444444;
39    text-decoration: none;
40 }
41
42 p {
43    text-align: justify;
44 }
45
46 a img {
47    border: none;
48 }
49
50 hr {
51    height: 1px;
52    background-color: #eeeeee;
53    border: 0px;
54    clear: both;
55 }
56
57 h1 {
58    font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
59    font-size: 1.6em;
60    margin-top: 0;
61 }
62
63 h2 {
64    font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif;
65    font-size: 1.0em;
66    color: #000000;
67    margin-top: 0;
68 }
69
70 img#e_logo {
71    margin-left: auto;
72    margin-right: auto;
73    display: block;
74 }
75
76 .center {
77    margin-left: auto;
78    margin-right: auto;
79    display: block;
80 }
81
82 div.left_box, div.center_box, div.right_box {
83    float: left;
84 }
85
86 div.left_box, div.right_box {
87    width: 30%;
88 }
89
90 div.center_box {
91    width: 30%;
92    margin-left: 20px;
93    margin-right: 20px;
94 }
95
96 td {
97    font-size: 0.85em;
98 }
99
100 td address {
101    font-size: 0.6em;
102    font-style: normal;
103 }