-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.html
619 lines (603 loc) · 36.2 KB
/
rebar.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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Brutalist Framework || ReBAR</title>
<meta name="description" content="Responsive Breakpoint Assistance Reference. Open source CSS library for responsive behavior." />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@brutalistfwk">
<meta name="twitter:title" content="Brutalist Framework || ReBAR">
<meta name="twitter:description" content="Responsive Breakpoint Assistance Reference. Open source CSS library for responsive behavior.">
<meta name="twitter:creator" content="@brutalistfwk">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="http://www.brutalistframework.com/core/files/images/bf21.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Brutalist Framework || ReBAR" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.brutalistframework.com" />
<meta property="og:image" content="http://www.brutalistframework.com/core/files/images/bf21.jpg" />
<meta property="og:description" content="Responsive Breakpoint Assistance Reference. Open source CSS library for responsive behavior." />
<meta property="og:site_name" content="Brutalist Framework" />
<!-- Icons -->
<link rel="shortcut icon" href="core/files/icons/bf44.png" type="image/x-icon" />
<link rel="icon" href="core/files/icons/bf15.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="core/files/icons/bf57.png" />
<!-- CORE CSS -->
<!--<link href="core/css/dev/core.css" type="text/css" rel="stylesheet" media="all"/>-->
<link href="core/css/brutalist.min.css" type="text/css" rel="stylesheet" media="all"/>
<!-- BELL -->
<link href="core/bell/css/bell.css" type="text/css" rel="stylesheet" media="all" />
<!-- Theme CSS -->
<link href="theme/default/css/theme.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body class="black">
<header class="container-fluid triangle-light anim-bg-neon stack-base">
<div class="row"><div class="col-sm-12"><div class="container-1200">
<div class="row no-padding stack1 content" id="scrolltop">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-3 no-padding">
<a href="index.html"><img class="large-thumb crop circle brdr-s-k red-border invert-hover" src="core/files/images/brutalist-framework.jpg" alt="Brutalist Framework" /></a>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-9 no-padding lucida-text">
<h1 class="page-title border-solid-thick red-border courier-new-text fittext-h1 white-text baffle-prolonged">ReBAR</h1>
<div class="page-desc border-solid-thick red-border rice-text">
<h2 class="flow-text baffle">Responsive Breakpoint Assistance Reference</h2><br />
<p>Class helper library for improving responsive behavior</p>
</div>
</div>
</div>
</div></div></div>
</header>
<div class="monochrome-gradient">
<div class="container-1200 no-padding white">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-9 no-padding">
<!-- MEGAMENU -->
<div class="menu-container glued stack-top">
<div class="menu lucida bold">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#core">CORE</a>
<ul>
<li><a href="flavors.html">Flavors</a></li>
<li><a href="butch.html">BUTCH</a></li>
<li><a href="buix.html">BUIX</a></li>
<li><a href="bfx.html">BFX</a></li>
<li><a href="grid.html">Grid</a></li>
<li><a href="rebar.html">ReBAR</a></li>
<li><a href="bicons.html">bIcons</a></li>
</ul>
</li>
<li><a href="bell.html">BELL</a>
<ul>
<li><a href="bell.html#me">Media Elements</a>
<ul>
<li><a href="bell.html#audio">Audio Player</a></li>
<li><a href="bell.html#gif">Gif Player</a></li>
<li><a href="bell.html#vp">Video Player</a></li>
</ul>
</li>
<li><a href="bell.html#ie">Interface Elements</a>
<ul>
<li><a href="bell.html#megamenu">Megamenu</a></li>
<li><a href="bell.html#printer">Printer</a></li>
<li><a href="bell.html#ei">Exit Intent</a></li>
</ul>
</li>
<li><a href="bell.html#ce">Content Elements</a>
<ul>
<li><a href="bell.html#timeline">Timeline</a></li>
<li><a href="bell.html#presenter">Presenter</a></li>
<li><a href="bell.html#piss">PISS</a></li>
</ul>
</li>
<li><a href="bell.html#biscuit">BISCUIT</a>
<ul>
<li><a href="bell.html#age">Age Verify</a></li>
<li><a href="bell.html#cc">Cookie Consent</a></li>
<li><a href="bell.html#pl">PageLock</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="boilerplates.html">Boilerplates</a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki" target="_blank">About</a>
<ul>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki/Roadmap" target="_blank">Roadmap</a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank">Github Repository</a></li>
<li><a href="https://twitter.com/brutalistfwk" target="_blank">Twitter</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- END MEGAMENU -->
<div class="padding">
<h3 class="red-text lucida" id="overview">Overview</h3>
<p class="charcoal-text arial">ReBAR is a class reference for visibility of elements in relation to screen sizes, orientation, and printing. A breakpoint is the point at which an element is either hidden or displayed, based on the width or height of the screen. This is accomplished using media queries.</p>
<h4 class="lucida red-text white-text-shadow">General Visibility</h4>
<p class="charcoal-text lucida">Use these classes to either show or hide any element.</p>
<p class="arial charcoal-text"><span class="heavy black-text">.visible</span> - display an element<br /><span class="heavy black-text">.hidden</span> - hide an element</p>
<p class="padding"></p>
</div>
<p class="padding"></p>
<hr class="thick tomato" />
<!-- WIDTH BREAKPOINTS -->
<div class="padded">
<h3 class="tomato-text courier-new fittext-compress" id="widths">Width Breakpoints</h3>
<p class="charcoal-text lucida">There are two width-based breakpoint types: min-width or max-width. Classes from each can be combined.</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Min-Width</h4>
<p class="charcoal-text lucida">Use min-width classes to display or hide elements on these screen sizes and up.</p>
<div class="info padded">
<p><b>.show-over-240</b> - display on screens 241px and up<br /><b>.hide-over-240</b> - hide on screens 241px and up</p>
<hr />
<p><b>.show-over-320</b> - display on screens 321px and up<br /><b>.hide-over-320</b> - hide on screens 321px and up</p>
<hr />
<p><b>.show-over-360</b> - display on screens 361px and up<br /><b>.hide-over-360</b> - hide on screens 361px and up</p>
<hr />
<p><b>.show-over-480</b> - display on screens 481px and up<br /><b>.hide-over-480</b> - hide on screens 481px and up</p>
<hr />
<p><b>.show-over-540</b> - display on screens 541px and up<br /><b>.hide-over-540</b> - hide on screens 541px and up</p>
<hr />
<p><b>.show-over-640</b> - display on screens 641px and up<br /><b>.hide-over-640</b> - hide on screens 641px and up</p>
<hr />
<p><b>.show-over-768</b> - display on screens 769px and up<br /><b>.hide-over-768</b> - hide on screens 769px and up</p>
<hr />
<p><b>.show-over-960</b> - display on screens 961px and up<br /><b>.hide-over-960</b> - hide on screens 961px and up</p>
<hr />
<p><b>.show-over-1024</b> - display on screens 1025px and up<br /><b>.hide-over-1024</b> - hide on screens 1025px and up</p>
<hr />
<p><b>.show-over-1280</b> - display on screens 1281px and up<br /><b>.hide-over-1280</b> - hide on screens 1281px and up</p>
<hr />
<p><b>.show-over-1366</b> - display on screens 1367px and up<br /><b>.hide-over-1366</b> - hide on screens 1367px and up</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Max-Width</h4>
<p class="charcoal-text lucida">Use max-width classes to display or hide elements on these screen sizes and down.</p>
<div class="info padded">
<p><b>.show-under-240</b> - display on screens 240px and under<br /><b>.hide-under-240</b> - hide on screens 240px and under</p>
<hr />
<p><b>.show-under-320</b> - display on screens 320px and under<br /><b>.hide-under-320</b> - hide on screens 320px and under</p>
<hr />
<p><b>.show-under-360</b> - display on screens 360px and under<br /><b>.hide-under-360</b> - hide on screens 360px and under</p>
<hr />
<p><b>.show-under-480</b> - display on screens 480px and under<br /><b>.hide-under-480</b> - hide on screens 480px and under</p>
<hr />
<p><b>.show-under-540</b> - display on screens 540px and under<br /><b>.hide-under-540</b> - hide on screens 540px and under</p>
<hr />
<p><b>.show-under-640</b> - display on screens 640px and under<br /><b>.hide-under-640</b> - hide on screens 640px and under</p>
<hr />
<p><b>.show-under-768</b> - display on screens 768px and under<br /><b>.hide-under-768</b> - hide on screens 768px and under</p>
<hr />
<p><b>.show-under-960</b> - display on screens 960px and under<br /><b>.hide-under-960</b> - hide on screens 960px and under</p>
<hr />
<p><b>.show-under-1024</b> - display on screens 1024px and under<br /><b>.hide-under-1024</b> - hide on screens 1024px and under</p>
<hr />
<p><b>.show-under-1280</b> - display on screens 1280px and under<br /><b>.hide-under-1280</b> - hide on screens 1280px and under</p>
<hr />
<p><b>.show-under-1366</b> - display on screens 1366px and under<br /><b>.hide-under-1366</b> - hide on screens 1366px and under</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example 1</h4>
<p class="charcoal-text lucida">Let's say we want to display a box of content <em>ONLY</em> on screen sizes that are over 480px, which is roughly the size of a small tablet or large phone. To do this, we simply need to apply two classes to the box:</p>
<p class="ready padded heavy">.hide-under-480 .show-over-480</p>
<p class="hide-under-480 show-over-480 padded success">This box becomes hidden on screens that are 480px or smaller. Re-size your browser window!</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example 2</h4>
<p class="charcoal-text lucida">We may wish to replace content at different screen sizes. Re-size your browser window to see the changes.</p>
<!-- Display success box on screens over 1024px -->
<div class="padded success hide-under-1024 show-over-1024">
<p class="center">This box is only visible on screens over 1024px.</p>
</div>
<!-- Display info box on screens 1024px or less -->
<div class="padded info show-under-1024 hide-over-1024">
<p class="center">This box is only visible on screens UNDER 1024px.</p>
</div>
</div>
</div>
</div>
</div>
<p class="padding"></p>
<hr class="thick tomato" />
<!-- Width-Based Breakpoint Ranges -->
<div class="padded">
<h3 class="tomato-text courier-new fittext-compress" id="wrange">Width-Based Breakpoint Ranges</h3>
<p class="charcoal-text lucida">Use these classes to show or hide elements within a specific range of screen size.</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="info padded">
<p><b>.hide-240-320</b> - hide on screens between 240 and 319px<br /><b>.show-240-320</b> - display on screens between 240 and 319px</p>
<hr />
<p><b>.hide-320-480</b> - hide on screens between 320 and 479px<br /><b>.show-320-480</b> - display on screens between 320 and 479px</p>
<hr />
<p><b>.hide-360-480</b> - hide on screens between 360 and 479px<br /><b>.show-360-480</b> - display on screens between 360 and 479px</p>
<hr />
<p><b>.hide-480-540</b> - hide on screens between 480 and 539px<br /><b>.show-480-540</b> - display on screens between 480 and 539px</p>
<hr />
<p><b>.hide-540-640</b> - hide on screens between 540 and 639px<br /><b>.show-540-640</b> - display on screens between 540 and 639px</p>
<hr />
<p><b>.hide-640-768</b> - hide on screens between 640 and 767px<br /><b>.show-640-768</b> - display on screens between 640 and 767px</p>
<hr />
<p><b>.hide-768-960</b> - hide on screens between 768 and 959px<br /><b>.show-768-960</b> - display on screens between 768 and 959px</p>
<hr />
<p><b>.hide-960-1024</b> - hide on screens between 960 and 1023px<br /><b>.show-960-1024</b> - display on screens between 960 and 1023px</p>
<hr />
<p><b>.hide-1024-1280</b> - hide on screens between 1024 and 1279px<br /><b>.show-1024-1280</b> - display on screens between 1024 and 1279px</p>
<hr />
<p><b>.hide-1280-1366</b> - hide on screens between 1280 and 1365px<br /><b>.show-1280-1366</b> - display on screens between 1280 and 1365px</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example</h4>
<p class="charcoal-text lucida">We may wish to hide a block only on screens that are between 320 and 480px, as well as between 768 and 1024px. At all other sizes, the block will be always visible. To do this, we just need to use these classes:</p>
<div class="ready padded heavy">.hide-320-480 .hide-768-960 .hide-960-1024</div>
<!-- Hide this box at various screen size ranges -->
<div class="padded success hide-320-480 hide-768-960 hide-960-1024">
<p class="center">This box is hidden when the screen width is between 320 and 480px, as well as between 960 and 1024px.</p>
</div>
</div>
</div>
</div>
</div>
<p class="padding"></p>
<hr class="thick tomato" />
<!-- HEIGHT BREAKPOINTS -->
<div class="padded">
<h3 class="tomato-text courier-new fittext-compress" id="heights">Height Breakpoints</h3>
<p class="charcoal-text courier-new flow-text">There are two height-based breakpoint types: min-height or max-height. Classes from each can be combined.</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Min-Height</h4>
<p class="charcoal-text lucida">Use min-height classes to display or hide elements on these screen sizes and up, based on the screen height.</p>
<div class="info padded">
<p><b>.show-over-320h</b> - display on screens with a height of 321px or above<br /><b>.hide-over-320h</b> - hide on screens with a height of 321px or above</p>
<hr />
<p><b>.show-over-360h</b> - display on screens with a height of 361px or above<br /><b>.hide-over-360h</b> - hide on screens with a height of 361px or above</p>
<hr />
<p><b>.show-over-480h</b> - display on screens with a height of 481px or above<br /><b>.hide-over-480h</b> - hide on screens with a height of 481px or above</p>
<hr />
<p><b>.show-over-540h</b> - display on screens with a height of 541px or above<br /><b>.hide-over-540h</b> - hide on screens with a height of 541px or above</p>
<hr />
<p><b>.show-over-640h</b> - display on screens with a height of 641px or above<br /><b>.hide-over-640h</b> - hide on screens with a height of 641px or above</p>
<hr />
<p><b>.show-over-768h</b> - display on screens with a height of 769px or above<br /><b>.hide-over-768h</b> - hide on screens with a height of 769px or above</p>
<hr />
<p><b>.show-over-960h</b> - display on screens with a height of 961px or above<br /><b>.hide-over-960h</b> - hide on screens with a height of 961px or above</p>
<hr />
<p><b>.show-over-1024h</b> - display on screens with a height of 1025px or above<br /><b>.hide-over-1024h</b> - hide on screens with a height of 1025px or above</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Max-Height</h4>
<p class="charcoal-text lucida">Use max-width classes to display or hide elements on these screen sizes and down.</p>
<div class="info padded">
<p><b>.show-under-320h</b> - display on screens with a height of 320px or above<br /><b>.hide-under-320h</b> - hide on screens with a height of 320px or less</p>
<hr />
<p><b>.show-under-360h</b> - display on screens with a height of 360px or above<br /><b>.hide-under-360h</b> - hide on screens with a height of 360px or less</p>
<hr />
<p><b>.show-under-480h</b> - display on screens with a height of 480px or above<br /><b>.hide-under-480h</b> - hide on screens with a height of 480px or less</p>
<hr />
<p><b>.show-under-540h</b> - display on screens with a height of 540px or above<br /><b>.hide-under-540h</b> - hide on screens with a height of 540px or less</p>
<hr />
<p><b>.show-under-640h</b> - display on screens with a height of 640px or above<br /><b>.hide-under-640h</b> - hide on screens with a height of 640px or less</p>
<hr />
<p><b>.show-under-768h</b> - display on screens with a height of 768px or above<br /><b>.hide-under-768h</b> - hide on screens with a height of 768px or less</p>
<hr />
<p><b>.show-under-960h</b> - display on screens with a height of 960px or above<br /><b>.hide-under-960h</b> - hide on screens with a height of 960px or less</p>
<hr />
<p><b>.show-under-1024h</b> - display on screens with a height of 1024px or above<br /><b>.hide-under-1024h</b> - hide on screens with a height of 1024px or less</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example 1</h4>
<p class="charcoal-text lucida">We have a content area that needs to be hidden on screens that are under 540px. To do this, simply apply this class:</p>
<p class="ready padded heavy">.hide-under-540h</p>
<p class="hide-under-540h padded success">This box becomes hidden on screens that are under 540px tall. Re-size your browser window!</p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example 2</h4>
<p class="charcoal-text lucida">Here, we want to hide our content box <em>only</em> for screens that have a height ranging between 320 and 768px. To do this, we will need to use these classes:</p>
<p class="ready padded heavy">.show-under-320h .hide-over-320h .show-over-768h</p>
<div class="padded success show-under-320h hide-over-320h show-over-768h">
<p class="center">This box is shown on screens with a height under 320px and over 768px, but is hidden on screen heights between 321 and 768px.</p>
</div>
</div>
</div>
</div>
</div>
<p class="padding"></p>
<hr class="thick tomato" />
<!-- ORIENTATION -->
<div class="padded">
<h3 class="tomato-text courier-new fittext-compress" id="orient">Orientation</h3>
<p class="charcoal-text courier-new flow-text">Display or hide elements depending on the device orientation (landscape or portrait).</p>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Classes</h4>
<p class="charcoal-text lucida">Use these classes to either show or hide elements based on the device orientation:</p>
<div class="info padded">
<p><b>.show-on-landscape</b> - display only when device is in landscape orientation</p>
<hr />
<p><b>.show-on-portrait</b> - display only when device is in portrait orientation</p>
<hr />
<p><b>.hide-on-landscape</b> - hidden only when device is in landscape orientation</p>
<hr />
<p><b>.hide-on-portrait</b> - hidden only when device is in portrait orientation</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 no-padding">
<div class="padded">
<h4 class="lucida red-text white-text-shadow">Example</h4>
<p class="charcoal-text lucida">We wish to show a different content box on a screen that's in a portrait orientation, than one that's in a landscape orientation.</p>
<!-- Display for Portrait orientation -->
<div class="padded success show-on-portrait hide-on-landscape">
<p class="center">This box is <em>only</em> visible in the PORTRAIT orientation on mobile devices.</p>
</div>
<!-- Display for Landscape orientation -->
<div class="padded ready show-on-landscape hide-on-portrait">
<p class="center">This box is <em>only</em> visible in the LANDSCAPE orientation. On desktops and laptops, only this box should be visible.</p>
</div>
</div>
</div>
</div>
</div>
<p class="padding"></p>
<hr class="thick tomato" />
<!-- PRINT UTILITY CLASSES (PUC) -->
<div class="padded">
<h3 class="tomato-text courier-new fittext-compress" id="puc">Print Utility Classes (PUC)</h3>
<p class="charcoal-text courier-new flow-text">Render certain content only for printing.</p>
<div class="info padded">
<p><b>.print-only</b> - content is only displayed when being printed, but is hidden on screens</p>
<hr />
<p><b>.screen-only</b> - content is hidden from being printed, and is only visible on screens</p>
<hr />
<p><b>.print-monochrome</b> - applied only to print view, all text is black, and images are rendered in grayscale</p>
</div>
</div><p class="padded"></p>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-3 no-padding black">
<img src="theme/default/files/images/gelora/rebar.jpg" alt="Rebar" class="responsive" style="margin-bottom: -6px;" />
<div class="glued">
<div class="row">
<div class="col-xs-12 no-padding">
<nav class="simple blue">
<ul class="courier-new flow-text lime-t">
<li class="invert-hover"><a href="#overview" class="lime-text">Overview</a></li>
<li class="invert-hover"><a href="#widths" class="lime-text">Width Breakpoints</a></li>
<li class="invert-hover"><a href="#wrange" class="lime-text">Width-Based Breakpoint Ranges</a></li>
<li class="invert-hover"><a href="#heights" class="lime-text">Height Breakpoints</a></li>
<li class="invert-hover"><a href="#orient" class="lime-text">Orientation</a></li>
<li class="invert-hover"><a href="#puc" class="lime-text">Print Utility Classes (PUC)</a></li>
</ul>
</nav>
</div>
</div>
<a href="#scrolltop" class="lime invert-hover bold black-text scrolltop lucida">Back to Top ↑</a>
<footer class="jagged gray">
<a href="http://eepurl.com/cEW1RX" target="_blank">
<div class="sweden-gradient padded invert-hover">
<h5 class="lucida white-text"><i class="bi bi-amp"></i>Brutal Blast /<span class="blink-182">/</span>/<span class="blink">/</span>/</h5>
<p class="bold">Subscribe to our e-newsletter. <span class="bigger">»</span></p>
</div>
</a>
<div class="padding vanilla-bean-text arial">
<p>A <a href="http://www.pinecreativelabs.com" target="_blank" class="green yellow-text invert-hover">Pine Creative Labs</a> production</p>
<p>Developer: <a href="https://www.linkedin.com/in/bradfogelstrom" target="_blank"><span class="blue yellow-text invert-hover">Brad Fogelstrom</span></a></p>
<ul class="tags">
<li><a href="http://www.twitter.com/brutalistfwk" target="_blank" class="btn white-text blue-candy hue-hover"><strong>Twitter</strong></a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank" class="btn black white-text invert-hover"><strong>GitHub</strong></a></li>
</ul>
<p class="white-t tahoma"><small>Brutalist Framework © 2020</small></p>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<!-- Sticky Download Box -->
<div class="sticky-cta sticky-bottom-right stack-middle virgin jagged2 center" style="padding: 8px; max-width: 180px;">
<nav class="simple bold">
<ul class="lucida flow-text">
<li class="invert-hover"><a href="#core"><i class="bi bi-heart"></i> CORE</a></li>
<li class="invert-hover"><a href="#bell"><i class="bi bi-amp"></i> BELL</a></li>
<li class="invert-hover"><a href="#boilers"><i class="bi bi-heat"></i> BP</a></li>
<li class="invert-hover"><a href="#moar">+ MORE</a></li>
</ul>
</nav>
<a href="#download" data-modal-open>
<div class="skew sweden btn invert-hover">
<p class="skew-right"><span class="flow-text impact">Download</span><br /><span class="lucida"><small>version 2.1</small></span></p>
</div></a>
</div>
<!-- Download Modal -->
<div id="download" style="display:none;">
<div class="container monochrome infinitile" style="max-width: 468px;">
<div class="row">
<div class="col-sm-12 no-padding">
<div class="padded lucida">
<h4>Begin the <span class="blink red-t">Brutality</span></h5>
<p>Released <strong>10/13/2020</strong></p>
<p class="bigger bold"><a href="http://www.brutalistframework.com/versions/Brutalist_Framework_2.1.zip" target="_blank" class="btn full-btn sweden invert-hover">Download 2.1</a></p><hr class="jagged-rule-dark" />
<p style="font-size: 1.15em;"><strong><span style="font-size: 1.3em;">Legacy Versions</span></strong><br />
<a href="http://www.brutalistframework.com/versions/Brutalist_Framework_2.0.zip" target="_blank">2.0.2.0</a> (released 2/20/2020)<br />
<a href="http://www.brutalistframework.com/versions/Brutalist_Framework_1.9.zip" target="_blank">1.9</a> (legacy)<br /><br /></p>
</div>
</div>
</div>
</div>
</div>
<!-- Initiate and display modal itself -->
<div class="modal">
<div class="modal-inner draggable"><!-- Remove "draggable" class to prevent modals from being moveable -->
<span data-modal-close>×</span>
<div class="modal-content"></div>
</div>
</div>
<!-- Core Components Modal -->
<div id="core" class="modal-lite fullscreen">
<div class="modal-content aboutbf infinitile">
<div class="modal-head center"><h2 class="red-t courier-new black-t-s bold">CORE Components</h2></div>
<div class="modal-content-body center">
<p class="flow-text black-t red-t-s lucida" style="margin-bottom: 1em;"></p>
<div class="block-wrap stretch">
<a href="butch.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/brutal-mood-4.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BUTCH" />
<span class="red circle black-t white-t-s flow-text">BUTCH</span><br />
<small>Brutalist Utility & Typography Class Helpers</small><br /><br />
</a>
<a href="bfx.html" class="block b25 padded circle monogradient invert-hover white-t box-shadow-double">
<img src="theme/default/files/images/kitty/bfx-kat.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BFX" />
<span class="red circle white-t-s black-t flow-text">BFX</span><br />
<small>Brutal Effects</small><br /><br />
</a>
<a href="buix.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/backup-sq.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BUIX" />
<span class="red circle white-t-s black-t flow-text">BUIX</span><br />
<small>Brutal User Interface & Experience</small><br /><br />
</a>
<a href="grid.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/fenced.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Grids" />
<span class="red circle white-t-s black-t flow-text">Grid</span><br />
<small>B3Grid & Flexbox Grid</small><br /><br />
</a>
<a href="flavors.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/crazy-grin.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Flavors" />
<span class="red circle white-t-s black-t flow-text">Flavors</span><br />
<small>Color Classes Library</small><br /><br />
</a>
<a href="rebar.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/rebar.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Rebar" />
<span class="red circle white-t-s black-t flow-text">ReBAR</span><br />
<small>Responsive Breakpoint Assisstance Reference</small><br /><br />
</a>
<a href="bicons.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/kitty/anarchistkat-sq.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="bIcons" />
<span class="red circle white-t-s black-t flow-text">bIcons</span><br />
<small>Brutal Icons</small><br /><br />
</a>
</div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- BELL Modal -->
<div id="bell" class="modal-lite fullscreen">
<div class="modal-content anim-bg-hot">
<div class="modal-head center"><h2 class="lemon-t courier-new black-t-s bold blue circle"><i class="bi bi-amp"></i> BELL</h2></div>
<div class="modal-content-body scroll-y center">
<div class="container"><div class="row"><div class="col-sm-12">
<h3 class="fittext-h3 blue-t black-t-s impact">Brutal Extension Element Library</h3>
<p class="flow-text lucida">A collection of javascript plugins to further enhance user experience.</p>
<div class="double-col align-left">
<h4 class="impact">Media Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#audio" class="link bold">Audio Player</a></li>
<li><a href="bell.html#gif" class="link bold">GIF Player</a></li>
<li><a href="bell.html#vp" class="link bold">Video Player</a></li>
</ul>
<h4 class="impact">Interface Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#megamenu" class="link bold">MegaMenu</a></li>
<li><a href="bell.html#printer" class="link bold">Printer</a></li>
<li><a href="bell.html#ei" class="link bold">Exit Intent</a></li>
</ul>
<h4 class="impact">Content Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#timeline" class="link bold">Timeline</a></li>
<li><a href="bell.html#presenter" class="link bold">Presenter</a></li>
<li><a href="bell.html#piss" class="link bold">PISS</a></li>
</ul>
<h4 class="impact">BISCUIT</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#age" class="link bold">Age Verify</a></li>
<li><a href="bell.html#cc" class="link bold">Cookie Consent</a></li>
<li><a href="bell.html#pl" class="link bold">PageLock</a></li>
</ul>
</div>
</div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Boilerplates Modal -->
<div id="boilers" class="modal-lite fullscreen">
<div class="modal-content bpmodal">
<div class="modal-head center"><h2 class="deep-orange-t courier-new black-t-s bold"><i class="bi bi-heat"></i> Boilerplates</h2></div>
<div class="modal-content-body">
<div class="container-fluid"><div class="row"><div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<p class="fittext fire-t impact black-t-s">Starting point templates</p>
<ul class="flow-text brutal lucida white-t-s">
<li><a href="bp/email.html" target="_blank" class="link">Email Boilerplate</a></li>
<li><a href="bp/leads.html" target="_blank" class="link">Lead Capture</a></li>
<!--<li><a href="bp/catalog.html" target="_blank" class="link">Commerce Catalog</a></li>
<li><a href="bp/media-gallery.html" target="_blank" class="link">Media Gallery</a></li>-->
<li><a href="bp/microblog.html" target="_blank" class="link">Microblog</a></li>
<li><a href="bp/social.html" target="_blank" class="link">Social</a></li>
<li><a href="bp/horror.html" target="_blank" class="link">Horror</a></li>
<li><a href="bp/vaporwave.html" target="_blank" class="link">Vaporwave</a></li>
<li><a href="bp/ratedx.html" target="_blank" class="link">Rated X</a> <span class="red-t">(18+)</span></li>
</ul>
</div><div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"></div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Moar Modal -->
<div id="moar" class="modal-lite fullscreen">
<div class="modal-content shades">
<div class="modal-head center"><h2 class="red-t courier-new black-t-s bold">+ More</h2></div>
<div class="modal-content-body center">
<div class="container-1200"><div class="row"><div class="col-sm-12"><p class="padded"></p>
<p class="fittext helvetica black-t-s navy"><a href="http://eepurl.com/cEW1RX" target="_blank" class="orange-t invert-hover">Join <i class="bi bi-amp"></i> Brutal Blast »</a><br />
<small><span class="white-t">Subscribe to our e-Newsletter</span></small></p>
<p class="fittext lucida black-t-s"><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki/Roadmap" target="_blank" class="mono invert-hover">Roadmap</a></p>
<p class="fittext impact black-t-s"><a href="https://www.concrete5.org" target="_blank" class="charcoal smoke-t invert-hover">Concrete5 CMS</a></p>
<p class="fittext tahoma black-t-s"><a href="http://www.bradfogelstrom.com" target="_blank" class="sweden invert-hover">BradFogelstrom.com</a></p>
<p class="padded"></p>
</div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t allcaps">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Core Scripts-->
<script src="core/js/jquery.3.js"></script>
<script src="core/js/brutalist.js"></script>
<script src="core/js/start.brutalizing.js"></script>
<!-- BELL -->
<script src="core/bell/js/bell.js"></script>
<!-- TRACKING -->
</body>
</html>