diff options
| author | Ray <[email protected]> | 2024-05-07 11:12:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-07 11:12:18 +0200 |
| commit | 2e95f0b1eb0c05a9031a4131b70e4a19af975758 (patch) | |
| tree | 38718138fcbd1a88d99bee3308f02f4fe77e84b6 /404.html | |
| parent | fccf1c404252022d8330c1f13140866c7cb41046 (diff) | |
| parent | 1148d689ae9c6935170031bb79ff130ad643799b (diff) | |
| download | raylib.com-2e95f0b1eb0c05a9031a4131b70e4a19af975758.tar.gz raylib.com-2e95f0b1eb0c05a9031a4131b70e4a19af975758.zip | |
Merge pull request #68 from matthewraaff/master
Reopened updates
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 186 |
1 files changed, 63 insertions, 123 deletions
@@ -2,155 +2,95 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>page not found... :(</title> + <title>raylib | page not found... :(</title> + <link rel="shortcut icon" href="favicon.ico" /> <style> - ::-moz-selection { - background: #b3d4fc; - text-shadow: none; - } - - ::selection { - background: #b3d4fc; - text-shadow: none; - } - - 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%; - } - - html, - input { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + @font-face { + font-family: 'grixel_acme_7_wide_xtnd'; + src: url('./common/font/acme_7_wide_xtnd.eot'); + src: url('./common/font/acme_7_wide_xtnd.eot?#iefix') format('embedded-opentype'), + url('./common/font/acme_7_wide_xtnd.woff') format('woff'), + url('./common/font/acme_7_wide_xtnd.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + font-size-adjust: 0.49; } body { - max-width: 500px; - _width: 500px; - padding: 30px 20px 50px; - border: 1px solid #b3b3b3; - margin: 0 auto; - box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff; - background: #fcfcfc; - } - - h1 { - margin: 0 10px; - font-size: 50px; - text-align: center; - } - - h1 span { - color: #bbb; - } - - h3 { - margin: 1.5em 0 0.5em; - } - - p { - margin: 1em 0; - } - - ul { - padding: 0 0 0 40px; - margin: 1em 0; + height: 100vh; + display: flex; + margin: 0; + padding: 0; + flex-direction: column; + justify-content: center; + align-items: center; + font-family: sans-serif; + background: #f5f5f5; + color: #212121; } .container { - max-width: 380px; - _width: 380px; + display: block; margin: 0 auto; + text-align: center; + max-width: 600px; + padding: 25px; + background-color: #fff; } - /* google search */ - - #goog-fixurl ul { - list-style: none; - padding: 0; - margin: 0; - } - - #goog-fixurl form { - margin: 0; - } - - #goog-wm-qt, - #goog-wm-sb { - border: 1px solid #bbb; - font-size: 16px; - line-height: normal; - vertical-align: top; - color: #444; - border-radius: 2px; + .container img { + width: 100%; + max-width: 128px; + margin: 0 auto; } - #goog-wm-qt { - width: 220px; - height: 20px; - padding: 5px; - margin: 5px 10px 0 0; - box-shadow: inset 0 1px 1px #ccc; + .container .content_404 { + margin: 0 auto; + text-align: left; + width: calc(100%); } - #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; + .container .content_404 h1 { + font-family: grixel_acme_7_wide_xtnd, Courier New, Verdana, Arial; + color: #212121; + font-size: 12pt; + padding: 20px 0 0 0; } - - #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; + + .container .content_404 p a { + color: #0f66ad; + font-size: 12pt; + text-decoration: none; } - #goog-wm-qt:hover, - #goog-wm-qt:focus { - border-color: #105cb6; - outline: 0; - color: #222; - } - - input::-moz-focus-inner { + h1 { + font-size: 2em; + margin: 0; padding: 0; - border: 0; + text-align: center; } </style> </head> <body> <div class="container"> - <h1>not found <span>:(</span></h1> - <p>Sorry, but the page you were trying to view does not exist.</p> - <p>It looks like this was the result of either:</p> - <ul> - <li>a mistyped address</li> - <li>an out-of-date link</li> - </ul> + <a href="https://www.raylib.com"> + <img src="./common/img/raylib_logo.png" alt="raylib logo"> + </a> + <div class="content_404"> + <h1>page not found</h1> + <p>Sorry, but the page you were trying to view does not exist.</p> + <p>It looks like this was the result of either:</p> + <ul> + <li>a mistyped address</li> + <li>an out-of-date link</li> + </ul> + <p><a href="https://raylib.com">Return to the homepage.</a></p> + </div> + <script> var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host; </script> - <script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> + <script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script> </div> </body> </html> |
