Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. /* Seriously, don't apply this if you are prone to seizures. */
  3.  
  4. @-moz-document domain(plug.dj){
  5.  
  6.  
  7. #room-bar.bar-button{
  8. width: 338px !important;
  9. }
  10. #woot.crowd-response .top .label,
  11. #grab.crowd-response .top .label,
  12. #meh.crowd-response .top .label{
  13. visibility: hidden !important;
  14. }
  15. #woot.crowd-response .top .label:after{
  16. content:"Wan!" !important;
  17. visibility: visible !important;
  18. position: absolute !important;
  19. top: 0px !important;
  20. left:0px !important;
  21. }
  22. #grab.crowd-response .top .label:after{
  23. content:"Mine! :3" !important;
  24. visibility: visible !important;
  25. position: absolute !important;
  26. top: -10px !important;
  27. left:0px !important;
  28. font-size: 12px !important;
  29. }
  30. #meh.crowd-response .top .label:after{
  31. content:"Grrr!" !important;
  32. visibility: visible !important;
  33. position: absolute !important;
  34. top: 0px !important;
  35. left:0px !important;
  36. }
  37.  
  38. /* Header */
  39. #history-button,
  40. #room-bar,
  41. #now-playing-bar,
  42. .header-panel-button,
  43. /* Chat pane */
  44. #chat,
  45. #chat-messages .message,
  46. #chat-messages .welcome,
  47. .update,
  48. .skip,
  49. .moderation,
  50. .emote,
  51. .mention,
  52. /* Room list */
  53. #user-lists,
  54. .group,
  55. /* Waitlist */
  56. #waitlist,
  57. .user,
  58. /* Footer */
  59. #footer{
  60. /*background-image: url(http://i.imgur.com/9xKJWMw.png) !important;*/
  61. background-image: url(http://i.imgur.com/9xKJWMw.png) !important;
  62. background-attachment: fixed !Important;
  63. }
  64.  
  65. /* Black text to make things readable */
  66. /* --> Chat pane */
  67. .message .text,
  68. .emote,
  69. .mention,
  70. /* --> Header bar */
  71. .header-panel-button,
  72. .bar-value,
  73. #header,
  74. #volume,
  75. /* --> Titles */
  76. #waitlist .title,
  77. #waitlist > .header .current,
  78. #user-lists .title,
  79. /* --> User stuff */
  80. #user-lists .user,
  81. #waitlist .user,
  82. #user-meta{
  83. color: white !Important;
  84. }
  85.  
  86. /* Text fix for unintended background elements */
  87. #user-panel > DIV:first-child,
  88. #store-button.back,
  89. .action,
  90. .welcome.panel{
  91. background-image: none !important;
  92. color: white !important;
  93. }
  94.  
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement