{"id":165,"date":"2015-08-06T08:21:29","date_gmt":"2015-08-06T08:21:29","guid":{"rendered":"http:\/\/sample-data.kallyas.net\/?page_id=165"},"modified":"2015-08-06T08:21:29","modified_gmt":"2015-08-06T08:21:29","slug":"styles-typography","status":"publish","type":"page","link":"https:\/\/homebrite.com\/styles-typography\/","title":{"rendered":"Styles – Typography"},"content":{"rendered":"
All these elements are just for demo purpose. You can achieve these styles by using the normal editor and SHORTCODES.<\/div>\n

<\/p>\n

Headings<\/h2>\n

All HTML headings, <h1><\/code> through <h6><\/code> are available.<\/p>\n

\n

h1. Heading 1<\/h1>\n

h2. Heading 2<\/h2>\n

h3. Heading 3<\/h3>\n

h4. Heading 4<\/h4>\n

h5. Heading 5<\/h5>\n
h6. Heading 6<\/h6>\n<\/div>\n

Body copy<\/h2>\n

Bootstrap’s global default font-size<\/code> is 13px<\/strong>, with a line-height<\/code> of 19px<\/strong>. This is applied to the <body><\/code> and all paragraphs. In addition, <p><\/code> (paragraphs) receive a bottom margin of half their line-height (10px by default).<\/p>\n

\n

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

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.<\/p>\n

Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.<\/p>\n<\/div>\n

<p>...<\/p><\/pre>\n

Lead body copy<\/h3>\n

Make a paragraph stand out by adding .lead<\/code>.<\/p>\n

\n

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.<\/p>\n<\/div>\n

<p class=\"lead\">...<\/p><\/pre>\n
\n

Emphasis<\/h2>\n

Make use of HTML’s default emphasis tags with lightweight styles.<\/p>\n

<small><\/code><\/h3>\n

For de-emphasizing inline or blocks of text, use the small tag.<\/small><\/p>\n

\n

This line of text is meant to be treated as fine print.<\/small><\/p>\n<\/div>\n

<p>\n  <small>This line of text is meant to be treated as fine print.<\/small>\n<\/p><\/pre>\n

Bold<\/h3>\n

For emphasizing a snippet of text with a heavier font-weight.<\/p>\n

\n

The following snippet of text is rendered as bold text<\/strong>.<\/p>\n<\/div>\n

<strong>rendered as bold text<\/strong><\/pre>\n

Italics<\/h3>\n

For emphasizing a snippet of text with italics.<\/p>\n

\n

The following snippet of text is rendered as italicized text<\/em>.<\/p>\n<\/div>\n

<em>rendered as italicized text<\/em><\/pre>\n

Heads up!<\/span> Feel free to use <b><\/code> and <i><\/code> in HTML5. <b><\/code> is meant to highlight words or phrases without conveying additional importance while <i><\/code> is mostly for voice, technical terms, etc.<\/p>\n


\n

Abbreviations<\/h2>\n

Stylized implemenation of HTML’s <abbr><\/code> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations with a title<\/code> attribute have a light dotted bottom border and a help cursor on hover, providing additional context on hover.<\/p>\n

<abbr><\/code><\/h3>\n

For expanded text on long hover of an abbreviation, include the title<\/code> attribute.<\/p>\n

\n

An abbreviation of the word attribute is attr<\/abbr>.<\/p>\n<\/div>\n

<abbr title=\"attribute\">attr<\/abbr><\/pre>\n

<abbr class=\"initialism\"><\/code><\/h3>\n

Add .initialism<\/code> to an abbreviation for a slightly smaller font-size.<\/p>\n

\n

HTML<\/abbr> is the best thing since sliced bread.<\/p>\n<\/div>\n

<abbr title=\"HyperText Markup Language\" class=\"initialism\">HTML<\/abbr><\/pre>\n
\n

Addresses<\/h2>\n

Present contact information for the nearest ancestor or the entire body of work.<\/p>\n

<address><\/code><\/h3>\n

Preserve formatting by ending all lines with <br><\/code>.<\/p>\n

\n
Twitter, Inc.<\/strong>795 Folsom Ave, Suite 600San Francisco, CA 94107P:<\/abbr> (123) 456-7890<\/address>\n
Full Name<\/strong>first.last@gmail.com<\/a><\/address>\n<\/div>\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\n<\/address>\n\n<address>\n  <strong>Full Name<\/strong><br>\n  <a href=\"mailto:#\">first.last@gmail.com<\/a>\n<\/address><\/pre>\n
\n

Blockquotes<\/h2>\n

For quoting blocks of content from another source within your document.<\/p>\n

Default blockquote<\/h3>\n

Wrap <blockquote><\/code> around any HTML<\/abbr> as the quote. For straight quotes we recommend a <p><\/code>.<\/p>\n

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p><\/blockquote>\n<\/div>\n

<blockquote>\n  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n<\/blockquote><\/pre>\n

Blockquote options<\/h3>\n

Style and content changes for simple variations on a standard blockquote.<\/p>\n

Naming a source<\/h4>\n

Add <small><\/code> tag for identifying the source. Wrap the name of the source work in <cite><\/code>.<\/p>\n

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n

Someone famous in Source Title<\/cite><\/small><\/p><\/blockquote>\n<\/div>\n

<blockquote>\n  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n  <small>Someone famous <cite title=\"Source Title\">Source Title<\/cite><\/small>\n<\/blockquote><\/pre>\n

Alternate displays<\/h4>\n

Use .pull-right<\/code> for a floated, right-aligned blockquote.<\/p>\n

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.<\/p>\n

Someone famous in Source Title<\/cite><\/small><\/p><\/blockquote>\n<\/div>\n

<blockquote class=\"pull-right\">\n  ...\n<\/blockquote><\/pre>\n
\n

<\/p>\n

Lists<\/h2>\n

Unordered<\/h3>\n

A list of items in which the order does not<\/em> explicitly matter.<\/p>\n

\n
    \n
  • Lorem ipsum dolor sit amet<\/li>\n
  • Consectetur adipiscing elit<\/li>\n
  • Integer molestie lorem at massa<\/li>\n
  • Facilisis in pretium nisl aliquet<\/li>\n
  • Nulla volutpat aliquam velit\n
      \n
    • Phasellus iaculis neque<\/li>\n
    • Purus sodales ultricies<\/li>\n
    • Vestibulum laoreet porttitor sem<\/li>\n
    • Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n
    • Faucibus porta lacus fringilla vel<\/li>\n
    • Aenean sit amet erat nunc<\/li>\n
    • Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n
      <ul>\n  <li>...<\/li>\n<\/ul><\/pre>\n

      Ordered<\/h3>\n

      A list of items in which the order does<\/em> explicitly matter.<\/p>\n

      \n
        \n
      1. Lorem ipsum dolor sit amet<\/li>\n
      2. Consectetur adipiscing elit<\/li>\n
      3. Integer molestie lorem at massa<\/li>\n
      4. Facilisis in pretium nisl aliquet<\/li>\n
      5. Nulla volutpat aliquam velit<\/li>\n
      6. Faucibus porta lacus fringilla vel<\/li>\n
      7. Aenean sit amet erat nunc<\/li>\n
      8. Eget porttitor lorem<\/li>\n<\/ol>\n<\/div>\n
        <ol>\n  <li>...<\/li>\n<\/ol><\/pre>\n

        Unstyled<\/h3>\n

        A list of items with no list-style<\/code> or additional left padding.<\/p>\n

        \n
          \n
        • Lorem ipsum dolor sit amet<\/li>\n
        • Consectetur adipiscing elit<\/li>\n
        • Integer molestie lorem at massa<\/li>\n
        • Facilisis in pretium nisl aliquet<\/li>\n
        • Nulla volutpat aliquam velit\n
            \n
          • Phasellus iaculis neque<\/li>\n
          • Purus sodales ultricies<\/li>\n
          • Vestibulum laoreet porttitor sem<\/li>\n
          • Ac tristique libero volutpat at<\/li>\n<\/ul>\n<\/li>\n
          • Faucibus porta lacus fringilla vel<\/li>\n
          • Aenean sit amet erat nunc<\/li>\n
          • Eget porttitor lorem<\/li>\n<\/ul>\n<\/div>\n
            <ul class=\"unstyled\">\n  <li>...<\/li>\n<\/ul><\/pre>\n

            Description<\/h3>\n

            A list of terms with their associated descriptions.<\/p>\n

            \n
            \n
            Description lists<\/dt>\n
            A description list is perfect for defining terms.<\/dd>\n
            Euismod<\/dt>\n
            Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n
            Donec id elit non mi porta gravida at eget metus.<\/dd>\n
            Malesuada porta<\/dt>\n
            Etiam porta sem malesuada magna mollis euismod.<\/dd>\n<\/dl>\n<\/div>\n
            <dl>\n  <dt>...<\/dt>\n  <dd>...<\/dd>\n<\/dl><\/pre>\n

            Horizontal description<\/h4>\n

            Make terms and descriptions in <dl><\/code> line up side-by-side.<\/p>\n

            \n
            \n
            Description lists<\/dt>\n
            A description list is perfect for defining terms.<\/dd>\n
            Euismod<\/dt>\n
            Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.<\/dd>\n
            Donec id elit non mi porta gravida at eget metus.<\/dd>\n
            Malesuada porta<\/dt>\n
            Etiam porta sem malesuada magna mollis euismod.<\/dd>\n
            Felis euismod semper eget lacinia<\/dt>\n
            Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.<\/dd>\n<\/dl>\n<\/div>\n
            <dl class=\"dl-horizontal\">\n  <dt>...<\/dt>\n  <dd>...<\/dd>\n<\/dl><\/pre>\n

            Heads up!<\/span>
            \nHorizontal description lists will truncate terms that are too long to fit in the left column fix text-overflow<\/code>. In narrower viewports, they will change to the default stacked layout.<\/p>\n


            \n

            <\/p>\n

            \n

            Code<\/h1>\n<\/div>\n

            Inline<\/h2>\n

            Wrap inline snippets of code with <code><\/code>.<\/p>\n

            For example, <section><\/code> should be wrapped as inline.<\/div>\n
            \tFor example, <code><section><\/code> should be wrapped as inline.<\/pre>\n

            Basic block<\/h2>\n

            Use <pre><\/code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.<\/p>\n

            \n
            <p>Sample text here...<\/p><\/pre>\n<\/div>\n
            <pre>\n  &lt;p&gt;Sample text here...&lt;\/p&gt;\n<\/pre><\/pre>\n

            Heads up!<\/span> Be sure to keep code within <pre><\/code> tags as close to the left as possible; it will render all tabs.<\/p>\n

            You may optionally add the .pre-scrollable<\/code> class which will set a max-height of 350px and provide a y-axis scrollbar.<\/p>\n


            \n

            <\/p>\n

            \n

            Images<\/h1>\n<\/div>\n

            Add classes to an <img><\/code> element to easily style images in any project.<\/p>\n

            \"\"\"\"\"\"<\/div>\n
            <img src=\"...\" class=\"img-rounded\">\n<img src=\"...\" class=\"img-circle\">\n<img src=\"...\" class=\"img-polaroid\"><\/pre>\n

            Heads up!<\/span> .img-rounded<\/code> and .img-circle<\/code> do not work in IE7-8 due to lack of border-radius<\/code> support.<\/p>\n","protected":false},"excerpt":{"rendered":"

            All these elements are just for demo purpose. You can achieve these styles by using the normal editor and SHORTCODES. Headings All HTML headings, <h1> through <h6> are available. h1. Heading 1 h2. Heading 2 h3. Heading 3 h4. Heading 4 h5. Heading 5 h6. Heading 6 Body copy Bootstrap’s global default font-size is 13px,<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/pages\/165"}],"collection":[{"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/comments?post=165"}],"version-history":[{"count":0,"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/pages\/165\/revisions"}],"wp:attachment":[{"href":"https:\/\/homebrite.com\/wp-json\/wp\/v2\/media?parent=165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}