UNPKG

itl-css-utility_classes

Version:
160 lines (136 loc) 5.47 kB
<!DOCTYPE html> <html> <head> <title>ITL utility_classes</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="mobile-web-app-capable" content="yes"> <meta name="generator" content="kss-node"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,300"> <link rel="stylesheet" href="kss-assets/vendor/prism.css"> <link rel="stylesheet" href="kss-assets/css/kss.css"> <link rel="stylesheet" href="../css/itl-utility_classes.css"> </head> <body class="kss-body"> <!-- header. --> <header class="kss-header"> <section class="kss-header__inner"> <a class="kss-header__hamburger-trigger"> <div class="kss-header__hamburger"></div> </a> <h1 class="kss-header__title kss-title">ITL utility_classes</h1> </section> </header> <!-- /header. --> <!-- navigation. --> <section class="kss-navigation"> <h1 class="kss-navigation__title kss-title">ITL utility_classes</h1> <ul class="kss-nav"> <li class="kss-nav__item"> <a href="index.html"> <span class="kss-nav__ref">0</span> <span class="kss-nav__name">Introduction</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-button.html"> <span class="kss-nav__ref">1</span> <span class="kss-nav__name">Buttons</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-colors.html"> <span class="kss-nav__ref">2</span> <span class="kss-nav__name">Colors</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-fonts.html"> <span class="kss-nav__ref">3</span> <span class="kss-nav__name">Fonts</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-layout.html"> <span class="kss-nav__ref">4</span> <span class="kss-nav__name">Layout</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-responsiveness.html"> <span class="kss-nav__ref">5</span> <span class="kss-nav__name">Responsiveness</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-sizes.html"> <span class="kss-nav__ref">6</span> <span class="kss-nav__name">Sizes</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-table.html"> <span class="kss-nav__ref">7</span> <span class="kss-nav__name">Table</span> </a> </li> <li class="kss-nav__item"> <a class="" href="section-zmisc.html"> <span class="kss-nav__ref">8</span> <span class="kss-nav__name">Misc</span> </a> </li> </ul> </section> <!-- /navigation. --> <!-- documentation. --> <section class="kss-documentation"> <!-- display each section, in order. the "root" element comes first in this loop, and can be detected using the "#if @first" block as seen below. --> <header class="kss-section kss-section--depth-2" id="kssref-fonts-zchromefonts"> <article class="kss-section__content"> <p class="kss-section__source">Source: <span>_fonts.scss</span>, line <span>132</span></p> <a class="kss-section__permalink" href="#kssref-fonts-zchromefonts"> <h2 class="kss-section__item kss-section__item--depth-2"> <span class="kss-section__ref">3.5</span> <span class="kss-section__name">Chrome fonts</span> </h2> </a> <div class="kss-section__description"><p>Chrome UserAgents (default stylesheets) fonts</p> <ul> <li>.h1: adapts the style of the h1 element of chrome</li> <li>.h3: adapts the style of the h3 element of chrome</li> <li>.h5: adapts the style of the h5 element of chrome</li> </ul> <ul> <li>.h1-size: takes the default size of the h1 element of chrome</li> <li>.h2-size: takes the default size of the h2 element of chrome</li> <li>.h4-size: takes the default size of the h4 element of chrome</li> </ul></div> </article> <article class="kss-section__modifiers"> <h1 class="kss-modifiers__heading">Example</h1> <div class="kss-modifiers__example"><main> <h1>This is a heading</h1> <span class="h1">This is a span with the same styles</span> </main></div> </article> <article class="kss-section__markup"> <pre><code class="language-markup">&lt;main&gt; &lt;h1&gt;This is a heading&lt;/h1&gt; &lt;span class&#x3D;&quot;h1&quot;&gt;This is a span with the same styles&lt;/span&gt; &lt;/main&gt;</code></pre> </article> </header> </section> <!-- /documentation. --> <!-- scripts. --> <script src="kss-assets/vendor/jquery.js"></script> <script src="kss-assets/vendor/prism.js"></script> <script src="kss-assets/js/kss.js"></script> <!-- /scripts. --> </body> </html>