{"id":35,"date":"2011-05-02T11:46:12","date_gmt":"2011-05-02T11:46:12","guid":{"rendered":"http:\/\/www.segurodetaxi.tv\/?page_id=35"},"modified":"2011-11-18T09:12:18","modified_gmt":"2011-11-18T09:12:18","slug":"typography","status":"publish","type":"page","link":"https:\/\/www.segurodetaxi.tv\/?page_id=35","title":{"rendered":"Typography"},"content":{"rendered":"<p>You can create some beautiful content by using some simple HTML elements. The Warp theme framework offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles provided by the Warp framework.<\/p>\n<h2>Basic HTML Elements<\/h2>\n<p>Here is a short demonstration of text-level semanticts. The &lt;p&gt; element creates a new paragraph. It will have some space before and after itself. To turn your text into hypertext just use the <a href=\"#\">&lt;a&gt; element<\/a>.<\/p>\n<h3>Text-Level Semantics<\/h3>\n<p>You can emphasize text using the <em>&lt;em&gt; element<\/em> or to imply any extra importance the <strong>&lt;strong&gt; element<\/strong>. Highlight text with no semantic meaning using the <mark>&lt;mark&gt; element<\/mark>. Markup document changes like inserted or deleted text with the <del>&lt;del&gt; element<\/del> or <ins>&lt;ins&gt; element<\/ins>. To define an abbreviation use the <abbr title=\"Abbreviation Element\">&lt;abbr&gt; element<\/abbr> and to define a definition term use the <dfn title=\"Defines a definition term\">&lt;dfn&gt; element<\/dfn>.<\/p>\n<h3>Short List with Links<\/h3>\n<ul>\n<li><a href=\"http:\/\/www.yootheme.com\" target=\"_blank\">YOOtheme<\/a> &#8211; Premium Joomla Templates and WordPress Themes<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/warp\" target=\"_blank\">Warp Framework<\/a> &#8211; Fast and Slick Theme Framework<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/zoo\" target=\"_blank\">ZOO<\/a> &#8211; Content Application Builder<\/li>\n<li><a href=\"http:\/\/www.yootheme.com\/icons\" target=\"_blank\">Stock Icons<\/a> &#8211; For Web and Print Projects<\/li>\n<\/ul>\n<h3>Quotations and Code<\/h3>\n<p>Inline quotations can be defined by using the <q>&lt;q&gt; element<\/q>.<\/p>\n<blockquote><p>The &lt;blockquote&gt; element defines a long quotation which also creates a new block by inserting white space before and after the blockquote element.<\/p><\/blockquote>\n<p>To define a short inline computer code use the <code>&lt;code&gt; element<\/code>. For a larger code snippet use the &lt;pre&gt; element which defines preformatted text. It creates a new text block which preserves both spaces and line breaks.<\/p>\n<pre>\r\npre {\r\n    margin: 15px 0;\r\n    padding: 10px;\r\n    font-family: \"Courier New\", Courier, monospace;\r\n    font-size: 12px;\r\n    line-height: 18px;\r\n    white-space: pre-wrap;\r\n}\r\n<\/pre>\n<p><small>Use the &lt;small&gt; element for side comments and small print.<\/small><\/p>\n<hr \/>\n<h2>Useful CSS Classes<\/h2>\n<p>Here is a short demonstration of all style related CSS classes provided by the Warp framework.<\/p>\n<h3>Highlight Content<\/h3>\n<p class=\"dropcap\">Drop caps are the first letter of a paragraph which are displayed bigger than the rest of the text. You can create a drop cap using the CSS class <code>dropcap<\/code>. To emphasize text with some small boxes use <em class=\"box\">&lt;em&gt; element<\/em> with the CSS class <code>box<\/code>.<\/p>\n<div class=\"box-content\">This simple box is intended to group large parts of your content using the CSS class <code>box-content<\/code>.<\/div>\n<div class=\"box-note\">This is a simple box to highlight some text using the CSS class <code>box-note<\/code>.<\/div>\n<div class=\"box-info\">This is a simple box with useful information using the CSS class <code>box-info<\/code>.<\/div>\n<div class=\"box-warning\">This is a simple box with important notes and warnings using the CSS class <code>box-warning<\/code>.<\/div>\n<div class=\"box-hint\">This is a simple box with additional hints using the CSS class <code>box-hint<\/code>.<\/div>\n<div class=\"box-download\">This is a simple box with download information using the CSS class <code>box-download<\/code>.<\/div>\n<p>Use the CSS class <code>dotted<\/code> to create a dotted horizontal rule.<\/p>\n<hr class=\"dotted\" \/>\n<h3>Tables<\/h3>\n<p>Create a zebra stripped table using using the CSS class <code>zebra<\/code>.<\/p>\n<table class=\"zebra\">\n<caption>Table caption<\/caption>\n<thead>\n<tr>\n<th>Table Heading<\/th>\n<th>Table Heading<\/th>\n<th class=\"center\">Table Heading<\/th>\n<\/tr>\n<\/thead>\n<tfoot>\n<tr>\n<td>Table Footer<\/td>\n<td>Table Footer<\/td>\n<td class=\"center\">Table Footer<\/td>\n<\/tr>\n<\/tfoot>\n<tbody>\n<tr class=\"odd\">\n<td>Table Data<\/td>\n<td>Table Data<\/td>\n<td class=\"center\">Data Centered<\/td>\n<\/tr>\n<tr>\n<td class=\"bold\">Data Bold<\/td>\n<td>Table Data<\/td>\n<td class=\"center\">Data Centered<\/td>\n<\/tr>\n<tr class=\"odd\">\n<td>Table Data<\/td>\n<td>Table Data<\/td>\n<td class=\"center\">Data Centered<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>Definition Lists<\/h3>\n<p>Create a nice looking definition list separated with a line by using the CSS class <code>separator<\/code>.<\/p>\n<dl class=\"separator\">\n<dt>Definition List<\/dt>\n<dd>A definition list is a list of terms and corresponding definitions. To create a definition list use the &lt;dl&gt; element in conjunction with &lt;dt&gt; to define the definition term and &lt;dd&gt; to define the definition description.<\/dd>\n<dt>Definition Term<\/dt>\n<dd>This is a definition description.<\/dd>\n<dt>Definition Term<\/dt>\n<dd>This is a definition description.<\/dd>\n<dd>This is another definition description.<\/dd>\n<\/dl>\n<h3>Forms<\/h3>\n<p>Create a clearly arranged form layout with fieldset boxes using the CSS class <code>box<\/code>.<\/p>\n<form action=\"#\" class=\"box style\">\n<fieldset>\n<legend>Form legend<\/legend>\n<div><label for=\"f1\">Text input:<\/label> <input type=\"text\" value=\"input text\" id=\"f1\"\/><\/div>\n<div><label for=\"f2\">Radio input:<\/label> <input type=\"radio\" id=\"f2\"\/><\/div>\n<div><label for=\"f3\">Checkbox input:<\/label> <input type=\"checkbox\" id=\"f3\"\/><\/div>\n<div><label for=\"f4\">Select field:<\/label> <select id=\"f4\"><option>Option 01<\/option><option>Option 02<\/option><\/select><\/div>\n<div><label for=\"f5\">Textarea:<\/label><br \/><textarea rows=\"5\" cols=\"30\" id=\"f5\">Textarea text<\/textarea><\/div>\n<\/fieldset>\n<p>\t<button>Button<\/button> <input type=\"button\" value=\"Input Button\" \/><\/p>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>You can create some beautiful content by using some simple HTML elements. The Warp theme framework offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles provided by [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-35","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/pages\/35"}],"collection":[{"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=35"}],"version-history":[{"count":3,"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions"}],"predecessor-version":[{"id":553,"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=\/wp\/v2\/pages\/35\/revisions\/553"}],"wp:attachment":[{"href":"https:\/\/www.segurodetaxi.tv\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}