socksuke_uchiha ([personal profile] socksuke_uchiha) wrote in [community profile] rpanons2022-04-04 08:55 pm

oh to be a beautiful widow taking a rest against my fainting couch

Rundown: [community profile] 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 post personal information. This includes but is not limited to full names, addresses, phone numbers and so on.
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 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 | GENERAL DWRP QUESTIONS
anonymoosed: (Default)

css help

[personal profile] anonymoosed 2022-04-22 11:25 pm (UTC)(link)
still looking for help with modifying the icons_holder in plurk and removing icons like the pip icon for poll or at least reducing their size.

Re: css help

(Anonymous) 2022-04-22 11:32 pm (UTC)(link)
oh i remember i was gonna look at this before but i dont know what you mean by pip icon, can you cap it or something
anonymoosed: (Default)

Re: css help

[personal profile] anonymoosed 2022-04-23 01:13 am (UTC)(link)
sorry typo
it's just an icon in the icon holder like emoticon, media, whisper, poll, privacy
specifically poll is what i'm looking for help with to hide it

Re: css help

(Anonymous) 2022-04-23 02:01 am (UTC)(link)
np! im not sure if this is what you mean but try this:

.icons_holder .pif-poll { display:none; }

Re: css help

(Anonymous) 2022-04-23 02:02 am (UTC)(link)
er, put it in customize layouts i mean
anonymoosed: (Default)

Re: css help

[personal profile] anonymoosed 2022-04-23 02:14 am (UTC)(link)
thank you!! it works!

Re: css help

(Anonymous) 2022-04-23 03:08 am (UTC)(link)
np! doing:

.icons_holder { opacity:0; }
.icons_holds:hover { transition:0.6s;opacity:80% }

should work with hiding it too if you prefer that. for size

.icons_holder li { font-size:20px }

or w/e size works

Re: css help

(Anonymous) 2022-04-23 03:13 am (UTC)(link)
oops holder not holds... its fine i typed bad, my apologies to flatview anons