-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
409 lines (366 loc) · 9.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
<!--
Author: Joshua Jones
Company: The General Metrics Web Development Company
Date: March 2010
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Joshua R. Jones">
<title>Safari</title>
<style type="text/css">
body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
background: url(Leopard_Aurora.jpg) no-repeat bottom center;
background-attachment: fixed;
}
/*
* Base Layout
*/
.chrome div {
cursor: default;
}
.browser {
width: 900px;
margin: 0 auto;
position: relative;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: .969696;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.4);
}
.chrome {
height: 71px;
position: relative;
background-image: -webkit-gradient(linear, left top, left bottom,
from(rgb(226, 226, 226)),
color-stop(0.02, rgb(201, 201, 201)),
color-stop(0.98, rgb(167, 167, 167)),
to(rgb(201, 201, 201))
);
border-bottom: 1px solid rgb(105, 105, 105);
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-user-select: none;
}
/* Nullify any <a>'s in the chrome */
.chrome a {
color: rgb(0, 0, 0);
text-decoration: none;
}
.chrome a:hover {
color: rgb(255, 255, 255);
cursor: default;
}
.viewport {
overflow: auto;
padding: 8px;
height: 600px;
font-family: serif;
text-shadow: 0px 0px 0px transparent;
background-color: rgba(255, 255, 255, 1);
}
/*
* Window
*/
.window-title {
width: 45%;
margin: 0 auto;
font-size: 13px;
left: 48%;
top: 3px;
position: absolute;
}
.window-controls {
width: 56px;
position: absolute;
top: 4px;
left: 8px;
}
.window-controls div {
width: 12px;
height: 12px;
float: left;
margin-right: 7px;
color: rgba(67, 74, 87, 0);
background-color: rgb(134, 139, 146);
border: 1px solid rgb(84, 93, 109);
background-image: -webkit-gradient(radial, 50% 2, 1, 50% 1, 3, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
-webkit-border-radius: 20px;
-webkit-box-shadow: 0px 1px 0px rgb(226, 226, 226);
}
.window-controls div:last-child {
margin-right: 0;
}
.window-controls div:active {
background-color: rgb(84, 88, 93);
}
.window-controls div:active span {
opacity: 0.7;
}
.window-controls span {
width: 12px;
height: 12px;
position: absolute;
font-family: "Lithos Pro";
font-size: 12px;
font-weight: bold;
line-height: 15px;
text-align: center;
color: rgba(0, 0, 0, 0);
text-shadow: none;
text-align: center;
-webkit-border-radius: 20px;
z-index: 10;
background-image: -webkit-gradient(radial,
6 50%, 7,
6 60%, 5,
from(rgba(0, 0, 0, 0.5)),
to(rgba(0, 0, 0, 0))
),
-webkit-gradient(radial,
6 80%, 8,
6 80%, 2,
from(rgba(225, 225, 225, 0)),
to(rgba(255, 255, 255, 0.8))
);
}
.window-controls:hover span {
color: rgba(67, 74, 87, 1)
}
.close-window span {
font-size: 10px;
}
.minimize-window span {
font-family: "Helvetica";
font-size: 23px;
line-height: 10px;
font-weight: normal;
}
.expand-window span {
font-size: 15px;
line-height: 12px;
}
/*
* The actual interface area
*/
.interface {
width: 98%;
position: absolute;
top: 24px;
left: 8px;
}
/* Bookmark Button */
.bookmark {
width: 28px;
left: 62px;
position: absolute;
font-family: "Myriad Pro";
font-size: 20.25px;
line-height: 22px;
text-align: center;
font-weight: bold;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
}
.chrome input[type="text"],
.chrome input[type="search"] {
height: 20px;
padding: 0 4px;
position: absolute;
font-size: 13px;
line-height: 10px;
border: 1px solid rgb(61, 61, 61);
border-bottom-color: rgb(114, 114, 114);
border-left-color: rgb(58, 58, 58);
border-right-color: rgb(58, 58, 58);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(220, 220, 220)), to(rgb(255, 255, 255)), color-stop(0.1, rgb(255, 255, 255)));
-webkit-box-shadow: 0px 1px 0px rgba(225, 225, 225, 0.7);
}
input.url {
width: 578px;
left: 90px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}
.chrome input[type="search"] {
width: 195px;
height: 23px;
left: 78%;
font-size: 16px;
-webkit-border-radius: 20px;
/*-webkit-appearance: none;*/
}
/*
* Back/Forward Buttons
*/
.back-forward {
width: 53px;
position: absolute;
text-align: center;
}
.back-forward div {
width: 25px;
}
.button-back {
float: left;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
}
.back-forward span {
left: 7px;
top: 3px;
}
.button-back span {
-webkit-transform: rotate(-90deg);
text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.7);
}
.button-forward {
left: 26px;
float: right;
border-left: none;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
}
.button-forward span {
-webkit-transform: rotate(90deg);
text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.7);
}
.button:active {
background-image: -webkit-gradient(linear, left top, left bottom,
from(rgba(0, 0, 0, 0.7)),
color-stop(0.2, rgba(0, 0, 0, 0.1)),
color-stop(0.75, rgba(0, 0, 0, 0.1)),
to(rgba(0, 0, 0, 0.3))
),
-webkit-gradient(linear, left top, right top,
from(rgba(0, 0, 0, 0.4)),
color-stop(0.2, rgba(0, 0, 0, 0.2)),
color-stop(0.8, rgba(0, 0, 0, 0.2)),
to(rgba(0, 0, 0, 0.5))
),
-webkit-gradient(linear, left top, left bottom, from(rgb(253, 253, 253)), to(rgb(169, 169, 169)));
}
.button,
.disabled:active {
height: 20px;
position: absolute;
border: 1px solid rgb(61, 61, 61);
background-image: -webkit-gradient(linear, left top, left bottom,
from(rgb(253, 253, 253)),
to(rgb(169, 169, 169))
);
-webkit-box-shadow: 0px 1px 0px rgba(225, 225, 225, 0.7);
}
.button span {
position: absolute;
font-size: 11px;
}
.disabled {
color: rgba(0, 0, 0, 0.4);
}
/* Reload Button */
.reload {
-webkit-transform: rotate(50deg);
position: absolute;
z-index: 999;
top: 6px;
left: 657px;
width: 28px;
font-family: Menlo, Arial;
font-size: 21px;
font-weight: 500;
line-height:1.05;
border:none;
background:transparent;
color:#555;
}
.reload:active {
color: #444;
}
/*
* Bookmarks Bar
*/
.bookmarks-bar {
width: 90%;
top: 27px;
left: -3px;
position: absolute;
}
.bookmarks-bar ul li {
padding: 1px 7px;
margin: 0 1px 0 0;
float: left;
list-style-type: none;
font-size: 11px;
font-weight: 600;
line-height: 14px;
-webkit-border-radius: 10px;
}
.bookmarks-bar ul {
margin: 0;
padding: 0;
}
.bookmarks-bar ul li span {
font-size: 7px;
}
.bookmarks-bar ul li:hover,
.bookmarks-bar ul li:hover a {
text-shadow: 0px 1px 0px rgb(0, 0, 0);
color: rgb(255, 255, 255) !important;
}
.bookmarks-bar ul li:hover {
background: gray;
}
.bookmarks-bar ul li:active {
text-shadow: 0px 1px 0px rgb(0, 0, 0);
color: rgb(255, 255, 255);
background: rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
</style>
</head>
<body>
<div class="browser">
<div class="chrome">
<div class="window-controls">
<div class="close-window"><span>x</span></div>
<div class="minimize-window"><span>-</span></div>
<div class="expand-window"><span>+</span></div>
</div>
<div class="window-title">Safari</div>
<div class="interface">
<div class="back-forward">
<div class="button-back button">
<span>▲</span>
</div>
<div class="button-forward button disabled">
<span>▲</span>
</div>
</div>
<div class="bookmark button">+</div>
<div class="reload">↻</div>
<input type="text" class="url" value="http://localhost/">
<input type="search" placeholder="Google">
<div class="bookmarks-bar">
<ul>
<li><a href="http://general-metrics.com/">General Metrics</a></li>
<li><a href="http://twitter.com/g_metrics">Twitter</a></li>
<li><a href="http://github.com/Jonesy/Safari-Clone">Source on Github</a></li>
</ul>
</div>
</div>
</div>
<div class="viewport">
<h1>A good browser should be able to reproduce itself.</h1>
<h3>Safari 4, built entirely with valid HTML5 and CSS3. Nary an image was used.</h3>
<p>Inspired by <a href="http://willnorris.com/2009/09/itunes-9-now-with-more-webkit" title="iTunes 9, now with more WebKit - Will Norris"><em>iTunes 9, now with more WebKit - Will Norris</em></a> and <a href="http://desandro.com/articles/opera-logo-css/" title="Opera Logo with CSS - David DeSandro"><em>Opera Logo with CSS</em></a>.</p>
<small>Works on Webkit-based browsers only, best results on a Mac. Mileage in Safari for Windows will vary. Reload button courtesy <a href="http://github.com/henrikh/" title="henrikh's Profile - GitHub">Henrik Hansen</a></small>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><p>Scrolls too!</p>
</div>
</div>
</body>
</html>