Actions

Work Header

Rating:
Archive Warning:
Fandom:
Additional Tags:
Language:
English
Stats:
Published:
2026-06-26
Completed:
2026-06-26
Words:
490
Chapters:
2/2
Comments:
4
Kudos:
57
Bookmarks:
11
Hits:
1,132

Minty Pink [Work Skin]

Summary:

a work skin based on my pink and teal site skin^^ Include custom header n footer, border image, text colors, footnotes and boxes.

chap 1: demo + html example
chap 2: css

Notes:

(See the end of the work for notes.)

Chapter 1: html

Notes:

this is my first time attempting a work skin so pls tell me if i missed anything ;;

feel free to use and customize this skin however you want as long as it's still recognizable (with credits ofc).

(See the end of the chapter for more notes.)

Chapter Text

below r a list of customizable features along with an example html code. if you want the css, go to chap 2!

text colors:

mint

<p class="mint">texthere</p>

pink

<p class="pink">texthere</p>

brown

<p class="brown">texthere</p>

pink highlight

<p><span class="highlight pinky">highlight</span></p>

teal highlight

<p><span class="highlight teal">highlight</span></p>

 

additionals

 clever piece of information with footnote [01].

Footnote: <a name="note-1" rel="nofollow" id="note-1"></a>01. "example source".
Back Button: <sup><a href="#note-1return" rel="nofollow"> [↺]</a></sup>

Link to Footnote: <a href="#note-1" rel="nofollow"><sup>[01]</sup></a>
Return Point: <a name="note-1return" rel="nofollow" id="note-1return"></a>

teal box

<div class="tealbox"> </div>

pink box

<div class="pinkbox"></div>