forked from ConciseCSS/concise.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
815 lines (656 loc) · 21.1 KB
/
test.html
File metadata and controls
815 lines (656 loc) · 21.1 KB
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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
<!doctype html>
<!--
NOTE: This is a test file to view all components and styles in Concise so we
can view changes as they are made to the framework.
-->
<head>
<link rel="stylesheet" media="all" href="../dist/concise.css">
<title>Concise CSS</title>
</head>
<body container>
<h1 class="giga">Giga <small>Helper text</small></h1>
<h1 class="mega">Mega <small>Helper text</small></h1>
<h1 class="kilo">Kilo <small>Helper text</small></h1>
<h1>Heading 1 <small><a href="">Helper link</a></small></h1>
<h2>Heading 2 <small>Helper text</small></h2>
<h3>Heading 3 <small>Helper text</small></h3>
<h4>Heading 4 <small>Helper text</small></h4>
<h5>Heading 5 <small>Helper text</small></h5>
<h6>Heading 6 <small>Helper text</small></h6>
<p>Lorem <strong>ipsum</strong> <em>dolor</em> sit <abbr title="Abbreviation">amet</abbr>, <code>sadipscing</code> <kbd>elitr</kbd>, sed diam <a href="">nonumy</a> eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</p>
<p class="text--justify">At <b>vero</b> <i>eos</i> et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>
<p class="text--left">Left text</p>
<p class="text--center">Center text</p>
<p class="text--right">Right text</p>
<hr>
<blockquote>
<p>This is a blockquote.</p>
<footer>John Doe</footer>
</blockquote>
<blockquote class="blockquote--reverse">
<p>This is a reverse blockquote.</p>
<cite>John Doe</cite>
</blockquote>
<pre><code>.class {
background-color: #ccc;
}</code></pre>
<pre class="pre--flat">.class {
background-color: #ccc;
}</pre>
<ul>
<li>List Item</li>
<li>List Item</li>
<li>List Item</li>
<li>List Item
<ul>
<li>List Item</li>
<li>List Item
<ul>
<li>List Item</li>
</ul>
</li>
</ul>
</li>
<li>List Item</li>
</ul>
<ol>
<li>List Item</li>
<li>List Item
<ol>
<li>List Item
<ol>
<li>List Item</li>
</ol>
</li>
</ol>
</li>
<li>List Item</li>
</ol>
<ul class="list--unstyled">
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
<ul class="list--inline">
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
<dl>
<dt>Definition</dt>
<dd>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. </dd>
<dt>List</dt>
<dd>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. </dd>
</dl>
<dl class="dl--horizontal">
<dt>Definition</dt>
<dd>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. </dd>
<dt>List</dt>
<dd>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. </dd>
</dl>
<button class="button--xsm">Extra Small Button</button>
<button class="button--sm">Small Button</button>
<button>Default Button</button>
<button class="button--lg">Large Button</button>
<button class="button--xlg">Extra Large Button</button>
<button class="button--success">Success Button</button>
<button class="button--muted">Muted Button</button>
<button class="button--error">Error Button</button>
<button class="button--warning">Warning Button</button>
<button class="button--collapse">Collapsible Button</button>
<button class="button--bordered button--pill">Bordered Button</button>
<button class="button--bordered border--success">Bordered Success Button</button>
<button class="button--bordered border--muted">Bordered Muted Button</button>
<button class="button--bordered border--error">Bordered Error Button</button>
<button class="button--bordered border--warning">Bordered Warning Button</button>
<button class="button--bordered button--prefix">
<span class="prefix"><span class="icon-facebook"></span></span>
Prefix Button
</button>
<button class="button--bordered button--affix">
Affix Button
<span class="affix"><span class="icon-facebook"></span></span>
</button>
<button class="button--prefix">
<span class="prefix"><span class="icon-facebook"></span></span>
Prefix Button
</button>
<button class="button--affix">
Affix Button
<span class="affix"><span class="icon-facebook"></span></span>
</button>
<button class="button--flat">Flat Button</button>
<button class="button--flat" disabled>Disabled Flat Button</button>
<button disabled>Disabled Button</button>
<button class="button--full">Full-width Button</button>
<table>
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<div class="table--responsive">
<table class="table--full">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
</div>
<table class="table--full table--border table--hoverCell">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<table class="table--full table--borderOuter">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<table class="table--full table--borderHorizontal table--hoverRow">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<table class="table--full table--flat">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<table class="table--full table--fillEven">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
<tr>
<td>3</td>
<td>John</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<table class="table--full table--fillOdd">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John</td>
<td>Doe</td>
</tr>
<tr>
<td>2</td>
<td>Jane</td>
<td>Doe</td>
</tr>
<tr>
<td>3</td>
<td>John</td>
<td>Doe</td>
</tr>
</tbody>
</table>
<form>
<p>
<label for="firstname">First Name:</label>
<input type="text" id="firstname" placeholder="John">
<span class="input--help">Here is some help text</span>
</p>
<p>
<label for="lastname">Last Name:</label>
<input type="text" id="lastname" placeholder="Doe (readonly)" class="input--small" readonly>
</p>
<p>
<label for="success">Success Input:</label>
<input type="text" id="success" placeholder="Success" class="input--success">
</p>
<p>
<label for="warning">Warning Input:</label>
<input type="text" id="warning" placeholder="Warning" class="input--warning">
</p>
<p>
<label for="error">Error Input:</label>
<input type="text" id="error" placeholder="Error" class="input--error">
</p>
<p>
<label for="email">Email:</label>
<input id="email" type="email" name="email" class="input--flat" placeholder="john_doe@example.com">
</p>
<p>
<label for="website">Website:</label>
<input id="website" type="text" name="website" class="input--large" placeholder="http://example.com" disabled>
</p>
<p>
<label>Gender:</label>
<input id="male" type="radio" name="gender" value="Male"> <label for="male">Male</label> <br>
<input id="female" type="radio" name="gender" value="Female"> <label for="female">Female</label>
</p>
<p>
<label>Reason for contact:</label>
<input id="message" type="checkbox" name="gender" value="Male"> <label for="message">Message</label> <br>
<input id="quote" type="checkbox" name="gender" value="Female"> <label for="quote">Quote</label>
</p>
<p>
<select>
<option id="inquiry">Inquiry</option>
<option id="inquiry2">Inquiry</option>
<option id="inquiry3">Inquiry</option>
</select>
</p>
<p>
<select multiple>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
</p>
<p>
<input type="range" min="0" max="100">
</p>
<p>
<input type="date" class="datepicker">
</p>
<p>
<label for="message2">Message:</label>
<textarea id="message2" name="message2" rows="6"></textarea>
</p>
<fieldset>
<legend>Files</legend>
<input type="file">
</fieldset>
<p>
<input type="submit" value="Submit">
</p>
</form>
<form class="form--inline">
<label for="username1">Username:</label>
<input type="text" placeholder="Username" id="username1" />
<label for="password1">Password:</label>
<input id="password1" type="password" placeholder="Password" />
<input class="button" type="submit" value="Login" />
</form>
<form>
<div row>
<div column="1">
<label for="name1">Name:</label>
</div>
<div column="3">
<input type="text" id="name1" placeholder="John Doe" />
<p class="input--help">Here is some help text</p>
</div>
</div>
<div row>
<div column="1">
<label for="email1">Email:</label>
</div>
<div column="3">
<input id="email1" type="email" name="email" placeholder="john_doe@example.com" />
</div>
</div>
</form>
<div class="spinner"></div>
<div id="modal" class="modal">
<div class="modal-container">
<div class="modal-header">
Modal Header
<a href="#close" class="modal-close">×</a>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget bibendum eros. Integer rhoncus pretium orci ut sagittis. Proin sollicitudin sapien eu dui imperdiet, et viverra enim dignissim.</p>
</div>
<div class="modal-footer">
<p>Copyright © 2015</p>
</div>
</div>
</div>
<div id="modal2" class="modal modal--small">
<div class="modal-container">
<div class="modal-header">
Modal Header
<a href="#close" class="modal-close">×</a>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget bibendum eros. Integer rhoncus pretium orci ut sagittis. Proin sollicitudin sapien eu dui imperdiet, et viverra enim dignissim.</p>
</div>
<div class="modal-footer">
<p>Copyright © 2015</p>
</div>
</div>
</div>
<div id="modal3" class="modal modal--large">
<div class="modal-container">
<div class="modal-header">
Modal Header
<a href="#close" class="modal-close">×</a>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget bibendum eros. Integer rhoncus pretium orci ut sagittis. Proin sollicitudin sapien eu dui imperdiet, et viverra enim dignissim.</p>
</div>
<div class="modal-footer">
<p>Copyright © 2015</p>
</div>
</div>
</div>
<div id="modal4" class="modal modal--full">
<div class="modal-container">
<div class="modal-header">
Modal Header
<a href="#close" class="modal-close">×</a>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget bibendum eros. Integer rhoncus pretium orci ut sagittis. Proin sollicitudin sapien eu dui imperdiet, et viverra enim dignissim.</p>
</div>
<div class="modal-footer">
<p>Copyright © 2015</p>
</div>
</div>
</div>
<div id="modal5" class="modal modal--flat">
<div class="modal-container">
<div class="modal-header">
Modal Header
<a href="#close" class="modal-close">×</a>
</div>
<div class="modal-body">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget bibendum eros. Integer rhoncus pretium orci ut sagittis. Proin sollicitudin sapien eu dui imperdiet, et viverra enim dignissim.</p>
</div>
<div class="modal-footer">
<p>Copyright © 2015</p>
</div>
</div>
</div>
<p><a href="#modal">Open Modal</a></p>
<p><a href="#modal2">Open Small Modal</a></p>
<p><a href="#modal3">Open Large Modal</a></p>
<p><a href="#modal4">Open Full Modal</a></p>
<p><a href="#modal5">Open Flat Modal</a></p>
<p><span class="label">Label</span></p>
<p><span class="badge">25</span></p>
<p><a href="#" class="tooltip--top" data-hint="Left tooltip">Top tooltip</a></p>
<p><a href="#" class="tooltip--right" data-hint="Right tooltip">Right tooltip</a></p>
<p><a href="#" class="tooltip--bottom" data-hint="Bottom tooltip">Bottom tooltip</a></p>
<p><a href="#" class="tooltip--left" data-hint="Left tooltip">Left tooltip</a></p>
<p><a href="#" class="tooltip--right tooltip--always" data-hint="Persistent tooltip">Persistent Tooltip</a></p>
<div class="alert">
<a href="#close" class="alert-close">×</a>
<p><strong>Alert!</strong> This is a <a href="">standard message</a> for your application.</p>
</div>
<div class="alert alert--success">
<a href="#close" class="alert-close">×</a>
<p><strong>Success!</strong> This is a <a href="">success message</a> for your application.</p>
</div>
<div class="alert alert--warning">
<a href="#close" class="alert-close">×</a>
<p><strong>Warning!</strong> This is a <a href="">warning</a> for your application.</p>
</div>
<div class="alert alert--error">
<a href="#close" class="alert-close">×</a>
<p><strong>Error!</strong> This is an <a href="">error</a> for your application.</p>
</div>
<div row>
<div column="6">
<div class="card">
<div class="card-content">
<h3 class="card-title">Card Title</h3>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p>
</div>
<div class="card-footer">
<a href="">Leave a comment?</a>
</div>
</div>
</div>
<div column="6">
<div class="card">
<div class="card-image">
<img src="http://concisecss.com/images/bg.jpg" alt="Card with image">
<h3 class="card-title">Card Title</h3>
</div>
<div class="card-content">
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p>
</div>
<div class="card-footer">
<a href="">Read More »</a>
</div>
</div>
</div>
</div>
<div class="collection">
<div class="collection-header">
<h3>Collection Header</h3>
</div>
<div class="collection-item">
Collection Item
</div>
<div class="collection-item is-active">
Active Collection Item
</div>
<div class="collection-item">
Collection Item
</div>
</div>
<div class="collection">
<a href="#" class="collection-item">Collection Item</a>
<a href="#" class="collection-item is-active">Active Collection Item</a>
<a href="#" class="collection-item">Collection Item</a>
</div>
<ul class="group">
<li class="group-item"><a href="#">Left</a></li>
<li class="group-item"><a href="#">Center</a></li>
<li class="group-item"><a href="#">Right</a></li>
</ul>
<ul class="group">
<li class="group-item"><a href="#"><span class="icon-chevron-small-left"></span> First</a></li>
<li class="group-item"><a href="#">1</a></li>
<li class="group-item"><a href="#">2</a></li>
<li class="group-item is-active"><a href="#">3</a></li>
<li class="group-item"><a href="#">4</a></li>
<li class="group-item"><a href="#">Last <span class="icon-chevron-small-right"></span></a></li>
</ul>
<div class="progress progress--small">
<span style="width: 25%" class="bg-blue">50%</span>
</div>
<div class="progress">
<span style="width: 50%">25%</span>
</div>
<div class="progress progress--large">
<span style="width: 75%">75%</span>
</div>
<div class="progress progress--striped">
<span class="bg-red" style="width: 90%"></span>
</div>
<div class="progress progress--striped progress--animate">
<span class="bg-red" style="width: 90%"></span>
</div>
<div class="progress progress--stacked">
<span style="width: 25%"></span>
<span style="width: 25%" class="bg--success"></span>
<span style="width: 25%" class="bg--error"></span>
<span style="width: 20%" class="bg--warning"></span>
</div>
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Features</a></li>
<li class="is-active"><a href="#">Feature</a></li>
</ul>
<ul class="breadcrumbs breadcrumbs--flat">
<li><a href="#">Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Features</a></li>
<li class="is-active"><a href="#">Feature</a></li>
</ul>
<div tabindex="0" class="dropdown button">
Dropdown Button »
<ul class="dropdown-content">
<li>Home</li>
<li>Account</li>
<li>Settings</li>
</ul>
</div>
<br>
<div tabindex="0" class="dropdown">
Dropdown
<ul class="dropdown-content">
<li>Home</li>
<li>Account</li>
<li>Settings</li>
</ul>
</div>
<br>
<div tabindex="0" class="dropdown dropdown--small">
Dropdown Small
<ul class="dropdown-content">
<li>Home</li>
<li>Account</li>
<li>Settings</li>
</ul>
</div>
<br>
<div tabindex="0" class="dropdown dropdown--large">
Dropdown Large
<ul class="dropdown-content">
<li>Home</li>
<li>Account</li>
<li>Settings</li>
</ul>
</div>
<br>
<div tabindex="0" class="dropdown dropdown--top">
Dropdown Top
<ul class="dropdown-content">
<li>Home</li>
<li>Account</li>
<li>Settings</li>
</ul>
</div>
<br>
<div tabindex="0" class="dropdown">
Dropdown Content
<div class="dropdown-content">
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</p>
</div>
</div>
<br>
<div tabindex="0" class="dropdown dropdown--hover">
Dropdown Hover
<div class="dropdown-content">
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.</p>
</div>
</div>
</body>
</html>