Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. .plurk_cnt {
  2. opacity: .7; filter:alpha(opacity=.7);
  3. }
  4.  
  5. .td_qual span a, .td_qual span a:hover, #timeline_cnt .name,
  6. a.user-nick, a.user-nick:hover {
  7. color: #000!important;
  8. }
  9.  
  10. .response_count {
  11. background:#fff!important;
  12. color: #218DFF!important;
  13. font-size:11px;
  14. padding:0 0.25em;
  15. opacity:.7; filter:alpha(opacity=.9);
  16.  
  17. }
  18.  
  19. .new .response_count {
  20. background:#218DFF!important;
  21. color:#fff!important;
  22. font-size:16px;
  23. padding:0 0.25em;
  24. }
  25.  
  26. ._lc_ .plurk_cnt { border-radius: 9px 9px 9px 9px; -khtml-border-radius: 9px; -webkit-border-radius: 9px; }
  27.  
  28. .submit_img_color {
  29. background-color: #868686!important;
  30. color: #fff!important;
  31. }
  32.  
  33. .plurk_box .shade_1 {background: transparent!important;}
  34. .plurk_box .shade_2 {background: transparent!important;}
  35. .plurk_box .shade_3 {background: transparent!important;}
  36. .plurk_box .shade_4 {background: transparent!important;}
  37. .plurk_box .shade_5 {background: transparent!important;}
  38. .plurk_box .shade_6 {background: transparent!important;}
  39.  
  40. .plurk_cnt.new1 {background-color: #FF5151;}
  41. .plurk_cnt.new2 {background-color: #FF5151;}
  42. .plurk_cnt.new3 {background-color: #FF5151;}
  43. .plurk_cnt.new4 {background-color: #FF5151;}
  44. .plurk_cnt.new5 {background-color: #FF5151;}
  45. .plurk_cnt.new6 {background-color: #FF5151;}
  46.  
  47. /*LARGER PROFILE IMAGE*/
  48.  
  49. #dash-profile {
  50. position : relative;
  51. }
  52.  
  53. #plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
  54. width: 195px!important;
  55. height: 195px!important;
  56. position : relative;
  57. margin-left: 5px;
  58. margin-top: 5px;
  59. }
  60.  
  61. #plurk-dashboard .dash-segment-profile #dash-profile {
  62. height: initial!important;
  63. }
  64.  
  65. #plurk-dashboard .dash-segment-profile #dash-profile #full_name {
  66. margin: auto;
  67. padding-left: 5px;
  68. }
  69.  
  70. #plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
  71. position : relative;
  72. margin-left: auto;
  73. margin-top: 2px;
  74. padding-left: 5px;
  75. padding-bottom: 5px
  76. }
  77.  
  78. #plurk-dashboard .dash-group-left {
  79. width: 225px;
  80. float : none;
  81. }
  82.  
  83. #plurk-dashboard .dash-group-form, #plurk-dashboard .dash-group-right {
  84. /* Firefox */
  85. width: -moz-calc(100% - 225px);
  86. /* WebKit */
  87. width: -webkit-calc(100% - 225px);
  88. /* Opera */
  89. width: -o-calc(100% - 225px);
  90. /* Standard */
  91. width: calc(100% - 225px);
  92. }
  93.  
  94. #dynamic_logo {
  95. opacity:0;filter:alpha(opacity=0);zoom:1
  96. }
  97.  
  98. .p_img img {
  99. filter: grayscale(1);
  100. }
  101. .p_img img:hover {
  102. filter: none;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement