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]backinyourbox
[info]rpresources

[info]backinyourbox
[info]rpresources

No Subject


[info]backinyourbox
[info]rpresources
So I've been fighting with this for a couple hours and I can't anymore, so I'm begging for help. I'm modifying this layout from Chestnut Gallery. I had to shift everything down a bit to get my image to fit, which took a while in itself but now the links in the navigation bar aren't working :( I think I left them up the top somewhere... somehow. Except you can just about rollover the last one if you come in from the right. Help?

http://asylums.insanejournal.com/spoilersrpg/

Comments

May. 4th, 2016 08:10 pm (UTC)
Heyo! Okay so, remember to do this for all four versions of the sidebar for the span style ones! Take the padding out of:
<span style="background-color: transparent; display: block; padding: 6px;">

Change the padding on this to 265px;
<span style="display:inline-block; vertical-align:bottom; padding-top: 275px;">

And, finally, take the padding out of this in the CSS:

html>body #sidebar{
position:absolute !important;
top: 30px !important;
left: 363px !important;
width: 532px !important;
background-color: transparent;
height: auto;
visibility: visible;
z-index:1;
font-family: tahoma;
font-size: 8pt;
color: #444444;
line-height: 10pt;
padding-bottom: 30px; }
May. 4th, 2016 09:12 pm (UTC)
OMG Tess you are a god among all people great and small THANK YOU.
May. 4th, 2016 09:31 pm (UTC)
LOL pshhhh, you're totally welcome! ♥
May. 6th, 2016 12:10 am (UTC)
Just when I thought I had it nailed - one more dilemma I'm hoping you can help me with...

I want the name link under the icons to be visible, and no matter what I do its still dark blue. The colour code #000050 is from something called element.style which doesn't appear anywhere in the code? So I'm assuming its some kind of default but it's overriding everything!
May. 6th, 2016 12:16 am (UTC)
Yooou are actually going to need to add a new line of code! Icons in Generator are typically impossible to work with (the only fully editable icon area for Generator is the one I created for the new Generator base code, actually.)

I grabbed this out of my base code, and you can just stick it anywhere in the CSS and adjust the values to what you need them to be!

/* USERPIC LINKS */
.entrybox a.index font{
color:#fff!important;
font-size:8px;
}
May. 6th, 2016 12:41 am (UTC)
So weird. I did that AND an extra line to redefine links and it's still being overridden. If I can't fix it I may end up just hiding it again LOL
May. 6th, 2016 12:49 am (UTC)
It's probably the original layout's coding conflicting with it, yeah. I'd go to this page and choose custom colors, then edit the field for that color that way. If that doesn't work you'll either have to hide it again or recode a similar layout from the working base. :(
May. 6th, 2016 12:57 am (UTC)
Heeey that worked!! *kow tows to your genius*
May. 6th, 2016 02:17 am (UTC)
Yay, I'm glad that fixed it! :D