|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <title>Page Not Found :(</title> |
6 |
| - <style> |
7 |
| - body { text-align: center;} |
8 |
| - h1 { font-size: 50px; text-align: center } |
9 |
| - span[data-frown] { transform: rotate(90deg); display:inline-block; color: #bbb; } |
10 |
| - body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); } |
11 |
| - ::-moz-selection{ background: #ff5e99; color: #fff; } |
12 |
| - ::selection { background: #ff5e99; color: #fff; } |
13 |
| - article { display:block; text-align: left; width: 500px; margin: 0 auto; } |
14 |
| - a { color: rgb(36, 109, 56); text-decoration:none; } |
15 |
| - a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); } |
16 |
| - input { border: 1px solid #999; vertical-align: middle; color: #666; background: #eee; padding: 10px 10px; } |
17 |
| - input[type=text] { margin: 0 10px 0 0; } |
18 |
| - input[type=submit]:hover { color: #555; background: #ddd; cursor: pointer; } |
19 |
| - </style> |
20 |
| - </head> |
21 |
| - <body> |
22 |
| - <article> |
23 |
| - <h1>Not found <span data-frown>:(</span></h1> |
24 |
| - <div> |
25 |
| - <p>Sorry, but the page you were trying to view does not exist.</p> |
26 |
| - <p>It looks like this was the result of either:</p> |
27 |
| - <ul> |
28 |
| - <li>a mistyped address</li> |
29 |
| - <li>an out-of-date link</li> |
30 |
| - </ul> |
31 |
| - </div> |
32 |
| - |
33 |
| - <script> |
34 |
| - var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2), |
35 |
| - GOOG_FIXURL_SITE = location.host; |
36 |
| - </script> |
37 |
| - <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> |
38 |
| - </article> |
39 |
| - </body> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Page Not Found :(</title> |
| 6 | + <style> |
| 7 | + ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } |
| 8 | + ::selection { background: #fe57a1; color: #fff; text-shadow: none; } |
| 9 | + html { padding: 30px 10px; font-size: 20px; line-height: 1.4; color: #737373; background: #f0f0f0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } |
| 10 | + html, input { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } |
| 11 | + body { max-width: 500px; _width: 500px; padding: 30px 20px 50px; border: 1px solid #b3b3b3; border-radius: 4px; margin: 0 auto; box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff; background: #fcfcfc; } |
| 12 | + h1 { margin: 0 10px; font-size: 50px; text-align: center; } |
| 13 | + h1 span { color: #bbb; } |
| 14 | + h3 { margin: 1.5em 0 0.5em; } |
| 15 | + p { margin: 1em 0; } |
| 16 | + ul { padding: 0 0 0 40px; margin: 1em 0; } |
| 17 | + .container { max-width: 380px; _width: 380px; margin: 0 auto; } |
| 18 | + /* google search */ |
| 19 | + #goog-fixurl ul { list-style: none; padding: 0; margin: 0; } |
| 20 | + #goog-fixurl form { margin: 0; } |
| 21 | + #goog-wm-qt, #goog-wm-sb { border: 1px solid #bbb; font-size: 16px; line-height: normal; vertical-align: top; color: #444; border-radius: 2px; } |
| 22 | + #goog-wm-qt { width: 220px; height: 20px; padding: 5px; margin: 5px 10px 0 0; box-shadow: inset 0 1px 1px #ccc; } |
| 23 | + #goog-wm-sb { display: inline-block; height: 32px; padding: 0 10px; margin: 5px 0 0; white-space: nowrap; cursor: pointer; background-color: #f5f5f5; background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1); background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1); background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1); background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1); -webkit-appearance: none; -moz-appearance: none; appearance: none; *overflow: visible; *display: inline; *zoom: 1; } |
| 24 | + #goog-wm-sb:hover, #goog-wm-sb:focus { border-color: #aaa; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); background-color: #f8f8f8; } |
| 25 | + #goog-wm-qt:focus, #goog-wm-sb:focus { border-color: #105cb6; outline: 0; color: #222; } |
| 26 | + input::-moz-focus-inner { padding: 0; border: 0; } |
| 27 | + </style> |
| 28 | +</head> |
| 29 | +<body> |
| 30 | + <div class="container"> |
| 31 | + <h1>Not found <span>:(</span></h1> |
| 32 | + <p>Sorry, but the page you were trying to view does not exist.</p> |
| 33 | + <p>It looks like this was the result of either:</p> |
| 34 | + <ul> |
| 35 | + <li>a mistyped address</li> |
| 36 | + <li>an out-of-date link</li> |
| 37 | + </ul> |
| 38 | + <script> |
| 39 | + var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host; |
| 40 | + </script> |
| 41 | + <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> |
| 42 | + </div> |
| 43 | +</body> |
40 | 44 | </html>
|
0 commit comments