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