Advertisement
Guest User

inject.css

a guest
Mar 13th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. .only-chat div.bc-chat-container,
  2. .only-chat div.bc-chat-container > div.inner {
  3.     background: white;
  4.     bottom: 0;
  5.     left: 0;
  6.     right: 0;
  7.     top: 0;
  8.     position: fixed;
  9.     width: 100%;
  10.     z-index: 5000000;
  11. }
  12.  
  13. .only-chat .chat-activity.chat-message .inner {
  14.     width: inherit;
  15. }
  16.  
  17. .only-chat #header-container,
  18. .only-chat #player-wrapper,
  19. .only-chat #sidebar,
  20. .only-chat #bc-share  {
  21.     display:none !important;
  22. }
  23.  
  24. button#toogleChatButton {
  25.     right: 0;
  26.     top: 0;
  27.     position: fixed;
  28.     z-index: 10000000;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement