The colour is called eigengrau, it's the colour you see when you close your eyes. (As someone with eyelids I can say I see this).
(Copy paste into the little <> in blog entries, basically go into that mode, when you pasted it and click the eye, it should look like this page here, but paste it into whatever in your edit profile menu for your profile.)
(Cool little things you can do 2 at the end)
<style>
body {
background-color: #16161d;
}
body {
background-color: #16161d;
color: white;
font-family: Courier;
}
main {
background-color: #16161d;
color: #FF69B4;
}
main a {
color: var(--pink);
}
.profile .contact, .profile .table-section, .profile .url-info {
border: 1px solid #16161d;
}
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
background-color: #16161d;
color: #FF69B4;
}
.profile .table-section .details-table td {
background-color: #16161d;
color: #FF69B4;
}
.profile .blurbs .heading, .profile .friends .heading {
background-color: #16161d;
color: #FF69B4;
}</style>
<p> is the tag you can use to do a paragraph if you never want to be in this menu for some reason. You just go <p>insert text</p>. (this just makes reg text)
And for headers I like to just go into the <> menu and do <h1> example: <h1>insert text</h1>
how it should look in reg menu:
insert text
The only smaller ver I use is <h2>
example <h2>insert text</h2>
How it should look:
insert text
Then you can also add music to whatever blog entry or your profile by using this:
<iframe width="0" height="0" src="https://www.youtube.com/embed/YRN_ZQSbmUU//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
</iframe>
Like you take a youtube link:
https://youtu.be/J9XHEb-GpZ4?si=1iXVe3nqgXV3rj6s
you would take the letters after youtu.be/ and up to the ?
so the thing you would replace the "YRN_ZGSbmUU" with is J9XHEb-GpZ4
(which is a imactuallyLazy vid btw his newest as of 2/18/25)
so our new code would look like
<iframe width="0" height="0" src="https://www.youtube.com/embed/J9XHEb-GpZ4//?&;amp;;autoplay=1&;loop=1&;controls=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" loading="lazy">
You would just paste that into any of your boxes on your profile to then edit the little letters (I would recommend hitting the share button on youtube to copy and paste then taking everything from the youtu.be/ and then to the ?)
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Vampari
THANK YOU!!