WIP Ill add more (like image codes from /Testing & stuff) & sort this later
simple scroll box <div style="height:sizepx; width:sizepx; overflow:scroll; padding:sizepx"> (your text here) </div>
dropdown text box <details><summary style="font-size: sizepx;" class="mb8">text</summary> <p> text </p> </details>
scanlines effect
<div style="position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 0%) 50%);background-size: 100% 2px, 3px 100%; z-index: 2; pointer-events: none;"></div>
pagedoll <img src="imglink" style="position: absolute; bottom: 0; right: 0; width: whateverpx; max-width:50vw; z-index:2">
links blur on click a:hover { filter: blur(2px); transition: 0.25s ease-in; }
links italic on click a:hover { text-decoration: none; font-style: italic ; color: black; }
links pop on click a.click { transition: transform .4s; } a.click:hover { text-decoration: none; transform: scale(1.2); }
external/non metadata fonts (whole page) @font-face { font-family: "font name"; src: url('font link'); } body { font-family: "font name" !important; font-size: whatever size you wantpx !important; }
external/non metadata fonts (titles & links only)
@font-face { font-family: "font name"; src: url('font link'); } a, h3, h4 { font-family: "font name" !important; font-size: whatever size you wantpx !important; }
You can download font files on Dafont or any other font website, but make sure it's a .tff or .otf file otherwise it won't work! You can then upload these font files to Catbox or Filegarden. For the font name, call it what the font file is titled in your files.