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> |
kenjis | 2d297cb | 2011-10-04 12:00:55 +0900 | [diff] [blame] | 4 | <meta charset="utf-8"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 5 | <title>Error</title> |
| 6 | <style type="text/css"> |
| 7 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 8 | ::selection{ background-color: #E13300; color: white; } |
| 9 | ::moz-selection{ background-color: #E13300; color: white; } |
| 10 | ::webkit-selection{ background-color: #E13300; color: white; } |
| 11 | |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 12 | body { |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 13 | background-color: #fff; |
| 14 | margin: 40px; |
| 15 | font: 13px/20px normal Helvetica, Arial, sans-serif; |
| 16 | color: #4F5155; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 17 | } |
| 18 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 19 | a { |
| 20 | color: #003399; |
| 21 | background-color: transparent; |
| 22 | font-weight: normal; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 23 | } |
| 24 | |
| 25 | h1 { |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 26 | color: #444; |
| 27 | background-color: transparent; |
| 28 | border-bottom: 1px solid #D0D0D0; |
| 29 | font-size: 19px; |
| 30 | font-weight: normal; |
| 31 | margin: 0 0 14px 0; |
| 32 | padding: 14px 15px 10px 15px; |
| 33 | } |
| 34 | |
| 35 | code { |
| 36 | font-family: Consolas, Monaco, Courier New, Courier, monospace; |
| 37 | font-size: 12px; |
| 38 | background-color: #f9f9f9; |
| 39 | border: 1px solid #D0D0D0; |
| 40 | color: #002166; |
| 41 | display: block; |
| 42 | margin: 14px 0 14px 0; |
| 43 | padding: 12px 10px 12px 10px; |
| 44 | } |
| 45 | |
| 46 | #container { |
| 47 | margin: 10px; |
| 48 | border: 1px solid #D0D0D0; |
| 49 | -webkit-box-shadow: 0 0 8px #D0D0D0; |
| 50 | } |
| 51 | |
| 52 | p { |
| 53 | margin: 12px 15px 12px 15px; |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 54 | } |
| 55 | </style> |
| 56 | </head> |
| 57 | <body> |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 58 | <div id="container"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 59 | <h1><?php echo $heading; ?></h1> |
| 60 | <?php echo $message; ?> |
| 61 | </div> |
| 62 | </body> |
admin | b0dd10f | 2006-08-25 17:25:49 +0000 | [diff] [blame] | 63 | </html> |