Replies

Mar 28, 2017 9 years ago
MidnaMoon
is forever on a quest for more pets
User Avatar
Cyborg Mordyn

On Hetero's profile, I want it to say something like 'freaks like me' instead of pet treasure, is this allowed or possible?

[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]

Mar 30, 2017 9 years ago
Thespian
is a bad egg
User Avatar
Rentaro

alright so i did this by making the default text transparent and adding the 'freaks like me' text as a background there might be an easier way but eh this is all that came to mind lol

h2 { background-image: url(https://i.gyazo.com/a36ae68651b8adfdfbb031e351e9654b.png); width: 141px; height: 19px; color: transparent; }

if you want to use a different image as the header just replace the image url and width and height measures~

also your signature gif is amazing omg lmao

personal site || art by me

Mar 30, 2017 9 years ago
MidnaMoon
is forever on a quest for more pets
User Avatar
Cyborg Mordyn

Thank you so much! And yes I love L!

[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]

Mar 30, 2017 9 years ago
Thespian
is a bad egg
User Avatar
Rentaro

you're welcome!!

i love death note q ___ q it's been like 6-7 years since i've read the manga tho and i was thinking of binge-reading it again sometime |D

personal site || art by me

Apr 1, 2017 9 years ago
Bug
User Avatar
Segfault

I have an easier way to replace header texts on profiles :) I would just like to ask that you credit me if you use this code.

<style> h2 { color: rgba(0,0,0,0); } h2::before { content: 'Freaks like me'; color: ; } </style>

The first line hides the default text. There are many ways to do this, but I did it here by making it transparent.

The second line uses the CSS ::before pseudo-selector to insert content in the beginning of the element (before the default content). In this example, the 'content' attribute is the text to be inserted. Then, you set the color of this text to black, so that the user will see this instead of the default text (which remains transparent).

Here is an example (I changed Pet Treasure to say Lab Equipment): https://subeta.net/pets/Glyn

Enjoy~

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Apr 1, 2017 9 years ago
Thespian
is a bad egg
User Avatar
Rentaro

omg i had no idea you could even do that guess you learn something new everyday |D thank you~

personal site || art by me

Apr 2, 2017 9 years ago
MidnaMoon
is forever on a quest for more pets
User Avatar
Cyborg Mordyn

thank you!

[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]

Please log in to reply to this topic.