summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@mandriva.org>2006-08-21 18:21:52 +0000
committerRomain d'Alverny <rdalverny@mandriva.org>2006-08-21 18:21:52 +0000
commitde4632171ac50fdfeba8586c290ff77c626d77c9 (patch)
treecc9a7d0d376cd0c8804e2c2414749497e377ff82 /HTML/screen.css
parentf04259272a7d15b2b8904320345a93bbc7f8148a (diff)
downloadindexhtml-de4632171ac50fdfeba8586c290ff77c626d77c9.tar
indexhtml-de4632171ac50fdfeba8586c290ff77c626d77c9.tar.gz
indexhtml-de4632171ac50fdfeba8586c290ff77c626d77c9.tar.bz2
indexhtml-de4632171ac50fdfeba8586c290ff77c626d77c9.tar.xz
indexhtml-de4632171ac50fdfeba8586c290ff77c626d77c9.zip
- new background picture, new links
- updated HTML and CSS
Diffstat (limited to 'HTML/screen.css')
-rw-r--r--HTML/screen.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/HTML/screen.css b/HTML/screen.css
index 9d061de..cf0a46e 100644
--- a/HTML/screen.css
+++ b/HTML/screen.css
@@ -11,7 +11,7 @@ body {
margin: auto;
width: 800px;
height: 600px;
- background-image: url(./images/bg.png);
+ background-image: url(./images/bgnew.png);
background-repeat: no-repeat;
color: #21449C;
font-family: sans-serif;
@@ -37,13 +37,15 @@ h1 span { display: none; }
ul { list-style-type: none; padding: 0px; margin: 0px; }
ul li { display: block; position: absolute; }
-ul li a { width: 180px; padding: 10px; display: block; }
+ul li a { width: 100%; height: 100%; display: block;}
ul li a span { display: none; }
-li#mandriva_com { top: 157px; left: 295px; width: 200px; }
-li#club { top: 253px; left: 580px; width: 200px; }
-li#store { top: 466px; left: 527px; width: 200px; }
-li#online { top: 505px; left: 147px; width: 200px; }
-li#support { top: 263px; left: 20px; width: 200px; }
+li#mandriva_com { top: 150px; left: 190px; width: 420px; height: 90px; }
+li#club { top: 335px; left: 295px; width: 200px; height: 30px; }
+li#store { top: 290px; left: 515px; width: 200px; height: 30px; }
+li#online { top: 390px; left: 160px; width: 220px; height: 30px; }
+li#support { top: 293px; left: 60px; width: 230px; height: 30px; }
+li#kiosk { top: 390px; left: 450px; width: 200px; height: 30px; }
+li#mandriva_com2 { top: 480px; left: 275px; width: 230px; height: 40px; }
#i { visibility: hidden; }