{"id":17,"date":"2014-05-16T18:42:00","date_gmt":"2014-05-16T18:42:00","guid":{"rendered":"http:\/\/localhost:8888\/wordpress\/myriad\/?page_id=12"},"modified":"2024-03-01T18:22:16","modified_gmt":"2024-03-01T18:22:16","slug":"winertia","status":"publish","type":"page","link":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/","title":{"rendered":"WINERTIA"},"content":{"rendered":"<div class=\"clear\"><\/div>\n<h2 class=\"features-title\">Typography<\/h2>\n<p><!-- Typography ================================================== --><\/p>\n<section id=\"typography\">\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h2 id=\"headings\">Headings<\/h2>\n<p>All HTML headings, <code>&lt;h1&gt;<\/code> through <code>&lt;h6&gt;<\/code> are available.<\/p>\n<div class=\"gantry-example\">\n<h1>h1. Heading 1<\/h1>\n<h2>h2. Heading 2<\/h2>\n<h3>h3. Heading 3<\/h3>\n<h4>h4. Heading 4<\/h4>\n<h5>h5. Heading 5<\/h5>\n<h6>h6. Heading 6<\/h6>\n<\/div>\n<h3>Built with SCSS<\/h3>\n<p>The typographic scale is based on two SCSS variables in <strong>\/configuration\/_typography.scss<\/strong>: <code>$base-font-size<\/code> and <code>$base-line-height<\/code>. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some simple math to create the margins, paddings, and line-heights of all our type and more.<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h2 id=\"body-copy\">Body copy<\/h2>\n<p>Bootstrap&#8217;s global default <code>font-size<\/code> is <strong>14px<\/strong>, with a <code>line-height<\/code> of <strong>24px<\/strong>. This is applied to the <code>&lt;body&gt;<\/code> and all paragraphs. In addition, <code>&lt;p&gt;<\/code> (paragraphs) receive a bottom margin of half their line-height (9px by default).<\/p>\n<div class=\"gantry-example\">\n<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p&gt;...&lt;\/p&gt;<\/pre>\n<h3>Lead body copy<\/h3>\n<p>Make a paragraph stand out by adding <code>.lead<\/code>.<\/p>\n<div class=\"gantry-example\">\n<p class=\"lead\">Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p class=\"lead\"&gt;...&lt;\/p&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2 id=\"emphasis\">Emphasis<\/h2>\n<p>Make use of HTML&#8217;s default emphasis tags with lightweight styles.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h4><code>&lt;em&gt;<\/code><\/h4>\n<p>For emphasizing a snippet of text with <em>stress<\/em><\/p>\n<div class=\"gantry-example\">\n<p>The following snippet of text is <em>rendered as italicized text<\/em>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;em&gt;rendered as italicized text&lt;\/em&gt;<\/pre>\n<h4><code>&lt;strong&gt;<\/code><\/h4>\n<p>For emphasizing a snippet of text with <strong>important<\/strong><\/p>\n<div class=\"gantry-example\">\n<p>The following snippet of text is <strong>rendered as bold text<\/strong>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;strong&gt;rendered as bold text&lt;\/strong&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h4><code>&lt;small&gt;<\/code><\/h4>\n<p>For de-emphasizing inline or blocks of text, <small>use the small tag.<\/small><\/p>\n<div class=\"gantry-example\">\n<p><small>This line of text is meant to be treated as fine print.<\/small><\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p&gt;\n  &lt;small&gt;This line of text is meant to be treated as fine print.&lt;\/small&gt;\n&lt;\/p&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Note:<\/strong> Feel free to use <code>&lt;b&gt;<\/code> and <code>&lt;i&gt;<\/code> in HTML5. <code>&lt;b&gt;<\/code> is meant to highlight words or phrases without conveying additional importance while <code>&lt;i&gt;<\/code> is mostly for voice, technical terms, etc.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h3>Notice Styles<\/h3>\n<p>Use the <code>&lt;p&gt;<\/code> tag with <code>.success<\/code>, <code>.warning<\/code>, <code>.info<\/code> or <code>.error<\/code> classes.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<div class=\"gantry-example\">\n<p class=\"success\">Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p class=\"success\"&gt;...&lt;\/p&gt;<\/pre>\n<div class=\"gantry-example\">\n<p class=\"info\">Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p class=\"info\"&gt;...&lt;\/p&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<div class=\"gantry-example\">\n<p class=\"warning\">Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p class=\"warning\"&gt;...&lt;\/p&gt;<\/pre>\n<div class=\"gantry-example\">\n<p class=\"error\">Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;p class=\"error\"&gt;...&lt;\/p&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\" style=\"float: none;\">\n<h2 id=\"abbreviations\">Abbreviations<\/h2>\n<p>Stylized implementation of HTML&#8217;s <code>&lt;abbr&gt;<\/code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a <code>title<\/code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.<\/p>\n<h4><code>&lt;abbr&gt;<\/code><\/h4>\n<p>For expanded text on long hover of an abbreviation, include the <code>title<\/code> attribute.<\/p>\n<div class=\"gantry-example\">\n<p>An abbreviation of the word attribute is <abbr title=\"attribute\">attr<\/abbr>.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;abbr title=\"attribute\"&gt;attr&lt;\/abbr&gt;<\/pre>\n<h4><code>&lt;abbr class=\"initialism\"&gt;<\/code><\/h4>\n<p>Add <code>.initialism<\/code> to an abbreviation for a slightly smaller font-size.<\/p>\n<div class=\"gantry-example\">\n<p><abbr class=\"initialism\" title=\"HyperText Markup Language\">HTML<\/abbr> is the best thing since sliced bread.<\/p>\n<\/div>\n<pre class=\"prettyprint\">&lt;abbr title=\"attribute\" class=\"initialism\"&gt;attr&lt;\/abbr&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h2 id=\"addresses\">Addresses<\/h2>\n<p>Stylized implementation of HTML&#8217;s element to present contact information for the nearest ancestor or the entire body of work.<\/p>\n<h4><code>&lt;address&gt;<\/code><\/h4>\n<p>Preserve formatting by ending all lines with <code>&lt;br&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<address><strong>Twitter, Inc.<\/strong><br \/>\n795 Folsom Ave, Suite 600<br \/>\nSan Francisco, CA 94107<br \/>\n<abbr title=\"Phone\">P:<\/abbr> (123) 456-7890<\/address>\n<address><strong>Full Name<\/strong><br \/>\n<a href=\"mailto:#\">first.last@gmail.com<\/a><\/address>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;address&gt;\n  &lt;strong&gt;Twitter, Inc.&lt;\/strong&gt;&lt;br&gt;\n  795 Folsom Ave, Suite 600&lt;br&gt;\n  San Francisco, CA 94107&lt;br&gt;\n  &lt;abbr title=\"Phone\"&gt;P:&lt;\/abbr&gt; (123) 456-7890\n&lt;\/address&gt;\n&lt;address&gt;\n  &lt;strong&gt;Full Name&lt;\/strong&gt;&lt;br&gt;\n  &lt;a href=\"mailto:#\"&gt;first.last@gmail.com&lt;\/a&gt;\n&lt;\/address&gt;\n<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2 id=\"blockquotes\">Blockquotes<\/h2>\n<p>For quoting blocks of content from another source within your document.<\/p>\n<h3>Default blockquote<\/h3>\n<p>Wrap <code>&lt;blockquote&gt;<\/code> around any <abbr title=\"HyperText Markup Language\">HTML<\/abbr> as the quote. For straight quotes we recommend a <code>&lt;p&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p><\/blockquote>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;\n&lt;\/blockquote&gt;<\/pre>\n<h3>Blockquote options<\/h3>\n<p>Style and content changes for simple variations on a standard blockquote.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h4>Naming a source<\/h4>\n<p>Add <code>&lt;small&gt;<\/code> tag for identifying the source. Wrap the name of the source work in <code>&lt;cite&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<p><small>Someone famous in <cite title=\"Source Title\">Source Title<\/cite><\/small><\/p><\/blockquote>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;\n  &lt;small&gt;Someone famous &lt;cite title=\"Source Title\"&gt;Source Title&lt;\/cite&gt;&lt;\/small&gt;\n&lt;\/blockquote&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h4>Alternate displays<\/h4>\n<p>Use <code>.pull-right<\/code> for a floated, right-aligned blockquote.<\/p>\n<div class=\"gantry-example\" style=\"overflow: hidden;\">\n<blockquote class=\"pull-right\"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<p><small>Someone famous in <cite title=\"Source Title\">Source Title<\/cite><\/small><\/p><\/blockquote>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote class=\"pull-right\"&gt;\n  ...\n&lt;\/blockquote&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<p><!-- Lists --><\/p>\n<h2 id=\"lists\" class=\"nomarginbottom\">Lists<\/h2>\n<div class=\"clear\"><\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-33\">\n<div class=\"gantry-left\">\n<h3>Unordered<\/h3>\n<p>This will display a list of items in which the order does <em>not<\/em> explicitly matter.<\/p>\n<div class=\"gantry-example\">\n<ul>\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Nulla volutpat aliquam velit\n<ul>\n<li>Phasellus iaculis neque<\/li>\n<li>Purus sodales ultricies<\/li>\n<li>Vestibulum laoreet porttitor sem<\/li>\n<li>Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;ul&gt;\n  &lt;li&gt;...&lt;\/li&gt;\n&lt;\/ul&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-33\">\n<div class=\"gantry-left\">\n<h3>Ordered<\/h3>\n<p>This will display a list of items in which the order <em>does<\/em> explicitly matter (numbered list).<\/p>\n<div class=\"gantry-example\">\n<ol>\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Consectetur adipiscing elit<\/li>\n<li>Integer molestie lorem at massa<\/li>\n<li>Facilisis in pretium nisl aliquet<\/li>\n<li>Nulla volutpat aliquam velit<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Aenean sit amet erat nunc<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ol>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;ol&gt;\n  &lt;li&gt;...&lt;\/li&gt;\n&lt;\/ol&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-33\">\n<div class=\"gantry-left\">\n<h3>Unstyled<\/h3>\n<p>This will display a list of items with no <code>list-style<\/code> or additional left padding.<\/p>\n<div class=\"gantry-example\">\n<ul class=\"unstyled\">\n<li>Lorem ipsum dolor sit amet<\/li>\n<li>Nulla volutpat aliquam velit\n<ul>\n<li>Phasellus iaculis neque<\/li>\n<li>Purus sodales ultricies<\/li>\n<li>Vestibulum laoreet porttitor sem<\/li>\n<li>Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n<li>Faucibus porta lacus fringilla vel<\/li>\n<li>Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;ul class=\"unstyled\"&gt;\n  &lt;li&gt;...&lt;\/li&gt;\n&lt;\/ul&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h3>Description<\/h3>\n<p>A list of terms with their associated descriptions.<\/p>\n<div class=\"gantry-example\">\n<dl>\n<dt>Description lists<\/dt>\n<dd>A description list is perfect for defining terms.<\/dd>\n<dt>Euismod<\/dt>\n<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n<dd>Donec id elit non mi porta gravida at eget metus.<\/dd>\n<dt>Malesuada porta<\/dt>\n<dd>Etiam porta sem malesuada magna mollis euismod.<\/dd>\n<\/dl>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;dl&gt;\n  &lt;dt&gt;...&lt;\/dt&gt;\n  &lt;dd&gt;...&lt;\/dd&gt;\n&lt;\/dl&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Note:<\/strong><br \/>\nHorizontal description lists will truncate terms that are too long to fit in the left column fix <code>text-overflow<\/code>. In narrower viewports, they will change to the default stacked layout.<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3>Horizontal description<\/h3>\n<p>Make terms and descriptions in <code>&lt;dl&gt;<\/code> line up side-by-side.<\/p>\n<div class=\"gantry-example\">\n<dl class=\"dl-horizontal\">\n<dt>Description lists<\/dt>\n<dd>A description list is perfect for defining terms.<\/dd>\n<dt>Euismod<\/dt>\n<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n<dd>Donec id elit non mi porta gravida at eget metus.<\/dd>\n<dt>Malesuada porta<\/dt>\n<dd>Etiam porta sem malesuada magna mollis euismod.<\/dd>\n<dt>Felis euismod semper eget lacinia<\/dt>\n<dd>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.<\/dd>\n<\/dl>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;dl class=\"dl-horizontal\"&gt;\n  &lt;dt&gt;...&lt;\/dt&gt;\n  &lt;dd&gt;...&lt;\/dd&gt;\n&lt;\/dl&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<\/section>\n<p><!-- Code ================================================== --><\/p>\n<section id=\"code\">\n<div class=\"page-header\">\n<h1>Code<\/h1>\n<\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h2>Inline<\/h2>\n<p>Wrap inline snippets of code with <code>&lt;code&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">For example, <code>&lt;section&gt;<\/code> should be wrapped as inline.<\/div>\n<pre class=\"prettyprint linenums\">For example, &lt;code&gt;&lt;section&gt;&lt;\/code&gt; should be wrapped as inline.<\/pre>\n<p><strong>Note:<\/strong> Be sure to keep code within <code>&lt;pre&gt;<\/code> tags as close to the left as possible; it will render all tabs.<\/p>\n<p>You may optionally add the <code>.pre-scrollable<\/code> class which will set a max-height of 350px and provide a y-axis scrollbar.<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h2>Basic block<\/h2>\n<p>Use <code>&lt;pre&gt;<\/code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.<\/p>\n<div class=\"gantry-example\">\n<pre>&lt;p&gt;Sample text here...&lt;\/p&gt;<\/pre>\n<\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 9px;\">&lt;pre&gt;\n  &amp;lt;p&amp;gt;Sample text here...&amp;lt;\/p&amp;gt;\n&lt;\/pre&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h2>Prettify<\/h2>\n<p>To add colored syntax highlight to the <code>&lt;pre&gt;<\/code> tag, then use the <code>.prettyprint<\/code> class or the <code>.prettyprint linenums<\/code> class.<\/p>\n<div class=\"gantry-example\">\n<pre class=\"prettyprint linenums\">&lt;?php \/** Begin Debug **\/ if ($gantry-&gt;countModules('debug')) : ?&gt;\n    &lt;div id=\"rt-debug\"&gt;\n    &lt;div class=\"rt-container\"&gt;\n      &lt;?php echo $gantry-&gt;displayModules('debug','standard','standard'); ?&gt;\n      &lt;div class=\"clear\"&gt;&lt;\/div&gt;\n    &lt;\/div&gt;\n  &lt;\/div&gt;\n  &lt;?php \/** End Debug **\/ endif; ?&gt;<\/pre>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;pre class=\"prettyprint linenums\"&gt;&lt;?php \/** Begin Debug **\/ if ($gantry-&gt;countModules('debug')) : ?&gt;\n  &lt;div id=\"rt-debug\"&gt;\n    &lt;div class=\"rt-container\"&gt;\n      &lt;?php echo $gantry-&gt;displayModules('debug','standard','standard'); ?&gt;\n      &lt;div class=\"clear\"&gt;&lt;\/div&gt;\n    &lt;\/div&gt;\n  &lt;\/div&gt;\n  &lt;?php \/** End Debug **\/ endif; ?&gt;&lt;\/pre&gt;<\/pre>\n<\/section>\n<p><!-- Tables ================================================== --><\/p>\n<section id=\"tables\">\n<div class=\"page-header\">\n<h1>Tables<\/h1>\n<\/div>\n<h2>Default styles<\/h2>\n<p>For basic styling\u2014light padding and only horizontal dividers\u2014add the base class <code>.table<\/code> to any <code>&lt;table&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<table class=\"table\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;table class=\"table\"&gt;\n  \u2026\n&lt;\/table&gt;<\/pre>\n<p><!-- SEPARATOR --><\/p>\n<h2>Optional classes<\/h2>\n<p>Add any of the follow classes to the <code>.table<\/code> base class.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h4><code>.table-striped<\/code><\/h4>\n<p>Adds zebra-striping to any table row within the <code>&lt;tbody&gt;<\/code> via the <code>:nth-child<\/code> CSS selector (not available in IE7-IE8).<\/p>\n<div class=\"gantry-example\">\n<table class=\"table table-striped\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Larry<\/td>\n<td>the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=\"table table-striped\"&gt;\n  \u2026\n&lt;\/table&gt;<\/pre>\n<h4><code>.table-hover<\/code><\/h4>\n<p>Enable a hover state on table rows within a <code>&lt;tbody&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<table class=\"table table-hover\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=\"table table-hover\"&gt;\n  \u2026\n&lt;\/table&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\" style=\"float: none;\">\n<h4><code>.table-bordered<\/code><\/h4>\n<p>Add borders and rounded corners to the table.<\/p>\n<div class=\"gantry-example\">\n<table class=\"table table-bordered\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td rowspan=\"2\">1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@TwBootstrap<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;table class=\"table table-bordered\"&gt;\n  \u2026\n&lt;\/table&gt;<\/pre>\n<h4><code>.table-condensed<\/code><\/h4>\n<p>Makes tables more compact by cutting cell padding in half.<\/p>\n<div class=\"gantry-example\">\n<table class=\"table table-condensed\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>First Name<\/th>\n<th>Last Name<\/th>\n<th>Username<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Mark<\/td>\n<td>Otto<\/td>\n<td>@mdo<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Jacob<\/td>\n<td>Thornton<\/td>\n<td>@fat<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td colspan=\"2\">Larry the Bird<\/td>\n<td>@twitter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=\"table table-condensed\"&gt;\n  \u2026\n&lt;\/table&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2>Optional row classes<\/h2>\n<p>Use contextual classes to color table rows.<\/p>\n<table class=\"table table-bordered table-striped\">\n<colgroup>\n<col class=\"span1\">\n<col class=\"span7\"> <\/colgroup>\n<thead>\n<tr>\n<th>Class<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>.success<\/code><\/td>\n<td>Indicates a successful or positive action.<\/td>\n<\/tr>\n<tr>\n<td><code>.error<\/code><\/td>\n<td>Indicates a dangerous or potentially negative action.<\/td>\n<\/tr>\n<tr>\n<td><code>.warning<\/code><\/td>\n<td>Indicates a warning that might need attention.<\/td>\n<\/tr>\n<tr>\n<td><code>.info<\/code><\/td>\n<td>Used as an alternative to the default styles.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"gantry-example\">\n<table class=\"table\">\n<thead>\n<tr>\n<th>#<\/th>\n<th>Product<\/th>\n<th>Payment Taken<\/th>\n<th>Status<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"success\">\n<td>1<\/td>\n<td>TB &#8211; Monthly<\/td>\n<td>01\/04\/2012<\/td>\n<td>Approved<\/td>\n<\/tr>\n<tr class=\"error\">\n<td>2<\/td>\n<td>TB &#8211; Monthly<\/td>\n<td>02\/04\/2012<\/td>\n<td>Declined<\/td>\n<\/tr>\n<tr class=\"warning\">\n<td>3<\/td>\n<td>TB &#8211; Monthly<\/td>\n<td>03\/04\/2012<\/td>\n<td>Pending<\/td>\n<\/tr>\n<tr class=\"info\">\n<td>4<\/td>\n<td>TB &#8211; Monthly<\/td>\n<td>04\/04\/2012<\/td>\n<td>Call in to confirm<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<pre class=\"prettyprint linenums\">...\n  &lt;tr class=\"success\"&gt;\n    &lt;td&gt;1&lt;\/td&gt;\n    &lt;td&gt;TB - Monthly&lt;\/td&gt;\n    &lt;td&gt;01\/04\/2012&lt;\/td&gt;\n    &lt;td&gt;Approved&lt;\/td&gt;\n  &lt;\/tr&gt;\n...<\/pre>\n<h2>Supported table markup<\/h2>\n<p>List of supported table HTML elements and how they should be used.<\/p>\n<table class=\"table table-bordered table-striped\">\n<colgroup>\n<col class=\"span1\">\n<col class=\"span7\"> <\/colgroup>\n<thead>\n<tr>\n<th>Tag<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>&lt;table&gt;<\/code><\/td>\n<td>Wrapping element for displaying data in a tabular format<\/td>\n<\/tr>\n<tr>\n<td><code>&lt;thead&gt;<\/code><\/td>\n<td>Container element for table header rows (<code>&lt;tr&gt;<\/code>) to label table columns<\/td>\n<\/tr>\n<tr>\n<td><code>&lt;tbody&gt;<\/code><\/td>\n<td>Container element for table rows (<code>&lt;tr&gt;<\/code>) in the body of the table<\/td>\n<\/tr>\n<tr>\n<td><code>&lt;tr&gt;<\/code><\/td>\n<td>Container element for a set of table cells (<code>&lt;td&gt;<\/code> or <code>&lt;th&gt;<\/code>) that appears on a single row<\/td>\n<\/tr>\n<tr>\n<td><code>&lt;td&gt;<\/code><\/td>\n<td>Default table cell<\/td>\n<\/tr>\n<tr>\n<td><code>&lt;th&gt;<\/code><\/td>\n<td>Special table cell for column (or row, depending on scope and placement) labels<br \/>\nMust be used within a <code>&lt;thead&gt;<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>&lt;caption&gt;<\/code><\/td>\n<td>Description or summary of what the table holds, especially useful for screen readers<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre class=\"prettyprint linenums\">&lt;table&gt;\n  &lt;caption&gt;...&lt;\/caption&gt;\n  &lt;thead&gt;\n    &lt;tr&gt;\n      &lt;th&gt;...&lt;\/th&gt;\n      &lt;th&gt;...&lt;\/th&gt;\n    &lt;\/tr&gt;\n  &lt;\/thead&gt;\n  &lt;tbody&gt;\n    &lt;tr&gt;\n      &lt;td&gt;...&lt;\/td&gt;\n      &lt;td&gt;...&lt;\/td&gt;\n    &lt;\/tr&gt;\n  &lt;\/tbody&gt;\n&lt;\/table&gt;<\/pre>\n<\/section>\n<p><!-- Forms ================================================== --><\/p>\n<section id=\"forms\">\n<div class=\"page-header\">\n<h1>Forms<\/h1>\n<\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\" style=\"float: none;\">\n<h2>Default styles<\/h2>\n<p>Individual form controls receive styling, but without any required base class on the <code>&lt;form&gt;<\/code> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.<\/p>\n<form class=\"gantry-example\">\n<fieldset>\n<legend>Legend<\/legend>\n<p><label>Label name<\/label><input type=\"text\" placeholder=\"Type something\u2026\"><span class=\"help-block\">Example block-level help text here.<\/span><label class=\"checkbox\"><input type=\"checkbox\"> Check me out<\/label><button class=\"btn\" type=\"submit\">Submit<\/button><\/fieldset>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;form&gt;\n  &lt;legend&gt;Legend&lt;\/legend&gt;\n  &lt;label&gt;Label name&lt;\/label&gt;\n  &lt;input type=\"text\" placeholder=\"Type something\u2026\"&gt;\n  &lt;span class=\"help-block\"&gt;Example block-level help text here.&lt;\/span&gt;\n  &lt;label class=\"checkbox\"&gt;\n    &lt;input type=\"checkbox\"&gt; Check me out\n  &lt;\/label&gt;\n  &lt;button type=\"submit\" class=\"btn\"&gt;Submit&lt;\/button&gt;\n&lt;\/form&gt;<\/pre>\n<p>&nbsp;<\/p>\n<h2>Optional layouts<\/h2>\n<p>Included with Bootstrap are three optional form layouts for common use cases.<\/p>\n<h3>Search form<\/h3>\n<p>Add <code>.form-search<\/code> to the form and <code>.search-query<\/code> to the <code>&lt;input&gt;<\/code> for an extra-rounded text input.<\/p>\n<form class=\"gantry-example form-search\"><input class=\"input-medium search-query\" type=\"text\"> <button class=\"btn\" type=\"submit\">Search<\/button><\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=\"form-search\"&gt;\n  &lt;input type=\"text\" class=\"input-medium search-query\"&gt;\n  &lt;button type=\"submit\" class=\"btn\"&gt;Search&lt;\/button&gt;\n&lt;\/form&gt;<\/pre>\n<h3>Inline form<\/h3>\n<p>Add <code>.form-inline<\/code> for left-aligned labels and inline-block controls for a compact layout.<\/p>\n<form class=\"gantry-example form-inline\"><input class=\"input-small\" type=\"text\" placeholder=\"Email\"><input class=\"input-small\" type=\"password\" placeholder=\"Password\"><label class=\"checkbox\"><input type=\"checkbox\"> Remember me<\/label><button class=\"btn\" type=\"submit\">Sign in<\/button><\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=\"form-inline\"&gt;\n  &lt;input type=\"text\" class=\"input-small\" placeholder=\"Email\"&gt;\n  &lt;input type=\"password\" class=\"input-small\" placeholder=\"Password\"&gt;\n  &lt;label class=\"checkbox\"&gt;\n    &lt;input type=\"checkbox\"&gt; Remember me\n  &lt;\/label&gt;\n  &lt;button type=\"submit\" class=\"btn\"&gt;Sign in&lt;\/button&gt;\n&lt;\/form&gt;<\/pre>\n<h3>Horizontal form<\/h3>\n<p>Right align labels and float them to the left to make them appear on the same line as controls. Requires the most markup changes from a default form:<\/p>\n<ul>\n<li>Add <code>.form-horizontal<\/code> to the form<\/li>\n<li>Wrap labels and controls in <code>.control-group<\/code><\/li>\n<li>Add <code>.control-label<\/code> to the label<\/li>\n<li>Wrap any associated controls in <code>.controls<\/code> for proper alignment<\/li>\n<\/ul>\n<form class=\"gantry-example form-horizontal\">\n<fieldset class=\"hidden-tablet\">\n<legend>Legend<\/legend>\n<div class=\"control-group\"><label class=\"control-label\" for=\"inputEmail\">Email<\/label><\/p>\n<div class=\"controls\"><input id=\"inputEmail\" type=\"text\" placeholder=\"Email\"><\/div>\n<\/div>\n<div class=\"control-group\"><label class=\"control-label\" for=\"inputPassword\">Password<\/label><\/p>\n<div class=\"controls\"><input id=\"inputPassword\" type=\"password\" placeholder=\"Password\"><\/div>\n<\/div>\n<div class=\"control-group\">\n<div class=\"controls\"><label class=\"checkbox\"><br \/>\n<input type=\"checkbox\"> Remember me<br \/>\n<\/label><br \/>\n<button class=\"btn\" type=\"submit\">Sign in<\/button><\/div>\n<\/div>\n<\/fieldset>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=\"form-horizontal\"&gt;\n  &lt;div class=\"control-group\"&gt;\n    &lt;label class=\"control-label\" for=\"inputEmail\"&gt;Email&lt;\/label&gt;\n    &lt;div class=\"controls\"&gt;\n      &lt;input type=\"text\" id=\"inputEmail\" placeholder=\"Email\"&gt;\n    &lt;\/div&gt;\n  &lt;\/div&gt;\n  &lt;div class=\"control-group\"&gt;\n    &lt;label class=\"control-label\" for=\"inputPassword\"&gt;Password&lt;\/label&gt;\n    &lt;div class=\"controls\"&gt;\n      &lt;input type=\"password\" id=\"inputPassword\" placeholder=\"Password\"&gt;\n    &lt;\/div&gt;\n  &lt;\/div&gt;\n  &lt;div class=\"control-group\"&gt;\n    &lt;div class=\"controls\"&gt;\n      &lt;label class=\"checkbox\"&gt;\n        &lt;input type=\"checkbox\"&gt; Remember me\n      &lt;\/label&gt;\n      &lt;button type=\"submit\" class=\"btn\"&gt;Sign in&lt;\/button&gt;\n    &lt;\/div&gt;\n  &lt;\/div&gt;\n&lt;\/form&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h2>Supported form controls<\/h2>\n<p>Examples of standard form controls supported in an example form layout.<\/p>\n<h3>Inputs<\/h3>\n<p>Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.<\/p>\n<p>Requires the use of a specified <code>type<\/code> at all times.<\/p>\n<form class=\"gantry-example form-inline\"><input type=\"text\" placeholder=\"Text input\"><\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=\"text\" placeholder=\"Text input\"&gt;<\/pre>\n<h3>Textarea<\/h3>\n<p>Form control which supports multiple lines of text. Change <code>row<\/code> attribute as necessary.<\/p>\n<form class=\"gantry-example form-inline\"><textarea rows=\"3\"><\/textarea><\/form>\n<pre class=\"prettyprint linenums\">&lt;textarea rows=\"3\"&gt;&lt;\/textarea&gt;<\/pre>\n<h3>Checkboxes and radios<\/h3>\n<p>Checkboxes are for selecting one or several options in a list while radios are for selecting one option from many.<\/p>\n<h4>Default (stacked)<\/h4>\n<form class=\"gantry-example\"><label class=\"checkbox\"><input type=\"checkbox\" value=\"\"> Option one is this and that\u2014be sure to include why it&#8217;s great<\/label><br \/>\n<label class=\"radio\"><input id=\"optionsRadios1\" checked=\"checked\" name=\"optionsRadios\" type=\"radio\" value=\"option1\"> Option one is this and that\u2014be sure to include why it&#8217;s great<\/label><br \/>\n<label class=\"radio\"><input id=\"optionsRadios2\" name=\"optionsRadios\" type=\"radio\" value=\"option2\"> Option two can be something else and selecting it will deselect option one<\/label><\/form>\n<pre class=\"prettyprint linenums\">&lt;label class=\"checkbox\"&gt;\n  &lt;input type=\"checkbox\" value=\"\"&gt;\n  Option one is this and that\u2014be sure to include why it's great\n&lt;\/label&gt;\n\n&lt;label class=\"radio\"&gt;\n  &lt;input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios1\" value=\"option1\" checked&gt;\n  Option one is this and that\u2014be sure to include why it's great\n&lt;\/label&gt;\n&lt;label class=\"radio\"&gt;\n  &lt;input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios2\" value=\"option2\"&gt;\n  Option two can be something else and selecting it will deselect option one\n&lt;\/label&gt;<\/pre>\n<h4>Inline checkboxes<\/h4>\n<p>Add the <code>.inline<\/code> class to a series of checkboxes or radios for controls appear on the same line.<\/p>\n<form class=\"gantry-example\"><label class=\"checkbox inline\"><br \/>\n<input id=\"inlineCheckbox1\" type=\"checkbox\" value=\"option1\"> 1<br \/>\n<\/label><br \/>\n<label class=\"checkbox inline\"><br \/>\n<input id=\"inlineCheckbox2\" type=\"checkbox\" value=\"option2\"> 2<br \/>\n<\/label><br \/>\n<label class=\"checkbox inline\"><br \/>\n<input id=\"inlineCheckbox3\" type=\"checkbox\" value=\"option3\"> 3<br \/>\n<\/label><\/form>\n<pre class=\"prettyprint linenums\">&lt;label class=\"checkbox inline\"&gt;\n  &lt;input type=\"checkbox\" id=\"inlineCheckbox1\" value=\"option1\"&gt; 1\n&lt;\/label&gt;\n&lt;label class=\"checkbox inline\"&gt;\n  &lt;input type=\"checkbox\" id=\"inlineCheckbox2\" value=\"option2\"&gt; 2\n&lt;\/label&gt;\n&lt;label class=\"checkbox inline\"&gt;\n  &lt;input type=\"checkbox\" id=\"inlineCheckbox3\" value=\"option3\"&gt; 3\n&lt;\/label&gt;<\/pre>\n<h3>Selects<\/h3>\n<p>Use the default option or specify a <code>multiple=\"multiple\"<\/code> to show multiple options at once.<\/p>\n<form class=\"gantry-example\"><select><option>1<\/option><option>2<\/option><option>3<\/option><option>4<\/option><option>5<\/option><\/select><\/p>\n<p><select multiple=\"multiple\"><option>1<\/option><option>2<\/option><option>3<\/option><option>4<\/option><option>5<\/option><\/select><\/p>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;select&gt;\n  &lt;option&gt;1&lt;\/option&gt;\n  &lt;option&gt;2&lt;\/option&gt;\n  &lt;option&gt;3&lt;\/option&gt;\n  &lt;option&gt;4&lt;\/option&gt;\n  &lt;option&gt;5&lt;\/option&gt;\n&lt;\/select&gt;\n\n&lt;select multiple=\"multiple\"&gt;\n  &lt;option&gt;1&lt;\/option&gt;\n  &lt;option&gt;2&lt;\/option&gt;\n  &lt;option&gt;3&lt;\/option&gt;\n  &lt;option&gt;4&lt;\/option&gt;\n  &lt;option&gt;5&lt;\/option&gt;\n&lt;\/select&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2>Extending form controls<\/h2>\n<p>Adding on top of existing browser controls, Bootstrap includes other useful form components.<\/p>\n<h3>Prepended and appended inputs<\/h3>\n<p>Add text or buttons before or after any text-based input. Do note that <code>select<\/code> elements are not supported here.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\" style=\"float: none;\">\n<h4>Default options<\/h4>\n<p>Wrap an <code>.add-on<\/code> and an <code>input<\/code> with one of two classes to prepend or append text to an input.<\/p>\n<form class=\"gantry-example\">\n<div class=\"input-prepend\"><span class=\"add-on\">@<\/span><input id=\"prependedInput\" class=\"span2\" size=\"16\" type=\"text\" placeholder=\"Username\"><\/div>\n<p>&nbsp;<\/p>\n<div class=\"input-append\"><input id=\"appendedInput\" class=\"span2\" size=\"16\" type=\"text\"><span class=\"add-on\">.00<\/span><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=\"input-prepend\"&gt;\n  &lt;span class=\"add-on\"&gt;@&lt;\/span&gt;&lt;input class=\"span2\" id=\"prependedInput\" size=\"16\" type=\"text\" placeholder=\"Username\"&gt;\n&lt;\/div&gt;\n&lt;div class=\"input-append\"&gt;\n  &lt;input class=\"span2\" id=\"appendedInput\" size=\"16\" type=\"text\"&gt;&lt;span class=\"add-on\"&gt;.00&lt;\/span&gt;\n&lt;\/div&gt;<\/pre>\n<h4>Search form<\/h4>\n<form class=\"gantry-example form-search\">\n<div class=\"input-append\"><input class=\"span2 search-query\" type=\"text\"><button class=\"btn\" type=\"submit\">Search<\/button><\/div>\n<div class=\"input-prepend\"><button class=\"btn\" type=\"submit\">Search<\/button><input class=\"span2 search-query\" type=\"text\"><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=\"form-search\"&gt;\n  &lt;div class=\"input-append\"&gt;\n    &lt;input type=\"text\" class=\"span2 search-query\"&gt;\n    &lt;button type=\"submit\" class=\"btn\"&gt;Search&lt;\/button&gt;\n  &lt;\/div&gt;\n  &lt;div class=\"input-prepend\"&gt;\n    &lt;button type=\"submit\" class=\"btn\"&gt;Search&lt;\/button&gt;\n    &lt;input type=\"text\" class=\"span2 search-query\"&gt;\n  &lt;\/div&gt;\n&lt;\/form&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\" style=\"float: none;\">\n<h4>Combined<\/h4>\n<p>Use both classes and two instances of <code>.add-on<\/code> to prepend and append an input.<\/p>\n<form class=\"gantry-example form-inline\">\n<div class=\"input-prepend input-append\"><span class=\"add-on\">$<\/span><input id=\"appendedPrependedInput\" class=\"span2\" size=\"16\" type=\"text\"><span class=\"add-on\">.00<\/span><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=\"input-prepend input-append\"&gt;\n  &lt;span class=\"add-on\"&gt;\n<pre wp-pre-tag-43=\"\"><\/pre>\n<p>lt;\/span&gt;&lt;input class=\"span2\" id=\"appendedPrependedInput\" size=\"16\" type=\"text\"&gt;&lt;span class=\"add-on\"&gt;.00&lt;\/span&gt;<br \/>\n&lt;\/div&gt;<\/p>\n<h4>Buttons instead of text<\/h4>\n<p>Instead of a <code>&lt;span&gt;<\/code> with text, use a <code>.btn<\/code> to attach a button (or two) to an input.<\/p>\n<form class=\"gantry-example\">\n<div class=\"input-append\"><input id=\"appendedInputButton\" class=\"span2\" size=\"16\" type=\"text\"><button class=\"btn\" type=\"button\">Go!<\/button><\/div>\n<p>&nbsp;<\/p>\n<div class=\"input-append\"><input id=\"appendedInputButtons\" class=\"span2\" size=\"16\" type=\"text\"><button class=\"btn\" type=\"button\">Search<\/button><button class=\"btn\" type=\"button\">Options<\/button><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=\"input-append\"&gt;\n  &lt;input class=\"span2\" id=\"appendedInputButton\" size=\"16\" type=\"text\"&gt;&lt;button class=\"btn\" type=\"button\"&gt;Go!&lt;\/button&gt;\n&lt;\/div&gt;\n\n&lt;div class=\"input-append\"&gt;\n  &lt;input class=\"span2\" id=\"appendedInputButtons\" size=\"16\" type=\"text\"&gt;&lt;button class=\"btn\" type=\"button\"&gt;Search&lt;\/button&gt;&lt;button class=\"btn\" type=\"button\"&gt;Options&lt;\/button&gt;\n&lt;\/div&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h3>Form actions<\/h3>\n<p>End a form with a group of actions (buttons). When placed within a <code>.form-horizontal<\/code>, the buttons will automatically indent to line up with the form controls.<\/p>\n<form class=\"gantry-example\">\n<div class=\"form-actions\"><button class=\"btn btn-primary\" type=\"submit\">Save changes<\/button> <button class=\"btn\" type=\"button\">Cancel<\/button><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=\"form-actions\"&gt;\n  &lt;button type=\"submit\" class=\"btn btn-primary\"&gt;Save changes&lt;\/button&gt;\n  &lt;button type=\"button\" class=\"btn\"&gt;Cancel&lt;\/button&gt;\n&lt;\/div&gt;<\/pre>\n<h3>Help text<\/h3>\n<p>Inline and block level support for help text that appears around form controls.<\/p>\n<h4>Inline help<\/h4>\n<form class=\"gantry-example form-inline\"><input type=\"text\"> <span class=\"help-inline\">Inline help text<\/span><\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=\"text\"&gt;&lt;span class=\"help-inline\"&gt;Inline help text&lt;\/span&gt;<\/pre>\n<h4>Block help<\/h4>\n<form class=\"gantry-example form-inline\"><input type=\"text\"><br \/>\n<span class=\"help-block\">A longer block of help text that breaks onto a new line and may extend beyond one line.<\/span><\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=\"text\"&gt;&lt;span class=\"help-block\"&gt;A longer block of help text that breaks onto a new line and may extend beyond one line.&lt;\/span&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\" style=\"float: none;\">\n<h3>Control sizing<\/h3>\n<p>Use relative sizing classes like <code>.input-large<\/code> or match your inputs to the grid column sizes using <code>.span*<\/code> classes.<\/p>\n<h4>Relative sizing<\/h4>\n<form class=\"gantry-example\" style=\"padding-bottom: 15px;\">\n<div class=\"controls docs-input-sizes\"><input class=\"input-mini\" type=\"text\" placeholder=\".input-mini\"><br \/>\n<input class=\"input-small\" type=\"text\" placeholder=\".input-small\"><br \/>\n<input class=\"input-medium\" type=\"text\" placeholder=\".input-medium\"><br \/>\n<input class=\"input-large\" type=\"text\" placeholder=\".input-large\"><br \/>\n<input class=\"input-xlarge\" type=\"text\" placeholder=\".input-xlarge\"><br \/>\n<input class=\"input-xxlarge\" type=\"text\" placeholder=\".input-xxlarge\"><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=\"input-mini\" type=\"text\" placeholder=\".input-mini\"&gt;\n&lt;input class=\"input-small\" type=\"text\" placeholder=\".input-small\"&gt;\n&lt;input class=\"input-medium\" type=\"text\" placeholder=\".input-medium\"&gt;\n&lt;input class=\"input-large\" type=\"text\" placeholder=\".input-large\"&gt;\n&lt;input class=\"input-xlarge\" type=\"text\" placeholder=\".input-xlarge\"&gt;\n&lt;input class=\"input-xxlarge\" type=\"text\" placeholder=\".input-xxlarge\"&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Note:<\/strong> In future versions, we&#8217;ll be altering the use of these relative input classes to match our button sizes. For example, <code>.input-large<\/code> will increase the padding and font-size of an input.<\/p>\n<h3>Uneditable inputs<\/h3>\n<p>Present data in a form that&#8217;s not editable without using actual form markup.<\/p>\n<form class=\"gantry-example\"><span class=\"input-xlarge uneditable-input\">Some value here<\/span><\/form>\n<pre class=\"prettyprint linenums\">&lt;span class=\"input-xlarge uneditable-input\"&gt;Some value here&lt;\/span&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2>Form control states<\/h2>\n<p>Provide feedback to users or visitors with basic feedback states on form controls and labels.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h3>Input focus<\/h3>\n<p>We remove the default <code>outline<\/code> styles on some form controls and apply a <code>box-shadow<\/code> in its place for <code>:focus<\/code>.<\/p>\n<form class=\"gantry-example form-inline\"><input id=\"focusedInput\" class=\"input-xlarge focused\" type=\"text\" value=\"This is focused...\"><\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=\"input-xlarge\" id=\"focusedInput\" type=\"text\" value=\"This is focused...\"&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3>Disabled inputs<\/h3>\n<p>Add the <code>disabled<\/code> attribute on an input to prevent user input and trigger a slightly different look.<\/p>\n<form class=\"gantry-example form-inline\"><input id=\"disabledInput\" class=\"input-xlarge\" disabled=\"disabled\" type=\"text\" placeholder=\"Disabled input here\u2026\"><\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=\"input-xlarge\" id=\"disabledInput\" type=\"text\" placeholder=\"Disabled input here...\" disabled&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h3>Validation states<\/h3>\n<p>Bootstrap includes validation styles for error, warning, and success messages. To use, add the appropriate class to the surrounding <code>.control-group<\/code>.<\/p>\n<form class=\"gantry-example form-horizontal\">\n<div class=\"control-group warning\"><label class=\"control-label\" for=\"inputWarning\">Input with warning<\/label><\/p>\n<div class=\"controls\"><input id=\"inputWarning\" type=\"text\"><span class=\"help-inline\">Something may have gone wrong<\/span><\/div>\n<\/div>\n<div class=\"control-group error\"><label class=\"control-label\" for=\"inputError\">Input with error<\/label><\/p>\n<div class=\"controls\"><input id=\"inputError\" type=\"text\"><span class=\"help-inline\">Please correct the error<\/span><\/div>\n<\/div>\n<div class=\"control-group info\"><label class=\"control-label\" for=\"inputError\">Input with info<\/label><\/p>\n<div class=\"controls\"><input id=\"inputError\" type=\"text\"><span class=\"help-inline\">Username is taken<\/span><\/div>\n<\/div>\n<div class=\"control-group success\"><label class=\"control-label\" for=\"inputSuccess\">Input with success<\/label><\/p>\n<div class=\"controls\"><input id=\"inputSuccess\" type=\"text\"><span class=\"help-inline\">Woohoo!<\/span><\/div>\n<\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=\"control-group warning\"&gt;\n  &lt;label class=\"control-label\" for=\"inputWarning\"&gt;Input with warning&lt;\/label&gt;\n  &lt;div class=\"controls\"&gt;\n    &lt;input type=\"text\" id=\"inputWarning\"&gt;\n    &lt;span class=\"help-inline\"&gt;Something may have gone wrong&lt;\/span&gt;\n  &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div class=\"control-group error\"&gt;\n  &lt;label class=\"control-label\" for=\"inputError\"&gt;Input with error&lt;\/label&gt;\n  &lt;div class=\"controls\"&gt;\n    &lt;input type=\"text\" id=\"inputError\"&gt;\n    &lt;span class=\"help-inline\"&gt;Please correct the error&lt;\/span&gt;\n  &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div class=\"control-group info\"&gt;\n  &lt;label class=\"control-label\" for=\"inputError\"&gt;Input with info&lt;\/label&gt;\n  &lt;div class=\"controls\"&gt;\n    &lt;input type=\"text\" id=\"inputError\"&gt;\n    &lt;span class=\"help-inline\"&gt;Username is taken&lt;\/span&gt;\n  &lt;\/div&gt;\n&lt;\/div&gt;\n&lt;div class=\"control-group success\"&gt;\n  &lt;label class=\"control-label\" for=\"inputSuccess\"&gt;Input with success&lt;\/label&gt;\n  &lt;div class=\"controls\"&gt;\n    &lt;input type=\"text\" id=\"inputSuccess\"&gt;\n    &lt;span class=\"help-inline\"&gt;Woohoo!&lt;\/span&gt;\n  &lt;\/div&gt;\n&lt;\/div&gt;<\/pre>\n<\/section>\n<p><!-- Buttons ================================================== --><\/p>\n<section id=\"buttons\">\n<div class=\"page-header\">\n<h1>Buttons<\/h1>\n<\/div>\n<h2>Default buttons<\/h2>\n<p>Button styles can be applied to anything with the <code>.btn<\/code> class applied. However, typically you&#8217;ll want to apply these to only <code>&lt;a&gt;<\/code> and <code>&lt;button&gt;<\/code> elements for the best rendering.<\/p>\n<table class=\"table table-bordered table-striped\">\n<thead>\n<tr>\n<th>Button<\/th>\n<th>class=&#8221;&#8221;<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><button class=\"btn\" type=\"button\">Default<\/button><\/td>\n<td><code>btn<\/code><\/td>\n<td>Standard gray button with gradient<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-primary\" type=\"button\">Primary<\/button><\/td>\n<td><code>btn btn-primary<\/code><\/td>\n<td>Provides extra visual weight and identifies the primary action in a set of buttons<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-info\" type=\"button\">Info<\/button><\/td>\n<td><code>btn btn-info<\/code><\/td>\n<td>Used as an alternative to the default styles<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-success\" type=\"button\">Success<\/button><\/td>\n<td><code>btn btn-success<\/code><\/td>\n<td>Indicates a successful or positive action<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-warning\" type=\"button\">Warning<\/button><\/td>\n<td><code>btn btn-warning<\/code><\/td>\n<td>Indicates caution should be taken with this action<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-danger\" type=\"button\">Danger<\/button><\/td>\n<td><code>btn btn-danger<\/code><\/td>\n<td>Indicates a dangerous or potentially negative action<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-inverse\" type=\"button\">Inverse<\/button><\/td>\n<td><code>btn btn-inverse<\/code><\/td>\n<td>Alternate dark gray button, not tied to a semantic action or use<\/td>\n<\/tr>\n<tr>\n<td><button class=\"btn btn-link\" type=\"button\">Link<\/button><\/td>\n<td><code>btn btn-link<\/code><\/td>\n<td>Deemphasize a button by making it look like a link while maintaining button behavior<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Cross browser compatibility<\/h4>\n<p>IE9 doesn&#8217;t crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled <code>button<\/code> elements, rendering text gray with a nasty text-shadow that we cannot fix.<\/p>\n<h2>Button sizes<\/h2>\n<p>Fancy larger or smaller buttons? Add <code>.btn-large<\/code>, <code>.btn-small<\/code>, or <code>.btn-mini<\/code> for additional sizes.<\/p>\n<div class=\"gantry-example\">\n<p><button class=\"btn btn-large btn-primary\" type=\"button\">Large button<\/button> <button class=\"btn btn-large\" type=\"button\">Large button<\/button><\/p>\n<p><button class=\"btn btn-primary\" type=\"button\">Default button<\/button> <button class=\"btn\" type=\"button\">Default button<\/button><\/p>\n<p><button class=\"btn btn-small btn-primary\" type=\"button\">Small button<\/button> <button class=\"btn btn-small\" type=\"button\">Small button<\/button><\/p>\n<p><button class=\"btn btn-mini btn-primary\" type=\"button\">Mini button<\/button> <button class=\"btn btn-mini\" type=\"button\">Mini button<\/button><\/p>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;p&gt;\n  &lt;button class=\"btn btn-large btn-primary\" type=\"button\"&gt;Large button&lt;\/button&gt;\n  &lt;button class=\"btn btn-large\" type=\"button\"&gt;Large button&lt;\/button&gt;\n&lt;\/p&gt;\n&lt;p&gt;\n  &lt;button class=\"btn btn-primary\" type=\"button\"&gt;Default button&lt;\/button&gt;&lt;button class=\"btn\" type=\"button\"&gt;Default button&lt;\/button&gt;\n&lt;\/p&gt;\n&lt;p&gt;\n  &lt;button class=\"btn btn-small btn-primary\" type=\"button\"&gt;Small button&lt;\/button&gt;\n  &lt;button class=\"btn btn-small\" type=\"button\"&gt;Small button&lt;\/button&gt;\n&lt;\/p&gt;\n&lt;p&gt;\n  &lt;button class=\"btn btn-mini btn-primary\" type=\"button\"&gt;Mini button&lt;\/button&gt;\n  &lt;button class=\"btn btn-mini\" type=\"button\"&gt;Mini button&lt;\/button&gt;\n&lt;\/p&gt;<\/pre>\n<p>Create block level buttons\u2014those that span the full width of a parent\u2014 by adding <code>.btn-block<\/code>.<\/p>\n<div class=\"gantry-example\">\n<div class=\"well\" style=\"max-width: 400px; margin: 0 auto 10px;\"> <button class=\"btn btn-large btn-block btn-primary\" type=\"button\">Block level button<\/button><button class=\"btn btn-large btn-block\" type=\"button\">Block level button<\/button><\/div>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;button class=\"btn btn-large btn-block btn-primary\" type=\"button\"&gt;Block level button&lt;\/button&gt;\n&lt;button class=\"btn btn-large btn-block\" type=\"button\"&gt;Block level button&lt;\/button&gt;<\/pre>\n<h2>Disabled state<\/h2>\n<p>Make buttons look unclickable by fading them back 50%.<\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h3>Anchor element<\/h3>\n<p>Add the <code>.disabled<\/code> class to <code>&lt;a&gt;<\/code> buttons.<\/p>\n<p class=\"gantry-example\"><a class=\"btn btn-large btn-primary disabled\" href=\"#\">Primary link<\/a> <a class=\"btn btn-large disabled\" href=\"#\">Link<\/a><\/p>\n<pre class=\"prettyprint linenums\">&lt;a href=\"#\" class=\"btn btn-large btn-primary disabled\"&gt;Primary link&lt;\/a&gt;\n&lt;a href=\"#\" class=\"btn btn-large disabled\"&gt;Link&lt;\/a&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Note:<\/strong><br \/>\nWe use <code>.disabled<\/code> as a utility class here, similar to the common <code>.active<\/code> class, so no prefix is required.<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3>Button element<\/h3>\n<p>Add the <code>disabled<\/code> attribute to <code>&lt;button&gt;<\/code> buttons.<\/p>\n<p class=\"gantry-example\"><button class=\"btn btn-large btn-primary disabled\" disabled=\"disabled\" type=\"button\">Primary button<\/button> <button class=\"btn btn-large\" disabled=\"disabled\" type=\"button\">Button<\/button><\/p>\n<pre class=\"prettyprint linenums\">&lt;button type=\"button\" class=\"btn btn-large btn-primary disabled\" disabled=\"disabled\"&gt;Primary button&lt;\/button&gt;\n&lt;button type=\"button\" class=\"btn btn-large\" disabled&gt;Button&lt;\/button&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h2>One class, multiple tags<\/h2>\n<p>Use the <code>.btn<\/code> class on an <code>&lt;a&gt;<\/code>, <code>&lt;button&gt;<\/code>, or <code>&lt;input&gt;<\/code> element.<\/p>\n<form class=\"gantry-example\"><a class=\"btn\">Link<\/a> <button class=\"btn\" type=\"submit\">Button<\/button> <input class=\"btn\" type=\"button\" value=\"Input\"> <input class=\"btn\" type=\"submit\" value=\"Submit\"><\/form>\n<pre class=\"prettyprint linenums\">&lt;a class=\"btn\" href=\"\"&gt;Link&lt;\/a&gt;\n&lt;button class=\"btn\" type=\"submit\"&gt;Button&lt;\/button&gt;\n&lt;input class=\"btn\" type=\"button\" value=\"Input\"&gt;\n&lt;input class=\"btn\" type=\"submit\" value=\"Submit\"&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p>As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an <code>input<\/code>, use an <code>&lt;input type=\"submit\"&gt;<\/code> for your button.<\/p>\n<\/section>\n<p><!-- Icons ================================================== --><\/p>\n<h1>Icons<\/h1>\n<h2>Font Awesome (v.4+)<\/h2>\n<p>Font Awesome is a pictographic language of web-related actions which delivers over 300 icons. The Font Awesome webfont is created by <a href=\"http:\/\/twitter.com\/davegandy\">Dave Gandy<\/a> and licensed under <a href=\"http:\/\/scripts.sil.org\/OFL\">SIL OFL 1.1<\/a>. The code is licensed under <a href=\"http:\/\/opensource.org\/licenses\/mit-license.html\">MIT License<\/a>.<\/p>\n<p>Add <code>fa fa-ICON_NAME<\/code> to any element.<\/p>\n<div class=\"gantry-example\"><i class=\"fa fa-download\"><\/i> Download<\/div>\n<pre class=\"prettyprint linenums\">&lt;i class=\"fa fa-ICON_NAME\"&gt;&lt;\/i&gt; ...\n&lt;i class=\"fa fa-download\"&gt;&lt;\/i&gt; Download\n<\/pre>\n<div class=\"clear\"><\/div>\n<p>You can find the full examples of usage at <a href=\"http:\/\/fontawesome.io\/icons\/\">Font Awesome &#8211; http:\/\/fontawesome.io\/icons\/<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Typography Headings All HTML headings, &lt;h1&gt; through &lt;h6&gt; are available. h1. Heading 1 h2. Heading 2 h3. Heading 3 h4. Heading 4 h5. Heading 5 h6. Heading 6 Built with SCSS The typographic scale is based on two SCSS variables in \/configuration\/_typography.scss: $base-font-size and $base-line-height. The first is the base font-size used throughout and the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-17","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WINERTIA - industria-de-la-conversion.ttemsa<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WINERTIA - industria-de-la-conversion.ttemsa\" \/>\n<meta property=\"og:description\" content=\"Typography Headings All HTML headings, &lt;h1&gt; through &lt;h6&gt; are available. h1. Heading 1 h2. Heading 2 h3. Heading 3 h4. Heading 4 h5. Heading 5 h6. Heading 6 Built with SCSS The typographic scale is based on two SCSS variables in \/configuration\/_typography.scss: $base-font-size and $base-line-height. The first is the base font-size used throughout and the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/\" \/>\n<meta property=\"og:site_name\" content=\"industria-de-la-conversion.ttemsa\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-01T18:22:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ttemsa.com\/industria\/wp-content\/uploads\/2022\/08\/cropped-logo-ttemsa-redondo-final-copy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"23 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/\",\"url\":\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/\",\"name\":\"WINERTIA - industria-de-la-conversion.ttemsa\",\"isPartOf\":{\"@id\":\"https:\/\/ttemsa.com\/industria\/#website\"},\"datePublished\":\"2014-05-16T18:42:00+00:00\",\"dateModified\":\"2024-03-01T18:22:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/ttemsa.com\/industria\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WINERTIA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ttemsa.com\/industria\/#website\",\"url\":\"https:\/\/ttemsa.com\/industria\/\",\"name\":\"industria-de-la-conversion.ttemsa\",\"description\":\"Designed Dianalacazadora.com\",\"alternateName\":\"ttemsa l\u00edderes en la industria de la conversi\u00f3n\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ttemsa.com\/industria\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WINERTIA - industria-de-la-conversion.ttemsa","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/","og_locale":"es_MX","og_type":"article","og_title":"WINERTIA - industria-de-la-conversion.ttemsa","og_description":"Typography Headings All HTML headings, &lt;h1&gt; through &lt;h6&gt; are available. h1. Heading 1 h2. Heading 2 h3. Heading 3 h4. Heading 4 h5. Heading 5 h6. Heading 6 Built with SCSS The typographic scale is based on two SCSS variables in \/configuration\/_typography.scss: $base-font-size and $base-line-height. The first is the base font-size used throughout and the [&hellip;]","og_url":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/","og_site_name":"industria-de-la-conversion.ttemsa","article_modified_time":"2024-03-01T18:22:16+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/ttemsa.com\/industria\/wp-content\/uploads\/2022\/08\/cropped-logo-ttemsa-redondo-final-copy.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"23 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/","url":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/","name":"WINERTIA - industria-de-la-conversion.ttemsa","isPartOf":{"@id":"https:\/\/ttemsa.com\/industria\/#website"},"datePublished":"2014-05-16T18:42:00+00:00","dateModified":"2024-03-01T18:22:16+00:00","breadcrumb":{"@id":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ttemsa.com\/industria\/index.php\/winertia\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ttemsa.com\/industria\/index.php\/winertia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/ttemsa.com\/industria\/"},{"@type":"ListItem","position":2,"name":"WINERTIA"}]},{"@type":"WebSite","@id":"https:\/\/ttemsa.com\/industria\/#website","url":"https:\/\/ttemsa.com\/industria\/","name":"industria-de-la-conversion.ttemsa","description":"Designed Dianalacazadora.com","alternateName":"ttemsa l\u00edderes en la industria de la conversi\u00f3n","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ttemsa.com\/industria\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/comments?post=17"}],"version-history":[{"count":1,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":345,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/pages\/17\/revisions\/345"}],"wp:attachment":[{"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/media?parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/categories?post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ttemsa.com\/industria\/index.php\/wp-json\/wp\/v2\/tags?post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}