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

[info]tessisamess
[info]rpresources

[info]tessisamess
[info]rpresources


Layout + Guide + Info at my journal

Comments

Jun. 9th, 2016 02:51 am (UTC)
beautiful layouts as always.
Jul. 21st, 2016 10:59 pm (UTC)
I'm using this layout here with some tweaks to it. I need the TINIEST bit of help. I can't get the image I want to show up as the "ij user" or "community" (tiny icons) to show up. I used the same image in the title bar and it showed up fine but it's not showing next to the username (for example in my FO post it would be next to ~reelbabies)
Jul. 21st, 2016 11:08 pm (UTC)
Note: I changed it back to the one you had in the original layout and it shows up. So I guess really if you can give any tips on what works there that and what doesn't and where to find it that would be amazing. I always love your work around here.
Jul. 21st, 2016 11:54 pm (UTC)
Did you change both for user and comm? That's the only thing I can think of that would mess it up. If that doesn't fix it, lmk and I'll take another look! ♥

/* USER */
img[src*="img/userinfo.gif"]{
background:transparent url(http://i.imgur.com/Yu7pXYM.png)no-repeat!important;
width:0!important;
height:0!important;
padding:16px 0 0 18px!important;
margin-bottom:3px;
}

/* COMM */
img[src*="img/community.gif"]{
background:transparent url(http://i.imgur.com/Yu7pXYM.png)no-repeat!important;
width:0!important;
height:0!important;
padding:16px 0 0 18px!important;
margin-bottom:3px;
}
Jul. 22nd, 2016 12:01 am (UTC)
Thank you for your help! ♥ I had done that the first time but I decided to try again just in case. It's still not working. :(
Jul. 22nd, 2016 12:04 am (UTC)
OH, I see what it is, haha. It's not resizing your image (I thought it was 16px, my bad.) add this in to each of those sections:

background-size:16px;

What's happening is it's so big that it's showing up, but it's only showing a transparent corner of it.
Jul. 22nd, 2016 12:11 am (UTC)
okay so I added it to both sections and now my sections look like this:

/*--- TINYICONS ---*/

/* USER */
img[src*="img/userinfo.gif"]{
background:transparent url(http://i.imgur.com/RgWLb9D.png)no-repeat!important;
width:0!important;
height:0!important;
padding:16px 0 0 18px!important;
margin-bottom:3px;
background-size:16px;

}

/* COMM */
img[src*="img/community.gif"]{
background:transparent url(http://i.imgur.com/RgWLb9D.png)no-repeat!important;
width:0!important;
height:0!important;
padding:16px 0 0 18px!important;
margin-bottom:3px;
background-size:16px;
}


But it's still not showing up. Should I try resizing the original image and see if that works?
Jul. 22nd, 2016 12:20 am (UTC)
I resized the original image to 16px and that fixed it. *headdesk* I feel like an idiot but thank you for being so sweet and helping me out. ♥
Jul. 22nd, 2016 12:25 am (UTC)
Np np! (Ohhh shit, duh, I forgot to add the !important declaration, lmfao. Sorry, sorry. I'm a garbage person today hahaaha. Sorry! That's why you had to resize it.)
Jul. 28th, 2016 11:56 am (UTC)
Can you help me with changing the title font? I tried just editing it with the name of the font of I wanted from google fonts and a link to the font but that didn't seem to work. This </i> is the one I want to use.
Jul. 28th, 2016 11:57 am (UTC)
By title font I mean the one in the top navigation bar.