summaryrefslogtreecommitdiffstats
path: root/HTML/screen.css
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-07 23:18:17 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-07 23:18:17 +0000
commit841b56cd2b970466d68fbc4165f86760759c0169 (patch)
treea548c9131c2e1abedcbfc4b4e2ccf592a41d70ad /HTML/screen.css
parent911afa843897cd330622a2e222cff6080a64e590 (diff)
downloadindexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.gz
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.bz2
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.tar.xz
indexhtml-841b56cd2b970466d68fbc4165f86760759c0169.zip
Synthesized commit during git-svn import combining previous Mandriva history with Mageia.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r485 | dmorgan | 2011-02-07 23:18:17 +0000 (Mon, 07 Feb 2011) | 1 line Import cleaned indexhtml ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: o mails - replacement was done in headers except for Subject in header-ur which does not contain Mandriva... - dropped most mail bodys, except for French & English, rewritten to a minimal version - a good mail should be designed and translated o about - command is about-mandriva, have to look at what uses it - removed MDV graphics from style/css o HTML - a simple page should be placed there, until web team provides something o po - all translations should be dropped, strings updated when the real page is ready o COPYING - added COPYING file (GNU GPL v3). indexhtml.spec file stated "GPL" (should be changed to GPL3+)
Diffstat (limited to 'HTML/screen.css')
-rw-r--r--HTML/screen.css46
1 files changed, 0 insertions, 46 deletions
diff --git a/HTML/screen.css b/HTML/screen.css
deleted file mode 100644
index 5d2a94d..0000000
--- a/HTML/screen.css
+++ /dev/null
@@ -1,46 +0,0 @@
-/* $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;
-
-}
-
-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; }
-
-#i { visibility: hidden; }