dancinpenguins: (| lois | :3)
Arden ([personal profile] dancinpenguins) wrote2016-02-04 01:14 am

Plurk Fixes 2016

A compilation of CSS Plurk Fixes
To add any of these fixes:

Go to 'customize profile' on your Plurk
Scroll down to 'Customize your profile even more with CSS'
Paste the fix in the box
Hit save and update!
/* Hint: Placing this slash+asterisk before and asterisk+slash after text in the CSS box allows you to make notes to yourself about what each piece of code does so that you can easily find and tweak later! */

Have a problem you don't see solved here?  If you'd like to make a request, please go to this thread!

Round the corners on individual Plurks
 
._lc_ .plurk_cnt { border-radius: 9px 9px 9px 9px; -khtml-border-radius: 9px; -webkit-border-radius: 9px; }

*Note:  Add Rounding to drop downs

Make Timeline narrower (Note* : this one is a fixed width)

#timeline_holder {height:500px!important}

Non-Fixed Width Version:

#timeline_holder { height:50vh!important; }


Shrink the size of Plurks upon expanding

.response_box {
height:300px;
}
 
Adjust Plurk opacity  (higher for more opaque, lower for more transparent)

.plurk_cnt { opacity: 0.7; }


Remove Plurk Creature on Timeline

#dynamic_logo {
opacity:0;filter:alpha(opacity=0);zoom:1
}

*Note for those using opacity fix

Get rid of Hot Pink on new responses



.new .response_count {
background: #5889a9!important;
border-right:0px solid #006A8F;
border-top: 0px solid #0A84AF;
border-bottom: 0px solid #006A8F;
border-left: 0px solid #0A84AF;


Turn off Post-It Note Glow on new plurks


.plurk_cnt.new1 {background-color: #ffffff;}
.plurk_cnt.new2 {background-color: #ffffff;}
.plurk_cnt.new3 {background-color: #ffffff;}
.plurk_cnt.new4 {background-color: 
#ffffff;}
.plurk_cnt.new5 {background-color: 
#ffffff;}
.plurk_cnt.new6 {background-color: 
#ffffff;}
 


Round Plurk Images

.p_img {
border:0px!important;
}
.p_img img {
border:0px;
border-radius:50%;
border-radius:5px 5px;
}


Round out Response Count Box


.response_count {border-radius:6px;} -

Change the Font in your "Reply" box for individual Plurks (insert any font you'd like)

textarea#input_small.content {
font-family: "tahoma";
}

or:

td.td_cnt textarea, textarea#input_small {font-family: tahoma;}

or:

This option

Change the Font in your "New Plurk" box for individual Plurks (insert any font you'd like and change 200% to any lower number to make it smaller)

.input_holder #input_big {
background-color: white;
font-size: 200%;
color: #333 ;
font-family: "tahoma";
overflow-y: auto;
width: 200%;
}


Remove Gray Lines Between Plurk Replies


._lc_ .plurk_cnt { 
border-right: 0px !important; 
border-bottom: 0px !important;
}

THANK YOU TO THE PLURK COMMUNITY AT LARGE FOR THESE!  lollobrigida, redlionspride, cupcakepantry, jungler, anruik, exclamationmarks, aviekokyre, warmblankets, noctowlnal, jpegasus in particular for sharing!



Additional links below:

Change the Color of Plurks
Change the Color of Plurks while Maintaining Round Corners
Removing the Creepy Spit-Roast Fish with CSS
Creepy Spit-Roast Fish URL For Ad-Blocking
Make the Profile Pic Big Again 
Line Up the Plurk Count Bubble with Top of Plurk
Change the Colors of the Timeline Arrows & the Plurk Submit Button Color
Dashboard Transparency
Remove Day Divider Bars
Remove Fans/Stats/Badge Boxes
Change the Color of Karma Number
Other Ways to Hide Dash Stuff: Badges/Fans/Stats/Friends/Karma
Plurk Height Fix / Plurk Width Fix
Remove Navigation Arrows on Timeline
Force Usernames to Be One Color
Expand 'All Plurks' Menu Permanently
Make 'All Plurks' Menu Horizontal and On the Right (Like It Used to Be) 
Fancy Plurk Transparency 
Plurk Pop-Up Menu & Updater Code
Change the Color/Opacity of the Dashboard
Change the Color of Links in Plurks
Change the Color of Unread All Plurk/Responded Plurk/etc. Counts in the Hover Menu
Change the Color of the "Liked" Heart/Make Muted Plurks Fade Away Completely/Hide Sync Button
Hide "Mark All As Read"
Make Date/Time Stamps Transparent on Timeline


Offered layouts:
Profile Only Layout
by passengers
Basic Black Layout by wikkidbubbles
By Clegane
By Elystia 
By Effingunicorns
curaga: (pic#)

timestamp and menu options?

[personal profile] curaga 2016-02-05 12:18 am (UTC)(link)
I'm wondering if anyone has isolated the code to make the background on date/time stamps at the bottom of the timeline transparent? Or at least to change the colour (background and font?)...

Same goes for the All Plurks, My Plurks, Responded menus -- is there a way to make the background on those options transparent or change their colour as well?

ALSO I JUST WANT TO SAY THANK YOU SO MUCH TO EVERYONE HERE all these tidbits and tips have helped immensely ;w;
Edited 2016-02-05 00:18 (UTC)

Re: timestamp

[personal profile] passengers - 2016-02-05 02:13 (UTC) - Expand

(no subject)

[personal profile] curaga - 2016-02-05 03:26 (UTC) - Expand
whatisay: (Happy - Think)

Re: WISHLIST/REQUESTS

[personal profile] whatisay 2016-02-05 12:21 am (UTC)(link)
batcave: (Default)

dash stats font + size

[personal profile] batcave 2016-02-05 12:27 am (UTC)(link)
just wondering if anyone has come across how to fix the fonts and sizing on the dashboard stats?? it just looks so huge and ugly X( been digging around trying to find a way to do it, but coming up blank. and i don't think i've seen it mentioned around. any help would be greatly appreciated. thank you!!

(no subject)

[personal profile] dood - 2016-02-06 11:36 (UTC) - Expand

(no subject)

[personal profile] batcave - 2016-02-06 14:36 (UTC) - Expand
shirtlesspersona: (Default)

LINKS in plurks

[personal profile] shirtlesspersona 2016-02-05 12:55 am (UTC)(link)
I am not getting any visual difference to links inside plurks
which makes clicking things a little.. tricky.

anyone else having this problem or is my custom thing messing with stuff-

(no subject)

[personal profile] passengers - 2016-02-05 01:49 (UTC) - Expand

(no subject)

[personal profile] shirtlesspersona - 2016-02-05 02:28 (UTC) - Expand
resnipstance: neutral, thoughtful (Default)

Bottom-row plurks jumping up?

[personal profile] resnipstance 2016-02-05 12:58 am (UTC)(link)
I'm having a problem where plurks on my bottom-two rows of my timeline are jumping "upwards" so to speak when I click them open. Is anyone else having this issue, and is there a fix?

(no subject)

[personal profile] bagof4grapes - 2016-02-05 01:57 (UTC) - Expand

(no subject)

[personal profile] resnipstance - 2016-02-05 01:59 (UTC) - Expand

(no subject)

[personal profile] bagof4grapes - 2016-02-05 02:09 (UTC) - Expand
bagof4grapes: (Default)

[personal profile] bagof4grapes 2016-02-05 01:54 am (UTC)(link)
It looks like Plurk reversed the order of the tabs menu from what it was last night and I hate that "All plurks" is no longer at the top.

Does anyone know how to change the order back?
resnipstance: neutral, thoughtful (Default)

response timestamps

[personal profile] resnipstance 2016-02-05 01:58 am (UTC)(link)
similar to the request above but not quite, has anyone isolated the code to affect the text/opacity/roundness/whathaveyou of the little pop-up timestamp boxes that come up beside each response when you hover over it?



this bit!

Re: response timestamps

[personal profile] wordbird - 2016-02-05 06:45 (UTC) - Expand

Re: response timestamps

[personal profile] hime - 2016-02-05 20:04 (UTC) - Expand

(no subject)

[personal profile] resnipstance - 2016-02-05 23:50 (UTC) - Expand

(no subject)

[personal profile] hime - 2016-02-06 01:09 (UTC) - Expand

(no subject)

[personal profile] resnipstance - 2016-02-06 01:12 (UTC) - Expand

(no subject)

[personal profile] dood - 2016-02-06 11:43 (UTC) - Expand

(no subject)

[personal profile] pyroelectric - 2016-02-06 13:02 (UTC) - Expand

(no subject)

[personal profile] wordbird - 2016-02-06 02:48 (UTC) - Expand
imahologram: (Default)

[personal profile] imahologram 2016-02-05 02:59 am (UTC)(link)
Bringing back autoscrolling to the bottom of plurks if at all possible! ♥

(no subject)

[personal profile] resnipstance - 2016-02-07 09:42 (UTC) - Expand
thenormalsquint: (Default)

Expanding plurk text box

[personal profile] thenormalsquint 2016-02-05 03:22 am (UTC)(link)
Is it possible to make both the main dashboard text box and the individual plurks box resizable again?
hedgings: (Default)

friends adjustments

[personal profile] hedgings 2016-02-05 03:48 am (UTC)(link)
Is there any way to change the font on the Friends segment for the header? I've tried so many ways and nothing's working.

Re: friends adjustments

[personal profile] shootstars - 2016-02-05 22:58 (UTC) - Expand

Re: friends adjustments

[personal profile] hedgings - 2016-02-08 03:59 (UTC) - Expand
theguindo: (Chillin' like a villain)

Standardizing the hover menu

[personal profile] theguindo 2016-02-05 05:11 am (UTC)(link)
So, I don't want to perma-expand the hover menu, since I'm a weirdo who actually doesn't mind it. But I cannot for the life of me figure out how to make it match the formatting I have for my updater.

This is what it looks like when it has multiple tabs showing at a time, and this is what it looks like when I hover over to expand it.

Basically I want to make the black boxes and text alignment match with the updater, but it appears this is only possible if only a single tab is showing.
infinitechallenge: Pooh blowing a butterfly away (Default)

[personal profile] infinitechallenge 2016-02-05 07:51 am (UTC)(link)
the update means that the codes i had to get rid of the replurk/promote buttons no longer work. has anyone managed to find a replacement?

(no subject)

[personal profile] knightblazer - 2016-02-06 18:57 (UTC) - Expand
shimmertoday: You can't deny (I'll show there's another side to me)

broken emotes/getting rid of the timeline bar

[personal profile] shimmertoday 2016-02-05 10:47 am (UTC)(link)
My current layout is sort of a a mess, and I want to fix how it's cutting off emotes and that stupid line in the middle. Do I need to just give up the idea of having a timeline image and make a full-sized wallpaper layout? I honestly HATE those, there's a reason I don't use them. :C If I can still do timeline style layouts, does anyone know what image size I should be doing, or has anyone figured out a fix for all of these?

If anyone wants my current layout coding (which is a frankenstein rn of me trying to fix things from an old Layout Freak layout and new fixes and fiddling), here is that. (Edit2: I've since edited some more code to fix crap, so reuploaded it.) I'm not quite sure what else to do. >_>; I use Google Chrome, for what it's worth.

Edit: Urgh, I removed the timeline height thing, that seems to have fixed the cutting off of stuff for now. How annoying, looks like I can't get it to stay at a certain height...

THE FINAL EDIT: I've decided to use a different layout for now. I got things to work using a regular background image on the full page, but I wish there was a way to get the original timeline sizes back. If anyone figures out how to get old layouts somewhat working again, please look at my butchered code.
Edited 2016-02-09 22:44 (UTC)
1979s: (88)

TINY BOXES OF DOOM

[personal profile] 1979s 2016-02-05 11:08 am (UTC)(link)
hi code gurus! a couple of things i'd love to fix and don't have the magic powers to do, here's the ref pic

1) is there away to make the 'today' text and the orange box that flicks open both transparent? plurk i don't need you to tell me i'm in today i'm right here

2) same sort of thing but to make the white/orange backgrounds transparent and leave the response notif visible

thanks in advance for any help!

(no subject)

[personal profile] mignonne422 - 2016-02-06 00:07 (UTC) - Expand

(no subject)

[personal profile] 1979s - 2016-02-06 13:54 (UTC) - Expand

(no subject)

[personal profile] mignonne422 - 2016-02-06 22:15 (UTC) - Expand

(no subject)

[personal profile] 1979s - 2016-02-06 22:51 (UTC) - Expand

(no subject)

[personal profile] mignonne422 - 2016-02-06 23:09 (UTC) - Expand
leaderoflosers: (Default)

Changing the mute/like/replurk/etc buttons

[personal profile] leaderoflosers 2016-02-05 03:15 pm (UTC)(link)
Is there a way to exchange the little graphics they put up for 'mute'/'replurk'/'promote'/'like'/'edit'/'delete' with either plain text or different graphics?

They're currently perfectly invisible upon the color I have set for the top plurks on my timeline :)

Also thanks everyone for all the help and great codes!
vethica: (sora)

Give plurks a drop shadow on hover?

[personal profile] vethica 2016-02-05 05:41 pm (UTC)(link)
I tried div#dashboard_holder:hover {box-shadow: 10px 10px 5px}, but that didn't work and I'm pretty sure I'm just fumbling in the dark here. Any help would be loved!
americanclassic: (Default)

Scrolling on open plurks

[personal profile] americanclassic 2016-02-06 12:45 am (UTC)(link)
I'm not sure if this is something that can be fixed or not, but pre-new update, when I opened a plurk that opened up past the bottom of my screen/frame, I could use the scroll wheel to scroll down to the point where the bottom of the open plurk was. Now I have to use the drag bar on the side of the browser and it's just a pain. Is this fixable?
mouseguin: (Default)

Font problem?

[personal profile] mouseguin 2016-02-06 03:29 am (UTC)(link)
So I'm having a problem with the font difference between what you type and what appears after you click enter. I've already tried the fix here and it doesn't work. I've asked people on my plurk and it doesn't work so any help would be appreciated.

To help you out, I have some screenshots and fingers crossed there's someone smart enough to figure it out.

Here is an open plurk showing the two different fonts: https://i.imgur.com/jL13DwX.png
I'd love them to both be the one in the plurk. The one while I'm typing makes me feel sick so I'm using phone plurk a lot which is hard.

And here is what my css looks like: https://i.imgur.com/iawWwdX.png
Or would if you could expand the box and see it all at once...

If you need any other information, reply and I will get back to you with it asap.

AND THANK YOU IN ADVANCE. YOU'RE REALLY HELPING ME GET THROUGH IT ALL!

(no subject)

[personal profile] mercurialking - 2016-02-06 19:15 (UTC) - Expand

(no subject)

[personal profile] mouseguin - 2016-02-06 20:08 (UTC) - Expand

(no subject)

[personal profile] mignonne422 - 2016-02-09 21:20 (UTC) - Expand
oceanthief: (Default)

change color of title bar

[personal profile] oceanthief 2016-02-06 04:47 am (UTC)(link)
I had a code that made the title bar transparent, and while the transparency seems to have been retained the damn thing is orange again. >:T

If someone could help me switch that to something a little less grating on my eyes I'd super appreciate it.
teal: (тeмpт)

timeline transparancy

[personal profile] teal 2016-02-06 04:56 am (UTC)(link)
i'm using a "default" layout but uploaded a custom background, what i'm looking for is a code that takes out that ugly gray timeline background and makes it transparent so i can see the image. it's probably really easy and basic i know.

figured it out

[personal profile] redeeminglight - 2016-02-06 05:28 (UTC) - Expand
pazu: ([vesperia] I say old chap.)

adjusting the dashboard: removing shadow, changing plurk button colour

[personal profile] pazu 2016-02-06 04:59 am (UTC)(link)
These are really small things, and hopefully that means they're easy to change, but my dashboard looks like this right now, and I'm wondering if there are ways to:

- Remove that sliver of black along the right and lower sides
- Change the 'Plurk' button from orange to something else

Sorry if any of this has been covered elsewhere, and I also wanna say thanks for all the time and effort you guys have been putting into this!

(no subject)

[personal profile] strikethrough - 2016-02-06 06:56 (UTC) - Expand

(no subject)

[personal profile] pazu - 2016-02-06 06:59 (UTC) - Expand

(no subject)

[personal profile] strikethrough - 2016-02-06 07:04 (UTC) - Expand
caerulea: DO NOT TAKE. (Default)

emotes issue - SOLVED

[personal profile] caerulea 2016-02-06 05:03 am (UTC)(link)
http://i.snag.gy/Orq77.jpg

self-solved!! I had RPlurk Smileys extension still enabled and that was causing problems. Ended up not being code related
Edited 2016-02-08 06:09 (UTC)
empanadas: (Maru ♦ the staremaster)

Timestamp change for hovering plurk?

[personal profile] empanadas 2016-02-06 06:17 am (UTC)(link)
Hi! I've been trying to change this part (where it says "Today 12:28 am") into a different color, both in text and background, but I don't know how! Any help is appreciated.

(no subject)

[personal profile] mercurialking - 2016-02-06 19:27 (UTC) - Expand

(no subject)

[personal profile] empanadas - 2016-02-06 20:21 (UTC) - Expand
cinnamon_anemone: (Default)

title bar, dashboard, and mute/like/replurk/promote hovertext

[personal profile] cinnamon_anemone 2016-02-06 07:11 am (UTC)(link)
Okay, a few things:

1. I'd like to just remove the descriptive hovertext that pops up on the mute/like/replurk/promote buttons. It's super annoying and totally unnecessary.

2. Has anyone figured out how to alter the plurk title bar/menu at the top? Opacity, background color, font colors, etc?

3. And a bunch of things about the dashboard...
- I currently have my opacity lowered with
.dash-segment .segment-content {background: #000; opacity: 0.8!important;}
but this makes EVERYTHING transparent. Same problem with the one linked here. What do I do if I want the background transparent but all the text/imgs at full opacity?
- Can it be made into 3 columns rather than 2?
- Can the boxes be moved around/reordered?
- Can the size and edge-rounding of the boxes be altered?
- Can I increase the number of friends who appear in my friend list? I removed fans and increased the width of the friends box, so I'd like to have friend icons filling the new full width. Also being able to show a second row of friends would be rad.
Edited 2016-02-06 08:01 (UTC)

(no subject)

[personal profile] mercurialking - 2016-02-06 19:39 (UTC) - Expand

(no subject)

[personal profile] shadowtolight - 2016-04-21 02:48 (UTC) - Expand

(no subject)

[personal profile] demonia - 2016-04-21 03:08 (UTC) - Expand

(no subject)

[personal profile] shadowtolight - 2016-04-21 03:14 (UTC) - Expand

(no subject)

[personal profile] demonia - 2016-04-21 03:36 (UTC) - Expand

(no subject)

[personal profile] shadowtolight - 2016-04-21 03:40 (UTC) - Expand

(no subject)

[personal profile] demonia - 2016-04-21 03:47 (UTC) - Expand

(no subject)

[personal profile] shadowtolight - 2016-04-21 03:54 (UTC) - Expand

(no subject)

[personal profile] shadowtolight - 2016-04-21 03:54 (UTC) - Expand

(no subject)

[personal profile] fall - 2016-02-09 06:34 (UTC) - Expand

Re: WISHLIST/REQUESTS

[personal profile] wordbird - 2016-06-18 08:41 (UTC) - Expand

PROMOTE COIN

[personal profile] apirateking - 2018-08-25 00:00 (UTC) - Expand