Improve customer default index.html file, fixes #1031

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2012-02-27 20:18:32 +01:00
parent 5d60b25900
commit 4297ed3607

View File

@@ -1,10 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html lang="en">
<head> <head>
<meta name="Publisher" content="Froxlor" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Froxlor Defaultpage</title> <title>Froxlor Defaultpage</title>
<meta name="robots" content="noindex, nofollow">
<style type="text/css"> <style type="text/css">
body { body {
font-family: Verdana, Helvetica, sans-serif; font-family: Verdana, Helvetica, sans-serif;
@@ -15,12 +13,12 @@
padding: 0; padding: 0;
background-color: #fff; background-color: #fff;
} }
.default { article {
width: 500px; width: 500px;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
height: 70px; min-height: 70px;
padding: 1em; padding: 1em;
margin: -100px 0 0 -258px; margin: -100px 0 0 -258px;
background-color: #2d6b85; background-color: #2d6b85;
@@ -30,40 +28,35 @@
-moz-border-radius-topleft:20px; -moz-border-radius-topleft:20px;
-moz-border-radius-topright:20px; -moz-border-radius-topright:20px;
} }
.default ul { list-style: none; padding: 0; margin: .75em; } footer {
.default ul li { margin-bottom: 1em; }
.default ul li a { text-decoration: underline; font-weight: bold; color: #fff; }
.default ul li a:hover { text-decoration: none; font-weight: bold; color: #cccccc; }
.footer {
width: 500px; width: 500px;
position: absolute; position: absolute;
top: 70%; top: 70%;
left: 50%; left: 50%;
height: 25px; min-height: 25px;
padding: 1em; padding: 1em;
margin: -100px 0 0 -258px; margin: -100px 0 0 -258px;
color: #cccccc; color: #cccccc;
font-size: 10pt; font-size: 12px;
}
footer a {
text-decoration: underline;
color: #cccccc;
}
footer a:hover {
color: #bbbbbb;
} }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li a { text-decoration: none; color: #cccccc; }
.footer ul li a:hover { text-decoration: none; color: #bbbbbb; }
</style> </style>
</head> </head>
<body> <body>
<article>
<div class="default"> <p>There is no content on this domain yet.<br /><br />
<ul> Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.</p>
<li>This domain was created using <a href="http://www.froxlor.org">Froxlor</a>.</li> </article>
<li>There is no content on this domain yet.</li> <footer>
</ul> <p>This site was created using <a href="http://www.froxlor.org">Froxlor</a>.<br />
</div> &copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a>
</p>
<div class="footer"> </footer>
<ul><li>&copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
</div>
</body> </body>
</html> </html>