Arden (
dancinpenguins) wrote2016-02-04 01:14 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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!
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
#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
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 Layoutby passengers
Basic Black Layout by wikkidbubbles
By Clegane
By Elystia
By Effingunicorns
WISHLIST/REQUESTS
timestamp and menu options?
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;
Re: timestamp
(no subject)
Re: WISHLIST/REQUESTS
Thanks so much to this comm!
dash stats font + size
(no subject)
(no subject)
LINKS in plurks
which makes clicking things a little.. tricky.
anyone else having this problem or is my custom thing messing with stuff-
(no subject)
(no subject)
Bottom-row plurks jumping up?
(no subject)
(no subject)
(no subject)
no subject
Does anyone know how to change the order back?
response timestamps
this bit!
Re: response timestamps
Re: response timestamps
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
no subject
(no subject)
Expanding plurk text box
friends adjustments
Re: friends adjustments
Re: friends adjustments
Standardizing the hover menu
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.
Re: Standardizing the hover menu
Re: Standardizing the hover menu
no subject
(no subject)
broken emotes/getting rid of the timeline bar
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.
TINY BOXES OF DOOM
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 here2) 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)
(no subject)
(no subject)
(no subject)
(no subject)
Changing the mute/like/replurk/etc buttons
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!
Re: Changing the mute/like/replurk/etc buttons
Give plurks a drop shadow on hover?
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!Re: Give plurks a drop shadow on hover?
Re: Give plurks a drop shadow on hover?
Scrolling on open plurks
Font problem?
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)
(no subject)
(no subject)
change color of title bar
If someone could help me switch that to something a little less grating on my eyes I'd super appreciate it.
timeline transparancy
figured it out
adjusting the dashboard: removing shadow, changing plurk button colour
- 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)
(no subject)
(no subject)
emotes issue - SOLVED
self-solved!! I had RPlurk Smileys extension still enabled and that was causing problems. Ended up not being code related
Timestamp change for hovering plurk?
(no subject)
(no subject)
title bar, dashboard, and mute/like/replurk/promote hovertext
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.
Re: title bar, dashboard, and mute/like/replurk/promote hovertext
(no subject)
Re: title bar, dashboard, and mute/like/replurk/promote hovertext
New Plurk Box doesn't scroll...
Re: New Plurk Box doesn't scroll...
Re: New Plurk Box doesn't scroll...
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
remove hovering like/mute boxes
(no subject)
Re: WISHLIST/REQUESTS
Plurk Refreshing When I Try To Navigate?
PROMOTE COIN