{"id":105,"date":"2014-03-12T15:46:05","date_gmt":"2014-03-12T15:46:05","guid":{"rendered":""},"modified":"2020-04-12T12:32:15","modified_gmt":"2020-04-12T10:32:15","slug":"typography","status":"publish","type":"post","link":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/","title":{"rendered":"Typography"},"content":{"rendered":"<div class=\"clear\"><\/div>\n<p><!-- Typography\n================================================== --><\/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\"><span class=\"ez-toc-section\" id=\"Headings\"><\/span>Headings<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"h1_Heading_1\"><\/span>h1. Heading 1<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<h2><span class=\"ez-toc-section\" id=\"h2_Heading_2\"><\/span>h2. Heading 2<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"h3_Heading_3\"><\/span>h3. Heading 3<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<h4><span class=\"ez-toc-section\" id=\"h4_Heading_4\"><\/span>h4. Heading 4<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<h5><span class=\"ez-toc-section\" id=\"h5_Heading_5\"><\/span>h5. Heading 5<span class=\"ez-toc-section-end\"><\/span><\/h5>\n<h6><span class=\"ez-toc-section\" id=\"h6_Heading_6\"><\/span>h6. Heading 6<span class=\"ez-toc-section-end\"><\/span><\/h6>\n<\/p><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Built_with_Less\"><\/span>Built with Less<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>The typographic scale is based on two LESS variables in <strong>variables.less<\/strong>: <code>@baseFontSize<\/code> and <code>@baseLineHeight<\/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. Customize them and Bootstrap adapts.<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h2 id=\"body-copy\"><span class=\"ez-toc-section\" id=\"Body_copy\"><\/span>Body copy<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Bootstrap&#8217;s global default <code>font-size<\/code> is <strong>14px<\/strong>, with a <code>line-height<\/code> of <strong>1.7em<\/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<\/p><\/div>\n<pre class=\"prettyprint\">&lt;p&gt;...&lt;\/p&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Lead_body_copy\"><\/span>Lead body copy<span class=\"ez-toc-section-end\"><\/span><\/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<\/p><\/div>\n<pre class=\"prettyprint\">&lt;p class=&quot;lead&quot;&gt;...&lt;\/p&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2 id=\"emphasis\"><span class=\"ez-toc-section\" id=\"Emphasis\"><\/span>Emphasis<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"i\"><\/span><code>&lt;em&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/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<\/p><\/div>\n<pre class=\"prettyprint\">&lt;em&gt;rendered as italicized text&lt;\/em&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"i-2\"><\/span><code>&lt;strong&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/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<\/p><\/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><span class=\"ez-toc-section\" id=\"i-3\"><\/span><code>&lt;small&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/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<\/p><\/div>\n<pre class=\"prettyprint\">&lt;p&gt;\r\n  &lt;small&gt;This line of text is meant to be treated as fine print.&lt;\/small&gt;\r\n&lt;\/p&gt;<\/pre>\n<p><\/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><span class=\"ez-toc-section\" id=\"Notice_Styles\"><\/span>Notice Styles<span class=\"ez-toc-section-end\"><\/span><\/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=&quot;success&quot;&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=&quot;info&quot;&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=&quot;warning&quot;&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=&quot;error&quot;&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\"><span class=\"ez-toc-section\" id=\"Abbreviations\"><\/span>Abbreviations<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"i-4\"><\/span><code>&lt;abbr&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/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<\/p><\/div>\n<pre class=\"prettyprint\">&lt;abbr title=&quot;attribute&quot;&gt;attr&lt;\/abbr&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"i-5\"><\/span><code>&lt;abbr class=\"initialism\"&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/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 title=\"HyperText Markup Language\" class=\"initialism\">HTML<\/abbr> is the best thing since sliced bread.<\/p>\n<\/p><\/div>\n<pre class=\"prettyprint\">&lt;abbr title=&quot;attribute&quot; class=&quot;initialism&quot;&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\"><span class=\"ez-toc-section\" id=\"Addresses\"><\/span>Addresses<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"i-6\"><\/span><code>&lt;address&gt;<\/code><span class=\"ez-toc-section-end\"><\/span><\/h4>\n<p>Preserve formatting by ending all lines with <code>&lt;br&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\n<address>\n      <strong>Twitter, Inc.<\/strong><br \/>\n      795 Folsom Ave, Suite 600<br \/>\n      San Francisco, CA 94107<br \/>\n      <abbr title=\"Phone\">P:<\/abbr> (123) 456-7890<br \/>\n    <\/address>\n<address>\n      <strong>Full Name<\/strong><br \/>\n      <a href=\"mailto:#\">f&#105;&#114;&#x73;&#x74;&#x2e;l&#97;&#115;&#x74;&#x40;&#x67;ma&#105;&#x6c;&#x2e;&#x63;om<\/a><br \/>\n    <\/address>\n<\/p><\/div>\n<pre class=\"prettyprint linenums\">\r\n&lt;address&gt;\r\n  &lt;strong&gt;Twitter, Inc.&lt;\/strong&gt;&lt;br&gt;\r\n  795 Folsom Ave, Suite 600&lt;br&gt;\r\n  San Francisco, CA 94107&lt;br&gt;\r\n  &lt;abbr title=&quot;Phone&quot;&gt;P:&lt;\/abbr&gt; (123) 456-7890\r\n&lt;\/address&gt;\r\n&lt;address&gt;\r\n  &lt;strong&gt;Full Name&lt;\/strong&gt;&lt;br&gt;\r\n  &lt;a href=&quot;mailto:#&quot;&gt;first.last&#64;gmail.com&lt;\/a&gt;\r\n&lt;\/address&gt;\r\n<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2 id=\"blockquotes\"><span class=\"ez-toc-section\" id=\"Blockquotes\"><\/span>Blockquotes<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>For quoting blocks of content from another source within your document.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Default_blockquote\"><\/span>Default blockquote<span class=\"ez-toc-section-end\"><\/span><\/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>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<\/blockquote><\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;\r\n&lt;\/blockquote&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Blockquote_options\"><\/span>Blockquote options<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>  <span>Style and content changes for simple variations on a standard blockquote.<\/span><\/p>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h4><span class=\"ez-toc-section\" id=\"Naming_a_source\"><\/span>Naming a source<span class=\"ez-toc-section-end\"><\/span><\/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>\n<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>\n    <\/p><\/blockquote><\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote&gt;\r\n  &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.&lt;\/p&gt;\r\n  &lt;small&gt;Someone famous &lt;cite title=&quot;Source Title&quot;&gt;Source Title&lt;\/cite&gt;&lt;\/small&gt;\r\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><span class=\"ez-toc-section\" id=\"Alternate_displays\"><\/span>Alternate displays<span class=\"ez-toc-section-end\"><\/span><\/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\">\n<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>\n    <\/p><\/blockquote><\/div>\n<pre class=\"prettyprint linenums\">&lt;blockquote class=&quot;pull-right&quot;&gt;\r\n  ...\r\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\"><span class=\"ez-toc-section\" id=\"Lists\"><\/span>Lists<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Unordered\"><\/span>Unordered<span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\">&lt;ul&gt;\r\n  &lt;li&gt;...&lt;\/li&gt;\r\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><span class=\"ez-toc-section\" id=\"Ordered\"><\/span>Ordered<span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\">&lt;ol&gt;\r\n  &lt;li&gt;...&lt;\/li&gt;\r\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><span class=\"ez-toc-section\" id=\"Unstyled\"><\/span>Unstyled<span class=\"ez-toc-section-end\"><\/span><\/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=&quot;unstyled&quot;&gt;\r\n  &lt;li&gt;...&lt;\/li&gt;\r\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><span class=\"ez-toc-section\" id=\"Description\"><\/span>Description<span class=\"ez-toc-section-end\"><\/span><\/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;\r\n  &lt;dt&gt;...&lt;\/dt&gt;\r\n  &lt;dd&gt;...&lt;\/dd&gt;\r\n&lt;\/dl&gt;<\/pre>\n<p><\/p>\n<p>\n  <strong>Note:<\/strong><br \/>\n  Horizontal 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.\n<\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3><span class=\"ez-toc-section\" id=\"Horizontal_description\"><\/span>Horizontal description<span class=\"ez-toc-section-end\"><\/span><\/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=&quot;dl-horizontal&quot;&gt;\r\n  &lt;dt&gt;...&lt;\/dt&gt;\r\n  &lt;dd&gt;...&lt;\/dd&gt;\r\n&lt;\/dl&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<\/section>\n<p><!-- Code\n================================================== --><\/p>\n<section id=\"code\">\n<div class=\"page-header\">\n<h1><span class=\"ez-toc-section\" id=\"Code\"><\/span>Code<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<\/p><\/div>\n<div class=\"gantry-width-container\">\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-left\">\n<h2><span class=\"ez-toc-section\" id=\"Inline\"><\/span>Inline<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Wrap inline snippets of code with <code>&lt;code&gt;<\/code>.<\/p>\n<div class=\"gantry-example\">\nFor example, <code>&lt;section&gt;<\/code> should be wrapped as inline.\n<\/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><span class=\"ez-toc-section\" id=\"Basic_block\"><\/span>Basic block<span class=\"ez-toc-section-end\"><\/span><\/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;\r\n  &amp;lt;p&amp;gt;Sample text here...&amp;lt;\/p&amp;gt;\r\n&lt;\/pre&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Prettify\"><\/span>Prettify<span class=\"ez-toc-section-end\"><\/span><\/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(&#x27;debug&#x27;)) : ?&gt;\r\n    &lt;div id=&quot;rt-debug&quot;&gt;\r\n    &lt;div class=&quot;rt-container&quot;&gt;\r\n      &lt;?php echo $gantry-&gt;displayModules(&#x27;debug&#x27;,&#x27;standard&#x27;,&#x27;standard&#x27;); ?&gt;\r\n      &lt;div class=&quot;clear&quot;&gt;&lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\n  &lt;?php \/** End Debug **\/ endif; ?&gt;<\/pre>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;pre class=&quot;prettyprint linenums&quot;&gt;&lt;?php \/** Begin Debug **\/ if ($gantry-&gt;countModules(&#x27;debug&#x27;)) : ?&gt;\r\n  &lt;div id=&quot;rt-debug&quot;&gt;\r\n    &lt;div class=&quot;rt-container&quot;&gt;\r\n      &lt;?php echo $gantry-&gt;displayModules(&#x27;debug&#x27;,&#x27;standard&#x27;,&#x27;standard&#x27;); ?&gt;\r\n      &lt;div class=&quot;clear&quot;&gt;&lt;\/div&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\n  &lt;?php \/** End Debug **\/ endif; ?&gt;&lt;\/pre&gt;<\/pre>\n<\/section>\n<p><!-- Tables\n================================================== --><\/p>\n<section id=\"tables\">\n<div class=\"page-header\">\n<h1><span class=\"ez-toc-section\" id=\"Tables\"><\/span>Tables<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<\/p><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Default_styles\"><\/span>Default styles<span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\">&lt;table class=&quot;table&quot;&gt;\r\n  &hellip;\r\n&lt;\/table&gt;<\/pre>\n<p><!-- SEPARATOR --><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Optional_classes\"><\/span>Optional classes<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"table-striped\"><\/span><code>.table-striped<\/code><span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=&quot;table table-striped&quot;&gt;\r\n  &hellip;\r\n&lt;\/table&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"table-hover\"><\/span><code>.table-hover<\/code><span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=&quot;table table-hover&quot;&gt;\r\n  &hellip;\r\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><span class=\"ez-toc-section\" id=\"table-bordered\"><\/span><code>.table-bordered<\/code><span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\">&lt;table class=&quot;table table-bordered&quot;&gt;\r\n  &hellip;\r\n&lt;\/table&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"table-condensed\"><\/span><code>.table-condensed<\/code><span class=\"ez-toc-section-end\"><\/span><\/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><\/div>\n<pre class=\"prettyprint linenums\" style=\"margin-bottom: 18px;\">&lt;table class=&quot;table table-condensed&quot;&gt;\r\n  &hellip;\r\n&lt;\/table&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Optional_row_classes\"><\/span>Optional row classes<span class=\"ez-toc-section-end\"><\/span><\/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\">\n        <\/colgroup>\n<thead>\n<tr>\n<th>Class<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\n              <code>.success<\/code>\n            <\/td>\n<td>Indicates a successful or positive action.<\/td>\n<\/tr>\n<tr>\n<td>\n              <code>.error<\/code>\n            <\/td>\n<td>Indicates a dangerous or potentially negative action.<\/td>\n<\/tr>\n<tr>\n<td>\n              <code>.warning<\/code>\n            <\/td>\n<td>Indicates a warning that might need attention.<\/td>\n<\/tr>\n<tr>\n<td>\n              <code>.info<\/code>\n            <\/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><\/div>\n<pre class=\"prettyprint linenums\">...\r\n  &lt;tr class=&quot;success&quot;&gt;\r\n    &lt;td&gt;1&lt;\/td&gt;\r\n    &lt;td&gt;TB - Monthly&lt;\/td&gt;\r\n    &lt;td&gt;01\/04\/2012&lt;\/td&gt;\r\n    &lt;td&gt;Approved&lt;\/td&gt;\r\n  &lt;\/tr&gt;\r\n...<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Supported_table_markup\"><\/span>Supported table markup<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <\/colgroup>\n<thead>\n<tr>\n<th>Tag<\/th>\n<th>Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\n          <code>&lt;table&gt;<\/code>\n        <\/td>\n<td>\n          Wrapping element for displaying data in a tabular format\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;thead&gt;<\/code>\n        <\/td>\n<td>\n          Container element for table header rows (<code>&lt;tr&gt;<\/code>) to label table columns\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;tbody&gt;<\/code>\n        <\/td>\n<td>\n          Container element for table rows (<code>&lt;tr&gt;<\/code>) in the body of the table\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;tr&gt;<\/code>\n        <\/td>\n<td>\n          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\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;td&gt;<\/code>\n        <\/td>\n<td>\n          Default table cell\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;th&gt;<\/code>\n        <\/td>\n<td>\n          Special table cell for column (or row, depending on scope and placement) labels<br \/>\n          Must be used within a <code>&lt;thead&gt;<\/code>\n        <\/td>\n<\/tr>\n<tr>\n<td>\n          <code>&lt;caption&gt;<\/code>\n        <\/td>\n<td>\n          Description or summary of what the table holds, especially useful for screen readers\n        <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<pre class=\"prettyprint linenums\">&lt;table&gt;\r\n  &lt;caption&gt;...&lt;\/caption&gt;\r\n  &lt;thead&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;...&lt;\/th&gt;\r\n      &lt;th&gt;...&lt;\/th&gt;\r\n    &lt;\/tr&gt;\r\n  &lt;\/thead&gt;\r\n  &lt;tbody&gt;\r\n    &lt;tr&gt;\r\n      &lt;td&gt;...&lt;\/td&gt;\r\n      &lt;td&gt;...&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n  &lt;\/tbody&gt;\r\n&lt;\/table&gt;<\/pre>\n<\/section>\n<p><!-- Forms\n================================================== --><\/p>\n<section id=\"forms\">\n<div class=\"page-header\">\n<h1><span class=\"ez-toc-section\" id=\"Forms\"><\/span>Forms<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<\/p><\/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><span class=\"ez-toc-section\" id=\"Default_styles-2\"><\/span>Default styles<span class=\"ez-toc-section-end\"><\/span><\/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><br \/>\n    <input type=\"text\" placeholder=\"Type something\u2026\"><br \/>\n    <span class=\"help-block\">Example block-level help text here.<\/span><br \/>\n    <label class=\"checkbox\"><br \/>\n      <input type=\"checkbox\"> Check me out<br \/>\n    <\/label><br \/>\n    <button type=\"submit\" class=\"btn\">Submit<\/button><br \/>\n  <\/fieldset>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;form&gt;\r\n  &lt;legend&gt;Legend&lt;\/legend&gt;\r\n  &lt;label&gt;Label name&lt;\/label&gt;\r\n  &lt;input type=&quot;text&quot; placeholder=&quot;Type something&hellip;&quot;&gt;\r\n  &lt;span class=&quot;help-block&quot;&gt;Example block-level help text here.&lt;\/span&gt;\r\n  &lt;label class=&quot;checkbox&quot;&gt;\r\n    &lt;input type=&quot;checkbox&quot;&gt; Check me out\r\n  &lt;\/label&gt;\r\n  &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Submit&lt;\/button&gt;\r\n&lt;\/form&gt;<\/pre>\n<p><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Optional_layouts\"><\/span>Optional layouts<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Included with Bootstrap are three optional form layouts for common use cases.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Search_form\"><\/span>Search form<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <input type=\"text\" class=\"input-medium search-query\"><br \/>\n    <button type=\"submit\" class=\"btn\">Search<\/button><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=&quot;form-search&quot;&gt;\r\n  &lt;input type=&quot;text&quot; class=&quot;input-medium search-query&quot;&gt;\r\n  &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Search&lt;\/button&gt;\r\n&lt;\/form&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Inline_form\"><\/span>Inline form<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <input type=\"text\" class=\"input-small\" placeholder=\"Email\"><br \/>\n    <input type=\"password\" class=\"input-small\" placeholder=\"Password\"><br \/>\n    <label class=\"checkbox\"><br \/>\n      <input type=\"checkbox\"> Remember me<br \/>\n    <\/label><br \/>\n    <button type=\"submit\" class=\"btn\">Sign in<\/button><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=&quot;form-inline&quot;&gt;\r\n  &lt;input type=&quot;text&quot; class=&quot;input-small&quot; placeholder=&quot;Email&quot;&gt;\r\n  &lt;input type=&quot;password&quot; class=&quot;input-small&quot; placeholder=&quot;Password&quot;&gt;\r\n  &lt;label class=&quot;checkbox&quot;&gt;\r\n    &lt;input type=&quot;checkbox&quot;&gt; Remember me\r\n  &lt;\/label&gt;\r\n  &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Sign in&lt;\/button&gt;\r\n&lt;\/form&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Horizontal_form\"><\/span>Horizontal form<span class=\"ez-toc-section-end\"><\/span><\/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\">\n      <label class=\"control-label\" for=\"inputEmail\">Email<\/label><\/p>\n<div class=\"controls\">\n        <input type=\"text\" id=\"inputEmail\" placeholder=\"Email\">\n      <\/div>\n<\/p><\/div>\n<div class=\"control-group\">\n      <label class=\"control-label\" for=\"inputPassword\">Password<\/label><\/p>\n<div class=\"controls\">\n        <input type=\"password\" id=\"inputPassword\" placeholder=\"Password\">\n      <\/div>\n<\/p><\/div>\n<div class=\"control-group\">\n<div class=\"controls\">\n        <label class=\"checkbox\"><br \/>\n          <input type=\"checkbox\"> Remember me<br \/>\n        <\/label><br \/>\n        <button type=\"submit\" class=\"btn\">Sign in<\/button>\n      <\/div>\n<\/p><\/div>\n<\/fieldset><\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=&quot;form-horizontal&quot;&gt;\r\n  &lt;div class=&quot;control-group&quot;&gt;\r\n    &lt;label class=&quot;control-label&quot; for=&quot;inputEmail&quot;&gt;Email&lt;\/label&gt;\r\n    &lt;div class=&quot;controls&quot;&gt;\r\n      &lt;input type=&quot;text&quot; id=&quot;inputEmail&quot; placeholder=&quot;Email&quot;&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\n  &lt;div class=&quot;control-group&quot;&gt;\r\n    &lt;label class=&quot;control-label&quot; for=&quot;inputPassword&quot;&gt;Password&lt;\/label&gt;\r\n    &lt;div class=&quot;controls&quot;&gt;\r\n      &lt;input type=&quot;password&quot; id=&quot;inputPassword&quot; placeholder=&quot;Password&quot;&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\n  &lt;div class=&quot;control-group&quot;&gt;\r\n    &lt;div class=&quot;controls&quot;&gt;\r\n      &lt;label class=&quot;checkbox&quot;&gt;\r\n        &lt;input type=&quot;checkbox&quot;&gt; Remember me\r\n      &lt;\/label&gt;\r\n      &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Sign in&lt;\/button&gt;\r\n    &lt;\/div&gt;\r\n  &lt;\/div&gt;\r\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><span class=\"ez-toc-section\" id=\"Supported_form_controls\"><\/span>Supported form controls<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Examples of standard form controls supported in an example form layout.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Inputs\"><\/span>Inputs<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <input type=\"text\" placeholder=\"Text input\"><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=&quot;text&quot; placeholder=&quot;Text input&quot;&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Textarea\"><\/span>Textarea<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <textarea rows=\"3\"><\/textarea><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;textarea rows=&quot;3&quot;&gt;&lt;\/textarea&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Checkboxes_and_radios\"><\/span>Checkboxes and radios<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Default_stacked\"><\/span>Default (stacked)<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<form class=\"gantry-example\">\n    <label class=\"checkbox\"><br \/>\n      <input type=\"checkbox\" value=\"\"><br \/>\n      Option one is this and that\u2014be sure to include why it&#8217;s great<br \/>\n    <\/label><br \/>\n    <br \/>\n    <label class=\"radio\"><br \/>\n      <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios1\" value=\"option1\" checked=\"\"><br \/>\n      Option one is this and that\u2014be sure to include why it&#8217;s great<br \/>\n    <\/label><br \/>\n    <label class=\"radio\"><br \/>\n      <input type=\"radio\" name=\"optionsRadios\" id=\"optionsRadios2\" value=\"option2\"><br \/>\n      Option two can be something else and selecting it will deselect option one<br \/>\n    <\/label><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;label class=&quot;checkbox&quot;&gt;\r\n  &lt;input type=&quot;checkbox&quot; value=&quot;&quot;&gt;\r\n  Option one is this and that&mdash;be sure to include why it&#x27;s great\r\n&lt;\/label&gt;\r\n\r\n&lt;label class=&quot;radio&quot;&gt;\r\n  &lt;input type=&quot;radio&quot; name=&quot;optionsRadios&quot; id=&quot;optionsRadios1&quot; value=&quot;option1&quot; checked&gt;\r\n  Option one is this and that&mdash;be sure to include why it&#x27;s great\r\n&lt;\/label&gt;\r\n&lt;label class=&quot;radio&quot;&gt;\r\n  &lt;input type=&quot;radio&quot; name=&quot;optionsRadios&quot; id=&quot;optionsRadios2&quot; value=&quot;option2&quot;&gt;\r\n  Option two can be something else and selecting it will deselect option one\r\n&lt;\/label&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"Inline_checkboxes\"><\/span>Inline checkboxes<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <label class=\"checkbox inline\"><br \/>\n      <input type=\"checkbox\" id=\"inlineCheckbox1\" value=\"option1\"> 1<br \/>\n    <\/label><br \/>\n    <label class=\"checkbox inline\"><br \/>\n      <input type=\"checkbox\" id=\"inlineCheckbox2\" value=\"option2\"> 2<br \/>\n    <\/label><br \/>\n    <label class=\"checkbox inline\"><br \/>\n      <input type=\"checkbox\" id=\"inlineCheckbox3\" value=\"option3\"> 3<br \/>\n    <\/label><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;label class=&quot;checkbox inline&quot;&gt;\r\n  &lt;input type=&quot;checkbox&quot; id=&quot;inlineCheckbox1&quot; value=&quot;option1&quot;&gt; 1\r\n&lt;\/label&gt;\r\n&lt;label class=&quot;checkbox inline&quot;&gt;\r\n  &lt;input type=&quot;checkbox&quot; id=&quot;inlineCheckbox2&quot; value=&quot;option2&quot;&gt; 2\r\n&lt;\/label&gt;\r\n&lt;label class=&quot;checkbox inline&quot;&gt;\r\n  &lt;input type=&quot;checkbox&quot; id=&quot;inlineCheckbox3&quot; value=&quot;option3&quot;&gt; 3\r\n&lt;\/label&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Selects\"><\/span>Selects<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <select><option>1<\/option><option>2<\/option><option>3<\/option><option>4<\/option><option>5<\/option><\/select><br \/>\n    <br \/>\n    <select multiple=\"multiple\"><option>1<\/option><option>2<\/option><option>3<\/option><option>4<\/option><option>5<\/option><\/select><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;select&gt;\r\n  &lt;option&gt;1&lt;\/option&gt;\r\n  &lt;option&gt;2&lt;\/option&gt;\r\n  &lt;option&gt;3&lt;\/option&gt;\r\n  &lt;option&gt;4&lt;\/option&gt;\r\n  &lt;option&gt;5&lt;\/option&gt;\r\n&lt;\/select&gt;\r\n\r\n&lt;select multiple=&quot;multiple&quot;&gt;\r\n  &lt;option&gt;1&lt;\/option&gt;\r\n  &lt;option&gt;2&lt;\/option&gt;\r\n  &lt;option&gt;3&lt;\/option&gt;\r\n  &lt;option&gt;4&lt;\/option&gt;\r\n  &lt;option&gt;5&lt;\/option&gt;\r\n&lt;\/select&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<p><!-- SEPARATOR --><\/p>\n<h2><span class=\"ez-toc-section\" id=\"Extending_form_controls\"><\/span>Extending form controls<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Adding on top of existing browser controls, Bootstrap includes other useful form components.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Prepended_and_appended_inputs\"><\/span>Prepended and appended inputs<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>  <span>Add text or buttons before or after any text-based input. Do note that <code>select<\/code> elements are not supported here.<\/span><\/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><span class=\"ez-toc-section\" id=\"Default_options\"><\/span>Default options<span class=\"ez-toc-section-end\"><\/span><\/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\">\n      <span class=\"add-on\">@<\/span><br \/>\n      <input class=\"span2\" id=\"prependedInput\" size=\"16\" type=\"text\" placeholder=\"Username\">\n    <\/div>\n<p><\/p>\n<div class=\"input-append\">\n      <input class=\"span2\" id=\"appendedInput\" size=\"16\" type=\"text\"><br \/>\n      <span class=\"add-on\">.00<\/span>\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=&quot;input-prepend&quot;&gt;\r\n  &lt;span class=&quot;add-on&quot;&gt;@&lt;\/span&gt;&lt;input class=&quot;span2&quot; id=&quot;prependedInput&quot; size=&quot;16&quot; type=&quot;text&quot; placeholder=&quot;Username&quot;&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=&quot;input-append&quot;&gt;\r\n  &lt;input class=&quot;span2&quot; id=&quot;appendedInput&quot; size=&quot;16&quot; type=&quot;text&quot;&gt;&lt;span class=&quot;add-on&quot;&gt;.00&lt;\/span&gt;\r\n&lt;\/div&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"Search_form-2\"><\/span>Search form<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<form class=\"gantry-example form-search\">\n<div class=\"input-append\">\n      <input type=\"text\" class=\"span2 search-query\"><br \/>\n      <button type=\"submit\" class=\"btn\">Search<\/button>\n    <\/div>\n<div class=\"input-prepend\">\n      <button type=\"submit\" class=\"btn\">Search<\/button><br \/>\n      <input type=\"text\" class=\"span2 search-query\">\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;form class=&quot;form-search&quot;&gt;\r\n  &lt;div class=&quot;input-append&quot;&gt;\r\n    &lt;input type=&quot;text&quot; class=&quot;span2 search-query&quot;&gt;\r\n    &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Search&lt;\/button&gt;\r\n  &lt;\/div&gt;\r\n  &lt;div class=&quot;input-prepend&quot;&gt;\r\n    &lt;button type=&quot;submit&quot; class=&quot;btn&quot;&gt;Search&lt;\/button&gt;\r\n    &lt;input type=&quot;text&quot; class=&quot;span2 search-query&quot;&gt;\r\n  &lt;\/div&gt;\r\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><span class=\"ez-toc-section\" id=\"Combined\"><\/span>Combined<span class=\"ez-toc-section-end\"><\/span><\/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\">\n      <span class=\"add-on\">$<\/span><br \/>\n      <input class=\"span2\" id=\"appendedPrependedInput\" size=\"16\" type=\"text\"><br \/>\n      <span class=\"add-on\">.00<\/span>\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=&quot;input-prepend input-append&quot;&gt;\r\n  &lt;span class=&quot;add-on&quot;&gt;$&lt;\/span&gt;&lt;input class=&quot;span2&quot; id=&quot;appendedPrependedInput&quot; size=&quot;16&quot; type=&quot;text&quot;&gt;&lt;span class=&quot;add-on&quot;&gt;.00&lt;\/span&gt;\r\n&lt;\/div&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"Buttons_instead_of_text\"><\/span>Buttons instead of text<span class=\"ez-toc-section-end\"><\/span><\/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\">\n      <input class=\"span2\" id=\"appendedInputButton\" size=\"16\" type=\"text\"><br \/>\n      <button class=\"btn\" type=\"button\">Go!<\/button>\n    <\/div>\n<p><\/p>\n<div class=\"input-append\">\n      <input class=\"span2\" id=\"appendedInputButtons\" size=\"16\" type=\"text\"><br \/>\n      <button class=\"btn\" type=\"button\">Search<\/button><br \/>\n      <button class=\"btn\" type=\"button\">Options<\/button>\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=&quot;input-append&quot;&gt;\r\n  &lt;input class=&quot;span2&quot; id=&quot;appendedInputButton&quot; size=&quot;16&quot; type=&quot;text&quot;&gt;&lt;button class=&quot;btn&quot; type=&quot;button&quot;&gt;Go!&lt;\/button&gt;\r\n&lt;\/div&gt;\r\n\r\n&lt;div class=&quot;input-append&quot;&gt;\r\n  &lt;input class=&quot;span2&quot; id=&quot;appendedInputButtons&quot; size=&quot;16&quot; type=&quot;text&quot;&gt;&lt;button class=&quot;btn&quot; type=&quot;button&quot;&gt;Search&lt;\/button&gt;&lt;button class=&quot;btn&quot; type=&quot;button&quot;&gt;Options&lt;\/button&gt;\r\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><span class=\"ez-toc-section\" id=\"Form_actions\"><\/span>Form actions<span class=\"ez-toc-section-end\"><\/span><\/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\">\n      <button type=\"submit\" class=\"btn btn-primary\">Save changes<\/button><br \/>\n      <button type=\"button\" class=\"btn\">Cancel<\/button>\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=&quot;form-actions&quot;&gt;\r\n  &lt;button type=&quot;submit&quot; class=&quot;btn btn-primary&quot;&gt;Save changes&lt;\/button&gt;\r\n  &lt;button type=&quot;button&quot; class=&quot;btn&quot;&gt;Cancel&lt;\/button&gt;\r\n&lt;\/div&gt;<\/pre>\n<h3><span class=\"ez-toc-section\" id=\"Help_text\"><\/span>Help text<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Inline and block level support for help text that appears around form controls.<\/p>\n<h4><span class=\"ez-toc-section\" id=\"Inline_help\"><\/span>Inline help<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<form class=\"gantry-example form-inline\">\n    <input type=\"text\"> <span class=\"help-inline\">Inline help text<\/span><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=&quot;text&quot;&gt;&lt;span class=&quot;help-inline&quot;&gt;Inline help text&lt;\/span&gt;<\/pre>\n<h4><span class=\"ez-toc-section\" id=\"Block_help\"><\/span>Block help<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<form class=\"gantry-example form-inline\">\n    <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><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;input type=&quot;text&quot;&gt;&lt;span class=&quot;help-block&quot;&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><span class=\"ez-toc-section\" id=\"Control_sizing\"><\/span>Control sizing<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Relative_sizing\"><\/span>Relative sizing<span class=\"ez-toc-section-end\"><\/span><\/h4>\n<form class=\"gantry-example\" style=\"padding-bottom: 15px;\">\n<div class=\"controls docs-input-sizes\">\n      <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\">\n    <\/div>\n<\/p><\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=&quot;input-mini&quot; type=&quot;text&quot; placeholder=&quot;.input-mini&quot;&gt;\r\n&lt;input class=&quot;input-small&quot; type=&quot;text&quot; placeholder=&quot;.input-small&quot;&gt;\r\n&lt;input class=&quot;input-medium&quot; type=&quot;text&quot; placeholder=&quot;.input-medium&quot;&gt;\r\n&lt;input class=&quot;input-large&quot; type=&quot;text&quot; placeholder=&quot;.input-large&quot;&gt;\r\n&lt;input class=&quot;input-xlarge&quot; type=&quot;text&quot; placeholder=&quot;.input-xlarge&quot;&gt;\r\n&lt;input class=&quot;input-xxlarge&quot; type=&quot;text&quot; placeholder=&quot;.input-xxlarge&quot;&gt;<\/pre>\n<p><\/p>\n<p>\n    <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.\n  <\/p>\n<h3><span class=\"ez-toc-section\" id=\"Uneditable_inputs\"><\/span>Uneditable inputs<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Present data in a form that&#8217;s not editable without using actual form markup.<\/p>\n<form class=\"gantry-example\">\n    <span class=\"input-xlarge uneditable-input\">Some value here<\/span><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;span class=&quot;input-xlarge uneditable-input&quot;&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><span class=\"ez-toc-section\" id=\"Form_control_states\"><\/span>Form control states<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Input_focus\"><\/span>Input focus<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <input class=\"input-xlarge focused\" id=\"focusedInput\" type=\"text\" value=\"This is focused...\"><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=&quot;input-xlarge&quot; id=&quot;focusedInput&quot; type=&quot;text&quot; value=&quot;This is focused...&quot;&gt;<\/pre>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3><span class=\"ez-toc-section\" id=\"Disabled_inputs\"><\/span>Disabled inputs<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <input class=\"input-xlarge\" id=\"disabledInput\" type=\"text\" placeholder=\"Disabled input here\u2026\" disabled=\"\"><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;input class=&quot;input-xlarge&quot; id=&quot;disabledInput&quot; type=&quot;text&quot; placeholder=&quot;Disabled input here...&quot; disabled&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h3><span class=\"ez-toc-section\" id=\"Validation_states\"><\/span>Validation states<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <label class=\"control-label\" for=\"inputWarning\">Input with warning<\/label><\/p>\n<div class=\"controls\">\n      <input type=\"text\" id=\"inputWarning\"><br \/>\n      <span class=\"help-inline\">Something may have gone wrong<\/span>\n    <\/div>\n<\/p><\/div>\n<div class=\"control-group error\">\n    <label class=\"control-label\" for=\"inputError\">Input with error<\/label><\/p>\n<div class=\"controls\">\n      <input type=\"text\" id=\"inputError\"><br \/>\n      <span class=\"help-inline\">Please correct the error<\/span>\n    <\/div>\n<\/p><\/div>\n<div class=\"control-group info\">\n    <label class=\"control-label\" for=\"inputError\">Input with info<\/label><\/p>\n<div class=\"controls\">\n      <input type=\"text\" id=\"inputError\"><br \/>\n      <span class=\"help-inline\">Username is taken<\/span>\n    <\/div>\n<\/p><\/div>\n<div class=\"control-group success\">\n    <label class=\"control-label\" for=\"inputSuccess\">Input with success<\/label><\/p>\n<div class=\"controls\">\n      <input type=\"text\" id=\"inputSuccess\"><br \/>\n      <span class=\"help-inline\">Woohoo!<\/span>\n    <\/div>\n<\/p><\/div>\n<\/form>\n<pre class=\"prettyprint linenums\">&lt;div class=&quot;control-group warning&quot;&gt;\r\n  &lt;label class=&quot;control-label&quot; for=&quot;inputWarning&quot;&gt;Input with warning&lt;\/label&gt;\r\n  &lt;div class=&quot;controls&quot;&gt;\r\n    &lt;input type=&quot;text&quot; id=&quot;inputWarning&quot;&gt;\r\n    &lt;span class=&quot;help-inline&quot;&gt;Something may have gone wrong&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=&quot;control-group error&quot;&gt;\r\n  &lt;label class=&quot;control-label&quot; for=&quot;inputError&quot;&gt;Input with error&lt;\/label&gt;\r\n  &lt;div class=&quot;controls&quot;&gt;\r\n    &lt;input type=&quot;text&quot; id=&quot;inputError&quot;&gt;\r\n    &lt;span class=&quot;help-inline&quot;&gt;Please correct the error&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=&quot;control-group info&quot;&gt;\r\n  &lt;label class=&quot;control-label&quot; for=&quot;inputError&quot;&gt;Input with info&lt;\/label&gt;\r\n  &lt;div class=&quot;controls&quot;&gt;\r\n    &lt;input type=&quot;text&quot; id=&quot;inputError&quot;&gt;\r\n    &lt;span class=&quot;help-inline&quot;&gt;Username is taken&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=&quot;control-group success&quot;&gt;\r\n  &lt;label class=&quot;control-label&quot; for=&quot;inputSuccess&quot;&gt;Input with success&lt;\/label&gt;\r\n  &lt;div class=&quot;controls&quot;&gt;\r\n    &lt;input type=&quot;text&quot; id=&quot;inputSuccess&quot;&gt;\r\n    &lt;span class=&quot;help-inline&quot;&gt;Woohoo!&lt;\/span&gt;\r\n  &lt;\/div&gt;\r\n&lt;\/div&gt;<\/pre>\n<\/section>\n<p><!-- Buttons\n================================================== --><\/p>\n<section id=\"buttons\">\n<div class=\"page-header\">\n<h1><span class=\"ez-toc-section\" id=\"Buttons\"><\/span>Buttons<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<\/p><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Default_buttons\"><\/span>Default buttons<span class=\"ez-toc-section-end\"><\/span><\/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 type=\"button\" class=\"btn\">Default<\/button><\/td>\n<td><code>btn<\/code><\/td>\n<td>Standard gray button with gradient<\/td>\n<\/tr>\n<tr>\n<td><button type=\"button\" class=\"btn btn-primary\">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 type=\"button\" class=\"btn btn-info\">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 type=\"button\" class=\"btn btn-success\">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 type=\"button\" class=\"btn btn-warning\">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 type=\"button\" class=\"btn btn-danger\">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 type=\"button\" class=\"btn btn-inverse\">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 type=\"button\" class=\"btn btn-link\">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><span class=\"ez-toc-section\" id=\"Cross_browser_compatibility\"><\/span>Cross browser compatibility<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Button_sizes\"><\/span>Button sizes<span class=\"ez-toc-section-end\"><\/span><\/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>\n      <button type=\"button\" class=\"btn btn-large btn-primary\">Large button<\/button><br \/>\n      <button type=\"button\" class=\"btn btn-large\">Large button<\/button>\n    <\/p>\n<p>\n      <button type=\"button\" class=\"btn btn-primary\">Default button<\/button><br \/>\n      <button type=\"button\" class=\"btn\">Default button<\/button>\n    <\/p>\n<p>\n      <button type=\"button\" class=\"btn btn-small btn-primary\">Small button<\/button><br \/>\n      <button type=\"button\" class=\"btn btn-small\">Small button<\/button>\n    <\/p>\n<p>\n      <button type=\"button\" class=\"btn btn-mini btn-primary\">Mini button<\/button><br \/>\n      <button type=\"button\" class=\"btn btn-mini\">Mini button<\/button>\n    <\/p>\n<\/p><\/div>\n<pre class=\"prettyprint linenums\">&lt;p&gt;\r\n  &lt;button class=&quot;btn btn-large btn-primary&quot; type=&quot;button&quot;&gt;Large button&lt;\/button&gt;\r\n  &lt;button class=&quot;btn btn-large&quot; type=&quot;button&quot;&gt;Large button&lt;\/button&gt;\r\n&lt;\/p&gt;\r\n&lt;p&gt;\r\n  &lt;button class=&quot;btn btn-primary&quot; type=&quot;button&quot;&gt;Default button&lt;\/button&gt;\r\n  &lt;button class=&quot;btn&quot; type=&quot;button&quot;&gt;Default button&lt;\/button&gt;\r\n&lt;\/p&gt;\r\n&lt;p&gt;\r\n  &lt;button class=&quot;btn btn-small btn-primary&quot; type=&quot;button&quot;&gt;Small button&lt;\/button&gt;\r\n  &lt;button class=&quot;btn btn-small&quot; type=&quot;button&quot;&gt;Small button&lt;\/button&gt;\r\n&lt;\/p&gt;\r\n&lt;p&gt;\r\n  &lt;button class=&quot;btn btn-mini btn-primary&quot; type=&quot;button&quot;&gt;Mini button&lt;\/button&gt;\r\n  &lt;button class=&quot;btn btn-mini&quot; type=&quot;button&quot;&gt;Mini button&lt;\/button&gt;\r\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;\">\n    <button type=\"button\" class=\"btn btn-large btn-block btn-primary\">Block level button<\/button><br \/>\n    <button type=\"button\" class=\"btn btn-large btn-block\">Block level button<\/button>\n  <\/div>\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;button class=&quot;btn btn-large btn-block btn-primary&quot; type=&quot;button&quot;&gt;Block level button&lt;\/button&gt;\r\n&lt;button class=&quot;btn btn-large btn-block&quot; type=&quot;button&quot;&gt;Block level button&lt;\/button&gt;<\/pre>\n<h2><span class=\"ez-toc-section\" id=\"Disabled_state\"><\/span>Disabled state<span class=\"ez-toc-section-end\"><\/span><\/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><span class=\"ez-toc-section\" id=\"Anchor_element\"><\/span>Anchor element<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Add the <code>.disabled<\/code> class to <code>&lt;a&gt;<\/code> buttons.<\/p>\n<p class=\"gantry-example\">\n    <a href=\"#\" class=\"btn btn-large btn-primary disabled\">Primary link<\/a><br \/>\n    <a href=\"#\" class=\"btn btn-large disabled\">Link<\/a>\n  <\/p>\n<pre class=\"prettyprint linenums\">&lt;a href=&quot;#&quot; class=&quot;btn btn-large btn-primary disabled&quot;&gt;Primary link&lt;\/a&gt;\r\n&lt;a href=&quot;#&quot; class=&quot;btn btn-large disabled&quot;&gt;Link&lt;\/a&gt;<\/pre>\n<p><\/p>\n<p>\n    <strong>Note:<\/strong><br \/>\n    We use <code>.disabled<\/code> as a utility class here, similar to the common <code>.active<\/code> class, so no prefix is required.\n  <\/p>\n<\/div>\n<\/div>\n<div class=\"gantry-width-block gantry-width-50\">\n<div class=\"gantry-right\">\n<h3><span class=\"ez-toc-section\" id=\"Button_element\"><\/span>Button element<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Add the <code>disabled<\/code> attribute to <code>&lt;button&gt;<\/code> buttons.<\/p>\n<p class=\"gantry-example\">\n    <button type=\"button\" class=\"btn btn-large btn-primary disabled\" disabled=\"disabled\">Primary button<\/button><br \/>\n    <button type=\"button\" class=\"btn btn-large\" disabled=\"\">Button<\/button>\n  <\/p>\n<pre class=\"prettyprint linenums\">&lt;button type=&quot;button&quot; class=&quot;btn btn-large btn-primary disabled&quot; disabled=&quot;disabled&quot;&gt;Primary button&lt;\/button&gt;\r\n&lt;button type=&quot;button&quot; class=&quot;btn btn-large&quot; disabled&gt;Button&lt;\/button&gt;<\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"clear\"><\/div>\n<h2><span class=\"ez-toc-section\" id=\"One_class_multiple_tags\"><\/span>One class, multiple tags<span class=\"ez-toc-section-end\"><\/span><\/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\">\n    <a class=\"btn\" href=\"\">Link<\/a><br \/>\n    <button class=\"btn\" type=\"submit\">Button<\/button><br \/>\n    <input class=\"btn\" type=\"button\" value=\"Input\"><br \/>\n    <input class=\"btn\" type=\"submit\" value=\"Submit\"><br \/>\n  <\/form>\n<pre class=\"prettyprint linenums\">&lt;a class=&quot;btn&quot; href=&quot;&quot;&gt;Link&lt;\/a&gt;\r\n&lt;button class=&quot;btn&quot; type=&quot;submit&quot;&gt;Button&lt;\/button&gt;\r\n&lt;input class=&quot;btn&quot; type=&quot;button&quot; value=&quot;Input&quot;&gt;\r\n&lt;input class=&quot;btn&quot; type=&quot;submit&quot; value=&quot;Submit&quot;&gt;<\/pre>\n<p><\/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\n================================================== --><\/p>\n<h1><span class=\"ez-toc-section\" id=\"Icons\"><\/span>Icons<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<h2><span class=\"ez-toc-section\" id=\"Font_Awesome_v4\"><\/span>Font Awesome (v.4+)<span class=\"ez-toc-section-end\"><\/span><\/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\">\n  <i class=\"fa fa-download\"><\/i> Download\n<\/div>\n<pre class=\"prettyprint linenums\">&lt;i class=\"fa fa-ICON_NAME\"&gt;&lt;\/i&gt; ...\r\n&lt;i class=\"fa fa-download\"&gt;&lt;\/i&gt; Download\r\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>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 Less The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pagelayer_contact_templates":[],"_pagelayer_content":"","inline_featured_image":false,"fifu_image_url":"","fifu_image_alt":"","footnotes":""},"categories":[1910],"tags":[],"class_list":["post-105","post","type-post","status-publish","format-standard","hentry","category-template-features-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb<\/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:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb\" \/>\n<meta property=\"og:description\" content=\"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 Less The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some\" \/>\n<meta property=\"og:url\" content=\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\" \/>\n<meta property=\"og:site_name\" content=\"Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/koash1991\" \/>\n<meta property=\"article:published_time\" content=\"2014-03-12T15:46:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-12T10:32:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2021\/02\/LogoLastALb-200.png\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"172\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"neo_admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"neo_admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"25 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\"},\"author\":{\"name\":\"neo_admin\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/person\/dd2bdc135b53c60d45b8bb329565cf6d\"},\"headline\":\"Typography\",\"datePublished\":\"2014-03-12T15:46:05+00:00\",\"dateModified\":\"2020-04-12T10:32:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\"},\"wordCount\":2279,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#organization\"},\"articleSection\":[\"Template Features\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\",\"url\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\",\"name\":\"Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb\",\"isPartOf\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#website\"},\"datePublished\":\"2014-03-12T15:46:05+00:00\",\"dateModified\":\"2020-04-12T10:32:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/orthodoxalbania.org\/2020\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Typography\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#website\",\"url\":\"https:\/\/orthodoxalbania.org\/2020\/\",\"name\":\"Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb\",\"description\":\"Fqja Zyrtare e Kish\u00ebs Orthodhokse Autoqefale e Shqip\u00ebris\u00eb me lajmet edhe informacionet zyrtare p\u00ebr struktur\u00ebn edhe veprimtarin e saj.\",\"publisher\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/orthodoxalbania.org\/2020\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#organization\",\"name\":\"Kisha Orthodhokse Autoqefale e Shqip\u00ebris\u00eb\",\"url\":\"https:\/\/orthodoxalbania.org\/2020\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2020\/05\/albania.jpeg\",\"contentUrl\":\"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2020\/05\/albania.jpeg\",\"width\":540,\"height\":540,\"caption\":\"Kisha Orthodhokse Autoqefale e Shqip\u00ebris\u00eb\"},\"image\":{\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/koash1991\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/person\/dd2bdc135b53c60d45b8bb329565cf6d\",\"name\":\"neo_admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g\",\"caption\":\"neo_admin\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb","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:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/","og_locale":"en_US","og_type":"article","og_title":"Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb","og_description":"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 Less The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height. We use those variables and some","og_url":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/","og_site_name":"Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb","article_publisher":"https:\/\/www.facebook.com\/koash1991","article_published_time":"2014-03-12T15:46:05+00:00","article_modified_time":"2020-04-12T10:32:15+00:00","og_image":[{"width":200,"height":172,"url":"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2021\/02\/LogoLastALb-200.png","type":"image\/png"}],"author":"neo_admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"neo_admin","Est. reading time":"25 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#article","isPartOf":{"@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/"},"author":{"name":"neo_admin","@id":"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/person\/dd2bdc135b53c60d45b8bb329565cf6d"},"headline":"Typography","datePublished":"2014-03-12T15:46:05+00:00","dateModified":"2020-04-12T10:32:15+00:00","mainEntityOfPage":{"@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/"},"wordCount":2279,"commentCount":0,"publisher":{"@id":"https:\/\/orthodoxalbania.org\/2020\/#organization"},"articleSection":["Template Features"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/","url":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/","name":"Typography - Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb","isPartOf":{"@id":"https:\/\/orthodoxalbania.org\/2020\/#website"},"datePublished":"2014-03-12T15:46:05+00:00","dateModified":"2020-04-12T10:32:15+00:00","breadcrumb":{"@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/orthodoxalbania.org\/2020\/en\/2014\/03\/12\/typography\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/orthodoxalbania.org\/2020\/"},{"@type":"ListItem","position":2,"name":"Typography"}]},{"@type":"WebSite","@id":"https:\/\/orthodoxalbania.org\/2020\/#website","url":"https:\/\/orthodoxalbania.org\/2020\/","name":"Kisha Orthodh\u03bfkse Autoqefale e Shqip\u00ebris\u00eb","description":"Fqja Zyrtare e Kish\u00ebs Orthodhokse Autoqefale e Shqip\u00ebris\u00eb me lajmet edhe informacionet zyrtare p\u00ebr struktur\u00ebn edhe veprimtarin e saj.","publisher":{"@id":"https:\/\/orthodoxalbania.org\/2020\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/orthodoxalbania.org\/2020\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/orthodoxalbania.org\/2020\/#organization","name":"Kisha Orthodhokse Autoqefale e Shqip\u00ebris\u00eb","url":"https:\/\/orthodoxalbania.org\/2020\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/logo\/image\/","url":"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2020\/05\/albania.jpeg","contentUrl":"https:\/\/orthodoxalbania.org\/2020\/wp-content\/uploads\/2020\/05\/albania.jpeg","width":540,"height":540,"caption":"Kisha Orthodhokse Autoqefale e Shqip\u00ebris\u00eb"},"image":{"@id":"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/koash1991"]},{"@type":"Person","@id":"https:\/\/orthodoxalbania.org\/2020\/#\/schema\/person\/dd2bdc135b53c60d45b8bb329565cf6d","name":"neo_admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/53e6cdc30765aade0129f85e5aeb50124b1d3f5bb9a70373be31e4eb328371e0?s=96&d=mm&r=g","caption":"neo_admin"}}]}},"_links":{"self":[{"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/posts\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":1,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/posts\/105\/revisions"}],"predecessor-version":[{"id":17522,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/posts\/105\/revisions\/17522"}],"wp:attachment":[{"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/media?parent=105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/categories?post=105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/orthodoxalbania.org\/2020\/wp-json\/wp\/v2\/tags?post=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}