Site logo
Avatar:

Square Bob

title, gif
Avatar:

Thread Template

Overview

This template consists of three colors and their variants, two gifs. You can change it on the #square id.

  • mainColor: The top back color of gifs, information, and title text color.
  • secondColor: Subtitle text and bottom back color of gifs.
  • thirdColor: Top, bottom back color, and gifs borders.
  • mainColor04: The main color in RGB and with opacity. Right square of the post.
  • secondColor04: The second color in RGB and with opacity. left square of the post.
  • thirdColor04: The third color in RGB and with opacity. middle square of the post.
  • gifImg: URL of the top gif.

preview

Preview mode not available on mobile

Code

<link href="https://dl.dropbox.com/scl/fi/tzyff7ejggok7xtkjcdvj/square-bob.css?rlkey=5dhsvcdv668xbxdfhgsr3d2fx&st=gcj162ki&dl=0" rel="stylesheet" />

<style>
    #square {
        --mainColor: #888c03;
        --secondColor: #bfb47e;
        --thirdColor: #726f5e;

        --mainColor04: rgb(136, 140, 3, 0.4);
        --secondColor04: rgb(191, 180, 126, 0.4);
        --thirdColor04: rgb(114, 111, 94, 0.4);

        --shadowColor: rgb(114, 111, 94, 0.62);

        --gifImg: url(https://i.gifer.com/5eob.gif);
    }
</style>

<div id="square" class="squareBack">
    <div class="squareTop">
        <div class="squareImg"></div>
        <h1>Are ya ready kids?</h1>
        <h2>Aye aye captain!</h2>
    </div>

    <div class="squarePost">
        <div class="squareSq"></div>
        POST HERE
    </div>

    <div class="squareTop squareBt">
        <h5>post for: someone</h5>
    </div>
    <a href="https://planetarium.jcink.net/index.php?showuser=1" title="template by: Ice Bear">
        <div class="squareCre"></div>
    </a>
</div>

My tiny iglu by Ice Bear 2024 - 2025

version 1.2.0