Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.82 KB | None | 0 0
  1. /*Colour Scheme Choice*/
  2. /*----------------------*/
  3. /* black divided start */
  4. /*----------------------*/
  5.  
  6.  
  7. @-moz-document domain("twitch.tv") {
  8.  
  9.  
  10. .ember-chat .chatters-view {
  11. background-color:rgb(24,24,24)!important;
  12. }
  13. /* new chat quick fix */
  14. .ember-chat .chat-interface .textarea-contain .emoticon-selector-toggle svg path,
  15. .ember-chat .chat-interface .textarea-contain .emoticon-selector-toggle:hover svg path{
  16. fill: rgba(255, 255, 255, 1);
  17. }
  18.  
  19. .ember-chat .chat-room{
  20. border-top:1px solid rgb(0,0,0)!important;
  21. }
  22.  
  23.  
  24. .ember-chat .chat-room{
  25. border-top:1px solid rgb(0,0,0)!important;
  26. }
  27.  
  28. .chat-container{
  29. background-color:rgb(24,24,24)!important;
  30. }
  31.  
  32. .ember-chat{
  33. margin:0px!important;
  34. }
  35.  
  36. span.message:not([style*="color:"]),span.colon:not([style*="color:"]){
  37. color:#CCCCCC!important;
  38. }
  39.  
  40. .ember-chat .chat-header{
  41. color:#ccc!important;
  42. border-bottom: 1px solid rgb(0, 0, 0)!important;
  43. box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04) inset!important;
  44. background-color:rgb(24,24,24)!important;
  45. }
  46.  
  47. .ember-chat .chat-header .button.left{
  48. left:10px!important;
  49. }
  50.  
  51. .ember-chat .chat-messages .chat-lines{
  52. padding:0px 0px!important;
  53. border-top: 1px solid rgb(0,0,0)!important;
  54. }
  55.  
  56. .ember-chat .chat-messages .chat-line{
  57. padding:4px 10px 4px 10px!important;
  58. }
  59.  
  60. div.chat-messages .chat-line{
  61. border-bottom: 1px solid rgb(0, 0, 0)!important;
  62. box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.04) inset!important;;
  63. background:none!important;
  64. }
  65.  
  66. div.chat-messages .chat-line:nth-child(2n){
  67. background:rgba(255, 255, 255, 0.025)!important;
  68. }
  69.  
  70. .ember-chat .chat-messages .tse-scroll-content {
  71. padding:0px!important;
  72. }
  73.  
  74. .ember-chat .chat-messages{
  75. left:-0px!important;
  76. right:0px!important;
  77. background-color:rgb(24,24,24)!important;
  78. }
  79.  
  80. .ember-chat .chat-interface{
  81. background-color:rgb(24,24,24)!important;
  82. }
  83.  
  84. .ember-chat .chat-interface .textarea-contain{
  85. width:95%!important;
  86. left:2.5%;
  87. }
  88.  
  89. .button.send-chat-button{
  90. margin-right:2.5%!important;
  91. }
  92.  
  93. .ember-chat .chat-interface .chat-buttons-container .glyph-only:first-child{
  94. margin-left:10px!important;
  95. }
  96.  
  97. .loading-mask{
  98. display:none!important;
  99. }
  100.  
  101. div.textarea-contain > * > textarea{
  102. background-color: rgb(16,16,16)!important;
  103. border: 1px solid rgba(24, 24, 24, 1);
  104. }
  105.  
  106. .ember-chat .chat-interface .textarea-contain textarea:focus{
  107.  
  108. }
  109.  
  110. .ember-chat .chat-interface .textarea-contain textarea:focus{
  111. background-color: rgb(16,16,16)!important;
  112. box-shadow: 0px 0px 2px 1px rgba(185, 155, 235, 0.25);
  113. border: 1px solid rgba(100, 65, 165, 0.7);
  114. }
  115.  
  116.  
  117. /* new chat quick fix end */
  118.  
  119. /* older stuff*/
  120.  
  121. .ember-chat .mentioning,
  122. span.mentioning {
  123. padding:0px 5px!important;
  124. background-color: #DEDEDE;
  125. }
  126.  
  127. .ember-chat .mentioned,
  128. span.mentioned{
  129. background-color:#333333!important;
  130. padding:0px 5px!important;
  131. }
  132.  
  133. /* host mode */
  134. #hostmode,.hostmode{
  135. background-color:rgb(16,16,16)!important;
  136. }
  137.  
  138. div#channel > .target-frame.active{
  139. background-color:rgb(16,16,16)!important;
  140. }
  141.  
  142. .hostmode-title-container{
  143. background-color:rgb(16,16,16)!important;
  144. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
  145. }
  146.  
  147. div.hostmode-title.clearfix{
  148. background-color:rgb(24,24,24)!important;
  149. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.4) inset;
  150. }
  151.  
  152. .close-hostmode{
  153. background-color:rgb(16,16,16)!important;
  154. border-top: 1px solid rgba(255, 255, 255, 0.05);
  155. }
  156.  
  157.  
  158.  
  159.  
  160. /* messages page */
  161. #main_col{
  162. background-color:rgb(16,16,16)!important;
  163. }
  164.  
  165. .messages #message_actions{
  166. background-color:rgb(32,32,32)!important;
  167. border-bottom-color:rgb(16,16,16)!important;
  168.  
  169. }
  170.  
  171. #messages_column > form{
  172. background-color:rgb(32,32,32)!important;
  173. }
  174.  
  175. div.page_links.clear{
  176. background-color:rgb(32,32,32)!important;
  177. }
  178.  
  179. .message_actions_block span.label{
  180. color:rgb(216,216,216)!important;
  181. }
  182.  
  183. .messages div.preview {
  184. background-color:rgb(24,24,24)!important;
  185. border-left-color:rgb(32,32,32)!important;
  186. border-bottom-color:rgb(16,16,16)!important;
  187. }
  188.  
  189. .messages div.preview:hover {
  190. background-color:rgb(28,28,28)!important;
  191. }
  192.  
  193. .messages div.preview.unread{
  194. background-color:rgb(25,23,27)!important;
  195. border-left-color:rgb(102,67,168)!important;
  196. }
  197.  
  198. div#messages_column .message{
  199. background-color:rgb(24,24,24)!important;
  200. border-bottom-color:rgb(16,16,16)!important;
  201. }
  202.  
  203. .messages #reply_message_form textarea{
  204. background-color: rgb(16,16,16)!important;
  205. border: 1px solid rgba(24, 24, 24, 1);
  206. }
  207.  
  208. .messages #reply_message_form textarea:focus{
  209. background-color: rgb(16,16,16)!important;
  210. box-shadow: 0px 0px 2px 1px rgba(185, 155, 235, 0.25);
  211. border: 1px solid rgba(100, 65, 165, 0.7);
  212. }
  213.  
  214. .nav li > a:hover{
  215. color:rgb(160,160,160)!important;
  216. }
  217.  
  218. .messages .message_action.block{
  219. background: url('http://herpderp.com/twitch/blockiconmsg.png') no-repeat scroll 0% 0% transparent;
  220. }
  221.  
  222. /* messages page end */
  223.  
  224. /* archives and video page */
  225.  
  226. div#archives > div.tse-scroll-content{
  227. background-color:rgb(24,24,24)!important;
  228. }
  229.  
  230.  
  231. div.archive.video.clearfix{
  232. background-color:rgb(24,24,24)!important;
  233. border:none!important;
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240. #right_col #archives .video a .title {
  241. color:rgb(232,232,232)!important;
  242. }
  243.  
  244. #right_col #archives .video a{
  245. border-bottom-color:rgb(16,16,16)!important;
  246. border-top-color:rgba(255,255,255,0.05)!important;
  247. }
  248.  
  249. #right_col #archives .video a:hover{
  250. background-color:rgb(32,32,32)!important;
  251. }
  252.  
  253. #right_col #archives .video a {
  254.  
  255. }
  256.  
  257. a.more_archives.bottom{
  258. background-color:rgb(24,24,24)!important;
  259. border-top-color:rgba(255,255,255,0.05)!important;
  260. box-shadow:none!important;
  261. }
  262.  
  263. a.more_archives.bottom:hover{
  264. border-top-color:rgba(255,255,255,0.05)!important;
  265. background-color:rgb(32,32,32)!important;
  266. box-shadow:none!important;
  267. }
  268.  
  269. /* archives and video page end */
  270.  
  271. /* hidden chat */
  272. .ember-chat .chat-hidden-overlay{
  273. background-color:rgb(24,24,24)!important;
  274. }
  275.  
  276.  
  277.  
  278. /* edit icon */
  279. #channel .player-column #broadcast-meta .info .edit-link svg path{
  280. fill:rgba(255,255,255,0.5)!important;
  281. }
  282.  
  283. /* vod icons */
  284. #main_col .content #stats_and_actions #channel_stats .stat svg path{
  285. fill:rgba(255,255,255,0.5)!important;
  286. }
  287.  
  288.  
  289. /* hover icon for chats menu */
  290. .ember-chat .chat-menu-button-container:hover svg path{
  291. fill:#fff!important;
  292. }
  293.  
  294.  
  295. /* dropdown arrows */
  296. .button.drop:after{
  297. border-color: rgba(255, 255, 255, 0.35) transparent transparent!important;;
  298. }
  299.  
  300. /* hovering buttons */
  301. .button:hover{
  302. color:rgb(222,222,222)!important;
  303. }
  304.  
  305. /* stats */
  306. #channel .player-column .stats-and-actions .channel-stats .stat svg path{
  307. fill:rgba(255,255,255,0.35)!important;
  308. }
  309.  
  310. #channel .player-column .stats-and-actions .channel-stats #live-count svg path{
  311. fill:rgb(255,0,0)!important;
  312. }
  313.  
  314. /* Scrollbar */
  315. .tse-scrollbar .drag-handle {
  316. background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6)!important;
  317. }
  318.  
  319.  
  320. #channel .player-column .stats-and-actions{
  321. padding:10px 0px!important;
  322. margin-bottom:10px!important;
  323. }
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. /* directory stuff */
  331. #right_col{background-color:rgb(24,24,24)!important;}
  332.  
  333. .following-col .col-header.inactive .title{
  334. color:rgb(222,222,222)!important;
  335. }
  336.  
  337. .following-col .following-list .channel .name a{
  338. color:rgb(222,222,222)!important;
  339. }
  340.  
  341. .items-grid .meta .title {
  342. color:rgb(222,222,222)!important;
  343. }
  344.  
  345. .items-grid .meta .title:hover {
  346. color:rgb(100,65,165)!important;
  347. }
  348.  
  349. .directory_header .nav li > a.active{
  350. color:rgb(222,222,222)!important;
  351. }
  352.  
  353. .following-col .following-list .load-more{
  354. color:rgb(222,222,222)!important;
  355. }
  356.  
  357. .following-col .following-list .load-more:hover{
  358. color:rgb(100,65,165)!important;
  359. }
  360.  
  361.  
  362. .following-col .following-list .load-more span{
  363. background-color:rgb(16,16,16)!important;
  364. padding-left:40px!important;
  365. padding-right:40px!important;
  366. }
  367.  
  368. /* things not touched as of 17.06.2014 */
  369. /* older recycled css for actual chat messages */
  370.  
  371.  
  372. .ember-chat .chat-messages .chat-line{
  373. margin-top:0px!important;
  374. }
  375.  
  376.  
  377.  
  378.  
  379. /* mod buttons */
  380. .ember-chat .mod-icons a:hover{
  381. background-color:rgb(44,44,44)!important;
  382. border-radius:6px!important;
  383. }
  384.  
  385. A[class="ban"] {margin-right:0px!important;padding-top:2px!important;background-repeat:no-repeat!important;background-position:center center!important;background-image:url('http://www.herpderp.com/twitch/ban.png') !important;}
  386. IMG[src*="g18_ban-00000080"] {visibility:hidden!important;}
  387. A[class="unban"] {margin-right:0px!important;padding-top:2px!important;background-repeat:no-repeat!important;background-position:center center!important;background-image:url('http://www.herpderp.com/twitch/unban.png') !important;}
  388. IMG[src*="g18_unban-00000080"] {visibility:hidden!important;}
  389. A[class="timeout"] {padding-top:2px!important;background-repeat:no-repeat!important;background-position:center center!important;background-image:url('http://www.herpderp.com/twitch/clock.png') !important;}
  390. IMG[src*="g18_clock-00000080"] {visibility:hidden!important;}
  391. #chat_menu_ban{background-repeat:no-repeat!important;background-position:center center!important;background-image:url('http://www.herpderp.com/twitch/banblk.png') !important;}
  392.  
  393.  
  394. /* main column */
  395. div#main_col.column{
  396. background:rgb(16,16,16)!important;
  397. color:rgb(195,195,195)!important;
  398. border-right:1px solid rgb(0,0,0)!important;
  399. }
  400.  
  401. /* Left Column Large*/
  402. #left_col #small_nav.column,#left_col #large_nav{
  403. margin-right:1px
  404. }
  405.  
  406. #large_nav .game_filter.selected a {
  407. background-color: rgb(100, 65, 165) !important;
  408. color: rgb(255, 255, 255) !important;
  409. }
  410.  
  411. #large_nav .content {
  412. background: none repeat scroll 0% 0% rgb(16, 16, 16)!important;
  413. }
  414.  
  415. #large_nav .content .top, div.top{
  416. background: none repeat scroll 0% 0% rgb(25, 25, 25)!important;
  417. }
  418.  
  419. #large_nav .content .top #sidebar_search, #large_nav .content .top #you {
  420. background: none repeat scroll 0% 0% rgb(25, 25, 25)!important;
  421. }
  422.  
  423. #large_nav .content .nav_section a {
  424. background-color: rgb(16, 16, 16)!important;
  425. }
  426.  
  427. #large_nav .content .nav_section .header {
  428. background: none repeat scroll 0% 0% rgb(25, 25, 25)!important;
  429.  
  430.  
  431. }
  432.  
  433.  
  434.  
  435. /* Left Column Small*/
  436. ul#nav_small,a.filter_icon,a.clearfix{
  437. background-color:rgb(16,16,16)!important;
  438. }
  439.  
  440. a.filter_icon:hover,a.clearfix:hover{
  441. background-color:rgb(35,35,35)!important;
  442. }
  443.  
  444. #small_nav .content ul li a {
  445. background-color:rgb(25,25,25)!important;
  446. }
  447.  
  448. #small_nav .game_filter.selected a {
  449. background-color: rgb(100, 65, 165)!important;
  450. }
  451.  
  452. #small_nav .game_filter.selected a:hover{
  453. background-color: rgb(120, 85, 185)!important;
  454. }
  455.  
  456. .filter_icon.animatedhighlight {
  457. background: rgb(120, 85, 185)!important;
  458. }
  459.  
  460. /* arrows lazy fix */
  461.  
  462. #right_close,#left_close{
  463. opacity:0.05!important;
  464. -webkit-transition:opacity 0.25s ease-in;
  465. -moz-transition:opacity 0.25s ease-in;
  466. -o-transition:opacity 0.25s ease-in;
  467. transition:opacity 0.25s ease-in;
  468. }
  469.  
  470. #right_close:hover,#left_close:hover{
  471. opacity:0.25!important;
  472. -webkit-transition:opacity 0.25s ease-in;
  473. -moz-transition:opacity 0.25s ease-in;
  474. -o-transition:opacity 0.25s ease-in;
  475. transition:opacity 0.25s ease-in;
  476. }
  477.  
  478.  
  479.  
  480. /* stream title */
  481. span.real_title{
  482. color:rgb(245,245,245)!important;
  483. }
  484.  
  485. /* name playing x on x*/
  486. span.playing,span#team_membership,#channel .player-column #broadcast-meta .info .channel {
  487. color:rgb(195,195,195)!important;
  488. }
  489.  
  490. div.title > span.real,
  491. div.title > span.over{
  492. color:rgb(222,222,222)!important;
  493. background-color:rgb(16,16,16)!important;
  494. }
  495.  
  496. div.title > span.over:hover,
  497. div.title > span.real:hover{
  498. background-color:rgb(16,16,16)!important;
  499. color:rgb(255,255,255)!important;
  500. }
  501.  
  502.  
  503. /* Main Column Panels */
  504. /* Panels */
  505. div#channel_panels h1,div#channel_panels h2,div#channel_panels h3{
  506. color:rgb(242,242,242)!important;
  507. }
  508. pre{
  509. box-shadow: 1px 1px 1px 0px #000!important;
  510. border-color:#000!important;
  511. border:none!important;
  512. background: none repeat scroll 0% 0% rgb(33, 33, 33)!important;
  513. color:rgb(242,242,242)!important;
  514. }
  515.  
  516. code{
  517. color:rgb(242,242,242)!important;
  518. }
  519.  
  520. .panels-contain .panels .panel .part h3{
  521. color:#fff!important;
  522. }
  523.  
  524. #channel_panels_contain.masonry .panel {
  525. margin-bottom: 30px !important;
  526. background-color: #333!important;
  527. color:#ccc!important;
  528. padding-left: 5px!important;
  529. padding-right: 5px!important;
  530. padding-top: 5px!important;
  531. box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px inset!important;
  532. text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px !important;
  533. border:1px solid #000 !important;
  534. }
  535.  
  536. #channel_panels_contain #channel_panels .panel h3 {
  537. color:#fefefe!important;
  538. }
  539.  
  540. }
  541.  
  542. /*----------------------*/
  543. /* black divided end */
  544. /*----------------------*/
  545.  
  546.  
  547. /*---------------------*/
  548. /* main theme start */
  549. /*---------------------*/
  550.  
  551.  
  552. @-moz-document domain("twitch.tv"), domain("twitchtv.com") {
  553. .emoticon-selector-toggle,
  554. .ffz-ui-toggle{
  555. opacity:0.05!important;
  556. -webkit-transition:opacity 0.25s ease-in;
  557. -moz-transition:opacity 0.25s ease-in;
  558. -o-transition:opacity 0.25s ease-in;
  559. transition:opacity 0.25s ease-in;
  560. }
  561.  
  562. .emoticon-selector-toggle:hover,
  563. .ffz-ui-toggle:hover{
  564. opacity:1!important;;
  565. -webkit-transition:opacity 0.25s ease-in;
  566. -moz-transition:opacity 0.25s ease-in;
  567. -o-transition:opacity 0.25s ease-in;
  568. transition:opacity 0.25s ease-in;
  569. }
  570.  
  571. /* dumb new chat shit on */
  572.  
  573. /* BetterTTV shit */
  574. #channel .player-column #player{
  575. background:none!important;
  576. }
  577.  
  578. #chat_line_list .line p{
  579. text-indent:0px!important;
  580. }
  581.  
  582. /* Has Subscribed arrow removal */
  583. li.line.fromjtv div.indicator{
  584. display:none!important;
  585. }
  586.  
  587. /* emotfix start */
  588. .emoticon {margin-bottom:2px!important;}
  589.  
  590. /* Backgrounds off */
  591. #custom_bg,#custom-bg {
  592. display:none!important;
  593. }
  594.  
  595. /*-----------------*/
  596. /* main theme end */
  597. /*-----------------*/
  598.  
  599. /*---------------------------*/
  600. /* customisation pool start */
  601. /*---------------------------*/
  602.  
  603.  
  604.  
  605. /*Description Visible*/
  606.  
  607.  
  608. /* Turbo Icon Colour */
  609. .turbo a {
  610. background-color:#4162A8!important;
  611. vertical-align:middle!important;
  612. }
  613.  
  614. .subscriber a {
  615. vertical-align:middle!important;
  616. }
  617. /* Staff and admin */
  618. .admin,.staff{
  619. vertical-align:middle!important;
  620. }
  621.  
  622. /* Mod Icon */
  623. .mod,.moderator{
  624. /* Using old moderator icon */
  625. background-image: url("http://herpderp.com/twitch/originalmod.png")!important;
  626. background-color:#009900!important;
  627. vertical-align:middle!important;
  628. }
  629.  
  630. /* Icon Sets */
  631. /* Nothing Hidden vanilla icons */
  632.  
  633. /* Block Chat Emotes */
  634. /* No Face Changes */
  635.  
  636. /* Block User */
  637. /*
  638. [class="username_in_lowercase"] {display:none !important;}
  639. */
  640.  
  641. /* Chat Font Options*/
  642. #chat_line_list,.ember-chat .chat-messages .chat-line{
  643. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  644. font-size:1.0em !important;
  645. line-height:20px !important;
  646. }
  647.  
  648. /* Disable custom turbo colours */
  649. /* Turbo Colours On */
  650.  
  651. /* Colour Fixing */
  652. /* Lighten All Blues */
  653. #chat_line_list > .line > p > [style*=blue] {color:#c4c4ff!important;}
  654. #chat_line_list > .line > p > [style*="color:#0000FF"] {color:#c4c4ff!important;}
  655.  
  656. #chat_line_list > .line > p > [style*=darkblue] {color:#c4c4ff!important;}
  657. #chat_line_list > .line > p > [style*="color:#00008B"] {color:#c4c4ff!important;}
  658.  
  659. #chat_line_list > .line > p > [style*=darkblue] {color:#c4c4ff!important;}
  660. #chat_line_list > .line > p > [style*="color:#00008B"] {color:#c4c4ff!important;}
  661.  
  662. span.from[style*=blue] {color:#c4c4ff!important;}
  663. span.from[style*="color:#0000FF"] {color:#c4c4ff!important;}
  664.  
  665. span.from[style*=darkblue] {color:#c4c4ff!important;}
  666. span.from[style*="color:#00008B"] {color:#c4c4ff!important;}
  667.  
  668. span.from[style*=darkblue] {color:#c4c4ff!important;}
  669. span.from[style*="color:#00008B"] {color:#c4c4ff!important;}
  670.  
  671.  
  672. span.message[style*=blue] {color:#c4c4ff!important;}
  673. span.message[style*="color:#0000FF"] {color:#c4c4ff!important;}
  674.  
  675. span.message[style*=darkblue] {color:#c4c4ff!important;}
  676. span.message[style*="color:#00008B"] {color:#c4c4ff!important;}
  677.  
  678. span.message[style*=darkblue] {color:#c4c4ff!important;}
  679. span.message[style*="color:#00008B"] {color:#c4c4ff!important;}
  680.  
  681. /* Chat Size Options */
  682. /* Default Chat */
  683.  
  684. /* Left Sidebar Options */
  685. /* Default sidebar */
  686. /* Arrows */
  687. #right_close span{
  688. border-radius:0px !important;
  689. border:1px solid !important;
  690. box-shadow: rgba(16, 16, 16, 0.3) 0px 0px 0px 1px !important;
  691. border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55)!important;
  692. border-top: 1px solid rgba(255, 255, 255, 0.04)!important;
  693. border-bottom: 1px solid rgb(16, 16, 16)!important;
  694. background-color: rgb(20, 20, 20)!important;
  695. background-image: url("http://herpderp.com/twitch/a_collapse_r.png")!important;
  696. }
  697.  
  698.  
  699. #left_close span{
  700. border-radius:0px !important;
  701. border:1px solid !important;
  702. box-shadow: rgba(16, 16, 16, 0.3) 0px 0px 0px 1px !important;
  703. border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.55)!important;
  704. border-top: 1px solid rgba(255, 255, 255, 0.04)!important;
  705. border-bottom: 1px solid rgb(16, 16, 16)!important;
  706. background-color: rgb(20, 20, 20)!important;
  707. background-image: url("http://herpderp.com/twitch/a_collapse_r.png")!important;
  708. }
  709.  
  710. #left_close span:hover{
  711. background-color: rgb(33, 33, 33)!important;
  712. background-image: url("http://herpderp.com/twitch/a_collapse_r_h.png")!important;
  713. }
  714.  
  715. #right_close span:hover{
  716. background-color: rgb(33, 33, 33)!important;
  717. background-image: url("http://herpderp.com/twitch/a_collapse_r_h.png")!important;
  718. }
  719.  
  720.  
  721. /* Hide Buttons */
  722. span#is-subscribed,span#sub-details,a#subscribe_action{
  723. display:none!important}
  724.  
  725. /* BTTV Stuff */
  726. /* Off */
  727. }
  728.  
  729.  
  730. /*[[greenscreen]]*/
  731.  
  732.  
  733. /*---------------------------*/
  734. /* customisation pool end */
  735. /*---------------------------*/
  736.  
  737. /* Directory quickfix */
  738. @-moz-document regexp("http://.*twitch.tv/directory.*"){
  739. div#right_col.column.fixed.following-col.open{
  740. width:340px!important;
  741. }
  742.  
  743. #main_col:not([class*="expandRight"]):not([style*="margin-right: 320px;"]){
  744. margin-right:340px!important;
  745. }
  746.  
  747. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement