diff options
author | Anne Nicolas <ennael@mandriva.org> | 2009-10-30 16:38:14 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mandriva.org> | 2009-10-30 16:38:14 +0000 |
commit | 880fff555b89ca9c3ec59e892bd919b8a1c06b35 (patch) | |
tree | fb26cc876dcf7363c7c15102a300ba7b41279776 | |
parent | 22e868ee4fe21906df3afccada82260f6eff55ef (diff) | |
download | indexhtml-880fff555b89ca9c3ec59e892bd919b8a1c06b35.tar indexhtml-880fff555b89ca9c3ec59e892bd919b8a1c06b35.tar.gz indexhtml-880fff555b89ca9c3ec59e892bd919b8a1c06b35.tar.bz2 indexhtml-880fff555b89ca9c3ec59e892bd919b8a1c06b35.tar.xz indexhtml-880fff555b89ca9c3ec59e892bd919b8a1c06b35.zip |
fix image
-rw-r--r-- | HTML/handheld.css | 4 | ||||
-rw-r--r-- | HTML/images/bgnew.png | bin | 197739 -> 115015 bytes | |||
-rw-r--r-- | HTML/index.html | 19 | ||||
-rw-r--r-- | HTML/screen.css | 37 |
4 files changed, 10 insertions, 50 deletions
diff --git a/HTML/handheld.css b/HTML/handheld.css deleted file mode 100644 index 7806e25..0000000 --- a/HTML/handheld.css +++ /dev/null @@ -1,4 +0,0 @@ -/* $Id$ -*/ - -#i { visibility: hidden; } diff --git a/HTML/images/bgnew.png b/HTML/images/bgnew.png Binary files differindex 0127b0d..036ea3b 100644 --- a/HTML/images/bgnew.png +++ b/HTML/images/bgnew.png diff --git a/HTML/index.html b/HTML/index.html index 0db5139..9f2f67e 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -13,18 +13,11 @@ <meta name="mdv:product" content="#MDV_PRODUCT" /> <meta name="mdv:pack" content="#MDV_PACK" /> <title>Mandriva Linux</title> - <link rel="stylesheet" type="text/css" media="screen, projection" href="file:///usr/share/mdk/indexhtml/screen.css" /> - <link rel="stylesheet" type="text/css" media="print, handheld" href="file:///usr/share/mdk/indexhtml/print.css" /> - <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script> - </head> - <body onload="try{run();}catch(e){}"> - <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</span></a></li> - <li id="store"><a href="http://store.mandriva.com/"><span>store.mandriva.com</span></a></li> - <li id="support"><a href="http://support.mandriva.com/"><span>support.mandriva.com</span></a></li> - </ul> - </div> + <link rel="stylesheet" type="text/css" href="file:///usr/share/mdk/indexhtml/screen.css" /> + <script type="text/javascript" src="file:///usr/share/mdk/indexhtml/script.js"></script> + </head> + <body onload="try{run();}catch(e){}"> + <a href="http://www.mandriva.com"><img src=images/bgnew.png></a> + </body> </html> diff --git a/HTML/screen.css b/HTML/screen.css index 5d2a94d..75a447d 100644 --- a/HTML/screen.css +++ b/HTML/screen.css @@ -1,46 +1,17 @@ /* $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; - -} + 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; } +a {text-decoration:none; } +a:link {text-decoration:none; } +a:visited {text-decoration:none; } -#i { visibility: hidden; } |