-
Notifications
You must be signed in to change notification settings - Fork 0
/
tmpl-blog-no-mq-TYPE-ONLY.html
547 lines (498 loc) · 15.2 KB
/
tmpl-blog-no-mq-TYPE-ONLY.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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<!DOCTYPE html>
<html>
<head>
<!--[if IE]><![endif]-->
<meta charset="utf-8" />
<title>ROBOT…OR NOT?</title>
<meta name="DC.creator" content="Ethan Marcotte - http://unstoppablerobotninja.com" />
<meta name="robots" content="noindex, follow" />
<meta name="description" content="A demonstration site for Ethan Marcotte's book, RESPONSIVE WEB DESIGN" />
<meta name="keywords" content="responsive, responsive design, responsive web design, css, fluid grids, media queries" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css" media="screen, projection">
/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }
.logo,
.nav,
.welcome,
.gallery {
display: none;
}
/*- SELF-CLEARING FLOATS
----------------------------------------------------------------------*/
.mod:after,
.section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/*- BASE STYLES
----------------------------------------------------------------------*/
body {
background: #CECECE url("-/img/body.gif");
background: url("-/img/tile.png") repeat-x -2% -230px,
url("-/img/tile.png") repeat-x -4% 550px,
url("-/img/body.gif") repeat -50% 0,
#CECECE;
color: #303030;
font: normal 100%/1.5 Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, Helvetica, sans-serif;
text-rendering: optimizeLegibility;
}
table {
font-size:inherit;
font: 100%;
}
select, input, textarea {
font: 99% sans-serif;
}
a {
-moz-transition: color 0.3s linear;
-o-transition: color 0.3s linear;
-webkit-transition: color 0.3s linear;
transition: color 0.3s linear;
color: #D53232;
text-decoration: none;
}
a:hover {
color: #B52A2A;
}
input.text,
input[type=text]
textarea {
border: 1px solid #7C7C7C;
border-color: #7C7C7C #7C7C7C #C3C3C3 #C3C3C3;
}
p,
ul,
ol {
margin-bottom: 1em;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted #666;
border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
cursor: help;
}
hr,
.skip,
.ineffable {
left: -1000em;
overflow: hidden;
position: absolute;
top: 0;
width: 0;
}
/*- MAIN
----------------------------------------------------------------------*/
/*
Outsets
*/
.lede {
position: relative;
z-index: 100;
}
.lede:after {
content: ".";
height: 100%;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
img {
max-width: 100%;
}
.page {
margin: 36px auto;
}
.blog {
margin: 0 auto 53px;
}
.blog {
background: #F8F5F2 url("-/img/blog-bg.png") repeat-y 63.1111111111111% 0; /* 568/900 */
/* TKTKTKTK */ background: #F8F5F2 url("../../img/noise.gif");
}
.lede {
background: #751910 url("-/img/blog-title-bg.jpg");
color: #F9E3CC;
font: normal 1.25em "league-gothic-1", "league-gothic-2", "League Gothic", "Arial Narrow", Arial, sans-serif; /* 20px / 16px */
padding: 0.8em 5.33333333%; /* 16px / 20px; 48px / 900px */
padding: 0.8em 0; /* TKTKTKTK */
text-transform: uppercase;
}
.lede a {
color: #F8F5F2;
font-size: 2em;
position: relative;
z-index: 1;
}
.blog .article {
font-size: 0.875em; /* 14px / 16px */
padding: 40px 0; /* TKTKTKTK */
}
.date {
background: rgba(0, 0, 0, 0.6);
-moz-border-radius: 3px;
-o-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #FFF;
font: normal 0.857142857em/1 "league-gothic-1", "league-gothic-2", "League Gothic", "Arial Narrow", Arial, sans-serif; /* 12px / 14px */
letter-spacing: 0.075em;
padding: 0.75em 0;
text-transform: uppercase;
text-shadow: 0 1px 0 #000;
}
.date span {
display: block;
font-size: 3.83333333em; /* 46px / 12px */
}
.title {
font: bold 1.07142857em "pill-gothic-600mg-1", "pill-gothic-600mg-2", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, Helvetica, sans-serif; /* 15px / 14px */
text-transform: uppercase;
margin-bottom: 1em;
}
.intro {
font-size: 1.14285714em; /* 16/14 */
}
blockquote {
border: 1px solid #AAA;
border: 1px solid rgba(0, 0, 0, 0.12);
border-width: 1px 0;
color: #B65600;
font: italic 1.21428571em/1.35 Georgia, Times, serif; /* 17px / 14px */
margin-bottom: 0.5em;
padding: 1.1em 0 0.1em;
}
.meta {
border-top: 1px solid #999;
padding: 1em 0;
color: #666;
text-align: right;
}
.meta h1,
.meta h2 {
font-size: 1em;
font-weight: normal;
}
.meta h1 {
margin-bottom: 0.5em;
}
.meta h2,
.meta ul,
.meta li {
display: inline;
}
.meta cite {
font-style: normal;
font-weight: bold;
}
.meta h2 {
margin-right: 0.5em;
}
.meta li:after {
content: "\20\2022";
color: #AAA;
}
.meta li:last-child:after {
content: "";
}
.meta a {
text-decoration: none;
background: #EEE;
color: #999;
-moz-border-radius: 0.4em;
-webkit-border-radius: 0.4em;
border-radius: 0.4em;
padding: 0.15em 0.7em;
}
.meta a:before {
content: "#";
}
.meta a:hover {
background: #BABABA;
color: #FFF;
}
.other .section {
margin: 40px auto;
}
.other h1,
.recent-entries li {
border-bottom: 1px solid #B8B7B5;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.other h1 {
clear: both;
font-size: 0.6875em; /* 11px / 16px */
text-align: center;
text-transform: uppercase;
letter-spacing: 0.25em;
padding-bottom: 1em;
}
.recent-entries h2 {
line-height: 1.1;
}
.recent-entries h2 a,
.recent-entries p {
padding-left: 23px;
}
.recent-entries h2 a {
background: url("-/img/lines.png") no-repeat 0 0.25em;
display: block;
}
.recent-entries li {
padding: 0.35em 0;
}
.recent-entries p {
color: #666;
font-size: 0.8em;
margin: 0;
}
.recent-entries abbr {
border-bottom: none;
}
#footer {
font-size: 0.8125em; /* 13/16 */
}
.fixed .page {
margin: 36px auto;
width: 960px;
}
.fixed .lede {
padding-left: 50px;
}
.fixed .blog {
margin: 0 auto 53px;
width: 900px;
}
.fixed .blog .main {
float: left;
width: 566px;
}
.fixed .other {
float: right;
width: 331px;
}
.fixed .article {
width: 477px;
}
.article,
.recent-entries {
margin: 0 auto;
}
.fixed .article {
width: 477px;
}
.fixed .recent-entries {
width: 231px;
}
.flex .page {
margin: 36px auto;
width: 90%;
}
.flex .blog {
margin: 0 auto 53px;
width: 93.75%; /* 900px / 960px */
}
.flex .blog .main {
float: left;
width: 62.8888889%; /* 566px / 900px */
}
.flex .other {
float: right;
width: 36.7777778%; /* 331px / 900px */
}
.flex .article {
padding: 40px 8.48056537%; /* 48px / 566px */
}
.flex .recent-entries {
width: 69.7885196%; /* 231 / 331 */
}
.flex .lede {
padding: 0.8em 5.33333333%; /* 16px / 20px; 48px / 900px */
}
.flex .date {
float: left;
margin-left: -17.0886076%; /* 81px / 474px */
text-align: center;
width: 14.556962%; /* 69px / 474px */
}
</style>
</head>
<body id="www-responsivewebdesign-com-robot" class="flex">
<div class="page">
<h1 class="logo"><a href="/"><i><img src="-/img/logo.png" alt="Robot or Not?" /></i></a></h1>
<ul class="nav nav-primary">
<li id="nav-blog"><a href="#">The ’Bot Blog</a></li>
<li id="nav-rated"><a href="#">Top Rated</a></li>
<li id="nav-droids"><a href="#">Droids of the Day</a></li>
<li id="nav-contact"><a href="#">Contact Us</a></li>
</ul><!-- /end ul#nav-primary.nav -->
<hr />
<div class="welcome section">
<div class="article">
<div class="slides">
<div class="figure s-robot">
<b><img src="img/slide-robot.jpg" alt="" /></b>
<div class="figcaption">
<p class="copy">Fear the robot. Fear it.</p>
</div><!-- /end .figcaption -->
</div><!-- /end .figure -->
<ul class="slide-nav">
<li><a class="prev" href="#">Previous</a></li>
<li><a class="next" href="#">Next</a></li>
</ul>
</div><!-- /end #slides -->
<div class="main">
<h1 class="main-title">You can never be too sure.</h1>
<p>Never wonder again if your new potted plant is secretly a rampaging killbot, beeping away maliciously into the night. Stop worrying whether that “android” you bought is actually a toaster with pipe cleaners taped to its sides.</p>
<p class="last">Welcome to <cite>Robot or Not</cite>. We answer these questions so you don’t have to.</p>
</div><!-- /end .main -->
</div><!-- /end .article -->
</div><!-- /end .welcome.section -->
<div class="blog section">
<h1 class="lede">Recently in <a href="#">The Bot Blog</a></h1>
<div class="main">
<div class="article">
<div class="header">
<p class="date"><span>10</span> October</p>
<h1 class="title"><a href="#">“Kill all humans?” But Why?</a></h1>
</div><!-- /end .header -->
<!-- http://www.gutenberg.org/files/31611/31611-h/31611-h.htm -->
<div class="intro">
<p>Somewhere in my stomach I felt a cold, hard knot. Take stainless steel alloyed with titanium and plate it with three inches of lead. Take a brain made up of super-charged magnetic crystals enclosed in a leaden cranium and shielded by alloy steel. A bullet wouldn’t pierce it; radiations wouldn’t derange it; an axe wouldn’t break it.</p>
</div><!-- /end .intro -->
<p>“Let’s go to town,” I said.</p>
<p>They looked at me admiringly. With three hundred almost indestructible androids on the loose I was the big brave hero. I grinned at them and hoped they couldn’t see the sweat on my face. Then I walked over to the Copter and climbed in.</p>
<blockquote>
<p>Multivac was self-adjusting and self-correcting.</p>
</blockquote>
<p>“Coming?” I asked.</p>
<p>Jack was pale under his freckles but Chief Dalton grinned back at me. “We’ll be right behind you, Morrison,” he said.</p>
<p>Behind me! So they could pick up the pieces. I gave them a cocky smile and switched on the engine, full speed.</p>
<p>Carron City is about a mile from the plant. It has about fifty thousand inhabitants. At that moment, though, there wasn’t a soul in the streets. I heard people calling to each other inside their houses, but I didn’t see anyone, human or android. I circled in for a landing, the Police Copter hovering maybe a quarter of a mile back of me. Then, as the wheels touched, half a dozen androids came around the corner. They saw me and stopped, a couple of them backing off the way they had come. But the biggest of them turned and gave them some order that froze them in their tracks, and then he himself wheeled down toward me.</p>
<div class="meta section">
<h1>Posted on 10 October 2010 by <cite><a href="http://www.gutenberg.org/ebooks/31611">Mari Wolf</a></cite></h1>
<h2>Tagged with:</h2>
<ul>
<li><a href="#">beep</a></li>
<li><a href="#">boop</a></li>
<li><a href="#">asimovsucks</a></li>
</ul>
</div><!-- /end .meta.section -->
</div><!-- /end .article -->
</div><!-- /end .main -->
<div class="other">
<div class="recent-entries section">
<h1>Recent Entries</h1>
<ol>
<li>
<h2><a href="#">COMPLIANCE</a></h2>
<p>Posted by <cite>Max</cite> on 23 <abbr title="December">Dec</abbr> 2010</p>
</li>
<li>
<h2><a href="#">That GOSUB guy’s a snappy dresser</a></h2>
<p>Posted by <cite>RETURN</cite> on 22 <abbr title="December">Dec</abbr> 2010</p>
</li>
<li>
<h2><a href="#">Will I dream?</a></h2>
<p>Posted by <cite>Snoozebot</cite> on 18 <abbr title="December">Dec</abbr> 2010</p>
</li>
<li>
<h2><a href="#">Hey, nice software!</a></h2>
<p>Posted by <cite>Number 5</cite> on 11 <abbr title="December">Dec</abbr> 2010</p>
</li>
<li>
<h2><a href="#">Klaatu Barada and the Niktones</a></h2>
<p>Posted by <cite>Gort</cite> on 9 <abbr title="December">Dec</abbr> 2010</p>
</li>
<li>
<h2><a href="#">Learning at a geometric rate!</a></h2>
<p>Posted by <cite><abbr title="Doctor">Dr.</abbr> Dyson</cite> on 27 <abbr title="November">Nov</abbr> 2010</p>
</li>
</ol>
</div><!-- /end .recent-entries.section -->
</div><!-- /end .other -->
</div><!-- /end .blog.section -->
<div class="gallery section">
<h1 class="lede">Browse the <a href="#">Rogues’ Gallery</a></h1>
<div class="section first">
<h1 class="main-title">Probably <b>Bots</b>:</h1>
<ol class="mod">
<li class="odd"><a href="http://www.flickr.com/photos/starwarsblog/515404607/">
<div class="figure">
<span><img src="img/cantina.png" alt="" /></span>
<p class="figcaption"><cite>Cantina­tron</cite></p>
</div><!-- /end .figure -->
</a></li>
<li><a href="http://www.flickr.com/photos/granth/342025299/">
<div class="figure">
<span><img src="img/red.png" alt="" /></span>
<p class="figcaption"><cite>Ragebot</cite></p>
</div><!-- /end .figure -->
</a></li>
<li class="odd"><a href="http://www.flickr.com/photos/joamm_tall/4087981543/">
<div class="figure">
<span><img src="img/lovebot.png" alt="" /></span>
<p class="figcaption"><cite>Love.0</cite></p>
</div><!-- /end .figure -->
</a></li>
<li class="last"><a href="http://www.flickr.com/photos/frankieroberto/97715136/">
<div class="figure">
<span><img src="img/generic.png" alt="" /></span>
<p class="figcaption"><cite>Graybot</cite></p>
</div><!-- /end .figure -->
</a></li>
</ol>
</div>
<div class="section last">
<h1 class="main-title">Maybe <b>Nots</b>:</h1>
<ol>
<li class="odd"><a href="http://zeldman.com/">
<div class="figure">
<span><img src="img/jz.png" alt="" /></span>
<p class="figcaption"><cite>Zed 5000</cite></p>
</div><!-- /end .figure -->
</a></li>
<li><a href="http://simplebits.com/">
<div class="figure">
<span><img src="img/dc.png" alt="" /></span>
<p class="figcaption"><cite>The Bit</cite></p>
</div><!-- /end .figure -->
</a></li>
<li class="odd"><a href="http://stubbornella.org/">
<div class="figure">
<span><img src="img/ns.png" alt="" /></span>
<p class="figcaption"><cite>Nicolebot</cite></p>
</div><!-- /end .figure -->
</a></li>
<li class="last"><a href="http://meyerweb.com/">
<div class="figure">
<span><img src="img/em.png" alt="" /></span>
<p class="figcaption"><cite>Meyertron</cite></p>
</div><!-- /end .figure -->
</a></li>
</ol>
</div><!-- /end .last -->
</div><!-- /end .gallery.section -->
<div id="footer">
<p>Images © their respective copyright holders.</p>
<p>The design and code is © 2010 <a href="http://unstoppablerobotninja.com/">Ethan Marcotte</a>, supporting his book <cite><a href="http://responsivewebdesign.com/">Responsive Web Design</a></cite>.</p>
<!-- http://books.alistapart.com/products/responsive-web-design -->
<p>Beep boop beep.</p>
</div><!-- /end #footer -->
</div><!-- /end .page -->
<script type="text/javascript" src="https://use.typekit.com/daz7uli.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="-/js/core.js"></script>
</body>
</html>