326 lines
21 KiB
PHP
326 lines
21 KiB
PHP
<x-app-layout>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-sm-12">
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Display headings</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-1" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-1">
|
||
<div class="card"><kbd class="bg-dark"><pre id="display-heading" class="text-white"><code>
|
||
<h1 class="display-1">Display headings</h1>
|
||
<h1 class="display-2">Display headings</h1>
|
||
<h1 class="display-3">Display headings</h1>
|
||
<h1 class="display-4">Display headings</h1>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a <strong>display heading</strong>—a larger, slightly more opinionated heading style. Keep in mind these headings are not responsive by default, but it’s possible to enable <a href="https://getbootstrap.com/" target="_blank">responsive font sizes</a>.</p>
|
||
<h1 class="display-1">Display headings</h1>
|
||
<h1 class="display-2">Display headings</h1>
|
||
<h1 class="display-3">Display headings</h1>
|
||
<h1 class="display-4">Display headings</h1>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-sm-6">
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Typography</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-2" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-2">
|
||
<div class="card"><kbd class="bg-dark"><pre id="typography" class="text-white"><code>
|
||
<h1>h1. Bootstrap heading</h1>
|
||
<h2>h2. Bootstrap heading</h2>
|
||
<h3>h3. Bootstrap heading</h3>
|
||
<h4>h4. Bootstrap heading</h4>
|
||
<h5>h5. Bootstrap heading</h5>
|
||
<h6 class="mb-0">h6. Bootstrap heading</h6>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>All HTML headings, <code><h1></code> through <code><h6></code>, are available.</p>
|
||
<h1>h1. Bootstrap heading</h1>
|
||
<h2>h2. Bootstrap heading</h2>
|
||
<h3>h3. Bootstrap heading</h3>
|
||
<h4>h4. Bootstrap heading</h4>
|
||
<h5>h5. Bootstrap heading</h5>
|
||
<h6 class="mb-0">h6. Bootstrap heading</h6>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Inline text elements</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-3" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-3">
|
||
<div class="card"><kbd class="bg-dark"><pre id="inline-text-element" class="text-white"><code>
|
||
<p>Styling for common inline HTML5 elements.</p>
|
||
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
|
||
<p><del>This line of text is meant to be treated as deleted text.</del></p>
|
||
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
|
||
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
|
||
<p><u>This line of text will render as underlined</u></p>
|
||
<p><small>This line of text is meant to be treated as fine print.</small></p>
|
||
<p><strong>This line rendered as bold text.</strong></p>
|
||
<p><em>This line rendered as italicized text.</em></p>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>Styling for common inline HTML5 elements.</p>
|
||
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
|
||
<p><del>This line of text is meant to be treated as deleted text.</del></p>
|
||
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
|
||
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
|
||
<p><u>This line of text will render as underlined</u></p>
|
||
<p><small>This line of text is meant to be treated as fine print.</small></p>
|
||
<p><strong>This line rendered as bold text.</strong></p>
|
||
<p><em>This line rendered as italicized text.</em></p>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Lists Inline</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-4" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-4">
|
||
<div class="card"><kbd class="bg-dark"><pre id="list-inline" class="text-white"><code>
|
||
<ul class="list-inline">
|
||
<li class="list-inline-item">Lorem ipsum</li>
|
||
<li class="list-inline-item">Phasellus iaculis</li>
|
||
<li class="list-inline-item">Nulla volutpat</li>
|
||
</ul>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>Remove a list’s bullets and apply some light <code>margin</code> with a combination of two classes, <code>.list-inline</code> and <code>.list-inline-item</code>.</p>
|
||
<ul class="list-inline">
|
||
<li class="list-inline-item">Lorem ipsum</li>
|
||
<li class="list-inline-item">Phasellus iaculis</li>
|
||
<li class="list-inline-item">Nulla volutpat</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-sm-6">
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Headings</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-5" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-5">
|
||
<div class="card"><kbd class="bg-dark"><pre id="heading" class="text-white"><code>
|
||
<p class="h1 mb-3">h1. Bootstrap heading</p>
|
||
<p class="h2 mb-3">h2. Bootstrap heading</p>
|
||
<p class="h3 mb-3">h3. Bootstrap heading</p>
|
||
<p class="h4 mb-3">h4. Bootstrap heading</p>
|
||
<p class="h5 mb-3">h5. Bootstrap heading</p>
|
||
<p class="h6 mb-0">h6. Bootstrap heading</p>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p><code>.h1</code> through <code>.h6</code> classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.</p>
|
||
<p class="h1 mb-3">h1. Bootstrap heading</p>
|
||
<p class="h2 mb-3">h2. Bootstrap heading</p>
|
||
<p class="h3 mb-3">h3. Bootstrap heading</p>
|
||
<p class="h4 mb-3">h4. Bootstrap heading</p>
|
||
<p class="h5 mb-3">h5. Bootstrap heading</p>
|
||
<p class="h6 mb-0">h6. Bootstrap heading</p>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Lists Unstyled</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-6" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-6">
|
||
<div class="card"><kbd class="bg-dark"><pre id="lists-unstyled" class="text-white"><code>
|
||
<ul class="list-unstyled">
|
||
<li>Lorem ipsum dolor sit amet</li>
|
||
<li>Consectetur adipiscing elit</li>
|
||
<li>Integer molestie lorem at massa</li>
|
||
<li>Facilisis in pretium nisl aliquet</li>
|
||
<li>
|
||
Nulla volutpat aliquam velit
|
||
<ul>
|
||
<li>Phasellus iaculis neque</li>
|
||
<li>Purus sodales ultricies</li>
|
||
<li>Vestibulum laoreet porttitor sem</li>
|
||
<li>Ac tristique libero volutpat at</li>
|
||
</ul>
|
||
</li>
|
||
<li>Faucibus porta lacus fringilla vel</li>
|
||
<li>Aenean sit amet erat nunc</li>
|
||
<li>Eget porttitor lorem</li>
|
||
</ul>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>Remove the default <code>list-style</code> and left margin on list items (immediate children only). <strong>This only applies to immediate children list items</strong>, meaning you will need to add the class for any nested lists as well.</p>
|
||
<ul class="list-unstyled">
|
||
<li>Lorem ipsum dolor sit amet</li>
|
||
<li>Consectetur adipiscing elit</li>
|
||
<li>Integer molestie lorem at massa</li>
|
||
<li>Facilisis in pretium nisl aliquet</li>
|
||
<li>
|
||
Nulla volutpat aliquam velit
|
||
<ul>
|
||
<li>Phasellus iaculis neque</li>
|
||
<li>Purus sodales ultricies</li>
|
||
<li>Vestibulum laoreet porttitor sem</li>
|
||
<li>Ac tristique libero volutpat at</li>
|
||
</ul>
|
||
</li>
|
||
<li>Faucibus porta lacus fringilla vel</li>
|
||
<li>Aenean sit amet erat nunc</li>
|
||
<li>Eget porttitor lorem</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Blockquotes</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-7" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-7">
|
||
<div class="card"><kbd class="bg-dark"><pre id="blockquotes" class="text-white"><code>
|
||
<blockquote class="blockquote">
|
||
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
||
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
|
||
</blockquote>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>For quoting blocks of content from another source within your document. Wrap <code><blockquote class="blockquote"></code> around any <abbr title="HyperText Markup Language">HTML</abbr> as the quote.</p>
|
||
<blockquote class="blockquote">
|
||
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
|
||
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
|
||
</blockquote>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-sm-12">
|
||
<div class="card">
|
||
<div class="card-header d-flex justify-content-between">
|
||
<div class="header-title">
|
||
<h4 class="card-title">Description list alignment</h4>
|
||
</div>
|
||
<div class="header-action">
|
||
<i type="button" data-toggle="collapse" data-target="#typography-8" aria-expanded="false" aria-controls="alert-1">
|
||
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
|
||
</svg>
|
||
</i>
|
||
</div>
|
||
</div>
|
||
<div class="card-body">
|
||
<div class="collapse" id="typography-8">
|
||
<div class="card"><kbd class="bg-dark"><pre id="description-list" class="text-white"><code>
|
||
<dl class="row">
|
||
<dt class="col-sm-3">Description lists</dt>
|
||
<dd class="col-sm-9">A description list is perfect for defining terms.</dd>
|
||
<dt class="col-sm-3">Euismod</dt>
|
||
<dd class="col-sm-9">
|
||
<p>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</p>
|
||
<p>Donec id elit non mi porta gravida at eget metus.</p>
|
||
</dd>
|
||
<dt class="col-sm-3">Malesuada porta</dt>
|
||
<dd class="col-sm-9">Etiam porta sem malesuada magna mollis euismod.</dd>
|
||
<dt class="col-sm-3 text-truncate">Truncated term is truncated</dt>
|
||
<dd class="col-sm-9">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
|
||
<dt class="col-sm-3">Nesting</dt>
|
||
<dd class="col-sm-9">
|
||
<dl class="row">
|
||
<dt class="col-sm-4">Nested definition list</dt>
|
||
<dd class="col-sm-8">Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.</dd>
|
||
</dl>
|
||
</dd>
|
||
</dl>
|
||
</code></pre></kbd></div>
|
||
</div>
|
||
<p>Align terms and descriptions horizontally by using our grid system’s predefined classes (or semantic mixins). For longer terms, you can optionally add a <code>.text-truncate</code> class to truncate the text with an ellipsis.</p>
|
||
<dl class="row mb-0">
|
||
<dt class="col-sm-3">Description lists</dt>
|
||
<dd class="col-sm-9">A description list is perfect for defining terms.</dd>
|
||
<dt class="col-sm-3">Euismod</dt>
|
||
<dd class="col-sm-9">
|
||
<p>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</p>
|
||
<p>Donec id elit non mi porta gravida at eget metus.</p>
|
||
</dd>
|
||
<dt class="col-sm-3">Malesuada porta</dt>
|
||
<dd class="col-sm-9">Etiam porta sem malesuada magna mollis euismod.</dd>
|
||
<dt class="col-sm-3 text-truncate">Truncated term is truncated</dt>
|
||
<dd class="col-sm-9">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
|
||
<dt class="col-sm-3">Nesting</dt>
|
||
<dd class="col-sm-9">
|
||
<dl class="row mb-0">
|
||
<dt class="col-sm-4">Nested definition list</dt>
|
||
<dd class="col-sm-8">Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.</dd>
|
||
</dl>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</x-app-layout>
|