If you want to make dashboard become invisible, you can change opacity value, 0 is invisible, 50 is half visible, 100 is 100% visible / transparency. You can copy following code and paste onto your plurk layout css editor :
For dashboard 100% transparency (totally cannot see) :
div#dashboard_holder {filter:alpha(opacity=0) !important;opacity:0 !important;}
div#dashboard_holder:hover {filter:alpha(opacity=100) !important;opacity:1 !important;}
For dashboard 30% transparency :
div#dashboard_holder {filter:alpha(opacity=30) !important;opacity:0.3 !important;}
div#dashboard_holder:hover {filter:alpha(opacity=100) !important;opacity:1 !important;}
Picture below shows 30% transparency of my plurk dashboard :
For dashboard 50% transparency :
div#dashboard_holder {filter:alpha(opacity=50) !important;opacity:0.5 !important;}
div#dashboard_holder:hover {filter:alpha(opacity=100) !important;opacity:1 !important;}
Picture below shows the 50% transparency of my plurk dashboard :
When you are using your mouse to point on your dashboard, it will change your dashboard into 0% transparency just the same as the picture below :
You might also like : A Cool Plurk Layout For Sale | Copy Or Steal Plurk Layout | Add Animations onto Plurk Layout | Hack Karma in Plurk | Hack Plurk Badges | Plurk Hidden Emoticons
Posted by Zac1987 on
17 February, 2011
6 comments
Is there a way to hide just friends and fans? Just hidden not transparent?
Posted on 1:11 PM, April 18, 2012
yes, just find "dash-friends". Then add "display:none;" or "visibility:hidden;" in that.
Posted on 1:17 PM, April 18, 2012
If your plurk timeline is set to private; is there a way to hide your dashboard to those not on your timeline?
Posted on 12:22 PM, June 20, 2012
yes.
Posted on 12:24 PM, June 20, 2012
:) Thank you. Would it be possible to direct me to a script/code to accomplish it? I would greatly appreciate it.
Posted on 12:33 PM, June 20, 2012
code already show on above.
Posted on 12:37 PM, June 20, 2012