Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. body, html {
  2. color: #fff;
  3. }
  4.  
  5. /*-- Plurk Text (top,responses) --*/
  6. .text_holder {
  7. color: #fff!important;
  8. }
  9.  
  10. /*-- Plurk Links (top,responses) --*/
  11. a.ex_link {
  12. color:#ddd;
  13. font-weight: bold;
  14. text-decoration: underline;
  15. }
  16.  
  17. a.ex_link:hover {
  18. color:#fff;
  19. font-weight: bold;
  20. text-decoration: underline;
  21. }
  22.  
  23. /*-- Plurks --*/
  24. .plurk_cnt {
  25. background: #000!important;
  26. background-color: #000!important;
  27. border-bottom: 1px solid #000;
  28. border-right: 1px solid #000;
  29. opacity:.9; filter:alpha(opacity=.9);
  30. }
  31.  
  32. /*-- Response Box (background to responses, responses) --*/
  33. .response_box {
  34. background: #000!important;
  35. opacity:.9; filter:alpha(opacity=.9);
  36. }
  37.  
  38. #form_holder {
  39. border:0px;
  40. border-radius:50%;
  41. border-radius:9px 9px;
  42. background-color: #000;
  43. opacity:.9; filter:alpha(opacity=.9);
  44. }
  45.  
  46. /*-- End of Plurk (text entry and everything else --*/
  47. .mini_form {
  48. background-color:#000;!important;
  49. border-right-color: #000!important;
  50. border-right-style: solid;
  51. border-right-width: 1px;
  52. opacity:.9; filter:alpha(opacity=.9);
  53. }
  54.  
  55. .info_box {
  56. background-color: #000!important;
  57. color: #fff!important;
  58. opacity:.9; filter:alpha(opacity=.9);
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement