Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 3 | <head> |
| 4 | <title>404 Page Not Found</title> |
| 5 | <style type="text/css"> |
| 6 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 7 | ::selection{ background-color: #E13300; color: white; } |
| 8 | ::moz-selection{ background-color: #E13300; color: white; } |
| 9 | ::webkit-selection{ background-color: #E13300; color: white; } |
| 10 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 11 | body { |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 12 | background-color: #fff; |
| 13 | margin: 40px; |
| 14 | font: 13px/20px normal Helvetica, Arial, sans-serif; |
| 15 | color: #4F5155; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 16 | } |
| 17 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 18 | a { |
| 19 | color: #003399; |
| 20 | background-color: transparent; |
| 21 | font-weight: normal; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 22 | } |
| 23 | |
| 24 | h1 { |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 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; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 53 | } |
| 54 | </style> |
| 55 | </head> |
| 56 | <body> |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 57 | <div id="container"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 58 | <h1><?php echo $heading; ?></h1> |
| 59 | <?php echo $message; ?> |
| 60 | </div> |
| 61 | </body> |
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 62 | </html> |