Site logo
Avatar:

The Master

image, quote
Avatar:

Thread Template

Overview

This template consists of one color, its variants, and one image. You can change it on the #theMaster id.

  • primeColor: Border colors, italic, and back of the bold text.
  • primeColor02: Prime color in RGB and with opacity. Used on the background of the top.
  • primeColor04: Prime color in RGB and with opacity. Used to blend color into the image.
  • primeColor08: Prime color in RGB and with opacity. Background color when rover the image.
  • image: URL of the main image.
You can also change the box shadow and the font family.

Preview

Preview mode not available on mobile

Code

<link href="https://dl.dropbox.com/scl/fi/7wuht6wd992ypboqsaw8m/the-master.css?rlkey=33yn6hna10foepwvsy3y64181&st=gfoieeq6&dl=0" rel="stylesheet" />

<style>
    #theMaster {
        --primeColor: #8a6265;
        --primeColor02: rgb(138, 98, 101, 0.1);
        --primeColor04: rgb(138, 98, 101, 0.4);
        --primeColor08: rgb(138, 98, 101, 0.8);

        --shadowTop: 0px -11px 26px -7px rgba(0, 0, 0, 0.28);
        --shadowBottom: 0px 11px 26px -7px rgba(0, 0, 0, 0.28);

        --mainFont: "Roboto", sans-serif;

        --image: url(https://www.fulcrumgallery.com/product-images/P595619-10/simba-and-mufasa-my-father-my-friend.jpg);
    }
</style>

<div id="theMaster" class="rebelWrap">
    <div class="rebelTop">
        <div class="rebelImg">
            <div class="rebelImage">
                <h3>Tag Here</h3>
            </div>
        </div>

        <h2>
            I'm gonna be a mighty king so enemies beware (Well I've never seen a king
            or beast with quite so little hair) I'm gonna be the main event like no
            king was before I'm brushin up, on lookin down, I'm workin' on my ROAR!
        </h2>
    </div>
    <div class="rebelPost">POST HERE</div>

    <a href="https://www.mytinyiglu.com/forum/Ice%20Bear" title="template by: Ice Bear" class="credtheMaster">
    </a>
</div>

My tiny iglu by Ice Bear 2024 - 2025

version 1.2.0