Skip to main content
Main Content

[OUTDATED] ★ Tetra's CSS Guide ★

Posted 2020-10-27 11:25:10

Yep, I got it figured out! But now I have a new problem, for some reason my code doesn't affect my profile page, just my den page. Have any idea why?


·˖˚ Rainii ˚˖·
#20486

Posted 2020-10-27 11:34:19

@❤TappiOka❤

Your Pack and Profile pages actually have separate editors on their own pages. Have you made sure your <link rel="stylesheet"... code was placed in both editors?


*barks at you*
#202

Posted 2020-10-27 12:14:25

Thank you so much! I was having an issue with figuring out the dl / www part of dropbox. This was extremely helpful!

Ghostie
#20759

Posted 2020-10-27 12:21:49

What code do you need to add for a custom cursor? I’ve tried a few things but it doesn’t seem to work bleh


Jackal
#7551

Posted 2020-10-27 12:34:48 (edited)

@Jackal

I was just thinking to add this to the guide in the next revision! Until then, here's some info about that:

There is a property cursor that can change the way your cursor looks when hovering over an element. The basic code for adding a custom cursor for your whole page would be this:

* {

   cursor: url("custom-cursor-image-here.gif"), default!important;

}

This, of course, means you would have to upload the cursor image somewhere to implement the URL for it here.


*barks at you*
#202

Posted 2020-10-27 14:17:02

Tetra. You are a coding deity 


Jackal
#7551

Posted 2020-10-27 15:22:20

I am honored to hear that :)

And the questions and feedback here are pretty helpful for figuring out what more information I should cover next time I revise the guide. So, in addition, thank you all for dropping by.


*barks at you*
#202

Posted 2020-10-27 16:42:43

The final result! Thank you again for the amazing guide


Jackal
#7551

Posted 2020-10-27 18:46:10

@Jackal

Absolutely stunning! I'm glad I could help.


*barks at you*
#202

Posted 2020-10-27 19:49:41
that's so pretty! Wish mine looked like that

·˖˚ Rainii ˚˖·
#20486

Search Topic