RP Resources

Codes + Layouts + Tutorials + More

×

Community Rules

This comm is open to anyone to post codes, layouts, resources, tutorials, and requests for help and content. Of course, we do have some rules, so please read through them before jumping in; thank you!

Treat others the way you'd like to be treated. This is not a drama comm, and we expect you guys to be awesome and stay civil. If a situation gets out of hand, please contact a mod, and leave comments intact so we can accurately handle the situation.

Please tag your posts and check out the tagging guide if you have any questions!

■ Very long posts or posts formatted with your own div styling for organization should be behind a cut to save people's f-lists.

Work safe above the cut, please!

■ If posting codes, guides, etc. absolutely do not post content that you did not make. That's stealing, and it's super uncool, bro! If you are posting expanded/edited codes made by yourself using another user's coding as well, please be sure you have their permission (You do not need direct permission if they allow edits to be re-posted in their blanket rules.)
■ Do not post tutorials/links to tutorials that show people how to steal codes from other users. Again: Stealing. Not cool.
When asking for help with something, please check the help tags (help: coding, help: graphics, help: icons, help: layouts, help: other) first to see if your question has already been posted and answered to avoid duplicates.

We do not allow game ads to be posted on this comm since there are so many communities specifically for that already; if you're pimping a game as an addition to a regular post, that's fine. (OK: You post an RP code and mention in the post, oh hey, also I'm running this game! NOT OK: Posts dedicated to game promo.)

We do allow other types of community promos if they are related to RP (icon comms, other types of resource comms, etc.) Just shoot us a comment in our dropbox beforehand and we'll let you know if it's cool to post!
×

Tagging Guide

zzz
×

Banners & Buttons





Previous | Next

[info]pickpickler
[info]rpresources

[info]pickpickler
[info]rpresources

[info]pickpickler
[info]rpresources
Seeking help with this code!

I have been trying to re-color this code for days now. I have gotten MOST of it re-colored, except for this main box. No matter how I seem to tweak rbga numbers it doesn't change off purple! I also wouldn't be opposed to taking out the circle effect in the middle...

Am I missing something? I can't even find the spot to change the black background. I use the find command all the time with codes for this purpose, but nothing I tried seemed to be highlighting it for me.

Please help?

Comments

Jul. 30th, 2021 11:54 am (UTC)
The portion of the code that's being affected (background:radial-gradient) is being told to have a transparent part which is probably why you're having trouble re-coloring the purple circular portion.
Jul. 30th, 2021 07:05 pm (UTC)
Any idea how I fix/change that? I am not opposed to having the transparent part that creates the purple circular portion removed so I can replace with a different coloring. Same with the black background around the purple part.
Jul. 30th, 2021 09:52 pm (UTC)
Did you try the RGB value in the div tag that [info]affictitious mentioned?

<*div style="width:700px;height:360px;background:radial-gradient(circle,rgba(197,60,114,0.3) 30%,transparent);border:1px solid #6e204a;">

I believe that's the value you're looking for. Every hex color code (e.g. #ffffff) will have an RGB value (e.g. 255,255,255), so you'll need to find the translation of the more common hex into the RGB you'd like to use for that section.
Jul. 31st, 2021 05:27 am (UTC)
Okay, I was able to figure out the main box where that circle was. THANK YOU. That was a big help. I am now trying to figure out the black background coloring of the code. Because I tried looking up the simple 000 portion of it and get nothing, but I also get nothing when I seek out the rgba numbers.
Jul. 31st, 2021 11:42 am (UTC)
I'm glad [info]null was able to help you out with the other part you were struggling on! Re: the black background in the area labeled MASTER in the beginning of the code try looking for background:black; and see if that works. I think that was the base background color for the whole thing when I fiddled with it early yesterday.
Jul. 31st, 2021 03:22 pm (UTC)
That's it!!!! OMG I could seriously hug you both!! Thank you so much!
Jul. 31st, 2021 06:41 pm (UTC)
You’re welcome— glad we were able to help you. 💜