MikhailWilson

Livestream CSS

Mar 7th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.18 KB | None | 0 0
  1. #channel-banner img {
  2.     display: none;
  3. }
  4.  
  5. #header_redesign {
  6.     display: none;
  7. }
  8.  
  9. #main-top {
  10.     display: none;
  11. }
  12.  
  13. #sub_header {
  14.     display: none;
  15. }
  16.  
  17. /* div#header_redesign {
  18.     display: none;
  19. }*/
  20.  
  21. div#channel-actions {
  22.     display: none;
  23. }
  24.  
  25. div#channel-chat {
  26.     height: 600px;
  27.     padding-bottom: 0;
  28. }
  29.  
  30. div#channel-player {
  31.     height: 538px;
  32. }
  33.  
  34. div#chat-livestream {
  35.     height: 600px;
  36. }
  37.  
  38. div#footer_wrap {
  39.     display: none;
  40. }
  41.  
  42. div#inner {
  43.     display: none;
  44. }
  45.  
  46. div#layout1 {
  47.     height: 545px;
  48. }
  49.  
  50. div#layout1-library {
  51.     display: none;
  52. }
  53.  
  54. div#like.box-wrap {
  55.     display: none;
  56. }
  57.  
  58. div#main {
  59.     width: 97%;
  60. }
  61.  
  62. div#main-bg {
  63.     margin-left: 0;
  64.     margin-right: 0;
  65.     width: 98%;
  66. }
  67.  
  68. div#related-channels.box-wrap {
  69.     display: none;
  70. }
  71.  
  72. div#sidebar-filler2 {
  73.     display: none;
  74. }
  75.  
  76. div.jcarousel-container.jcarousel-container-horizontal {
  77.     display: none;
  78. }
  79.  
  80. div.tab.highlight {
  81.     height: 600px;
  82. }
  83.  
  84. embed#livestreamChat {
  85.     height: 600px;
  86. }
  87.  
  88. li.jcarousel-item.jcarousel-item-horizontal.jcarousel-item-2495.jcarousel-item-2495-horizontal {
  89.     display: none;
  90. }
  91.  
  92. object#lslibrary {
  93.     width: 0;
  94. }
Add Comment
Please, Sign In to add comment