Advertisement
breadvolution

Remove Stats and Fans

May 20th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* Two dashboard sections */
  2. #pane_plurk {
  3. width: 468px;
  4. margin: 0 -260px 0 260px;
  5. }
  6. /*Remove stats and fans*/
  7. #plurk-dashboard {
  8. margin: 0 -250px 0 250px;
  9. }
  10. #dash-fans,#dash-stats {
  11. width:0; overflow:hidden;
  12. margin-bottom: -600px;
  13. filter: alpha (opacity=00);
  14. -moz-opacity: 0.00;
  15. opacity: 0.00;
  16. }
  17.  
  18. #dash-friends {
  19. left:500px!important;
  20. position:absolute!important;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement