source: extensions/PaysonsPlaces/template.php @ 11304

Last change on this file since 11304 was 11304, checked in by tearran, 13 years ago
File size: 1.6 KB
RevLine 
[11304]1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<title>Title</title>
6
7<style>
8/*  */
9    #footer {
10        text-align: center;
11        padding: 10px;
12}
13
14        body {
15        height: 100%;
16        width: 100%;
17        background-attachment: fixed;
18        background-repeat: no-repeat;
19        background-image: url(images/bg_c.JPG);
20        margin: 0px;
21        padding: 0px;
22}
23        table {
24        position: relative;
25        height: 100%;
26        width: 100%;
27        padding-left: 25px;
28        padding-right: 25px;
29        padding-bottom: 20px;
30}
31
32        html {
33
34        width: 100%;
35        height: 100%;
36
37        }
38       
39
40        #container {
41        width: 100%;
42        -moz-border-radius: 18px;
43        border-radius: 8px;
44        -webkit-box-shadow: 1px 1px 2px;
45        -moz-box-shadow: 1px 1px 2px;
46        box-shadow: 1px 1px 2px;
47        background-image: url(images/bg.gif);
48        background-attachment: fixed;
49        background-repeat: no-repeat;
50 }
51       
52
53       
54        #shadow {
55        -moz-border-radius: 18px;
56        border-radius: 8px;
57        -webkit-box-shadow: 1px 1px 2px;
58        -moz-box-shadow: 1px 1px 2px;
59        box-shadow: 1px 1px 2px;
60        background-image: url(images/bg.gif);
61        background-attachment: fixed;
62        background-repeat: no-repeat;
63        height: 100%;
64}
65        #banner    {
66        text-align: center;
67}
68</style>
69</head>
70
71<body>
72<table cellspacing="20">
73                <tr>
74                  <td id="headercontainer">
75        <div id="banner">
76<img src="images/Banner.png" />
77        </div>
78                        </td>
79                </tr>
80                <tr>
81                        <td id="shadow">
82        <div>
83
84        </div>
85                        </td>
86                </tr>
87  <tr>
88        <td id="shadow">
89        <div id="footer">
90                Footer
91        </div>
92                        </td>
93        </tr>
94</table>
95</body>
96</html>
Note: See TracBrowser for help on using the repository browser.