You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

156 lines
4.3 KiB

  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 {
  8. background: #b3d4fc;
  9. text-shadow: none;
  10. }
  11. ::selection {
  12. background: #b3d4fc;
  13. text-shadow: none;
  14. }
  15. html {
  16. padding: 30px 10px;
  17. font-size: 20px;
  18. line-height: 1.4;
  19. color: #737373;
  20. background: #f0f0f0;
  21. -webkit-text-size-adjust: 100%;
  22. -ms-text-size-adjust: 100%;
  23. }
  24. html,
  25. input {
  26. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  27. }
  28. body {
  29. max-width: 500px;
  30. _width: 500px;
  31. padding: 30px 20px 50px;
  32. border: 1px solid #b3b3b3;
  33. margin: 0 auto;
  34. box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
  35. background: #fcfcfc;
  36. }
  37. h1 {
  38. margin: 0 10px;
  39. font-size: 50px;
  40. text-align: center;
  41. }
  42. h1 span {
  43. color: #bbb;
  44. }
  45. h3 {
  46. margin: 1.5em 0 0.5em;
  47. }
  48. p {
  49. margin: 1em 0;
  50. }
  51. ul {
  52. padding: 0 0 0 40px;
  53. margin: 1em 0;
  54. }
  55. .container {
  56. max-width: 380px;
  57. _width: 380px;
  58. margin: 0 auto;
  59. }
  60. /* google search */
  61. #goog-fixurl ul {
  62. list-style: none;
  63. padding: 0;
  64. margin: 0;
  65. }
  66. #goog-fixurl form {
  67. margin: 0;
  68. }
  69. #goog-wm-qt,
  70. #goog-wm-sb {
  71. border: 1px solid #bbb;
  72. font-size: 16px;
  73. line-height: normal;
  74. vertical-align: top;
  75. color: #444;
  76. border-radius: 2px;
  77. }
  78. #goog-wm-qt {
  79. width: 220px;
  80. height: 20px;
  81. padding: 5px;
  82. margin: 5px 10px 0 0;
  83. box-shadow: inset 0 1px 1px #ccc;
  84. }
  85. #goog-wm-sb {
  86. display: inline-block;
  87. height: 32px;
  88. padding: 0 10px;
  89. margin: 5px 0 0;
  90. white-space: nowrap;
  91. cursor: pointer;
  92. background-color: #f5f5f5;
  93. background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  94. background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  95. background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  96. background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
  97. -webkit-appearance: none;
  98. -moz-appearance: none;
  99. appearance: none;
  100. *overflow: visible;
  101. *display: inline;
  102. *zoom: 1;
  103. }
  104. #goog-wm-sb:hover,
  105. #goog-wm-sb:focus {
  106. border-color: #aaa;
  107. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  108. background-color: #f8f8f8;
  109. }
  110. #goog-wm-qt:hover,
  111. #goog-wm-qt:focus {
  112. border-color: #105cb6;
  113. outline: 0;
  114. color: #222;
  115. }
  116. input::-moz-focus-inner {
  117. padding: 0;
  118. border: 0;
  119. }
  120. </style>
  121. </head>
  122. <body>
  123. <div class="container">
  124. <h1>not found <span>:(</span></h1>
  125. <p>Sorry, but the page you were trying to view does not exist.</p>
  126. <p>It looks like this was the result of either:</p>
  127. <ul>
  128. <li>a mistyped address</li>
  129. <li>an out-of-date link</li>
  130. </ul>
  131. <script>
  132. var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
  133. </script>
  134. <script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
  135. </div>
  136. </body>
  137. </html>