-
Notifications
You must be signed in to change notification settings - Fork 3
/
objects.block.html
9 lines (9 loc) · 6.34 KB
/
objects.block.html
1
2
3
4
5
6
7
8
9
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css"><link href="http://fonts.googleapis.com/css?family=Bitter:400,700" rel="stylesheet" type="text/css"><link href="http://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet" type="text/css"><title>inuit kitchen sink | _objects.block.scss</title><meta name="description" content="inuit kitchen sink lists you all modules of inuitcss and helps you getting started with the framework."><meta name="viewport" content="width=device-width,minimum-scale=1"><link rel="stylesheet" href="build/assets/css/style.css"><link rel="shortcut icon" href="src/assets/img/favicon.png" type="image/png"></head><body><header class="[ page-head ] [ pv- mb ]"><div class="[ page-wrap ] [ clearfix ]"><h6 class="[ float--left ] [ mb0 ]"><a class="site-logo" href="index.html">inuit kitchen sink</a></h6><a class="[ site-nav-trigger ] [ float--right ]" href="#site-nav"></a></div></header><div class="page-wrap"><div class="[ layout layout--rev ]"><div class="[ layout__item 8/12 portable-1/1 ] [ mb++ ]"><h1 class="mb0">_objects.block.scss</h1><div class="mb"><a class="zeta" href="https://github.com/inuitcss/objects.block/blob/master/_objects.block.scss">View source</a><br><a class="zeta" href="block.html">Demo</a></div><p>The block object just puts an image on top of some text content.</p><h3 id="markup">Markup</h3><p>The basic markup will always be as follows:</p><pre><code class="language-html"><div class="block">
<img class="block__img" src="some-image.jpg">
<p class="block__body">Lorem ipsum dolor sit amet.</p>
</div></code></pre><h3 id="settings">Settings</h3><p>You can alter the gap between <code>.block__img</code> and <code>.block__body</code> with the <code>$inuit-block-gutter</code> variable:</p><pre><code class="language-scss">$inuit-<span class="value">block</span>-gutter<span class="value">: $inuit-base-spacing-unit*<span class="number">2</span>;</span></code></pre><h3 id="modifiers">Modifiers</h3><p>The block object provides the following modifiers:</p><ul><li><code>.block--tiny</code></li><li><code>.block--small</code></li><li><code>.block--large</code></li><li><code>.block--huge</code></li><li><code>.block--rev</code></li><li><code>.block--flush</code></li><li><code>.block--center</code></li><li><code>.block--right</code></li></ul><p><code>.block--tiny</code>, <code>.block--small</code>, <code>.block--large</code>, <code>.block--huge</code> all vary the spacing between <code>.block__img</code> and <code>.block__body</code>. Each one has its own dedicated variable to control that spacing:</p><pre><code class="language-scss">$inuit-<span class="value">block</span>-gutter--tiny<span class="value">: quarter($inuit-block-gutter) !default;</span>
$inuit-<span class="value">block</span>-gutter--<span class="tag">small</span><span class="value">: halve($inuit-block-gutter) !default;</span>
$inuit-<span class="value">block</span>-gutter--large<span class="value">: double($inuit-block-gutter) !default;</span>
$inuit-<span class="value">block</span>-gutter--huge<span class="value">: quadruple($inuit-block-gutter) !default;</span></code></pre><p><code>.block--flush</code> will eliminate this spacing completely.</p><p>If the image, as well as the content should be aligned centered, the <code>.block--center</code> modifier is provided, as well as a <code>.block--right</code> modifier which alignes the image and the content to the right.</p><p>Of course you can combine several modifiers like:</p><pre><code class="language-html"><div class="block block--large block--right">
...
</div></code></pre><h3 id="-demo-block-html-"><a href="block.html">Demo</a></h3><ul class="[ tabs ] [ ui-tabs ] [ mt+ ]"><li class="tabs__item"><a class="tabs__link" href="objects.flag.html" title="objects.flag">prev</a></li><li class="tabs__item"><a class="tabs__link" href="objects.pack.html" title="objects.pack">next</a></li></ul></div><div class="[ layout__item 4/12 portable-1/1 ]"><nav role="navigation"><ul id="site-nav" class="[ site-nav ] [ list-bare ] [ portable-p- ]"><li><p class="[ gamma ] [ weight--700 ] [ mb0 ]">settings</p><ul class="[ site-nav__sub ] [ list-bare ] [ mb ]"><li><a href="settings.default.html">default</a></li><li><a href="settings.responsive.html">responsive</a></li></ul></li><li><p class="[ gamma ] [ weight--700 ] [ mb0 ]">tools</p><ul class="[ site-nav__sub ] [ list-bare ] [ mb ]"><li><a href="tools.functions.html">functions</a></li><li><a href="tools.mixins.html">mixins</a></li><li><a href="tools.responsive.html">responsive</a></li></ul></li><li><p class="[ gamma ] [ weight--700 ] [ mb0 ]">base</p><ul class="[ site-nav__sub ] [ list-bare ] [ mb ]"><li><a href="base.headings.html">headings</a></li><li><a href="base.paragraphs.html">paragraphs</a></li></ul></li><li><p class="[ gamma ] [ weight--700 ] [ mb0 ]">objects</p><ul class="[ site-nav__sub ] [ list-bare ] [ mb ]"><li><a href="objects.media.html">media</a></li><li><a href="objects.flag.html">flag</a></li><li><a href="objects.block.html">block</a></li><li><a href="objects.pack.html">pack</a></li><li><a href="objects.box.html">box</a></li><li><a href="objects.list-bare.html">list-bare</a></li><li><a href="objects.list-inline.html">list-inline</a></li><li><a href="objects.list-block.html">list-block</a></li><li><a href="objects.list-ui.html">list-ui</a></li><li><a href="objects.tabs.html">tabs</a></li><li><a href="objects.buttons.html">buttons</a></li><li><a href="objects.tables.html">tables</a></li><li><a href="objects.layout.html">layout</a></li></ul></li><li><p class="[ gamma ] [ weight--700 ] [ mb0 ]">trumps</p><ul class="[ site-nav__sub ] [ list-bare ] [ mb ]"><li><a href="trumps.headings.html">headings</a></li><li><a href="trumps.spacing.html">spacing</a></li><li><a href="trumps.spacing-responsive.html">spacing-responsive</a></li><li><a href="trumps.widths.html">widths</a></li><li><a href="trumps.widths-responsive.html">widths-responsive</a></li><li><a href="trumps.clearfix.html">clearfix</a></li></ul></li></ul></nav></div></div></div><footer class="[ page-foot ] [ pv+ ]"><ul class="[ list-inline ] [ page-wrap ]"><li><a href="https://github.com/csshugs/inuit-kitchen-sink">Contribute on GitHub</a></li></ul></footer></body></html>