Loading...
 
Skip to main content

History: Theme and brand color blocks

Source of version: 4 (current)

Copy to clipboard
            {HTML()}
<div class=my-3">So far at this site, these blocks are only implemented in the TikiCorp theme. Please use the Switch Theme module at the bottom of the page to change the theme to TikiCorp, and then do a hard refresh (on Windows: Press Ctrl + F5 or Shift + F5; on Mac: Press Command + Shift + R) to reload the page. </div>
<div class="row my-4">
    <div class="col-sm-6 p-4">
        <h4 class="h3">tiki-theme-block-light</h4>
        <div class="tiki-theme-block-light p-4 rounded-4">
            <p>This is a <code>tiki-theme-block-light</code> content block.</p>
            <p>This is a <a href="https://tiki.org">link in this block.</a></p>
            <p class="border border-2">This is a paragraph in a bordered box.</p>
        </div>
    </div>
    <div class="col-sm-6 p-4">
        <h4 class="h3">tiki-theme-block-dark</h4>
        <div class="tiki-theme-block-dark p-4 rounded-4">
            <p>This is a <code>tiki-theme-block-dark</code> content block.</p>
            <p>This is a <a href="https://tiki.org">link in this block.</a></p>
            <p class="border border-2">This is a paragraph in a bordered box.</p>
        </div>
    </div>
</div>
<div class="row my-4">
    <div class="col-sm-6 p-4">
        <h4 class="h3">tiki-brand-block-light</h4>
        <div class="tiki-brand-block-light p-4 rounded-4">
            <p>This is a <code>tiki-brand-block-light</code> content block.</p>
            <p>This is a <a href="https://tiki.org">link in this block.</a></p>
            <p class="border border-2">This is a paragraph in a bordered box.</p>
        </div>
    </div>
    <div class="col-sm-6 p-4">
        <h4 class="h3">tiki-brand-block-dark</h4>
        <div class="tiki-brand-block-dark p-4 rounded-4">
            <p>This is a <code>tiki-brand-block-dark</code> content block.</p>
            <p>This is a <a href="https://tiki.org">link in this block.</a></p>
            <p class="border border-2">This is a paragraph in a bordered box.</p>
        </div>
    </div>
</div>{HTML}
        
Collapse/expand modules below