Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. .muted { filter:alpha(opacity=20); opacity:0.05; zoom:1; }
  2. .unmute { color:#000 !important; }
  3.  
  4. /*-- Remove creature --*/
  5. #dynamic_logo img{
  6. height:0px;
  7. width:0px;
  8. }
  9.  
  10. /*-- Plurks --*/
  11. .plurk_cnt {
  12. color: #5c5c5c !important;
  13. font-size: 11px;
  14. text-decoration: none;
  15. border:0px!important;
  16. border-radius:3px 5px;
  17. }
  18.  
  19. /*-- response besides plurk --*/
  20. .response_count {
  21. background:none!important;
  22. color: black!important;
  23. padding:2px;
  24. border-radius:3px 5px;
  25. }
  26. .new .response_count {
  27. background: white!important ;
  28. border: 0px solid #000;
  29. color: #f1d093!important;
  30. }
  31.  
  32. #bottom_line
  33. {
  34. margin-top: -100px;
  35. }
  36.  
  37. #timeline_holder {height:550px!important}
  38. .response_box {
  39. height:300px;
  40. }
  41. .plurk_cnt { opacity: 0.7; }
  42.  
  43.  
  44. .plurk_cnt.new1 {background-color: #ffffff;}
  45. .plurk_cnt.new2 {background-color: #ffffff;}
  46. .plurk_cnt.new3 {background-color: #ffffff;}
  47.  
  48.  
  49. .plurk_cnt.new4 {background-color: #ffffff;}
  50. .plurk_cnt.new5 {background-color: #ffffff;}
  51. .plurk_cnt.new6 {background-color: #ffffff;}
  52.  
  53. textarea#input_small.content {
  54. font-family: "tahoma";
  55. }
  56. .response_count {border-radius:6px;} -
  57.  
  58. .input_holder #input_big {
  59. background-color: white;
  60. font-size: 200%;
  61. color: #333 ;
  62. font-family: "tahoma";
  63. overflow-y: auto;
  64. width: 200%;
  65. }
  66.  
  67.  
  68. * WHY IS MY TIMELINE SO TALL, STOP */
  69. #timeline_holder {height:50vh!important;}
  70.  
  71. /* Fade muted plurks */
  72. .muted {opacity:0.5;}
  73.  
  74. /* Hide fans and badges */
  75. .dash-segment-fans {display : none;}
  76. .dash-segment-award {display : none;}
  77.  
  78. /* Dashboard holder */
  79. #plurk-dashboard {max-width:900px; text-align:center; padding-left:10%;}
  80.  
  81. /* Holder for icon, name, gender, location */
  82. #dash-profile {position : relative;text-align:center;}
  83.  
  84. /* Profile picture */
  85. #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
  86. width: 150px!important;
  87. height: 150px!important;
  88. position : relative;}
  89.  
  90. /* Background for icon/name/info/relationship/etc box */
  91. #plurk-dashboard .dash-segment-profile {
  92. background: #222!important; border-radius:20px; }
  93.  
  94. /* Set individual dash module segments to transparent */
  95. .dash-segment .segment-content {background:transparent;}
  96.  
  97. /* Align plurk display & name */
  98. #plurk-dashboard .dash-segment-profile #dash-profile #full_name {
  99. margin: auto;
  100. position:relative;}
  101.  
  102. /* Format display name */
  103. .display_name {font-size:1.5em; display : inline-block; float : left; }
  104.  
  105. /* Format @plurkname */
  106. .nick_name {display : inline-block;}
  107.  
  108. /* Format gender/location */
  109. #plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
  110. position : relative;
  111. margin-left: auto;
  112. margin-top: 2px;
  113. padding-top:5px;
  114. }
  115.  
  116. /* Format bio, relationship */
  117. #plurk-dashboard .dash-segment-profile #dash-additional-info {
  118. padding-top:20px;}
  119.  
  120.  
  121. /* Making a new plurk */
  122. ._lc_ #plurk-dashboard .dash-group-form {width:100% !important;}
  123.  
  124. /* Container for stats, badges, friends, fans */
  125. ._lc_ #plurk-dashboard .dash-group-right
  126. {background:transparent; border-radius:20px; float : none; display : inline-block;}
  127.  
  128. /* Stats box */
  129. #plurk-dashboard .dash-segment-stats {
  130. max-width:250px;
  131. background: #222;
  132. display : inline-block;
  133. margin-right:15px;
  134. border-radius:20px;}
  135.  
  136. /* Stats table formatting */
  137. #plurk-dashboard #dash-stats table {margin-bottom:20px;}
  138. #plurk-dashboard #dash-stats table th {font-size:0.9em; line-height:0.8em;}
  139. #plurk-dashboard #dash-stats table td {font-size:0.6em;}
  140.  
  141. /* Friends box */
  142. #plurk-dashboard .dash-segment-friends {
  143. max-width:250px;
  144. background:#222;
  145. display : inline-block;
  146. border-radius:20px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement