survivalkit 0.2.1 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (159) hide show
  1. data/lib/survivalkit.rb +2 -2
  2. data/stylesheets/survivalkit/extend/_helpers.sass +13 -9
  3. data/stylesheets/survivalkit/extend/_sticky-footer.sass +4 -4
  4. data/stylesheets/survivalkit/mixins/_all.sass +1 -0
  5. data/stylesheets/survivalkit/mixins/_breakpoint.sass +68 -0
  6. data/stylesheets/survivalkit/mixins/_helpers.sass +13 -0
  7. data/stylesheets/survivalkit/mixins/_pseudo.sass +0 -1
  8. data/stylesheets/survivalkit/mixins/_typography.sass +2 -2
  9. data/stylesheets/survivalkit/reset/_normalize.scss +506 -0
  10. data/stylesheets/survivalkit/style-tile/_all.sass +1 -0
  11. data/stylesheets/survivalkit/style-tile/_tile-layout.sass +143 -0
  12. data/stylesheets/survivalkit/survival_kit/_survival-kit.sass +35 -28
  13. data/stylesheets/survivalkit/variables/_color_names.sass +148 -148
  14. data/templates/project/files/html/survivalkit/elements-common.html +453 -453
  15. data/templates/project/files/html/survivalkit/elements-html5.html +2791 -2791
  16. data/templates/project/files/html/survivalkit/elements-typography.html +102 -102
  17. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal-css.html +1688 -1688
  18. data/templates/project/files/html/survivalkit/elements-ui-patterns-drupal.html +1688 -1688
  19. data/templates/project/files/html/survivalkit/elements-ui-patterns.html +57 -57
  20. data/templates/project/files/html/survivalkit/styletile/styletile.html +13 -5
  21. data/templates/project/ie.sass +1 -1
  22. data/templates/project/manifest.rb +13 -21
  23. data/templates/project/partials/01-variables/_all.sass +1 -2
  24. data/templates/project/partials/01-variables/_base.sass +124 -10
  25. data/templates/project/partials/01-variables/_fonts.sass +1 -1
  26. data/templates/project/partials/02-reset/_reset.sass +4 -5
  27. data/templates/project/partials/03-extend/_typography.sass +9 -9
  28. data/templates/project/partials/04-defaults/_all.sass +8 -9
  29. data/templates/project/partials/04-defaults/_common.sass +56 -3
  30. data/templates/project/partials/04-defaults/{markup/_edits.sass → _edits.sass} +0 -0
  31. data/templates/project/partials/04-defaults/{markup/_headers.sass → _headers.sass} +14 -14
  32. data/templates/project/partials/04-defaults/{markup/_images.sass → _images.sass} +1 -1
  33. data/templates/project/partials/04-defaults/{markup/_semantics.sass → _semantics.sass} +9 -9
  34. data/templates/project/partials/04-defaults/{markup/_tables.sass → _tables.sass} +1 -1
  35. data/templates/project/partials/04-defaults/{markup/forms → forms}/_form-defaults.sass +5 -5
  36. data/templates/project/partials/04-defaults/{markup/forms → forms}/_formalize.sass +0 -0
  37. data/templates/project/partials/05-grids/_grids-susy.sass +3 -13
  38. data/templates/project/partials/06-ui-patterns/{drupal/_ui-patterns.sass → _drupal-patterns.sass} +0 -0
  39. data/templates/project/partials/{08-layout-design → 08-your-design-here}/_design.sass +0 -0
  40. data/templates/project/partials/09-styletile/_tile-design.sass +22 -7
  41. data/templates/project/partials/{11-media → 10-media}/_print.sass +1 -1
  42. data/templates/project/partials/{12-browser-adjustments → 11-browser-adjustments}/_ie.sass +0 -0
  43. data/templates/project/partials/{12-browser-adjustments → 11-browser-adjustments}/_modernizr.sass +0 -0
  44. data/templates/project/partials/{12-browser-adjustments → 11-browser-adjustments}/_selectivizr.sass +0 -0
  45. data/templates/project/selectivizr.sass +1 -1
  46. data/templates/project/style.sass +7 -13
  47. data/templates/project/templates/old/survivalkit/partials/common/abbr.haml +2 -2
  48. data/templates/project/templates/old/survivalkit/partials/common/acronym.haml +2 -2
  49. data/templates/project/templates/old/survivalkit/partials/common/characters.haml +2 -2
  50. data/templates/project/templates/old/survivalkit/partials/common/cite.haml +2 -2
  51. data/templates/project/templates/old/survivalkit/partials/common/code.haml +2 -2
  52. data/templates/project/templates/old/survivalkit/partials/common/dfn.haml +2 -2
  53. data/templates/project/templates/old/survivalkit/partials/common/em.haml +3 -3
  54. data/templates/project/templates/old/survivalkit/partials/common/forms.haml +2 -2
  55. data/templates/project/templates/old/survivalkit/partials/common/headers.haml +2 -2
  56. data/templates/project/templates/old/survivalkit/partials/common/inline-images.haml +2 -2
  57. data/templates/project/templates/old/survivalkit/partials/common/kbd.haml +2 -2
  58. data/templates/project/templates/old/survivalkit/partials/common/links.haml +2 -2
  59. data/templates/project/templates/old/survivalkit/partials/common/lists.haml +2 -2
  60. data/templates/project/templates/old/survivalkit/partials/common/others.haml +2 -2
  61. data/templates/project/templates/old/survivalkit/partials/common/paragraphs.haml +2 -2
  62. data/templates/project/templates/old/survivalkit/partials/common/pre.haml +9 -9
  63. data/templates/project/templates/old/survivalkit/partials/common/q.haml +2 -2
  64. data/templates/project/templates/old/survivalkit/partials/common/samp.haml +2 -2
  65. data/templates/project/templates/old/survivalkit/partials/common/strong.haml +2 -2
  66. data/templates/project/templates/old/survivalkit/partials/common/tables.haml +2 -2
  67. data/templates/project/templates/old/survivalkit/partials/common/var.haml +2 -2
  68. data/templates/project/templates/old/survivalkit/partials/html5/a.haml +2 -2
  69. data/templates/project/templates/old/survivalkit/partials/html5/abbr.haml +2 -2
  70. data/templates/project/templates/old/survivalkit/partials/html5/address.haml +2 -2
  71. data/templates/project/templates/old/survivalkit/partials/html5/all-headings.haml +2 -2
  72. data/templates/project/templates/old/survivalkit/partials/html5/article.haml +2 -2
  73. data/templates/project/templates/old/survivalkit/partials/html5/aside.haml +2 -2
  74. data/templates/project/templates/old/survivalkit/partials/html5/b.haml +2 -2
  75. data/templates/project/templates/old/survivalkit/partials/html5/bdi.haml +2 -2
  76. data/templates/project/templates/old/survivalkit/partials/html5/blockquote.haml +2 -2
  77. data/templates/project/templates/old/survivalkit/partials/html5/cite.haml +2 -2
  78. data/templates/project/templates/old/survivalkit/partials/html5/code.haml +3 -3
  79. data/templates/project/templates/old/survivalkit/partials/html5/details.haml +2 -2
  80. data/templates/project/templates/old/survivalkit/partials/html5/dfn.haml +2 -2
  81. data/templates/project/templates/old/survivalkit/partials/html5/dl.haml +2 -2
  82. data/templates/project/templates/old/survivalkit/partials/html5/em.haml +2 -2
  83. data/templates/project/templates/old/survivalkit/partials/html5/fieldset.haml +2 -2
  84. data/templates/project/templates/old/survivalkit/partials/html5/figure.haml +2 -2
  85. data/templates/project/templates/old/survivalkit/partials/html5/footer.haml +2 -2
  86. data/templates/project/templates/old/survivalkit/partials/html5/header.haml +2 -2
  87. data/templates/project/templates/old/survivalkit/partials/html5/hgroup.haml +2 -2
  88. data/templates/project/templates/old/survivalkit/partials/html5/hr.haml +2 -2
  89. data/templates/project/templates/old/survivalkit/partials/html5/i.haml +2 -2
  90. data/templates/project/templates/old/survivalkit/partials/html5/kbd.haml +2 -2
  91. data/templates/project/templates/old/survivalkit/partials/html5/label.haml +2 -2
  92. data/templates/project/templates/old/survivalkit/partials/html5/li.haml +2 -2
  93. data/templates/project/templates/old/survivalkit/partials/html5/mark.haml +2 -2
  94. data/templates/project/templates/old/survivalkit/partials/html5/menu.haml +2 -2
  95. data/templates/project/templates/old/survivalkit/partials/html5/nav.haml +2 -2
  96. data/templates/project/templates/old/survivalkit/partials/html5/ol.haml +2 -2
  97. data/templates/project/templates/old/survivalkit/partials/html5/p.haml +2 -2
  98. data/templates/project/templates/old/survivalkit/partials/html5/pre.haml +11 -11
  99. data/templates/project/templates/old/survivalkit/partials/html5/q.haml +2 -2
  100. data/templates/project/templates/old/survivalkit/partials/html5/ruby.haml +2 -2
  101. data/templates/project/templates/old/survivalkit/partials/html5/s.haml +2 -2
  102. data/templates/project/templates/old/survivalkit/partials/html5/samp.haml +2 -2
  103. data/templates/project/templates/old/survivalkit/partials/html5/sample-forms.haml +2 -2
  104. data/templates/project/templates/old/survivalkit/partials/html5/sample-tables.haml +2 -2
  105. data/templates/project/templates/old/survivalkit/partials/html5/section.haml +2 -2
  106. data/templates/project/templates/old/survivalkit/partials/html5/small.haml +2 -2
  107. data/templates/project/templates/old/survivalkit/partials/html5/strong.haml +2 -2
  108. data/templates/project/templates/old/survivalkit/partials/html5/sub-sup.haml +2 -2
  109. data/templates/project/templates/old/survivalkit/partials/html5/table.haml +2 -2
  110. data/templates/project/templates/old/survivalkit/partials/html5/text-summary.haml +2 -2
  111. data/templates/project/templates/old/survivalkit/partials/html5/thead.haml +2 -2
  112. data/templates/project/templates/old/survivalkit/partials/html5/time.haml +2 -2
  113. data/templates/project/templates/old/survivalkit/partials/html5/ul.haml +2 -2
  114. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/block.haml +2 -2
  115. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/breadcrumbs.haml +2 -2
  116. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/comments.haml +2 -2
  117. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/field-image.haml +2 -2
  118. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-comment.haml +2 -2
  119. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-login.haml +2 -2
  120. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-account.haml +2 -2
  121. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/form-new-password.haml +2 -2
  122. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/links.haml +2 -2
  123. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/menu.haml +2 -2
  124. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/messages.haml +2 -2
  125. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/node.haml +2 -2
  126. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/pager.haml +2 -2
  127. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/rss-link.haml +1 -1
  128. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/search.haml +2 -2
  129. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/site-name.haml +2 -2
  130. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/tabs.haml +2 -2
  131. data/templates/project/templates/old/survivalkit/partials/patterns-drupal/taxonomy.haml +2 -2
  132. data/templates/project/templates/old/survivalkit/partials/patterns-general/block.haml +2 -2
  133. data/templates/project/templates/old/survivalkit/partials/patterns-general/breadcrumbs.haml +2 -2
  134. data/templates/project/templates/old/survivalkit/partials/patterns-general/comments.haml +2 -2
  135. data/templates/project/templates/old/survivalkit/partials/patterns-general/field-image.haml +2 -2
  136. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-comment.haml +2 -2
  137. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-login.haml +2 -2
  138. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-account.haml +2 -2
  139. data/templates/project/templates/old/survivalkit/partials/patterns-general/form-new-password.haml +2 -2
  140. data/templates/project/templates/old/survivalkit/partials/patterns-general/links.haml +2 -2
  141. data/templates/project/templates/old/survivalkit/partials/patterns-general/menu.haml +2 -2
  142. data/templates/project/templates/old/survivalkit/partials/patterns-general/messages.haml +2 -2
  143. data/templates/project/templates/old/survivalkit/partials/patterns-general/node.haml +2 -2
  144. data/templates/project/templates/old/survivalkit/partials/patterns-general/pager.haml +2 -2
  145. data/templates/project/templates/old/survivalkit/partials/patterns-general/rss-link.haml +1 -1
  146. data/templates/project/templates/old/survivalkit/partials/patterns-general/search.haml +2 -2
  147. data/templates/project/templates/old/survivalkit/partials/patterns-general/site-name.haml +2 -2
  148. data/templates/project/templates/old/survivalkit/partials/patterns-general/tabs.haml +2 -2
  149. data/templates/project/templates/old/survivalkit/partials/patterns-general/taxonomy.haml +2 -2
  150. metadata +25 -31
  151. data/stylesheets/survivalkit/reset/_normalize.sass +0 -342
  152. data/templates/project/partials/01-variables/_grids-all.sass +0 -11
  153. data/templates/project/partials/04-defaults/markup/_grouping.sass +0 -52
  154. data/templates/project/partials/05-grids/_grids-blueprint.sass +0 -20
  155. data/templates/project/partials/08-layout-design/_layout.sass +0 -8
  156. data/templates/project/partials/09-styletile/_tile-layout.sass +0 -80
  157. data/templates/project/partials/10-responsive/_mixins.sass +0 -27
  158. data/templates/project/partials/10-responsive/_responsive-blueprint.sass +0 -139
  159. data/templates/project/partials/10-responsive/_responsive-susy.sass +0 -112
@@ -86,461 +86,461 @@
86
86
  <nav class='section-nav'></nav>
87
87
  <div id='main' role='main'>
88
88
  <!-- Common HTML Elements -->
89
- <section class='element-group' id='common'>
90
- <h1 class='section-title'>Common Elements</h1>
91
- <article class='element' id='headers'>
92
- <h2 class='element-title'>Headers</h2>
93
- <div class='markup'>
94
- <h1>Header 1</h1>
95
- <h2>Header 2</h2>
96
- <h3>Header 3</h3>
97
- <h4>Header 4</h4>
98
- <h5>Header 5</h5>
99
- <h6>Header 6</h6>
100
- </div>
101
- <p>Headers with a following paragraph</p>
102
- <div class='markup'>
103
- <h1>Header 1</h1>
104
- <p>How vain and foolish, then, thought I, for timid untravelled man to try to comprehend aright this wondrous whale, by merely poring over his dead attenuated skeleton, stretched in this peaceful wood. No. Only in the heart of quickest perils; only when within the eddyings of his angry flukes; only on the profound unbounded sea, can the fully invested whale be truly and livingly found out.</p>
105
- <h2>Header 2</h2>
106
- <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
107
- <h3>Header 3</h3>
108
- <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
109
- <h4>Header 4</h4>
110
- <p>People were watching for Martians here from the church towers. My brother, very luckily for him as it chanced, preferred to push on at once to the coast rather than wait for food, although all three of them were very hungry. By midday they passed through Tillingham, which, strangely enough, seemed to be quite silent and deserted, save for a few furtive plunderers hunting for food. Near Tillingham they suddenly came in sight of the sea, and the most amazing crowd of shipping of all sorts that it is possible to imagine.</p>
111
- <h5>Header 5</h5>
112
- <p>"The unforeseen does not exist," quietly replied Phileas Fogg.</p>
113
- <h6>Header 6</h6>
114
- <p>Another man now joined the group, and, after making his formal greetings to his ruler, said:</p>
115
- </div>
116
- </article>
117
- <article class='element' id='characters'>
118
- <h2 class='element-title'>Characters</h2>
119
- <div class='markup'>
120
- <p>0 1 2 3 4 5 6 7 8 9</p>
121
- <p>+ - – — _ = ? ! ~ ( ) [ ] { } * ^ | "" \'\' `´ / \ & @ £ $ § ½ % ¨ ; : . ,</p>
122
- <p>a b c d e f g h i j k l m n o p q r s t u v w x y z ö ä å</p>
123
- <p>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ö Ä Å</p>
124
- <h3>UTF-8 test</h3>
125
- <p>Ä, ä, Ö, ö, Ü, ü, ß</p>
126
- <p>Š Ť Ž Ľ Č Ě Ď Ň Ř Ů Ĺ</p>
127
- <p>ХЦЧШЩЬЫЪЭЮЯ</p>
128
- </div>
129
- </article>
130
- <article class='element' id='paragraphs'>
131
- <h2 class='element-title'>Paragraphs</h2>
132
- <div class='markup'>
133
- <p>
134
- I leave a
135
- <em>white and turbid</em>
136
- wake; pale waters, paler cheeks, where'er I sail. The envious billows sidelong swell to whelm my track; let them; but first I pass.
137
- </p>
138
- <p>
139
- Yonder, by ever-brimming goblet's rim,
140
- <strong>the warm waves</strong>
141
- blush like wine. The gold brow plumbs the blue. The diver sun—slow dived from noon—goes down; my soul mounts up! she wearies with her endless hill. Is, then, the crown too heavy that I wear? this Iron Crown of Lombardy. Yet is it bright with many a gem; I the wearer, see not its far flashings; but darkly feel that I wear that, that
142
- <a href=''>dazzlingly confounds</a>.
143
- 'Tis iron—that I know—not gold. 'Tis split, too—that I feel; the jagged edge galls me so, my brain seems to beat against the solid metal; aye, steel skull, mine; the sort that needs no helmet in the most brain-battering fight!
144
- </p>
145
- <p>Dry heat upon my brow? Oh! time was, when as the sunrise nobly spurred me, so the sunset soothed. No more. This lovely light, it lights not me; all loveliness is anguish to me, since I can ne'er enjoy. Gifted with the high perception, I lack the low, enjoying power; damned, most subtly and most malignantly! damned in the midst of Paradise! Good night—good night! (WAVING HIS HAND, HE MOVES FROM THE WINDOW.)</p>
146
- </div>
147
- </article>
148
- <article class='element' id='links'>
149
- <h2 class='element-title'>Links</h2>
150
- <div class='markup'>
151
- <a href='#'>Local link</a>
89
+ <section class='element-group' id='common'>
90
+ <h1 class='section-title'>Common Elements</h1>
91
+ <div class='element' id='headers'>
92
+ <h2 class='element-title'>Headers</h2>
93
+ <div class='markup'>
94
+ <h1>Header 1</h1>
95
+ <h2>Header 2</h2>
96
+ <h3>Header 3</h3>
97
+ <h4>Header 4</h4>
98
+ <h5>Header 5</h5>
99
+ <h6>Header 6</h6>
100
+ </div>
101
+ <p>Headers with a following paragraph</p>
102
+ <div class='markup'>
103
+ <h1>Header 1</h1>
104
+ <p>How vain and foolish, then, thought I, for timid untravelled man to try to comprehend aright this wondrous whale, by merely poring over his dead attenuated skeleton, stretched in this peaceful wood. No. Only in the heart of quickest perils; only when within the eddyings of his angry flukes; only on the profound unbounded sea, can the fully invested whale be truly and livingly found out.</p>
105
+ <h2>Header 2</h2>
106
+ <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
107
+ <h3>Header 3</h3>
108
+ <p>Within Pellucidar one time is as good as another. There were no nights to mask our attempted escape. All must be done in broad day-light—all but the work I had to do in the apartment beneath the building. So we determined to put our plan to an immediate test lest the Mahars who made it possible should awake before I reached them; but we were doomed to disappointment, for no sooner had we reached the main floor of the building on our way to the pits beneath, than we encountered hurrying bands of slaves being hastened under strong Sagoth guard out of the edifice to the avenue beyond.</p>
109
+ <h4>Header 4</h4>
110
+ <p>People were watching for Martians here from the church towers. My brother, very luckily for him as it chanced, preferred to push on at once to the coast rather than wait for food, although all three of them were very hungry. By midday they passed through Tillingham, which, strangely enough, seemed to be quite silent and deserted, save for a few furtive plunderers hunting for food. Near Tillingham they suddenly came in sight of the sea, and the most amazing crowd of shipping of all sorts that it is possible to imagine.</p>
111
+ <h5>Header 5</h5>
112
+ <p>"The unforeseen does not exist," quietly replied Phileas Fogg.</p>
113
+ <h6>Header 6</h6>
114
+ <p>Another man now joined the group, and, after making his formal greetings to his ruler, said:</p>
115
+ </div>
116
+ </div>
117
+ <div class='element' id='characters'>
118
+ <h2 class='element-title'>Characters</h2>
119
+ <div class='markup'>
120
+ <p>0 1 2 3 4 5 6 7 8 9</p>
121
+ <p>+ - – — _ = ? ! ~ ( ) [ ] { } * ^ | "" \'\' `´ / \ & @ £ $ § ½ % ¨ ; : . ,</p>
122
+ <p>a b c d e f g h i j k l m n o p q r s t u v w x y z ö ä å</p>
123
+ <p>A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Ö Ä Å</p>
124
+ <h3>UTF-8 test</h3>
125
+ <p>Ä, ä, Ö, ö, Ü, ü, ß</p>
126
+ <p>Š Ť Ž Ľ Č Ě Ď Ň Ř Ů Ĺ</p>
127
+ <p>ХЦЧШЩЬЫЪЭЮЯ</p>
128
+ </div>
129
+ </div>
130
+ <div class='element' id='paragraphs'>
131
+ <h2 class='element-title'>Paragraphs</h2>
132
+ <div class='markup'>
133
+ <p>
134
+ I leave a
135
+ <em>white and turbid</em>
136
+ wake; pale waters, paler cheeks, where'er I sail. The envious billows sidelong swell to whelm my track; let them; but first I pass.
137
+ </p>
138
+ <p>
139
+ Yonder, by ever-brimming goblet's rim,
140
+ <strong>the warm waves</strong>
141
+ blush like wine. The gold brow plumbs the blue. The diver sun—slow dived from noon—goes down; my soul mounts up! she wearies with her endless hill. Is, then, the crown too heavy that I wear? this Iron Crown of Lombardy. Yet is it bright with many a gem; I the wearer, see not its far flashings; but darkly feel that I wear that, that
142
+ <a href=''>dazzlingly confounds</a>.
143
+ 'Tis iron—that I know—not gold. 'Tis split, too—that I feel; the jagged edge galls me so, my brain seems to beat against the solid metal; aye, steel skull, mine; the sort that needs no helmet in the most brain-battering fight!
144
+ </p>
145
+ <p>Dry heat upon my brow? Oh! time was, when as the sunrise nobly spurred me, so the sunset soothed. No more. This lovely light, it lights not me; all loveliness is anguish to me, since I can ne'er enjoy. Gifted with the high perception, I lack the low, enjoying power; damned, most subtly and most malignantly! damned in the midst of Paradise! Good night—good night! (WAVING HIS HAND, HE MOVES FROM THE WINDOW.)</p>
146
+ </div>
147
+ </div>
148
+ <div class='element' id='links'>
149
+ <h2 class='element-title'>Links</h2>
150
+ <div class='markup'>
151
+ <a href='#'>Local link</a>
152
+ <br>
153
+ <a class='external' href='http://www.google.com'>External link</a>
154
+ <br>
155
+ <a href='https://www.google.com'>External link with encrypted connection</a>
156
+ <br>
157
+ <a href='mailto:test@kiwi-themes.com'>E-mail link</a>
158
+ </br>
159
+ </br>
160
+ </br>
161
+ </div>
162
+ </div>
163
+ <div class='element' id='lists'>
164
+ <h2 class='element-title'>Lists</h2>
165
+ <div class='markup'>
166
+ <h3>Unordered List</h3>
167
+ <ul>
168
+ <li>Apple</li>
169
+ <li>Pear</li>
170
+ <li>Banana</li>
171
+ <li>Orange</li>
172
+ <li>Carrot</li>
173
+ </ul>
174
+ </div>
175
+ <div class='markup'>
176
+ <h3>Ordered List</h3>
177
+ <ol>
178
+ <li>First</li>
179
+ <li>Second</li>
180
+ <li>Third</li>
181
+ <li>Fourth</li>
182
+ </ol>
183
+ </div>
184
+ <div class='markup'>
185
+ <h3>Definition List</h3>
186
+ <dl>
187
+ <dt>Definition List Title</dt>
188
+ <dd>This is a definition list division.</dd>
189
+ <dt>Inkscape</dt>
190
+ <dd>Open Source vector graphics editor</dd>
191
+ <dt>SVG</dt>
192
+ <dd>Scalable Vector Graphics</dd>
193
+ <dd>W3C standard</dd>
194
+ <dt>GIMP</dt>
195
+ <dd>GNU Image Manipulation Program</dd>
196
+ <dt>Drupal</dt>
197
+ <dd>Content Management System</dd>
198
+ </dl>
199
+ </div>
200
+ <div class='markup'>
201
+ <h3>Nested lists</h3>
202
+ <ol>
203
+ <li>
204
+ one, two
205
+ <ol>
206
+ <li>buckle my shoe</li>
207
+ </ol>
208
+ </li>
209
+ <li>
210
+ three, four
211
+ <ol>
212
+ <li>knock at the door</li>
213
+ </ol>
214
+ </li>
215
+ <li>
216
+ Five, six
217
+ <ol>
218
+ <li>pick up sticks</li>
219
+ </ol>
220
+ </li>
221
+ <li>
222
+ Seven, eight, lay them straight
223
+ <ol>
224
+ <li>Nine, ten, a big fat hen</li>
225
+ <li>Eleven, twelve, dig and delve</li>
226
+ <li>Thirteen, fourteen, maids a’courting</li>
227
+ <li>Fifteen, sixteen, maids in the kitchen</li>
228
+ <li>Seventeen, eighteen, maids a’waiting</li>
229
+ <li>Nineteen, twenty, my platter’s empty …</li>
230
+ </ol>
231
+ </li>
232
+ </ol>
233
+ </div>
234
+ </div>
235
+ <div class='element' id='pre'>
236
+ <h2 class='element-title'>
237
+ <a href='http://developers.whatwg.org/grouping-content.html#the-pre-element'>pre</a>
238
+ </h2>
239
+ <div class='markup'>
240
+ <p>
241
+ This is the
242
+ <code>Panel</code>
243
+ constructor:
244
+ </p>
245
+ <pre><code>function Panel(element, canClose, closeHandler) {&#x000A; this.element = element;&#x000A; this.canClose = canClose;&#x000A; this.closeHandler = function () { if (closeHandler) closeHandler() };&#x000A; } .markup</code></pre>
246
+ <pre> () o | | /| / o&#x000A; /\ ,_ __, | | |__/ _|_&#x000A; / \| | / | | |_| | |_/ | |/ | \ | |&#x000A;/(__/ \_/|_/ |_/ \/ |_/ \/ \_/|_/|__/ | \_/|_/|_/</pre>
247
+ </div>
248
+ </div>
249
+ </section>
250
+ <!-- Phrase-level HTML Elements -->
251
+ <section class='element-group' id='phrase-elements'>
252
+ <h1 class='section-title'>Phrase Elements</h1>
253
+ <div class='element' id='em'>
254
+ <h2 class='element-title'>em</h2>
255
+ <div class='markup'>
256
+ <p>
257
+ Element used to
258
+ <em>put emphasis on certain information</em>
259
+ Most browsers display emphases text in italics by default.
260
+ <br>
261
+ Sample:
262
+ <em>This is emphasized text</em>
263
+ </br>
264
+ </p>
265
+ </div>
266
+ </div>
267
+ <div class='element' id='strong'>
268
+ <h2 class='element-title'>strong</h2>
269
+ <div class='markup'>
270
+ <p>
271
+ This element stands for "stronger emphasis" and is used for marking more important text.
272
+ <br>
273
+ Sample:
274
+ <strong>This is text with stronger emphasis</strong>
275
+ </br>
276
+ </p>
277
+ </div>
278
+ </div>
279
+ <div class='element' id='cite'>
280
+ <h2 class='element-title'>cite</h2>
281
+ <div class='markup'>
282
+ <p>
283
+ According to
284
+ <cite>W3C specification,</cite>
285
+ we use
286
+ <code>cite</code>
287
+ element to define source of a quotation or reference.
288
+ <br>
289
+ Sample:
290
+ <cite>This is quotation source</cite>
291
+ </br>
292
+ </p>
293
+ </div>
294
+ </div>
295
+ <div class='element' id='dfn'>
296
+ <h2 class='element-title'>dfn</h2>
297
+ <div class='markup'>
298
+ <p>
299
+ Element used to markup inline definition of a single term.
300
+ <br>
301
+ Sample:
302
+ <dfn>This is definition</dfn>
303
+ </br>
304
+ </p>
305
+ </div>
306
+ </div>
307
+ <div class='element' id='code'>
308
+ <h2 class='element-title'>code</h2>
309
+ <div class='markup'>
310
+ <p>
311
+ This element informs the browser that it contains a computer code, such as XHTML markup.
312
+ <br>
313
+ Sample:
314
+ <code>document.write("Hello world");</code>
315
+ </br>
316
+ </p>
317
+ </div>
318
+ </div>
319
+ <div class='element' id='samp'>
320
+ <h2 class='element-title'>samp</h2>
321
+ <div class='markup'>
322
+ <p>
323
+ Defines computer output data, for example we can use it to markup error messages.
324
+ <br>
325
+ Sample:
326
+ <samp>Error: no such file or directory</samp>
327
+ </br>
328
+ </p>
329
+ </div>
330
+ </div>
331
+ <div class='element' id='kbd'>
332
+ <h2 class='element-title'>kbd</h2>
333
+ <div class='markup'>
334
+ <p>
335
+ Means information that should be entered by the user.
336
+ <br>
337
+ Sample: press
338
+ <kbd>Alt + F4</kbd>
339
+ to close this window.
340
+ <kbd>ESC</kbd>
341
+ </br>
342
+ </p>
343
+ </div>
344
+ </div>
345
+ <div class='element' id='var'>
346
+ <h2 class='element-title'>var</h2>
347
+ <div class='markup'>
348
+ <p>
349
+ Means variables used in computer programs or scripts.
350
+ <br>
351
+ Sample:
352
+ <var>counter</var>
353
+ </br>
354
+ </p>
355
+ </div>
356
+ </div>
357
+ <div class='element' id='abbr'>
358
+ <h2 class='element-title'>abbr</h2>
359
+ <div class='markup'>
360
+ <p>
361
+ Abbreviation / a shortened form of a word or phrase.
362
+ <br>
363
+ Sample:
364
+ <abbr title='doctor'>dr</abbr>
365
+ </br>
366
+ </p>
367
+ </div>
368
+ </div>
369
+ <div class='element' id='acronym'>
370
+ <h2 class='element-title'>acronym</h2>
371
+ <div class='markup'>
372
+ <p>
373
+ Acronym / a word formed from the initial letters of other words.
374
+ <br>
375
+ Sample acronyms:
376
+ <acronym title='eXtensible HyperText Markup Language'>XHTML</acronym>
377
+ </br>
378
+ </p>
379
+ </div>
380
+ </div>
381
+ <div class='element' id='q'>
382
+ <h2 class='element-title'>q</h2>
383
+ <div class='markup'>
384
+ <p>
385
+ Inline quotation.
386
+ <br>
387
+ Sample:
388
+ <q>This is sample quotation</q>
389
+ </br>
390
+ </p>
391
+ </div>
392
+ </div>
393
+ <div class='element' id='others'>
394
+ <h2 class='element-title'>Other Elements</h2>
395
+ <div class='markup'>
396
+ <h3>Subscript and superscript samples</h3>
397
+ <p>
398
+ H<sub>2</sub>O,
399
+ <br>
400
+ E = mc<sup>2</sup>,
401
+ <br>
402
+ The 14
403
+ <sup>th</sup>
404
+ of September
405
+ </br>
406
+ </br>
407
+ </p>
408
+ <h3>Insertion and deletion samples</h3>
409
+ <p>
410
+ <ins datetime='2009-07-12T08:15:30+02:00' title='Added new information according to suggestions'>This information was just added.</ins>
411
+ <br>
412
+ <del>Whilte this information is no longer valid.</del>
413
+ </br>
414
+ </p>
415
+ <h3>Presentational elements</h3>
416
+ <p>
417
+ <b>Bold text</b>
418
+ <br>
419
+ <i>Italic text</i>
420
+ <br>
421
+ <tt>Typewriter text</tt>
422
+ <br>
423
+ <big>Big</big>
424
+ <br>
425
+ <small>Small</small>
152
426
  <br>
153
- <a class='external' href='http://www.google.com'>External link</a>
154
- <br>
155
- <a href='https://www.google.com'>External link with encrypted connection</a>
156
- <br>
157
- <a href='mailto:test@kiwi-themes.com'>E-mail link</a>
158
- </br>
159
- </br>
427
+ Horizontal rule:
160
428
  </br>
161
- </div>
162
- </article>
163
- <article class='element' id='lists'>
164
- <h2 class='element-title'>Lists</h2>
165
- <div class='markup'>
166
- <h3>Unordered List</h3>
167
- <ul>
168
- <li>Apple</li>
169
- <li>Pear</li>
170
- <li>Banana</li>
171
- <li>Orange</li>
172
- <li>Carrot</li>
173
- </ul>
174
- </div>
175
- <div class='markup'>
176
- <h3>Ordered List</h3>
177
- <ol>
178
- <li>First</li>
179
- <li>Second</li>
180
- <li>Third</li>
181
- <li>Fourth</li>
182
- </ol>
183
- </div>
184
- <div class='markup'>
185
- <h3>Definition List</h3>
186
- <dl>
187
- <dt>Definition List Title</dt>
188
- <dd>This is a definition list division.</dd>
189
- <dt>Inkscape</dt>
190
- <dd>Open Source vector graphics editor</dd>
191
- <dt>SVG</dt>
192
- <dd>Scalable Vector Graphics</dd>
193
- <dd>W3C standard</dd>
194
- <dt>GIMP</dt>
195
- <dd>GNU Image Manipulation Program</dd>
196
- <dt>Drupal</dt>
197
- <dd>Content Management System</dd>
198
- </dl>
199
- </div>
200
- <div class='markup'>
201
- <h3>Nested lists</h3>
202
- <ol>
203
- <li>
204
- one, two
205
- <ol>
206
- <li>buckle my shoe</li>
207
- </ol>
208
- </li>
209
- <li>
210
- three, four
211
- <ol>
212
- <li>knock at the door</li>
213
- </ol>
214
- </li>
215
- <li>
216
- Five, six
217
- <ol>
218
- <li>pick up sticks</li>
219
- </ol>
220
- </li>
221
- <li>
222
- Seven, eight, lay them straight
223
- <ol>
224
- <li>Nine, ten, a big fat hen</li>
225
- <li>Eleven, twelve, dig and delve</li>
226
- <li>Thirteen, fourteen, maids a’courting</li>
227
- <li>Fifteen, sixteen, maids in the kitchen</li>
228
- <li>Seventeen, eighteen, maids a’waiting</li>
229
- <li>Nineteen, twenty, my platter’s empty …</li>
230
- </ol>
231
- </li>
232
- </ol>
233
- </div>
234
- </article>
235
- <article class='element' id='pre'>
236
- <h2 class='element-title'>
237
- <a href='http://developers.whatwg.org/grouping-content.html#the-pre-element'>pre</a>
238
- </h2>
239
- <div class='markup'>
240
- <p>
241
- This is the
242
- <code>Panel</code>
243
- constructor:
244
- </p>
245
- <pre><code>function Panel(element, canClose, closeHandler) {&#x000A; this.element = element;&#x000A; this.canClose = canClose;&#x000A; this.closeHandler = function () { if (closeHandler) closeHandler() };&#x000A; } .markup</code></pre>
246
- <pre> () o | | /| / o&#x000A; /\ ,_ __, | | |__/ _|_&#x000A; / \| | / | | |_| | |_/ | |/ | \ | |&#x000A;/(__/ \_/|_/ |_/ \/ |_/ \/ \_/|_/|__/ | \_/|_/|_/</pre>
247
- </div>
248
- </article>
249
- </section>
250
- <!-- Phrase-level HTML Elements -->
251
- <section class='element-group' id='phrase-elements'>
252
- <h1 class='section-title'>Phrase Elements</h1>
253
- <article class='element' id='em'>
254
- <h2 class='element-title'>em</h2>
255
- <div class='markup'>
256
- <p>
257
- Element used to
258
- <em>put emphasis on certain information</em>
259
- Most browsers display emphases text in italics by default.
260
- <br>
261
- Sample:
262
- <em>This is emphasized text</em>
263
- </br>
264
- </p>
265
- </div>
266
- </article>
267
- <article class='element' id='strong'>
268
- <h2 class='element-title'>strong</h2>
269
- <div class='markup'>
270
- <p>
271
- This element stands for "stronger emphasis" and is used for marking more important text.
272
- <br>
273
- Sample:
274
- <strong>This is text with stronger emphasis</strong>
275
- </br>
276
- </p>
277
- </div>
278
- </article>
279
- <article class='element' id='cite'>
280
- <h2 class='element-title'>cite</h2>
281
- <div class='markup'>
282
- <p>
283
- According to
284
- <cite>W3C specification,</cite>
285
- we use
286
- <code>cite</code>
287
- element to define source of a quotation or reference.
288
- <br>
289
- Sample:
290
- <cite>This is quotation source</cite>
291
- </br>
292
- </p>
293
- </div>
294
- </article>
295
- <article class='element' id='dfn'>
296
- <h2 class='element-title'>dfn</h2>
297
- <div class='markup'>
298
- <p>
299
- Element used to markup inline definition of a single term.
300
- <br>
301
- Sample:
302
- <dfn>This is definition</dfn>
303
- </br>
304
- </p>
305
- </div>
306
- </article>
307
- <article class='element' id='code'>
308
- <h2 class='element-title'>code</h2>
309
- <div class='markup'>
310
- <p>
311
- This element informs the browser that it contains a computer code, such as XHTML markup.
312
- <br>
313
- Sample:
314
- <code>document.write("Hello world");</code>
315
- </br>
316
- </p>
317
- </div>
318
- </article>
319
- <article class='element' id='samp'>
320
- <h2 class='element-title'>samp</h2>
321
- <div class='markup'>
322
- <p>
323
- Defines computer output data, for example we can use it to markup error messages.
324
- <br>
325
- Sample:
326
- <samp>Error: no such file or directory</samp>
327
- </br>
328
- </p>
329
- </div>
330
- </article>
331
- <article class='element' id='kbd'>
332
- <h2 class='element-title'>kbd</h2>
333
- <div class='markup'>
334
- <p>
335
- Means information that should be entered by the user.
336
- <br>
337
- Sample: press
338
- <kbd>Alt + F4</kbd>
339
- to close this window.
340
- <kbd>ESC</kbd>
341
- </br>
342
- </p>
343
- </div>
344
- </article>
345
- <article class='element' id='var'>
346
- <h2 class='element-title'>var</h2>
347
- <div class='markup'>
348
- <p>
349
- Means variables used in computer programs or scripts.
350
- <br>
351
- Sample:
352
- <var>counter</var>
353
- </br>
354
- </p>
355
- </div>
356
- </article>
357
- <article class='element' id='abbr'>
358
- <h2 class='element-title'>abbr</h2>
359
- <div class='markup'>
360
- <p>
361
- Abbreviation / a shortened form of a word or phrase.
362
- <br>
363
- Sample:
364
- <abbr title='doctor'>dr</abbr>
365
- </br>
366
- </p>
367
- </div>
368
- </article>
369
- <article class='element' id='acronym'>
370
- <h2 class='element-title'>acronym</h2>
371
- <div class='markup'>
372
- <p>
373
- Acronym / a word formed from the initial letters of other words.
374
- <br>
375
- Sample acronyms:
376
- <acronym title='eXtensible HyperText Markup Language'>XHTML</acronym>
377
- </br>
378
- </p>
379
- </div>
380
- </article>
381
- <article class='element' id='q'>
382
- <h2 class='element-title'>q</h2>
383
- <div class='markup'>
384
- <p>
385
- Inline quotation.
386
- <br>
387
- Sample:
388
- <q>This is sample quotation</q>
389
- </br>
390
- </p>
391
- </div>
392
- </article>
393
- <article class='element' id='others'>
394
- <h2 class='element-title'>Other Elements</h2>
395
- <div class='markup'>
396
- <h3>Subscript and superscript samples</h3>
397
- <p>
398
- H<sub>2</sub>O,
399
- <br>
400
- E = mc<sup>2</sup>,
401
- <br>
402
- The 14
403
- <sup>th</sup>
404
- of September
405
- </br>
406
- </br>
407
- </p>
408
- <h3>Insertion and deletion samples</h3>
409
- <p>
410
- <ins datetime='2009-07-12T08:15:30+02:00' title='Added new information according to suggestions'>This information was just added.</ins>
411
- <br>
412
- <del>Whilte this information is no longer valid.</del>
413
- </br>
414
- </p>
415
- <h3>Presentational elements</h3>
416
- <p>
417
- <b>Bold text</b>
418
- <br>
419
- <i>Italic text</i>
420
- <br>
421
- <tt>Typewriter text</tt>
422
- <br>
423
- <big>Big</big>
424
- <br>
425
- <small>Small</small>
426
- <br>
427
- Horizontal rule:
428
- </br>
429
- <hr />
430
- </br>
431
- </br>
432
- </br>
433
- </br>
434
- </p>
435
- </div>
436
- </article>
437
- </section>
438
- <!-- Simple markup Patterns -->
439
- <section class='element-group' id='simple-patterns'>
440
- <h1 class='section-title'>Common Patterns</h1>
441
- <article class='element' id='inline-images'>
442
- <h2 class='element-title'>Inline Images</h2>
443
- <div class='markup'>
444
- <p><img alt='image floated left' class='left' src='http://dummyimage.com/240x320/000/fff&amp;text=Left+Image' />Who would think, then, that such fine ladies and gentlemen should regale themselves with an essence found in the inglorious bowels of a sick whale! Yet so it is. By some, ambergris is supposed to be the cause, and by others the effect, of the dyspepsia in the whale. How to cure such a dyspepsia it were hard to say, unless by administering three or four boat loads of Brandreth's pills, and then running out of harm's way, as laborers do in blasting rocks.
445
- </p>
446
- <p><img alt='image floated right' class='right' src='http://dummyimage.com/240x320/000/fff&amp;text=Right+Image' />I have forgotten to say that there were found in this ambergris, certain hard, round, bony plates, which at first Stubb thought might be sailors' trowsers buttons; but it afterwards turned out that they were nothing more than pieces of small squid bones embalmed in that manner.
447
- </p>
448
- </div>
449
- </article>
450
- <article class='element' id='tables'>
451
- <h2 class='element-title'>Tables</h2>
452
- <div class='markup'>
453
- <table>
454
- <caption>
455
- Table title goes here
456
- </caption>
457
- <thead>
458
- <tr>
459
- <th>Mauris</th>
460
- <th>Tempor</th>
461
- <th>Praesent lacus nulla</th>
462
- <th>Quis</th>
463
- </tr>
464
- </thead>
465
- <tbody>
466
- <tr class='odd'>
467
- <td>Mauris</td>
468
- <td>23.000</td>
469
- <td>Suspendisse viverra</td>
470
- <td>Yes</td>
471
- </tr>
472
- <tr class='even'>
473
- <td>Trupis</td>
474
- <td>1.000</td>
475
- <td>Placerat tortor aesent semper</td>
476
- <td>No</td>
477
- </tr>
478
- <tr class='odd'>
479
- <td>Sagittis</td>
480
- <td>122.000</td>
481
- <td>Neque vel condimentum</td>
482
- <td>No</td>
483
- </tr>
484
- <tr class='even'>
485
- <td>Libero</td>
486
- <td>500</td>
487
- <td>Hendrerit, lectus elit pretium</td>
488
- <td>Yes</td>
489
- </tr>
490
- <tr class='odd'>
491
- <td>Tristique</td>
492
- <td>100.000</td>
493
- <td>Ligula nec consequat</td>
494
- <td>Yes</td>
495
- </tr>
496
- <tr class='even'>
497
- <td>Id Neque</td>
498
- <td>600.000</td>
499
- <td>Etiam sodales orci nec</td>
500
- <td>No</td>
501
- </tr>
502
- </tbody>
503
- </table>
504
- </div>
505
- </article>
506
- <article class='element' id='forms'>
507
- <h2 class='element-title'>Forms</h2>
508
- <div class='markup'>
509
- <form accept-charset='UTF-8' action='/action' id='form' method='post'>
510
- <fieldset>
511
- <legend>Fieldset with legend</legend>
512
- <div>
513
- <label>Label for Radios</label>
514
- <input name='radio' type='radio' value='' />
515
- <input name='Radio' type='radio' value='' />
516
- <input name='Radio' type='radio' value='' />
517
- </div>
518
- <div>
519
- <label>Label for Checkboxes</label>
520
- <input name='checkboxes' type='checkbox' value='' />
521
- <input name='checkboxes' type='checkbox' value='' />
522
- <input name='checkboxes' type='checkbox' value='' />
523
- </div>
524
- <div>
525
- <label>Label for Textfield</label>
526
- <input id='textfield' maxlength='12' size='50' type='text' value='input' />
527
- </div>
528
- <div>
529
- <label>label for Textarea</label>
530
- <textarea cols='50' id='text' rows='5'></textarea>
531
- </div>
532
- <div>
533
- <label>label for Filefield</label>
534
- <input name='files' size='50' type='file' />
535
- </div>
536
- <div>
537
- <input name='button' type='button' value='Button' />
538
- </div>
539
- </fieldset>
540
- </form>
541
- </div>
542
- </article>
543
- </section>
429
+ <hr />
430
+ </br>
431
+ </br>
432
+ </br>
433
+ </br>
434
+ </p>
435
+ </div>
436
+ </div>
437
+ </section>
438
+ <!-- Simple markup Patterns -->
439
+ <section class='element-group' id='simple-patterns'>
440
+ <h1 class='section-title'>Common Patterns</h1>
441
+ <div class='element' id='inline-images'>
442
+ <h2 class='element-title'>Inline Images</h2>
443
+ <div class='markup'>
444
+ <p><img alt='image floated left' class='left' src='http://dummyimage.com/240x320/000/fff&amp;text=Left+Image' />Who would think, then, that such fine ladies and gentlemen should regale themselves with an essence found in the inglorious bowels of a sick whale! Yet so it is. By some, ambergris is supposed to be the cause, and by others the effect, of the dyspepsia in the whale. How to cure such a dyspepsia it were hard to say, unless by administering three or four boat loads of Brandreth's pills, and then running out of harm's way, as laborers do in blasting rocks.
445
+ </p>
446
+ <p><img alt='image floated right' class='right' src='http://dummyimage.com/240x320/000/fff&amp;text=Right+Image' />I have forgotten to say that there were found in this ambergris, certain hard, round, bony plates, which at first Stubb thought might be sailors' trowsers buttons; but it afterwards turned out that they were nothing more than pieces of small squid bones embalmed in that manner.
447
+ </p>
448
+ </div>
449
+ </div>
450
+ <div class='element' id='tables'>
451
+ <h2 class='element-title'>Tables</h2>
452
+ <div class='markup'>
453
+ <table>
454
+ <caption>
455
+ Table title goes here
456
+ </caption>
457
+ <thead>
458
+ <tr>
459
+ <th>Mauris</th>
460
+ <th>Tempor</th>
461
+ <th>Praesent lacus nulla</th>
462
+ <th>Quis</th>
463
+ </tr>
464
+ </thead>
465
+ <tbody>
466
+ <tr class='odd'>
467
+ <td>Mauris</td>
468
+ <td>23.000</td>
469
+ <td>Suspendisse viverra</td>
470
+ <td>Yes</td>
471
+ </tr>
472
+ <tr class='even'>
473
+ <td>Trupis</td>
474
+ <td>1.000</td>
475
+ <td>Placerat tortor aesent semper</td>
476
+ <td>No</td>
477
+ </tr>
478
+ <tr class='odd'>
479
+ <td>Sagittis</td>
480
+ <td>122.000</td>
481
+ <td>Neque vel condimentum</td>
482
+ <td>No</td>
483
+ </tr>
484
+ <tr class='even'>
485
+ <td>Libero</td>
486
+ <td>500</td>
487
+ <td>Hendrerit, lectus elit pretium</td>
488
+ <td>Yes</td>
489
+ </tr>
490
+ <tr class='odd'>
491
+ <td>Tristique</td>
492
+ <td>100.000</td>
493
+ <td>Ligula nec consequat</td>
494
+ <td>Yes</td>
495
+ </tr>
496
+ <tr class='even'>
497
+ <td>Id Neque</td>
498
+ <td>600.000</td>
499
+ <td>Etiam sodales orci nec</td>
500
+ <td>No</td>
501
+ </tr>
502
+ </tbody>
503
+ </table>
504
+ </div>
505
+ </div>
506
+ <div class='element' id='forms'>
507
+ <h2 class='element-title'>Forms</h2>
508
+ <div class='markup'>
509
+ <form accept-charset='UTF-8' action='/action' id='form' method='post'>
510
+ <fieldset>
511
+ <legend>Fieldset with legend</legend>
512
+ <div>
513
+ <label>Label for Radios</label>
514
+ <input name='radio' type='radio' value='' />
515
+ <input name='Radio' type='radio' value='' />
516
+ <input name='Radio' type='radio' value='' />
517
+ </div>
518
+ <div>
519
+ <label>Label for Checkboxes</label>
520
+ <input name='checkboxes' type='checkbox' value='' />
521
+ <input name='checkboxes' type='checkbox' value='' />
522
+ <input name='checkboxes' type='checkbox' value='' />
523
+ </div>
524
+ <div>
525
+ <label>Label for Textfield</label>
526
+ <input id='textfield' maxlength='12' size='50' type='text' value='input' />
527
+ </div>
528
+ <div>
529
+ <label>label for Textarea</label>
530
+ <textarea cols='50' id='text' rows='5'></textarea>
531
+ </div>
532
+ <div>
533
+ <label>label for Filefield</label>
534
+ <input name='files' size='50' type='file' />
535
+ </div>
536
+ <div>
537
+ <input name='button' type='button' value='Button' />
538
+ </div>
539
+ </fieldset>
540
+ </form>
541
+ </div>
542
+ </div>
543
+ </section>
544
544
  </div>
545
545
  <footer></footer>
546
546
  </div>