diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-08-30 15:51:39 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-08-30 15:51:39 +0000 |
commit | f82c36f9aa41bfd224430fbc68766ba0bcdf875c (patch) | |
tree | e2534f7abaebfd67778454846892a023ef6b2079 /HTML/screen.css | |
parent | 2d6e0a12287714d53853ce7e6036b32fe880261e (diff) | |
download | indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.gz indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.bz2 indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.tar.xz indexhtml-f82c36f9aa41bfd224430fbc68766ba0bcdf875c.zip |
new html page doesn't have any text anymore
Diffstat (limited to 'HTML/screen.css')
-rw-r--r-- | HTML/screen.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/HTML/screen.css b/HTML/screen.css new file mode 100644 index 0000000..4a27230 --- /dev/null +++ b/HTML/screen.css @@ -0,0 +1,49 @@ +/* $Id$ +*/ + +html { + background-color: #fff; + text-align: center; +} + +body { + text-align: left; + margin: auto; + width: 800px; + height: 600px; + background-image: url(./image/bg.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-image: url(./image/logo.png); + 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: 180px; padding: 10px; 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; } + +#f { visibility: hidden; } |