Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html lang="en"> |
---|
3 | <head> |
---|
4 | <title>Database Error</title> |
---|
5 | <style type="text/css"> |
---|
6 | |
---|
7 | ::selection{ background-color: #E13300; color: white; } |
---|
8 | ::moz-selection{ background-color: #E13300; color: white; } |
---|
9 | ::webkit-selection{ background-color: #E13300; color: white; } |
---|
10 | |
---|
11 | body { |
---|
12 | background-color: #fff; |
---|
13 | margin: 40px; |
---|
14 | font: 13px/20px normal Helvetica, Arial, sans-serif; |
---|
15 | color: #4F5155; |
---|
16 | } |
---|
17 | |
---|
18 | a { |
---|
19 | color: #003399; |
---|
20 | background-color: transparent; |
---|
21 | font-weight: normal; |
---|
22 | } |
---|
23 | |
---|
24 | h1 { |
---|
25 | color: #444; |
---|
26 | background-color: transparent; |
---|
27 | border-bottom: 1px solid #D0D0D0; |
---|
28 | font-size: 19px; |
---|
29 | font-weight: normal; |
---|
30 | margin: 0 0 14px 0; |
---|
31 | padding: 14px 15px 10px 15px; |
---|
32 | } |
---|
33 | |
---|
34 | code { |
---|
35 | font-family: Consolas, Monaco, Courier New, Courier, monospace; |
---|
36 | font-size: 12px; |
---|
37 | background-color: #f9f9f9; |
---|
38 | border: 1px solid #D0D0D0; |
---|
39 | color: #002166; |
---|
40 | display: block; |
---|
41 | margin: 14px 0 14px 0; |
---|
42 | padding: 12px 10px 12px 10px; |
---|
43 | } |
---|
44 | |
---|
45 | #container { |
---|
46 | margin: 10px; |
---|
47 | border: 1px solid #D0D0D0; |
---|
48 | -webkit-box-shadow: 0 0 8px #D0D0D0; |
---|
49 | } |
---|
50 | |
---|
51 | p { |
---|
52 | margin: 12px 15px 12px 15px; |
---|
53 | } |
---|
54 | </style> |
---|
55 | </head> |
---|
56 | <body> |
---|
57 | <div id="container"> |
---|
58 | <h1><?php echo $heading; ?></h1> |
---|
59 | <?php echo $message; ?> |
---|
60 | </div> |
---|
61 | </body> |
---|
62 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.