socksuke_uchiha (
socksuke_uchiha) wrote in
rpanons2017-03-29 07:33 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
We mustn't offend the all powerful NPCs!
Rundown:
rpanons is an anonymous community for role-play related topics. This place serves as a forum for game discussions, canon discussions, RP solicitations (ATP, game ads, open memes), and advice. The occasional off topic comment is inevitable, but please keep heated social and political topics to their respective communities. Posting them here will only get them frozen. Subsequent threads made to bypass a freeze will then be deleted.
Rules:
Do not post pornographic or shocking images.
Do not share private entries, plurks, chat logs, etc.
Do not use this community as your social/political/hatespeech soapbox.
Do not be redundant. One page does not need three or more threads on one topic/theme. Your unfunny, forced memes also fall under this rule.
Do not treat this comm like your personal therapist. Threads about nonfictional suicide, self injury, rape, and abuse will be deleted. There are better resources out there for you.
Do not treat this comm like your personal Plurk or Twitter. Off-topic happens, but it should be open for discussion and not just a play-by-play of your life. No one cares.
Shut up about Tumblr. If it's not a discussion about Tumblr RP it will be deleted.
CONCERNS | RESOURCES
Navigate:
Political topics are still banned. Report threads and they will be deleted.
LATEST PAGE | LATEST FLATVIEW PAGE
GAME DISCUSSIONS | CANON DISCUSSIONS | HTML/GRAPHIC HELP
ATP/ENABLE ME | GAME ADVERTISEMENTS | PB SUGGESTIONS | USERNAME SUGGESTIONS
GAME IDEAS | CHARACTER ADVICE | RP WITH ME | TEST DRIVES
KINKS YOU WANT TO PLAY | PAIRINGS YOU WANT TO PLAY | RECOMMEND A CANON/CHARACTER
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Rules:
Do not post pornographic or shocking images.
Do not share private entries, plurks, chat logs, etc.
Do not use this community as your social/political/hatespeech soapbox.
Do not be redundant. One page does not need three or more threads on one topic/theme. Your unfunny, forced memes also fall under this rule.
Do not treat this comm like your personal therapist. Threads about nonfictional suicide, self injury, rape, and abuse will be deleted. There are better resources out there for you.
Do not treat this comm like your personal Plurk or Twitter. Off-topic happens, but it should be open for discussion and not just a play-by-play of your life. No one cares.
Shut up about Tumblr. If it's not a discussion about Tumblr RP it will be deleted.
CONCERNS | RESOURCES
Navigate:
Political topics are still banned. Report threads and they will be deleted.
LATEST PAGE | LATEST FLATVIEW PAGE
GAME DISCUSSIONS | CANON DISCUSSIONS | HTML/GRAPHIC HELP
ATP/ENABLE ME | GAME ADVERTISEMENTS | PB SUGGESTIONS | USERNAME SUGGESTIONS
GAME IDEAS | CHARACTER ADVICE | RP WITH ME | TEST DRIVES
KINKS YOU WANT TO PLAY | PAIRINGS YOU WANT TO PLAY | RECOMMEND A CANON/CHARACTER
HTML/GRAPHIC HELP
icon coloring commissions
( information over here. )
icon commissions!
icons by
( $.10 per icon; information here! )
gif making help?
(Anonymous) 2017-03-31 03:45 pm (UTC)(link)Re: gif making help?
(Anonymous) 2017-04-01 02:31 am (UTC)(link)Re: gif making help?
(Anonymous) 2017-04-14 06:26 am (UTC)(link)Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-01 04:11 am (UTC)(link)Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-01 04:31 am (UTC)(link)OP
(Anonymous) - 2017-04-01 04:38 (UTC) - Expandda
(Anonymous) - 2017-04-03 08:09 (UTC) - Expandgame nav graphics/etc
(Anonymous) 2017-04-02 01:51 pm (UTC)(link)Re: game nav graphics/etc
(Anonymous) 2017-04-02 05:33 pm (UTC)(link)and i looked into the tag for navigation and found this, which seems like exactly what you're looking for: https://tricklet.dreamwidth.org/368.html
sa
(Anonymous) - 2017-04-02 17:41 (UTC) - Expandcode commissions!
Thank you!
Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-04 12:51 pm (UTC)(link)Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-07 01:44 am (UTC)(link)I've fiddled with z-index and the like. Maybe my brain is just fried from the long day I've had but I just can't get it to work, so if anyone can help or tell me if it's possible that would be super.
My current code in the stylesheet is:
.userpic { position: relative; width:100px; height:100px; float: left; margin-top: -50px; padding-right: 10px; }
.userpic img, .userpic:hover { position: absolute; background-image: url('http://i.imgur.com/ZeUtl2a.png'); width: 100px; height: 100px; position: relative; z-index:2; }
I've messed with it so much that it's messy and falling apart now alas. The best I've gotten was for the image to appear, but it would appear underneath the user icon and over to the right, despite setting top: 0px; and left: 0px; so I don't even know at this point.
Any help is appreciated.
no subject
In the meantime, start here:
Basically what this does is make it so that when you hover over the userpic div, it makes the image inside the div invisible, showing you the background (i.e. the "anonymous" icon) instead. The first line of code keeps the div fixed at 100x100 pixels so the div doesn't just disappear for lack of visible content, though.
Hope this does the trick for you!
(no subject)
(Anonymous) - 2017-04-07 06:40 (UTC) - Expand(no subject)
manga color and redraws
Detailed info can be found here
Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-10 12:36 am (UTC)(link)since the recent code push, all of the plurks on my timeline have transparent backgrounds. they used to have a beige color behind them but not anymore. i have a dark background image so i can barely read the text in the plurks without highlighting them. this is the code for my plurk.
https://pastebin.com/fqBEyZcG
if anyone could help that'd be great! i contacted plurk themselves a week ago but they haven't replied back to me yet :c
no subject
.plurk_cnt:not([class*="metro"]) {
background: transparent !important;
color: #d6d6d9;
}
Or, if you want that beige color, change it to this:
.plurk_cnt:not([class*="metro"]) {
background: #d6d6d9 !important;
}
I couldn't quite test the color on my own due to having different coding overriding it with !important commands, but so long as you take out the transparent !important part, your timeline plurks will stop being transparent.
basically, the new code push (from what I can tell) prioritizes !important over secondary characteristics like color when determining backgrounds. You should still have the transparent overlay effect in your coding on hover, since that line of code was overriding just how plurks show up and not hover effects. If it's still too transparent to see clearly, just remove the /*-- Plurk transparency --*/ section, even though your plurks won't do the fancy fade in and out thing.
Hope this helps!
(no subject)
(no subject)
(Anonymous) - 2017-04-15 16:12 (UTC) - Expand(no subject)
Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-10 06:06 am (UTC)(link)Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-10 11:39 pm (UTC)(link)As for sharpening, I used to be guilty of oversharpening icon when I had a bad monitor. In my experience, less is more. I tend to duplicate the base layer, sharpen that, then lower its opacity. You can also use Edit > Fade Sharpen and bring it down. Whether I'm lowering layer opacity or using Fade Sharpen, I rarely have the number about 30 or 40.
sa
(Anonymous) - 2017-04-10 23:42 (UTC) - ExpandRe: HTML/GRAPHIC HELP
(Anonymous) - 2017-04-11 14:46 (UTC) - ExpandGetting journal entries off the front page
(Anonymous) 2017-04-13 10:27 pm (UTC)(link)Is there a way to get an entry off the front page of one's journal without deleting it/making it private? I've seen people have one post on the front page that links to individual entries (character info, permissions etc.) without those entries actually showing up separately on that front page. And I don't know how they do that!
What I'm actually trying to do here is kind of hide/sweep under the rug a couple journal posts that have old abandoned threads. Don't want to delete or lock them, just feel like the front page is looking cluttered with them on there.
Re: Getting journal entries off the front page
(Anonymous) 2017-04-13 10:34 pm (UTC)(link)from the op
(Anonymous) - 2017-04-13 22:43 (UTC) - Expandhttp://www.dreamwidth.org/customize/options
(Anonymous) - 2017-04-13 22:45 (UTC) - Expand(no subject)
(Anonymous) - 2017-04-14 00:01 (UTC) - ExpandDa
(Anonymous) - 2017-04-13 22:45 (UTC) - Expand(no subject)
(Anonymous) - 2017-04-14 00:02 (UTC) - ExpandRe: Getting journal entries off the front page
(Anonymous) 2017-04-14 03:29 am (UTC)(link)da
(Anonymous) - 2017-04-16 04:37 (UTC) - ExpandRe: da
(Anonymous) - 2017-04-16 07:02 (UTC) - ExpandRe: HTML/GRAPHIC HELP
(Anonymous) 2017-04-17 02:21 am (UTC)(link)Re: HTML/GRAPHIC HELP
(Anonymous) 2017-04-17 09:26 am (UTC)(link)if its 200x200 or 300x300 you can just resize them
icon coloring commissions
Commission information here. ♥