{"id":82,"date":"2014-11-25T23:06:01","date_gmt":"2014-11-25T23:06:01","guid":{"rendered":"http:\/\/dev.press75.com\/tv-elements\/?page_id=82"},"modified":"2014-11-25T23:06:01","modified_gmt":"2014-11-25T23:06:01","slug":"style-guide","status":"publish","type":"page","link":"https:\/\/co-dependencyfilm.com\/index.php\/style-guide\/","title":{"rendered":"Style Guide"},"content":{"rendered":"<p>Typography is the foundation of any design project we work on. In fact, we begin every project by first establishing the governing rules of type ensuring maximum readability comfort across all screen resolutions.<\/p>\n<p>This is accomplished by taking into account everything from vertical rhythm, to comfortable reading measures, to scalable typography and incremental leading. All font sizes are set in relative em measurements which allows for the proportional scaling of font sizes based on the end user\u2019s browser settings. This page represents base styles and rules for type and should be considered a work in progress. You can always let us know where these styles can be improved for by dropping us a line <a href=\"http:\/\/twitter.com\/press75\" target=\"_blank\">@press75<\/a> on Twitter.<\/p>\n<h1>Top Level Header<\/h1>\n<p>Above is an example of a top level header element, or the <code>h1<\/code> tag. All page titles have been set in this tag. Consider using the Second Level Header tag, <code>h2<\/code>, for any important page level headings.<\/p>\n<h2>Second Level Header<\/h2>\n<p>As mentioned above, the Second Level Header is best used for important page level headings. Though there is no hard and fast rule regarding the amount of <code>h1<\/code> tags allowed on a page, I tend to always only use one and rely on <code>h2<\/code> for critical page headings.<\/p>\n<h3>Third Level Header<\/h3>\n<p>The Third Level Header may be used for any form of page level headings which falls below the <code>h2<\/code> header in a document hierarchy.<\/p>\n<h4>Fourth Level Header<\/h4>\n<p>The Fourth Level Header may be used for any form of page level headings which falls below the <code>h3<\/code> header in a document hierarchy.<\/p>\n<h5>Fifth Level Header<\/h5>\n<p>The Fifth Level Header may be used for any form of page level headings which falls below the <code>h4<\/code> header in a document hierarchy.<\/p>\n<h6>Sixth Level Header<\/h6>\n<p>The Sixth Level Header may be used for any form of page level headings which falls below the <code>h5<\/code> header in a document hierarchy.<\/p>\n<p><!--nextpage--><\/p>\n<h2>Commonly Used Typography Tags<\/h2>\n<h6>Paragraph<\/h6>\n<p>All paragraphs are wrapped with the <code>p<\/code> tag. This tag can also be wrapped by the <code>blockquote<\/code> tag if the text is a quote for an external source or a pull quote from the article.<\/p>\n<h6>Block Quotes<\/h6>\n<p>Block quotes are section of content quoted from an external source or quotes pulled from article itself. The <code>blockquote<\/code> may contain a <code>p<\/code> tag. For example, we are quoting Ray Eames, from <a title=\"Ray Eames quote source\" href=\"http:\/\/quotesondesign.com\/ray-eames\/\">Quotes on Design<\/a>, below.<\/p>\n<blockquote><p>\u201cWhat works good is better than what looks good, because what works good lasts.\u201d <cite>\u2014 Ray Eames<\/cite><\/p><\/blockquote>\n<h6>Inline Quotes<\/h6>\n<p>The <code>q<\/code> tag is used for short quotations inline within a paragraph. Here is an example of nested quotations.<\/p>\n<p>He said, <q>Buzz Lightyear catch phrase is, <q>To infinity and beyond!<\/q><\/q><\/p>\n<h6>Ordered Lists<\/h6>\n<p>Ordered lists, or <code>ol<\/code> are used to list items in an hierarchical fashion. Each list item, or <code>li<\/code>, is preceded by a numerical representation of its place in the hierarchy. An ordered list can also contain another ordered list as well as an unordered list, or <code>ul<\/code>.<\/p>\n<ol>\n<li>This is the first item in an ordered list.<\/li>\n<li>This is the second item in an ordered list with a sub-ordered list.\n<ol>\n<li>This is an ordered list item.<\/li>\n<li>This is an ordered list item<\/li>\n<li>This is an ordered list item<\/li>\n<\/ol>\n<\/li>\n<li>This is the third item in an ordered list.<\/li>\n<li>This is the fourth item in an ordered list with a sub-unordered list.\n<ul>\n<li>This is an unordered list item<\/li>\n<li>This is an unordered list item<\/li>\n<li>This is an unordered list item<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h6>Unordered Lists<\/h6>\n<p>Unordered lists, or <code>ul<\/code> are used to list items without any hierarchical value to them. Each list item may be preceded by a bullet or any non numerical representation. An unordered list can also contain an ordered list as well as another unordered list.<\/p>\n<ul>\n<li>This is the first item in an unordered list.<\/li>\n<li>This is the second item in an unordered list with a sub-ordered list.\n<ol>\n<li>This is an ordered list item.<\/li>\n<li>This is an ordered list item<\/li>\n<li>This is an ordered list item<\/li>\n<\/ol>\n<\/li>\n<li>This is the third item in an unordered list.<\/li>\n<li>This is the fourth item in an unordered list with a sub-unordered list.\n<ul>\n<li>This is an unordered list item<\/li>\n<li>This is an unordered list item<\/li>\n<li>This is an unordered list item<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h6>Definition Lists<\/h6>\n<p>Definition lists, or <code>dl<\/code> are generally used to denote a list of items that share a relationship with one another. A <code>dl<\/code> should contain at least one <code>dt<\/code> and one <code>dd<\/code>.<\/p>\n<dl>\n<dt>word-press [<strong>w\u0259rd<\/strong>&#8211;<strong>pres<\/strong>]<\/dt>\n<dd>An open source CMS, often used as a blog publishing application powered by PHP and MySQL<\/dd>\n<\/dl>\n<h6>Links<\/h6>\n<p>Links are commonly used to link one page to another, either <a title=\"Home\" href=\"\/\">internally<\/a> or <a title=\"A Web Shop\" href=\"http:\/\/demos.press75.com\">externally<\/a>; and are wrapped by the <code>a<\/code> tag.<\/p>\n<h6>Buttons<\/h6>\n<p>Buttons can be added by using the <code>button<\/code> shortcode or adding a class of <code>btn<\/code> to an element, usually and anchor tag. By default the button is dark; however, you can add a <code>btn-trans<\/code> class to the element to make the button light.<\/p>\n<p><a class=\"btn btn-primary\" href=\"http:\/\/press75.com\">Primary Button<\/a><br \/>\n<code><a class=\"btn btn-primary\" href=\"http:\/\/press75.com\">Primary Button<\/a><\/code><br \/>\n<a class=\"btn btn-trans\" href=\"http:\/\/press75.com\">Alt Button<\/a><br \/>\n<code><a class=\"btn btn-trans\" href=\"http:\/\/press75.com\">Alt Button<\/a><\/code><\/p>\n<h6>Emphasized Text<\/h6>\n<p>Emphasized text is usually relegated to text you would pronounce differently in a conversation or text you are putting a stressed emphasis on and is wrapped inside of the <code>em<\/code> tag. For example:<\/p>\n<p>Reading <em>this blog<\/em> will make you a better person.<\/p>\n<h6>Strong Text<\/h6>\n<p>Strong text is usually relegated to text you are placing strong emphasis on and is wrapped inside of the <code>strong<\/code> tag. For example:<\/p>\n<p>Subscribe to this blog\u2019s RSS Feed <strong>now<\/strong> or you will be sorry.<\/p>\n<h6>Marked or highlighted text<\/h6>\n<p>The <code>mark<\/code> tag is used for indicating text as marked or highlighted for reference purposes, due to its relevance in another context. The <code>mark<\/code> tag was introduced in HTML 5. Internet Explorer 8 and older do not support this tag. For example:<\/p>\n<p>Despite the stock market crash in 2008, the value of my share portfolio <mark>increased by 100 percent<\/mark>. I must be doing something right.<\/p>\n<h6>Small Print<\/h6>\n<p>The <code>small<\/code> element is used to represent disclaimers, caveats, legal restrictions, or copyrights (commonly referred to as \u2018small print\u2019). It can also be used for attributions or satisfying licensing requirements. For example:<\/p>\n<p><small>Copyright \u00a9 2013 Press75. All Rights Reserved.<\/small><\/p>\n<h6>Delete &amp; Insert<\/h6>\n<p>Markup of deleted text can be useful in determining differences between multiple versions of the same document. Browsers will normally strike a line through deleted text and underline inserted text. For example:<\/p>\n<p>Press75 is located in <del datetime=\"2005-30-08T12:12:45+00:00\">Monticello, IA<\/del> <ins datetime=\"2005-08-30T15:50:45+00:00\">Seattle, WA<\/ins>.<\/p>\n<h6>Citation<\/h6>\n<p>The <code>cite<\/code> element is used to represent the title of a work (e.g. a book, essay, poem, song, film, TV show, sculpture, painting, musical, exhibition, etc). This can be a work that is being quoted or referenced in detail (i.e. a citation), or it can just be a work that is mentioned in passing. For example:<\/p>\n<p>I highly recommend reading <cite>The Invisible Man<\/cite> by Ralph Ellison. It changed my life when I was 15 years old.<\/p>\n<h6>Abbreviations &amp; Acronyms<\/h6>\n<p>The <code>abbr<\/code> element is used for any abbreviated text, whether it be acronym, initialism, or otherwise. Any text in the title attribute will appear when the user\u2019s mouse hovers the abbreviation. The <code>acronym<\/code> tag has been dropped from the HTML 5 specs because of the confusion between these two tags. You should exclusively use <code>abbr<\/code> but both are styled for this theme. For example:<\/p>\n<p>The abbreviation for the National Football League is <abbr title=\"National Football League\">NFL<\/abbr> and the acronym for as soon as possible is ASAP.<\/p>\n<h6>Subscript &amp; Superscript<\/h6>\n<p>The <code>sub<\/code> tag defines subscript text. Subscript text appears half a character below the baseline. Subscript text can be used for chemical formulas, like H<sub>2<\/sub>O.<\/p>\n<p>The <code>sup<\/code> tag defines superscript text. Superscript text appears half a character above the baseline. Superscript text can be used for footnotes, like WWW<sup>[1]<\/sup>.<\/p>\n<p><!--nextpage--><\/p>\n<h2>Images and Captions<\/h2>\n<h6>Images<\/h6>\n<p>The <code>img<\/code> tag defines an image in an HTML page and has two required attributes: <code>src<\/code> and <code>alt<\/code>. Images are not technically inserted into an HTML page. Rather images are linked to HTML pages. The <code>img<\/code> tag creates a holding space for the referenced image.<\/p>\n<h5>Left Aligned Image<\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-medium wp-image-168\" src=\"http:\/\/demos.press75.com\/clear-news\/files\/2013\/08\/grasses-300x233.jpg\" alt=\"grasses\" width=\"300\" height=\"233\" \/>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum. Curabitur blandit tempus porttitor. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit.<\/p>\n<h5>Right Aligned Image<\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-medium wp-image-168\" src=\"http:\/\/demos.press75.com\/clear-news\/files\/2013\/08\/grasses-300x233.jpg\" alt=\"grasses\" width=\"300\" height=\"233\" \/>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum. Curabitur blandit tempus porttitor. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit.<\/p>\n<h5>Center Aligned Image<\/h5>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-168\" src=\"http:\/\/demos.press75.com\/clear-news\/files\/2013\/08\/grasses-300x233.jpg\" alt=\"grasses\" width=\"300\" height=\"233\" \/><\/p>\n<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum. Curabitur blandit tempus porttitor. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit.<\/p>\n<h5>Image With Caption<\/h5>\n<div id=\"attachment_167\" style=\"width: 910px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-167\" class=\"size-large wp-image-167\" src=\"http:\/\/demos.press75.com\/clear-news\/files\/2013\/06\/blur-1024x577.jpg\" alt=\"Image Caption\" width=\"900\" height=\"507\" \/><p id=\"caption-attachment-167\" class=\"wp-caption-text\">Image Caption<\/p><\/div>\n<p><!--nextpage--><\/p>\n<h2>Videos<\/h2>\n<div class=\"video-container\"><iframe loading=\"lazy\" src=\"\/\/player.vimeo.com\/video\/46432990\" width=\"1170\" height=\"658\" frameborder=\"0\" title=\"Louis Vuitton &quot;Word&quot; - Directed by Stuart McIntyre in collaboration with Ogilvy Paris\" webkitallowfullscreen mozallowfullscreen allowfullscreen><\/iframe><\/div>\n<div class=\"video-container\"><iframe loading=\"lazy\" width=\"1170\" height=\"658\" src=\"http:\/\/www.youtube.com\/embed\/UDjBxqf4Yo0?feature=oembed\" frameborder=\"0\" allowfullscreen><\/iframe><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Typography is the foundation of any design project we work on. In fact, we begin every project by first establishing the governing rules of type ensuring maximum readability comfort across all screen resolutions. This is accomplished by taking into account everything from vertical rhythm, to comfortable reading measures, to scalable typography and incremental leading. All &#8230;<\/p>\n","protected":false},"author":1,"featured_media":345,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-82","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/pages\/82","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":0,"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/pages\/82\/revisions"}],"wp:attachment":[{"href":"https:\/\/co-dependencyfilm.com\/index.php\/wp-json\/wp\/v2\/media?parent=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}