-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgrid.html
576 lines (574 loc) · 23.4 KB
/
grid.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="JP Rodrigues">
<meta name="description" content="O GainTime é um novo framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.">
<link rel="stylesheet" href="gaintime/css/gaintime.min.css" media="screen" title="no title">
<link rel="icon" type="image/png" href="assets/img/ico.png">
<title>GainTime</title>
</head>
<body class="website">
<header class="gt-top-menu sm-left">
<a href=".">
<img src="assets/img/gaintime.png" alt="GainTime" title="GainTime" />
</a>
<label class="menu-toggle">
<svg viewBox="0 0 24 24">
<path fill="#333" d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z"></path>
</svg>
</label>
<nav>
<ul>
<li><a href=".">Como começar</a></li>
<li><a href="layouts">Layouts</a></li>
<li><a href="components">Componentes</a></li>
<li><a href="forms">Formulários</a></li>
<li><a href="helpers">Auxiliares</a></li>
<li><a href="flex">Flex Box</a></li>
<li class="active"><a href="grid">Grid System</a></li>
<li><a href="https://gthemes.github.io" target="_blank">Templates</a></li>
</ul>
</nav>
</header>
<section class="text-center" style="color: #FFF; background:#2e7bcf url('assets/img/bg.jpg')">
<h1>Grid System</h1>
<p class="center" style="max-width: 500px;">
O GainTime inclui 3 formatos de Grid System, que se dimensionam adequadamente em até 12 colunas à medida que o tamanho do dispositivo ou do viewport aumenta.
</p>
<span class="tag success">GA</span>
<span class="tag danger">IN</span>
<span class="tag warning">TI</span>
<span class="tag info">ME</span>
</section>
<div id="top" class="menu">
<nav class="left">
<ul>
<a href="#offs">
<li class="btn success">Deslocadores</li>
</a>
<a href="#visibility">
<li class="btn info">Ocultadores</li>
</a>
</ul>
</nav>
</div>
<a href="#top" class="fixed" style="right: 0; top: 15%; z-index: 9;">
<div class="info padding">
TOPO
</div>
</a>
<section>
<h1>O que é um Grid System?</h1>
<p>
Uma grid é simplesmente uma coleção de linhas horizontais e verticais criando um padrão no qual podemos alinhar nossos elementos de design. Grids nos ajudam a criar projetos onde os elementos não pulam ou alteram a largura à medida que nos movemos de página para página, proporcionando maior consistência em nossos sites.
</p>
<h2>Como funciona?</h2>
<p>
Como dito, Grid Systems são usado para criar layouts através de uma série de linhas e colunas que abrigam conteúdo. Agora veja como os Grid System do GanTime funcionam:
</p>
<ul>
<li>
Todos os sistemas são baseados em colunas. 12 colunas.
</li>
<li>Cada coluna pode ocupar o espaço correspondente a (1..12)/12 colunas. Isso mesmo, de 1 até 12 colunas.</li>
<li>O espaço ocupado por uma coluna pode variar de acordo com a classe para determinar largura que aplicarmos a ela.</li>
<li>
Recomendamos que as colunas sejam colocadas dentro de uma div com a classe <code>.row</code>, e apenas colunas devem ser filhas diretas de <code>.row</code>.
</li>
<li>Se o espaço correspondente a 12 colunas for ultrapassado em uma <code>.row</code>, uma nova linha é gerada automagicamente com as colunas que ultrapassam o limite de 12.</li>
<li>Existem três comportamentos possíveis para as colunas de uma <code>.row</code>:
<ul>
<li>O primeiro é o comportamento natural das colunas filhas de row, que determina uma largura baseada na classe escolhida para determinar largura, e <b>margin</b>s de 5px à direita e à esquerda de uma coluna, o que provoca um <b>gutter</b>, espaçamento, calha, de 10 px entre uma coluna e outra.</li>
<li>O segundo comportamento é ativado quando, junto com a classe <code>.row</code>, aplicamos a classe <code>.false-gutter</code>, que ao invés de aplicar 5px de margins laterais nas colunas, aplica <b>padding</b> de 5px à direita e à esquerda de cada coluna, gerando um falso espaçamento entre uma coluna e outra.</li>
<li>O terceiro comportamento é ativado quando, junto com a classe <code>.row</code>, aplicamos a classe <code>.flex-box</code>, que faz com que colunas em uma mesma linha tenham a mesma altura.</li>
</ul>
</li>
</ul>
</section>
<section id="grid">
<h1>Opções para construir com GS</h1>
<div style="overflow-x: auto">
<table class="gt-table">
<thead>
<tr>
<th>
<!-- Classe -->
</th>
<th>
Dispositivos muito pequenos (>0px)
</th>
<th>
Dispositivos pequenos (>768px)
</th>
<th>
Dispositivos médios (>992px)
</th>
<th>
Dispositivos grandes (>1200px)
</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<th>
Prefixo
</th>
<td>
<code>.xs</code>
</td>
<td>
<code>.sm</code>
</td>
<td>
<code>.md</code>
</td>
<td>
<code>.lg</code>
</td>
</tr>
<tr>
<th>
Gutter
</th>
<td colspan="4">
<code>10px (5px de cada lado)</code>
</td>
</tr>
<tr>
<th>
Aninháveis
</th>
<td colspan="4">
<code>SIM</code>
</td>
</tr>
<tr>
<th>
Nº de colunas
</th>
<td colspan="4">
<code>12</code>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<h1>Demonstração do Grid System</h1>
<div class="code-block html">
<pre>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"row"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-8"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
</pre>
</div>
<div class="inform warning">
<p>
Repare que você pode ter uma coluna com tamanhos diferentes, em resoluções diferentes, ao misturar as classes de largura. Ex: <code>div.xs-8.sm-6.md-4.lg-2</code>
</p>
</div>
<div class="row">
<div class="xs-12 text-center info"><span>xs-12</span></div>
<div class="xs-11 text-center info"><span>xs-11</span></div>
<div class="xs-1 text-center dark"><span>xs-1</span></div>
<div class="xs-10 text-center info"><span>xs-10</span></div>
<div class="xs-2 text-center dark"><span>xs-2</span></div>
<div class="xs-9 text-center info"><span>xs-9</span></div>
<div class="xs-3 text-center dark"><span>xs-3</span></div>
<div class="xs-8 text-center info"><span>xs-8</span></div>
<div class="xs-4 text-center dark"><span>xs-4</span></div>
<div class="xs-7 text-center info"><span>xs-7</span></div>
<div class="xs-5 text-center dark"><span>xs-5</span></div>
<div class="xs-6 text-center info"><span>xs-6</span></div>
<div class="xs-6 text-center dark"><span>xs-6</span></div>
</div>
<div class="code-block html">
<pre>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"row false-gutter"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-8"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
</pre>
</div>
<div class="row false-gutter">
<div class="xs-12 text-center info"><span>xs-12</span></div>
<div class="xs-11 text-center info"><span>xs-11</span></div>
<div class="xs-1 text-center dark"><span>xs-1</span></div>
<div class="xs-10 text-center info"><span>xs-10</span></div>
<div class="xs-2 text-center dark"><span>xs-2</span></div>
</div>
<div class="code-block html">
<pre>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"row flex-box"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-8"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
</pre>
</div>
<div class="row flex-box">
<div class="xs-10 text-center info"><div class="padding">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div></div>
<div class="xs-2 text-center dark"><span>xs-2</span></div>
</div>
<div class="code-block html">
<pre>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"row flex-box"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-10"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span><span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span><span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-4"</span><span class="el">></span><span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-2"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"xs-12"</span><span class="el">></span><span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
</pre>
</div>
<div class="row flex-box">
<div class="xs-10 text-center dark">
<span>xs-10</span>
</div>
<div class="xs-2 text-center dark">
<span>xs-2</span>
</div>
<div class="xs-10 text-center dark">
<div class="xs-4 danger"><span>xs-4</span></div>
<div class="xs-4 warning"><span>xs-4</span></div>
<div class="xs-4 success"><span>xs-4</span></div>
<div class="xs-8 white"><span>xs-8</span></div>
<div class="xs-4 danger"><span>xs-4</span></div>
</div>
<div class="xs-2 text-center dark">
<div class="xs-12 white"><span>xs-12</span></div>
</div>
</div>
</section>
<section id="offs">
<h1>Deslocadores</h1>
<p>
Você pode deslocar suas colunas através do Grid System, e para isso basta adicionar uma classe de largura com o prefixo off à sua coluna. É isso mesmo, você já tem a sua coluna (.xs-1, .sm-5, .md6, .lg-9, por exemplo), agora você adiciona a classe correspondente ao quanto você precisa afastá-la, respeitando sempre o limite de 12 colunas.
</p>
<div class="code-block html">
<pre>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"row"</span><span class="el">></span>
</code>
<code>
<span class="el"><</span>div
<span class="attr">class</span><span class="el">=</span><span class="value">"off-xs-4 xs-4"</span><span class="el">></span>...<span class="el"></</span>div<span class="el">></span>
</code>
<code>
<span class="el"></</span>div<span class="el">></span>
</code>
</pre>
</div>
<div class="row flex-box">
<div class="off-xs-4 xs-4 text-center info"><div class="padding">.xs-4 com .off-xs-4</div></div>
<div class="off-xs-3 xs-6 text-center danger"><div class="padding">.xs-6 com .off-xs-3</div></div>
</div>
</section>
<section id="visibility">
<h1>Ocultadores</h1>
<p>
Quando estamos trabalhando com responsividade, é comum que queiramos ocultar elementos. Pensando nisso, criamos os ocultadores. Eles aplicam <code>display: none!important</code>.
</p>
<div class="full" style="overflow-x: auto">
<table class="gt-table striped" style="max-width: 800px">
<thead>
<tr>
<th>
Classe
</th>
<th>
Dispositivos muito pequenos (<=768px)
</th>
<th>
Dispositivos pequenos (<=992px)
</th>
<th>
Dispositivos médios (<=1200px)
</th>
<th>
Dispositivos grandes (1200 < x)
</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>.hxs</td>
<td class="danger">Invisível</td>
<td>Visível</td>
<td>Visível</td>
<td>Visível</td>
</tr>
<tr>
<td>.hsm</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
<td>Visível</td>
<td>Visível</td>
</tr>
<tr>
<td>.hmd</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
<td>Visível</td>
</tr>
<tr>
<td>.hidden</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
<td class="danger">Invisível</td>
</tr>
<tr>
<td>.hoxs</td>
<td class="danger">Invisível</td>
<td>Visível</td>
<td>Visível</td>
<td>Visível</td>
</tr>
<tr>
<td>.hosm</td>
<td>Visível</td>
<td class="danger">Invisível</td>
<td>Visível</td>
<td>Visível</td>
</tr>
<tr>
<td>.homd</td>
<td>Visível</td>
<td>Visível</td>
<td class="danger">Invisível</td>
<td>Visível</td>
</tr>
<tr>
<td>.holg</td>
<td>Visível</td>
<td>Visível</td>
<td>Visível</td>
<td class="danger">Invisível</td>
</tr>
</tbody>
</table>
</div>
<div>
<h2>Exemplos de utilização:</h2>
<div class="">
<button type="button" name="button" class="hxs btn success">hxs</button>
<button type="button" name="button" class="hsm btn danger">hsm</button>
<button type="button" name="button" class="hmd btn info">hmd</button>
<button type="button" name="button" class="hidden btn dark">hidden</button>
<button type="button" name="button" class="hoxs btn success">hoxs</button>
<button type="button" name="button" class="hosm btn danger">hosm</button>
<button type="button" name="button" class="homd btn info">homd</button>
<button type="button" name="button" class="holg btn dark">holg</button>
</div>
</div>
</section>
<section style="overflow-x: auto">
<h1>Exibidores</h1>
<p>
Bom, como as vezes queremos que algo não seja exibido em determinada largura, as vezes queremos o contrário. Pensando nisso, criamos os exibidores. Eles aplicam <code>display: inline</code>.
</p>
<div class="full" style="overflow-x: auto">
<table class="gt-table striped" style="max-width: 800px">
<thead>
<tr>
<th>
Classe
</th>
<th>
Dispositivos muito pequenos (<=768px)
</th>
<th>
Dispositivos pequenos (<=992px)
</th>
<th>
Dispositivos médios (<=1200px)
</th>
<th>
Dispositivos grandes (1200 < x)
</th>
</tr>
</thead>
<tbody class="text-center">
<tr>
<td>.vxs</td>
<td class="info">Visível</td>
<td>Invisível</td>
<td>Invisível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.vsm</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
<td>Invisível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.vmd</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.visible</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
<td class="info">Visível</td>
</tr>
<tr>
<td>.voxs</td>
<td class="info">Visível</td>
<td>Invisível</td>
<td>Invisível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.vosm</td>
<td>Invisível</td>
<td class="info">Visível</td>
<td>Invisível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.vomd</td>
<td>Invisível</td>
<td>Invisível</td>
<td class="info">Visível</td>
<td>Invisível</td>
</tr>
<tr>
<td>.volg</td>
<td>Invisível</td>
<td>Invisível</td>
<td>Invisível</td>
<td class="info">Visível</td>
</tr>
</tbody>
</table>
</div>
<div>
<h2>Exemplos de utilização:</h2>
<div class="">
<button type="button" name="button" class="vxs btn success">vxs</button>
<button type="button" name="button" class="vsm btn danger">vsm</button>
<button type="button" name="button" class="vmd btn info">vmd</button>
<button type="button" name="button" class="visible btn dark">visible</button>
<button type="button" name="button" class="voxs btn success">voxs</button>
<button type="button" name="button" class="vosm btn danger">vosm</button>
<button type="button" name="button" class="vomd btn info">vomd</button>
<button type="button" name="button" class="volg btn dark">volg</button>
</div>
</div>
</section>
<footer class="dark flex-box">
<div class="col">
<p>
<strong>GainTime</strong>, por <a href="https://github.com/jprodrigues70">JP Rodrigues</a>
</p>
<p>Código sob a licença <a href="https://opensource.org/licenses/mit-license.php">MIT</a>.</p>
<a href="https://github.com/GainTime/gainTime" class="content-align">
<svg fill="#FFF" aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg> <p>
GitHub
</p>
</a>
</div>
<div class="col">
<p>
Contribua com o <a href="https://github.com/GainTime/gaintime-factory">GainTime</a>.
</p>
<p>
Faça <a href="https://github.com/GainTime/gaintime-factory/issues">report de erros</a>!
</p>
<p>
Faça <a href="https://github.com/GainTime/gaintime-factory/issues">sugestões</a>!
</p>
</div>
<div class="col">
<p>
Versão v3.0.0
</p>
</div>
</footer>
<script type="text/javascript" src="gaintime/js/gaintime.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100008959-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>