summaryrefslogtreecommitdiffstats
path: root/HTML
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
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')
-rw-r--r--HTML/images/bgnew.pngbin0 -> 155277 bytes
-rw-r--r--HTML/index.html4
-rw-r--r--HTML/screen.css16
3 files changed, 12 insertions, 8 deletions
diff --git a/HTML/images/bgnew.png b/HTML/images/bgnew.png
new file mode 100644
index 0000000..79367a8
--- /dev/null
+++ b/HTML/images/bgnew.png
Binary files differ
diff --git a/HTML/index.html b/HTML/index.html
index 0f772c2..129ffce 100644
--- a/HTML/index.html
+++ b/HTML/index.html
@@ -21,11 +21,13 @@
<div id="page">
<h1><a href="http://www.mandriva.com/"><span>Mandriva</span></a></h1>
<ul>
- <li id="mandriva_com"><a href="http://www.mandriva.com/"><span>mandriva.com</span></a></li>
+ <li id="mandriva_com"><a href="http://www.mandriva.com/"><span>Mandriva</span></a></li>
<li id="club"><a href="http://club.mandriva.com/"><span>club.mandriva.com</span></a></li>
<li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li>
<li id="online"><a href="http://online.mandriva.com/"><span>online.mandriva.com</span></a></li>
<li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li>
+ <li id="kiosk"><a href="http://kiosk.mandriva.com/"><span>kiosk.mandriva.com</span></a></li>
+ <li id="mandriva_com2"><a href="http://www.mandriva.com/"><span>mandriva.com</span></a></li>
</ul>
</div>
</body>
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; }