Comments on [ F2U ] Citrus All Comments

Can the orange box be characters and have the move up thing to have a lot a characters? 

Are you asking how to do that or if you can do that?

You can do whatever you like!  If by "move up thing", you mean the scroll box, it has no limit so you can make it as long as you like ^^

yea! how to do that, please :"3

assuming you don't have a specific layout:

if you want the text to link to the character:

  1. replace the <div> with <a>
  2. add href="LINK_HERE" anywhere; this is where you add the link to the character
  3. add text-reset in the class to have the link the specific colour above (the colour:#fff)

if you want to keep the fa-icon, add z-index:2 in the <a> style so that the link is clickable
if you don't want the fa-icons, delete the entire <i>

if you want the orange background to be an image of the character, replace background:#d5754c with background: url(IMG_ADDRESS_HERE) center/cover no-repeat;

If the linked text becomes hard to read, you can change the text colour or add a text-shadow:0 0 5px #000 in the style to have a little blurred border

adjust anything if needed!


if doing all of those, the end result should look like something like this:

Screen_Shot_2023-07-12_at_2.16.42_pm.png