summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
blob: 5d2a94df177cc298bc56091b860dbfb0602a69fc (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* $Id$
*/

html {
    background-color: #fff;
    text-align: center;
}

body {
    text-align: left;
    margin: auto;
    width:  800px;
    height: 600px;
    background-image: url(./images/bgnew.png);
    background-repeat: no-repeat;
    color: #21449C;
    font-family: sans-serif; 
    
}

div#page {
    position: relative;
}

h1 a {
    display: block;
    position: relative;
    left: 10px;
    top: 25px;
    background-repeat: no-repeat;
    width: 146px;
    height: 34px;
}
h1 { margin: 0px; padding: 0px; }
h1 span { display: none; }

ul		{ list-style-type: none; padding: 0px; margin: 0px; }
ul li		{ display: block; position: absolute; }
ul li a		{ width: 100%; height: 100%; display: block;}
ul li a span	{ display: none; }

li#support	{ top: 450px; left: 30px; width: 310px; height: 60px; }
li#store	{ top: 450px; left: 430px; width: 310px; height: 60px; }
li#mandriva_com	{ top: 510px; left: 270px; width: 280px; height: 50px; }

#i { visibility: hidden; }