Replies

Aug 15, 2022 3 years ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

Yep, I had put it at the bottom. That did it! I thank you immensely! :)

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Aug 16, 2022 3 years ago
purring
is made of stardust
User Avatar

that's so weird?? could you put your css into a pastebin and send it to me? i'll see if i can replicate the issue/figure out what's wrong. you can comment it to me so we don't fill this thread with our troubleshooting!

Dec 2, 2022 3 years ago
Hi, I'm
Itachi_Siller
and I'm your friend till the end. Hidey-ho!
User Avatar
Rhea Gemini

Does anyone know of any code to use for what i potentially looking for in my post Here

Find me on Twitch!

:dmg:dark: Wishlist! :dmg:dark:

💃💃

Seasonal Events 💋💋 💃💃 [tp=Itachi_Siller] // [egg=Itachi_Siller] // //

Dec 31, 2022 3 years ago
prismatic_enchant
is sweet
User Avatar

thank you so much, you made my subeta experience better :D

forum art by rat_boy [tot=prismatic_enchant]

Feb 25, 2024 2 years ago
TaNi
is made of stardust
User Avatar
Nova

snatched a bunch of your code, thanks for sharing! (:

▃ TaNi ♠ she/they Feel free to ping me! sticker wishlist

Mar 1, 2024 2 years ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

Hi, does anyone know if subeta has a Custom CSS character limit? Like how a forum post is limited to 65,000 characters. Clarification will be most appreciated. Peace! :)

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Mar 2, 2024 2 years ago
Hongske
is lost in space
User Avatar

I haven't run into a limit yet, but to be fair you can just host your CSS externally and link to it by using an import-statement, if you do run into a limit. Honestly, keeping all your CustomCSS in an external file is good practice anyway once you reach more than a page of code, if only for being able to back it up externally.

Mar 2, 2024 2 years ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

I do have my CSS saved on computer notepad, but linking is way beyond my knowledge, nor even know what you mean by having more than a page of code. lol I have about 15,000 characters for CSS, so I should be good, yes? Thank you kindly for posting. :*

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Mar 2, 2024 2 years ago
Hongske
is lost in space
User Avatar

You link an external CSS file by using this /* Remove the space beween "@" and "import" */ @ import url('URL_TO_STYLESHEET');

You can also use this to link to external fonts, e.g. if you want to use Roboto then you'd use this /* Remove the space beween "@" and "import" */ @ import url('https://fonts.googleapis.com/css2?family=Roboto:wght;700&display=swap'); html, body { font-family: 'Roboto'; }

With more than 1 page of code, I mean if you have to scroll a lot in your file. For example, my CustomCSS is currently +9.5K lines long, so I keep it externally (also because I want other people to be able to use it).

FYI: 15K characters for code doesn't really say lot, because if you remove the spaces and comments out of your CSS then that ends up making it a lot shorter. For example, my file is +9.5K long but I also have a lot of comments in there. It's 311,281 characters long, but if I remove all spacing and comments, then I end up with "only" 113,534 characters.

Mar 2, 2024 2 years ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

9.5k :o and here I am worrying about like 400 lines. LoL Thank you for the knowledge. :)

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Mar 2, 2024 2 years ago
Hongske
is lost in space
User Avatar

Hahaha, I'm working on a whole theme. You can find more info here if you're interested: https://subeta.net/forums.php/read/935484/ And you're quite welcome. Feel free to ping/contact me if you have anymore CSS- and/or HTML-questions!

Mar 3, 2024 2 years ago
Llyon
made a huge mistake
User Avatar
Lunira

This is amazing, thank you so much!

╭──── · · ✦ · · ────╮
໒꒱
╰──── · · ✦ · · ────╯

Nov 23, 2025 3 months ago
Evelyn
User Avatar
Dream

This might sound silly but I have returned after a 10+ year hiatus. Where can I post the codes to change floating items in the corner? Do I post it on my profile page description?

Nov 23, 2025 3 months ago
kokoMO
ate their feelings
User Avatar
MY BELOVED BooBOO

Pretty sure this is all the code .floating_item {border:5px solid red; position:absolute !important; left:180px !important; top:3px !important;} and post it here, inside the style tags ...

https://subeta.net/preferences.php?act=customcss

Clickhereformyawesometradeitems ie:
x? x200+
~
My Beloved: 10/24/2015-11/25/2025

Please log in to reply to this topic.