-
Notifications
You must be signed in to change notification settings - Fork 61
/
webicons.html
491 lines (255 loc) · 23.6 KB
/
webicons.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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<!-- Webicons by Fairhead Creative http://fairheadcreative.com -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Webicons by Adam Fairhead, Fairhead Creative</title>
<meta name="author" content="Fairhead Creative">
<link rel="stylesheet" href="webicons.css">
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<style>
html { background: #eee; padding: 20px; }
body { background: #fff; padding: 20px; margin: 0 auto; max-width: 520px; border-radius: 8px; }
h1,p { text-align: center; font-family: helvetica; padding-bottom: 20px; }
p { padding: 20px 0 0; } p, a { color: #aaa; }
hr { height: 0; background: none; border: none; border-bottom: 1px solid #ddd; margin: 10px 0; }
</style>
</head>
<body>
<h1>Webicons</h1>
<!-- START Webicons markup ###################################### -->
<a class="webicon f500px small" href="#">500px</a>
<a class="webicon aboutme small" href="#">About.me</a>
<a class="webicon adn small" href="#">ADN (App.net)</a>
<a class="webicon android small" href="#">Android</a>
<a class="webicon apple small" href="#">Apple</a>
<a class="webicon behance small" href="#">Behance</a>
<a class="webicon bitbucket small" href="#">Bitbucket</a>
<a class="webicon blogger small" href="#">Blogger</a>
<a class="webicon branch small" href="#">Branch</a>
<a class="webicon coderwall small" href="#">Coderwall</a>
<a class="webicon creativecloud small" href="#">Creative Cloud</a>
<a class="webicon deviantart small" href="#">DeviantArt</a>
<a class="webicon dribbble small" href="#">Dribbble</a>
<a class="webicon dropbox small" href="#">Dropbox</a>
<a class="webicon evernote small" href="#">Evernote</a>
<a class="webicon fairheadcreative small" href="#">Fairhead Creative</a>
<a class="webicon facebook small" href="#">Facebook</a>
<a class="webicon flickr small" href="#">Flickr</a>
<a class="webicon foursquare small" href="#">Foursquare</a>
<a class="webicon git small" href="#">Git</a>
<a class="webicon github small" href="#">Github</a>
<a class="webicon goodreads small" href="#">Goodreads</a>
<a class="webicon google small" href="#">Google</a>
<a class="webicon googleplay small" href="#">Google Play</a>
<a class="webicon googleplus small" href="#">Google+</a>
<a class="webicon hangouts small" href="#">Hangouts</a>
<a class="webicon html5 small" href="#">HTML5</a>
<a class="webicon icloud small" href="#">iCloud</a>
<a class="webicon indiegogo small" href="#">Indiegogo</a>
<a class="webicon instagram small" href="#">Instagram</a>
<a class="webicon instapaper small" href="#">Instapaper</a>
<a class="webicon kickstarter small" href="#">Kickstarter</a>
<a class="webicon klout small" href="#">Klout</a>
<a class="webicon lastfm small" href="#">Last.fm</a>
<a class="webicon linkedin small" href="#">LinkedIn</a>
<a class="webicon mail small" href="#">Mail</a>
<a class="webicon medium small" href="#">Medium</a>
<a class="webicon mixi small" href="#">Mixi</a>
<a class="webicon mercurial small" href="#">Mercurial</a>
<a class="webicon msn small" href="#">MSN</a>
<a class="webicon orkut small" href="#">Orkut</a>
<a class="webicon openid small" href="#">OpenID</a>
<a class="webicon picasa small" href="#">Picasa</a>
<a class="webicon pinterest small" href="#">Pinterest</a>
<a class="webicon pocketapp small" href="#">PocketApp</a>
<a class="webicon potluck small" href="#">Potluck</a>
<a class="webicon quora small" href="#">Quora</a>
<a class="webicon rdio small" href="#">Rdio</a>
<a class="webicon reddit small" href="#">Reddit</a>
<a class="webicon renren small" href="#">Renren</a>
<a class="webicon rss small" href="#">RSS</a>
<a class="webicon skitch small" href="#">Skitch</a>
<a class="webicon skype small" href="#">Skype</a>
<a class="webicon soundcloud small" href="#">SoundCloud</a>
<a class="webicon spotify small" href="#">Spotify</a>
<a class="webicon stackoverflow small" href="#">Stack Overflow</a>
<a class="webicon stumbleupon small" href="#">StumbleUpon!</a>
<a class="webicon svn small" href="#">SVN</a>
<a class="webicon svtle small" href="#">Svtle</a>
<a class="webicon tent small" href="#">Tent</a>
<a class="webicon tripadvisor small" href="#">Trip Advisor</a>
<a class="webicon tumblr small" href="#">Tumblr</a>
<a class="webicon twitter small" href="#">Twitter</a>
<a class="webicon viadeo small" href="#">Viadeo</a>
<a class="webicon vine small" href="#">Vine</a>
<a class="webicon vimeo small" href="#">Vimeo</a>
<a class="webicon windows small" href="#">Windows</a>
<a class="webicon wordpress small" href="#">Wordpress</a>
<a class="webicon xing small" href="#">Xing</a>
<a class="webicon weibo small" href="#">Sina Weibo</a>
<a class="webicon yahoo small" href="#">Yahoo!</a>
<a class="webicon yelp small" href="#">Yelp!</a>
<a class="webicon youtube small" href="#">YouTube</a>
<a class="webicon youversion small" href="#">YouVersion</a>
<a class="webicon zerply small" href="#">Zerply</a>
<hr>
<a class="webicon f500px" href="#">500px</a>
<a class="webicon aboutme" href="#">About.me</a>
<a class="webicon adn" href="#">ADN (App.net)</a>
<a class="webicon android" href="#">Android</a>
<a class="webicon apple" href="#">Apple</a>
<a class="webicon behance" href="#">Behance</a>
<a class="webicon bitbucket" href="#">Bitbucket</a>
<a class="webicon coderwall" href="#">Coderwall</a>
<a class="webicon blogger" href="#">Blogger</a>
<a class="webicon branch" href="#">Branch</a>
<a class="webicon creativecloud" href="#">Creative Cloud</a>
<a class="webicon deviantart" href="#">DeviantArt</a>
<a class="webicon dribbble" href="#">Dribbble</a>
<a class="webicon dropbox" href="#">Dropbox</a>
<a class="webicon evernote" href="#">Evernote</a>
<a class="webicon fairheadcreative" href="#">Fairhead Creative</a>
<a class="webicon facebook" href="#">Facebook</a>
<a class="webicon flickr" href="#">Flickr</a>
<a class="webicon foursquare" href="#">Foursquare</a>
<a class="webicon git" href="#">Git</a>
<a class="webicon github" href="#">Github</a>
<a class="webicon goodreads" href="#">Goodreads</a>
<a class="webicon google" href="#">Google</a>
<a class="webicon googleplay" href="#">Google Play</a>
<a class="webicon googleplus" href="#">Google+</a>
<a class="webicon hangouts" href="#">Hangouts</a>
<a class="webicon html5" href="#">HTML5</a>
<a class="webicon icloud" href="#">iCloud</a>
<a class="webicon indiegogo" href="#">Indiegogo</a>
<a class="webicon instagram" href="#">Instagram</a>
<a class="webicon instapaper" href="#">Instapaper</a>
<a class="webicon kickstarter" href="#">Kickstarter</a>
<a class="webicon klout" href="#">Klout</a>
<a class="webicon lastfm" href="#">Last.fm</a>
<a class="webicon linkedin" href="#">LinkedIn</a>
<a class="webicon mail" href="#">Mail</a>
<a class="webicon medium" href="#">Medium</a>
<a class="webicon mixi" href="#">Mixi</a>
<a class="webicon mercurial" href="#">Mercurial</a>
<a class="webicon msn" href="#">MSN</a>
<a class="webicon orkut" href="#">Orkut</a>
<a class="webicon openid" href="#">OpenID</a>
<a class="webicon picasa" href="#">Picasa</a>
<a class="webicon pinterest" href="#">Pinterest</a>
<a class="webicon pocketapp" href="#">PocketApp</a>
<a class="webicon potluck" href="#">Potluck</a>
<a class="webicon quora" href="#">Quora</a>
<a class="webicon rdio" href="#">Rdio</a>
<a class="webicon reddit" href="#">Reddit</a>
<a class="webicon renren" href="#">Renren</a>
<a class="webicon rss" href="#">RSS</a>
<a class="webicon skitch" href="#">Skitch</a>
<a class="webicon skype" href="#">Skype</a>
<a class="webicon soundcloud" href="#">SoundCloud</a>
<a class="webicon spotify" href="#">Spotify</a>
<a class="webicon stackoverflow" href="#">Stack Overflow</a>
<a class="webicon stumbleupon" href="#">StumbleUpon!</a>
<a class="webicon svn" href="#">SVN</a>
<a class="webicon svtle" href="#">Svtle</a>
<a class="webicon tent" href="#">Tent</a>
<a class="webicon tripadvisor" href="#">Trip Advisor</a>
<a class="webicon tumblr" href="#">Tumblr</a>
<a class="webicon twitter" href="#">Twitter</a>
<a class="webicon viadeo" href="#">Viadeo</a>
<a class="webicon vine" href="#">Vine</a>
<a class="webicon vimeo" href="#">Vimeo</a>
<a class="webicon windows" href="#">Windows</a>
<a class="webicon wordpress" href="#">Wordpress</a>
<a class="webicon xing" href="#">Xing</a>
<a class="webicon weibo" href="#">Sina Weibo</a>
<a class="webicon yahoo" href="#">Yahoo!</a>
<a class="webicon yelp" href="#">Yelp!</a>
<a class="webicon youtube" href="#">YouTube</a>
<a class="webicon youversion" href="#">YouVersion</a>
<a class="webicon zerply" href="#">Zerply</a>
<hr>
<a class="webicon f500px large" href="#">500px</a>
<a class="webicon aboutme large" href="#">About.me</a>
<a class="webicon adn large" href="#">ADN (App.net)</a>
<a class="webicon android large" href="#">Android</a>
<a class="webicon apple large" href="#">Apple</a>
<a class="webicon behance large" href="#">Behance</a>
<a class="webicon bitbucket large" href="#">Bitbucket</a>
<a class="webicon coderwall large" href="#">Coderwall</a>
<a class="webicon blogger large" href="#">Blogger</a>
<a class="webicon branch large" href="#">Branch</a>
<a class="webicon creativecloud large" href="#">Creative Cloud</a>
<a class="webicon deviantart large" href="#">DeviantArt</a>
<a class="webicon dribbble large" href="#">Dribbble</a>
<a class="webicon dropbox large" href="#">Dropbox</a>
<a class="webicon evernote large" href="#">Evernote</a>
<a class="webicon fairheadcreative large" href="#">Fairhead Creative</a>
<a class="webicon facebook large" href="#">Facebook</a>
<a class="webicon flickr large" href="#">Flickr</a>
<a class="webicon foursquare large" href="#">Foursquare</a>
<a class="webicon git large" href="#">Git</a>
<a class="webicon github large" href="#">Github</a>
<a class="webicon goodreads large" href="#">Goodreads</a>
<a class="webicon google large" href="#">Google</a>
<a class="webicon googleplay large" href="#">Google Play</a>
<a class="webicon googleplus large" href="#">Google+</a>
<a class="webicon hangouts large" href="#">Hangouts</a>
<a class="webicon html5 large" href="#">HTML5</a>
<a class="webicon icloud large" href="#">iCloud</a>
<a class="webicon indiegogo large" href="#">Indiegogo</a>
<a class="webicon instagram large" href="#">Instagram</a>
<a class="webicon instapaper large" href="#">Instapaper</a>
<a class="webicon kickstarter large" href="#">Kickstarter</a>
<a class="webicon klout large" href="#">Klout</a>
<a class="webicon lastfm large" href="#">Last.fm</a>
<a class="webicon linkedin large" href="#">LinkedIn</a>
<a class="webicon mail large" href="#">Mail</a>
<a class="webicon medium large" href="#">Medium</a>
<a class="webicon mixi large" href="#">Mixi</a>
<a class="webicon mercurial large" href="#">Mercurial</a>
<a class="webicon msn large" href="#">MSN</a>
<a class="webicon orkut large" href="#">Orkut</a>
<a class="webicon openid large" href="#">OpenID</a>
<a class="webicon picasa large" href="#">Picasa</a>
<a class="webicon pinterest large" href="#">Pinterest</a>
<a class="webicon pocketapp large" href="#">PocketApp</a>
<a class="webicon potluck large" href="#">Potluck</a>
<a class="webicon quora large" href="#">Quora</a>
<a class="webicon rdio large" href="#">Rdio</a>
<a class="webicon reddit large" href="#">Reddit</a>
<a class="webicon renren large" href="#">Renren</a>
<a class="webicon rss large" href="#">RSS</a>
<a class="webicon skitch large" href="#">Skitch</a>
<a class="webicon skype large" href="#">Skype</a>
<a class="webicon soundcloud large" href="#">SoundCloud</a>
<a class="webicon spotify large" href="#">Spotify</a>
<a class="webicon stackoverflow large" href="#">Stack Overflow</a>
<a class="webicon stumbleupon large" href="#">StumbleUpon!</a>
<a class="webicon svn large" href="#">SVN</a>
<a class="webicon svtle large" href="#">Svtle</a>
<a class="webicon tent large" href="#">Tent</a>
<a class="webicon tripadvisor large" href="#">Trip Advisor</a>
<a class="webicon tumblr large" href="#">Tumblr</a>
<a class="webicon twitter large" href="#">Twitter</a>
<a class="webicon viadeo large" href="#">Viadeo</a>
<a class="webicon vine large" href="#">Vine</a>
<a class="webicon vimeo large" href="#">Vimeo</a>
<a class="webicon windows large" href="#">Windows</a>
<a class="webicon wordpress large" href="#">Wordpress</a>
<a class="webicon xing large" href="#">Xing</a>
<a class="webicon weibo large" href="#">Sina Weibo</a>
<a class="webicon yahoo large" href="#">Yahoo!</a>
<a class="webicon yelp large" href="#">Yelp!</a>
<a class="webicon youtube large" href="#">YouTube</a>
<a class="webicon youversion large" href="#">YouVersion</a>
<a class="webicon zerply large" href="#">Zerply</a>
<!-- END Webicons markup ######################################## -->
<p>By Adam Fairhead at <a href="http://fairheadcreative.com">Fairhead Creative</a></p>
<script>
// Modernizr with SVG detection required. http://modernizr.com
;window.Modernizr=function(a,b,c){function B(a){j.cssText=a}function C(a,b){return B(m.join(a+";")+(b||""))}function D(a,b){return typeof a===b}function E(a,b){return!!~(""+a).indexOf(b)}function F(a,b){for(var d in a)if(j[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function G(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:D(f,"function")?f.bind(d||b):f}return!1}function H(a,b,c){var d=a.charAt(0).toUpperCase()+a.substr(1),e=(a+" "+o.join(d+" ")+d).split(" ");return D(b,"string")||D(b,"undefined")?F(e,b):(e=(a+" "+p.join(d+" ")+d).split(" "),G(e,b,c))}var d="2.5.3",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElement(h),j=i.style,k,l={}.toString,m=" -webkit- -moz- -o- -ms- ".split(" "),n="Webkit Moz O ms",o=n.split(" "),p=n.toLowerCase().split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v=u.slice,w,x=function(a,c,d,e){var f,i,j,k=b.createElement("div"),l=b.body,m=l?l:b.createElement("body");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:h+(d+1),k.appendChild(j);return f=["­","<style>",a,"</style>"].join(""),k.id=h,m.innerHTML+=f,m.appendChild(k),l||(m.style.background="",g.appendChild(m)),i=c(k,a),l?k.parentNode.removeChild(k):m.parentNode.removeChild(m),!!i},y=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return x("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},z={}.hasOwnProperty,A;!D(z,"undefined")&&!D(z.call,"undefined")?A=function(a,b){return z.call(a,b)}:A=function(a,b){return b in a&&D(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=v.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(v.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(v.call(arguments)))};return e});var I=function(c,d){var f=c.join(""),g=d.length;x(f,function(c,d){var f=b.styleSheets[b.styleSheets.length-1],h=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"",i=c.childNodes,j={};while(g--)j[i[g].id]=i[g];e.touch="ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch||(j.touch&&j.touch.offsetTop)===9},g,d)}([,["@media (",m.join("touch-enabled),("),h,")","{#touch{top:9px;position:absolute}}"].join("")],[,"touch"]);r.touch=function(){return e.touch},r.rgba=function(){return B("background-color:rgba(150,255,150,.5)"),E(j.backgroundColor,"rgba")},r.backgroundsize=function(){return H("backgroundSize")},r.borderradius=function(){return H("borderRadius")},r.textshadow=function(){return b.createElement("div").style.textShadow===""},r.opacity=function(){return C("opacity:.55"),/^0.55$/.test(j.opacity)},r.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return B((a+"-webkit- ".split(" ").join(b+a)+m.join(c+a)).slice(0,-a.length)),E(j.backgroundImage,"gradient")},r.csstransitions=function(){return H("transition")},r.svg=function(){return!!b.createElementNS&&!!b.createElementNS(q.svg,"svg").createSVGRect},r.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="<svg/>",(a.firstChild&&a.firstChild.namespaceURI)==q.svg};for(var J in r)A(r,J)&&(w=J.toLowerCase(),e[w]=r[J](),u.push((e[w]?"":"no-")+w));return B(""),i=k=null,function(a,b){function g(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>",d.insertBefore(c.lastChild,d.firstChild)}function h(){var a=k.elements;return typeof a=="string"?a.split(" "):a}function i(a){var b={},c=a.createElement,e=a.createDocumentFragment,f=e();a.createElement=function(a){var e=(b[a]||(b[a]=c(a))).cloneNode();return k.shivMethods&&e.canHaveChildren&&!d.test(a)?f.appendChild(e):e},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+h().join().replace(/\w+/g,function(a){return b[a]=c(a),f.createElement(a),'c("'+a+'")'})+");return n}")(k,f)}function j(a){var b;return a.documentShived?a:(k.shivCSS&&!e&&(b=!!g(a,"article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio{display:none}canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden]{display:none}audio[controls]{display:inline-block;*display:inline;*zoom:1}mark{background:#FF0;color:#000}")),f||(b=!i(a)),b&&(a.documentShived=b),a)}var c=a.html5||{},d=/^<|^(?:button|form|map|select|textarea)$/i,e,f;(function(){var a=b.createElement("a");a.innerHTML="<xyz></xyz>",e="hidden"in a,f=a.childNodes.length==1||function(){try{b.createElement("a")}catch(a){return!0}var c=b.createDocumentFragment();return typeof c.cloneNode=="undefined"||typeof c.createDocumentFragment=="undefined"||typeof c.createElement=="undefined"}()})();var k={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:j};a.html5=k,j(b)}(this,b),e._version=d,e._prefixes=m,e._domPrefixes=p,e._cssomPrefixes=o,e.mq=y,e.testProp=function(a){return F([a])},e.testAllProps=H,e.testStyles=x,g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+u.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return o.call(a)=="[object Function]"}function e(a){return typeof a=="string"}function f(){}function g(a){return!a||a=="loaded"||a=="complete"||a=="uninitialized"}function h(){var a=p.shift();q=1,a?a.t?m(function(){(a.t=="c"?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){a!="img"&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l={},o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};y[c]===1&&(r=1,y[c]=[],l=b.createElement(a)),a=="object"?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),a!="img"&&(r||y[c]===2?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i(b=="c"?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),p.length==1&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&o.call(a.opera)=="[object Opera]",l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return o.call(a)=="[object Array]"},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f<d;f++)g=a[f].split("="),(e=z[g.shift()])&&(c=e(c,g));for(f=0;f<b;f++)c=x[f](c);return c}function g(a,e,f,g,i){var j=b(a),l=j.autoCallback;j.url.split(".").pop().split("?").shift(),j.bypass||(e&&(e=d(e)?e:e[a]||e[g]||e[a.split("/").pop().split("?")[0]]||h),j.instead?j.instead(a,e,f,g,i):(y[j.url]?j.noexec=!0:y[j.url]=1,f.load(j.url,j.forceCSS||!j.forceJS&&"css"==j.url.split(".").pop().split("?").shift()?"c":c,j.noexec,j.attrs,j.timeout),(d(e)||d(l))&&f.load(function(){k(),e&&e(j.origUrl,i,g),l&&l(j.origUrl,i,g),y[j.url]=2})))}function i(a,b){function c(a,c){if(a){if(e(a))c||(j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}),g(a,j,b,0,h);else if(Object(a)===a)for(n in m=function(){var b=0,c;for(c in a)a.hasOwnProperty(c)&&b++;return b}(),a)a.hasOwnProperty(n)&&(!c&&!--m&&(d(j)?j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}:j[n]=function(a){return function(){var b=[].slice.call(arguments);a&&a.apply(this,b),l()}}(k[n])),g(a[n],j,b,n,h))}else!c&&l()}var h=!!a.test,i=a.load||a.both,j=a.callback||f,k=j,l=a.complete||f,m,n;c(h?a.yep:a.nope,!!i),i&&c(i)}var j,l,m=this.yepnope.loader;if(e(a))g(a,0,m,0);else if(w(a))for(j=0;j<a.length;j++)l=a[j],e(l)?g(l,0,m,0):w(l)?B(l):Object(l)===l&&i(l,m);else Object(a)===a&&i(a,m)},B.addPrefix=function(a,b){z[a]=b},B.addFilter=function(a){x.push(a)},B.errorTimeout=1e4,b.readyState==null&&b.addEventListener&&(b.readyState="loading",b.addEventListener("DOMContentLoaded",A=function(){b.removeEventListener("DOMContentLoaded",A,0),b.readyState="complete"},0)),a.yepnope=k(),a.yepnope.executeStack=h,a.yepnope.injectJs=function(a,c,d,e,i,j){var k=b.createElement("script"),l,o,e=e||B.errorTimeout;k.src=a;for(o in d)k.setAttribute(o,d[o]);c=j?h:c||f,k.onreadystatechange=k.onload=function(){!l&&g(k.readyState)&&(l=1,c(),k.onload=k.onreadystatechange=null)},m(function(){l||(l=1,c(1))},e),i?k.onload():n.parentNode.insertBefore(k,n)},a.yepnope.injectCss=function(a,c,d,e,g,i){var e=b.createElement("link"),j,c=i?h:c||f;e.href=a,e.rel="stylesheet",e.type="text/css";for(j in d)e.setAttribute(j,d[j]);g||(n.parentNode.insertBefore(e,n),m(c,0))}}(this,document),Modernizr.load=function(){yepnope.apply(window,[].slice.call(arguments,0))};
</script>
</body>
</html>