summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mandriva.org>2009-11-06 20:30:56 +0000
committerAnne Nicolas <ennael@mandriva.org>2009-11-06 20:30:56 +0000
commitc7d7eb3d03ad2be631888f4c47491edbd3f3bb75 (patch)
tree3b2d6aaf4921769cf8765488893835330bf03ec1 /HTML/screen.css
parent4b572bb0bd93165338d30aef6ecdadb1824972aa (diff)
downloadindexhtml-c7d7eb3d03ad2be631888f4c47491edbd3f3bb75.tar
indexhtml-c7d7eb3d03ad2be631888f4c47491edbd3f3bb75.tar.gz
indexhtml-c7d7eb3d03ad2be631888f4c47491edbd3f3bb75.tar.bz2
indexhtml-c7d7eb3d03ad2be631888f4c47491edbd3f3bb75.tar.xz
indexhtml-c7d7eb3d03ad2be631888f4c47491edbd3f3bb75.zip
fix image and css
Diffstat (limited to 'HTML/screen.css')
-rw-r--r--HTML/screen.css37
1 files changed, 33 insertions, 4 deletions
diff --git a/HTML/screen.css b/HTML/screen.css
index 75a447d..5d2a94d 100644
--- a/HTML/screen.css
+++ b/HTML/screen.css
@@ -1,17 +1,46 @@
/* $Id$
*/
+
html {
background-color: #fff;
text-align: center;
}
body {
+ text-align: left;
margin: auto;
- font-family: sans-serif;
+ width: 800px;
+ height: 600px;
+ background-image: url(./images/bgnew.png);
+ background-repeat: no-repeat;
+ color: #21449C;
+ font-family: sans-serif;
+
+}
+div#page {
+ position: relative;
}
-a {text-decoration:none; }
-a:link {text-decoration:none; }
-a:visited {text-decoration:none; }
+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; }