Guest User

Untitled

a guest
Sep 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. /*隱藏項目*/
  2. .dots .inner, .bottom_start, .bottom_end,
  3. #span_years, #m_or_f, #replurkers_holder, #footer p,
  4. #plurks_count a, #empty_timeline_bg,
  5. #dynamic_logo, #logo img, img#creature,
  6. .block_bg .div_one_line, .small_timeline .block_bg .div_one_line,
  7. #top_login a#sign_up, #getting_started, div .adsense,
  8. #dash-stats h2, #dash-friends h2, #dash-fans h2,
  9. .link_arrow, .cmp_points-arrow, .cmp_karma_up, .cmp_karma_down,
  10. #dash-friends p, #dash-friends form, div#fan_holder span,
  11. div #tw_help, div a#dashboard-invite, div #sharePlurk,
  12. #block_user,
  13. .dash-icon
  14. {
  15. display : none;
  16. height:0 !important;
  17. width:0 !important;
  18. overflow:hidden;_overflow:none;
  19. position:fixed;
  20. top:-9000px;
  21. filter:alpha(opacity=0) !important; opacity:0 !important; zoom:1;
  22. }
  23.  
  24. /*調整位置縮排置左*/
  25. #dashboard_holder
  26. {
  27. text-align:left !important;
  28. width:100%;
  29. }
  30. div#plurk-dashboard
  31. {
  32. width:215px !important;
  33. height:auto !important;
  34. overflow:hidden !important;
  35. position:absolute !important;
  36. z-index:901;
  37. top:-160px;
  38. left:-97px;
  39. -moz-transition:width 0.5s ease-out;
  40. -webkit-transition:width 0.5s ease-out;
  41. -o-transition:width 0.5s ease-out;
  42. -moz-transition:left 0.5s ease-out 0.5s;
  43. -webkit-transition:left 0.5s ease-out 0.5s;
  44. -o-transition:left 0.5s ease-out 0.5s;
  45. padding-top:10px !important;
  46. padding-bottom:10px !important;
  47. }
  48. div#plurk-dashboard:hover
  49. {
  50. width:215px !important;
  51. height:auto !important;
  52. overflow:hidden !important;
  53. left:0px;
  54. -moz-transition:width 0.5s ease-in;
  55. -webkit-transition:width 0.5s ease-in;
  56. -o-transition:width 0.5s ease-in;
  57. -moz-transition:left 0.5s ease-in 0.5s;
  58. -webkit-transition:left 0.5s ease-in 0.5s;
  59. -o-transition:left 0.5s ease-in 0.5s;
  60. }
  61. .dash-segment
  62. {
  63. width:215px;
  64. min-height:10px !important;
  65. height:auto !important;
  66. }
  67. .segment-content
  68. {
  69. padding-top:0px !important;
  70. padding-bottom:0px !important;
  71. }
  72. p#about_me, #dash-friends, #dash-fans
  73. {
  74. max-height:30px !important;
  75. overflow:hidden !important;
  76. }
  77. #dash-stats
  78. {
  79. max-height:35px !important;
  80. overflow:hidden !important;
  81. padding-left:0px !important;
  82. }
  83. p#about_me:hover, #dash-stats:hover, #dash-friends:hover, #dash-fans:hover
  84. {
  85. max-height:500px !important;
  86. -moz-transition:max-height 0.5s ease-in;
  87. -webkit-transition:max-height 0.5s ease-in;
  88. -o-transition:max-height 0.5s ease-in;
  89. }
  90. p#about_me, #dash-stats, #dash-friends, #dash-fans
  91. {
  92. -moz-transition:max-height 0.5s ease-out;
  93. -webkit-transition:max-height 0.5s ease-out;
  94. -o-transition:max-height 0.5s ease-out;
  95. }
  96. #dash-profile
  97. {
  98. text-align:right !important;
  99. }
  100. #location
  101. {
  102. padding-top:-20px !important;
  103. margin-top:-20px !important;
  104. }
  105. #dash-additional-info
  106. {
  107. padding-top:5px !important;
  108. margin-bottom:px !important;
  109. }
  110. #relationship_container
  111. {
  112. margin-top:-10px !important;
  113. margin-bottom:px !important;
  114. }
  115. #relationship_container b { float : left; }
  116. #relationship_container br { display : none; }
  117. #dash-stats h3
  118. {
  119. margin-top:0px !important;
  120. margin-bottom:0px !important;
  121. margin-left:12px !important;
  122. }
  123. .karma_tooltip { left:222px !important; }
  124. #dash-stats table
  125. {
  126. margin-top:px !important;
  127. margin-left:12px !important;
  128. line-height:1.3 !important;
  129. }
  130. #dash-stats table th { float : left !important; }
  131. #dash-stats table td { margin: 0px !important; float : right !important; }
  132. #dash-stats table tr { clear : left !important; float : left !important; }
Add Comment
Please, Sign In to add comment