I used a lot of different codes and modified quite a few of them, so instead of linking a bunch of layouts in my About Me I decided to make a masterpost that credits all the ressources I used and what exactly I modified. The posts I used are hyperlinked
This is the code that I used. My cursor changes when you hover over a hyperlink, and if you want that too, insert a different image in the second two links.
<style>
body, html {
cursor: url("INSERT LINK"), crosshair;
}
a:hover{
cursor: url("INSERT (HOVER) LINK"), crosshair;
}
button:hover{
cursor: url("INSERT (HOVER) LINK"), crosshair;
}
</style>
This is the default cursor I use: http://www.rw-designer.com/cursor-view/69743.png
And this is the hover cursor I use: http://www.rw-designer.com/cursor-view/108.png
I found the cursors on this website
My profile plays a playlist, so you can skip through the songs. This is the code I used
<iframe width="0" height="0" src="INSERT PLAYLIST EMBED HERE;&autoplay=1&;loop=1&shuffle=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="">
</iframe>
It's really important that you insert an EMBED link and not a regular link. You can get the embed link by pressing the share button on your playlist and clicking the embed option, then copying only the link part (and not the entire code that it will generate).
Here is my playlist link (NOT embed): https://www.youtube.com/playlist?list=PLX4uan59X4KbTdGgrgYQulC84is57RDLc
Nothing else to add for this one because I didn't change anything about it
- Online icon
<style>
.online {
content: url("INSERT LINK HERE");
background-color: black;
}
</style>
This is the online icon I currently use: https://www.myspacegens.com/images/online_now/146.gif
I changed every instance of #3ADF00 in the code to #db1a1a
My mood section says "Now Playing" instead, this is the code I used to do that
- Profile picture
I drew my profile picture on Flash CS5.5. I downloaded it way back from a resource that doesn't work anymore but here's a Reddit link for downloading Flash CS6
I'm not very good at this whole coding thing but if you need help, comment and I'll do my best
PS: If any of you know how to change the hover colour of a hyperlink or how to make a playlist shuffle on your profile (as in, plays a different song everytime you refresh) help would be greatly appreciated
Comments
Displaying 0 of 0 comments ( View all | Add Comment )