made the maintenance message better

This commit is contained in:
JT Smith 2005-02-17 16:42:56 +00:00
parent a1403acb38
commit aafb589c1b
2 changed files with 23 additions and 4 deletions

View file

@ -3,11 +3,30 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Site Down For Maintenance</title>
<style type="text/css">
.text {
position: absolute;
z-index: 10;
font-family: georgia, verdana, helvetica, arial, sans-serif;
font-weight: bold;
color: white;
top: 40%;
width: 95%;
text-align: center;
text-shadow: black 2px 2px 2px; /* safari */
filter:progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color='black', positive='true') /* ie */
}
.header {
font-size: 30px;
}
</style>
</head>
<body>
<h1>Maintenance</h1>
<p>
This site is currently undergoing maintenance. Please check back again shortly.
</p>
<div class="text">
<div class="header">Maintenance</div>
<p> This site is currently undergoing maintenance. Please check back again shortly. </p>
</div>
<img src="/extras/background.jpg" border="0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
</body>
</html>