Yep, I had put it at the bottom. That did it! I thank you immensely! :)
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!
Does anyone know of any code to use for what i potentially looking for in my post Here
:dmg:dark: Wishlist! :dmg:dark:
💃💃
Seasonal Events
💋💋
💃💃
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
thank you so much, you made my subeta experience better :D
forum art by rat_boy [tot=prismatic_enchant]
snatched a bunch of your code, thanks for sharing! (:
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! :)
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.
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. :*
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.
9.5k :o and here I am worrying about like 400 lines. LoL Thank you for the knowledge. :)
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!
This is amazing, thank you so much!
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?