Back to home page

OSCL-LXR

 
 

    


0001 <!DOCTYPE html>
0002 <html lang="en">
0003     <head>
0004         <meta charset="utf-8">
0005         <title>Page Not Found :(</title>
0006         <style>
0007             ::-moz-selection {
0008                 background: #b3d4fc;
0009                 text-shadow: none;
0010             }
0011 
0012             ::selection {
0013                 background: #b3d4fc;
0014                 text-shadow: none;
0015             }
0016 
0017             html {
0018                 padding: 30px 10px;
0019                 font-size: 20px;
0020                 line-height: 1.4;
0021                 color: #737373;
0022                 background: #f0f0f0;
0023                 -webkit-text-size-adjust: 100%;
0024                 -ms-text-size-adjust: 100%;
0025             }
0026 
0027             html,
0028             input {
0029                 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
0030             }
0031 
0032             body {
0033                 max-width: 500px;
0034                 _width: 500px;
0035                 padding: 30px 20px 50px;
0036                 border: 1px solid #b3b3b3;
0037                 border-radius: 4px;
0038                 margin: 0 auto;
0039                 box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
0040                 background: #fcfcfc;
0041             }
0042 
0043             h1 {
0044                 margin: 0 10px;
0045                 font-size: 50px;
0046                 text-align: center;
0047             }
0048 
0049             h1 span {
0050                 color: #bbb;
0051             }
0052 
0053             h3 {
0054                 margin: 1.5em 0 0.5em;
0055             }
0056 
0057             p {
0058                 margin: 1em 0;
0059             }
0060 
0061             ul {
0062                 padding: 0 0 0 40px;
0063                 margin: 1em 0;
0064             }
0065 
0066             .container {
0067                 max-width: 380px;
0068                 _width: 380px;
0069                 margin: 0 auto;
0070             }
0071 
0072             /* google search */
0073 
0074             #goog-fixurl ul {
0075                 list-style: none;
0076                 padding: 0;
0077                 margin: 0;
0078             }
0079 
0080             #goog-fixurl form {
0081                 margin: 0;
0082             }
0083 
0084             #goog-wm-qt,
0085             #goog-wm-sb {
0086                 border: 1px solid #bbb;
0087                 font-size: 16px;
0088                 line-height: normal;
0089                 vertical-align: top;
0090                 color: #444;
0091                 border-radius: 2px;
0092             }
0093 
0094             #goog-wm-qt {
0095                 width: 220px;
0096                 height: 20px;
0097                 padding: 5px;
0098                 margin: 5px 10px 0 0;
0099                 box-shadow: inset 0 1px 1px #ccc;
0100             }
0101 
0102             #goog-wm-sb {
0103                 display: inline-block;
0104                 height: 32px;
0105                 padding: 0 10px;
0106                 margin: 5px 0 0;
0107                 white-space: nowrap;
0108                 cursor: pointer;
0109                 background-color: #f5f5f5;
0110                 background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
0111                 background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
0112                 background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
0113                 background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
0114                 -webkit-appearance: none;
0115                 -moz-appearance: none;
0116                 appearance: none;
0117                 *overflow: visible;
0118                 *display: inline;
0119                 *zoom: 1;
0120             }
0121 
0122             #goog-wm-sb:hover,
0123             #goog-wm-sb:focus {
0124                 border-color: #aaa;
0125                 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
0126                 background-color: #f8f8f8;
0127             }
0128 
0129             #goog-wm-qt:hover,
0130             #goog-wm-qt:focus {
0131                 border-color: #105cb6;
0132                 outline: 0;
0133                 color: #222;
0134             }
0135 
0136             input::-moz-focus-inner {
0137                 padding: 0;
0138                 border: 0;
0139             }
0140         </style>
0141     </head>
0142     <body>
0143         <div class="container">
0144             <h1>Not found <span>:(</span></h1>
0145             <p>Sorry, but the page you were trying to view does not exist.</p>
0146             <p>It looks like this was the result of either:</p>
0147             <ul>
0148                 <li>a mistyped address</li>
0149                 <li>an out-of-date link</li>
0150             </ul>
0151             <script>
0152                 var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
0153             </script>
0154             <script src="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
0155         </div>
0156     </body>
0157 </html>