+7 (7222) 31 59 82 / +7 (7222) 31 41 65

Style Guide

The style guide provides you with a blueprint of Advocator’s default post and page styles. The style guide is also a great reference for suggested typographic treatment and styles for your content.


Typography Treatment

Advocator pays special attention to typography and type treatment, which really underscores and compliments your content across all devices.

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six

Create elegant magazine-style mosaic layouts for your photos without having to use any graphic editors. Simply create a new gallery with the “Tiled Mosaic” option selected.


Blockquote

The blockquote is used to indicate the quotation of a large section of text from another source.

Stay hungry. Stay foolish.

Multi line blockquote with a cite reference:

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. Steve Jobs — Apple Worldwide Developers’ Conference, 1997


Mixed List Items

  • Unordered list item one
  • Unordered list item two
    1. Ordered list item one
    2. Ordered list item two
      • Unordered list item one
      • Unordered list item two
        1. Ordered list item one
        2. Ordered list item two
        3. Ordered list item three
      • Unordered list item three
    3. Ordered list item three
  • Unordered list item three

Preformatted Tag

pre {
    position: relative;
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    tab-size: 4;
}

Code Tag

You will learn later on in these tests that word-wrap: break-word; will be your best friend.