Advertisement
janvier56

X AnyBunny v.1

Feb 19th, 2019
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.48 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("anybunny.com") {
  4.  
  5. /* ==== X AnyBunny v.1 - WATnew06 ==== */
  6. /* == http://anybunny.com/ === */
  7.  
  8. /* SUPP */
  9. .container>table>tbody>tr>td[style^="padding:0px 0px 0px 50px;"] {
  10.     display: none !important;
  11. }
  12.  
  13. /* HOME */
  14. .container  center + center +  .main {
  15.     float: left !important;
  16.     width: 80% !important;
  17. /*     height: 800px !important; */
  18.     overflow: visible !important;
  19. /*     overflow-y: auto !important; */
  20. }
  21. html>body>table[width="100%"] {
  22.     display: inline-block !important;
  23.     float: right !important;
  24.     width: 19% !important;
  25. height: 100% !important;
  26. min-height: 700px !important;
  27. max-height: 700px !important;
  28.     overflow: hidden !important;
  29. overflow-y: auto !important;
  30. border: 1px solid red !important;
  31. }
  32. .divrectr ,
  33. html>body>table[width="100%"] + .divrectr + center {
  34.     display: none !important;
  35. }
  36.  
  37.  
  38.  
  39. /* VIDEO - === */
  40. .container>table[style^="padding:20px 20px 0px;"] ,
  41. .container>table[width="1005px"]  {
  42.     padding:  0 !important;
  43.     width: 574px !important;
  44. border: 1px solid red !important;
  45. }
  46.  
  47.  
  48. .container>table[style^="padding:20px 20px 0px;"] {
  49.     display: inline-block;
  50.     float: left  !important;
  51.     padding:  20px 0px 0 0 !important;
  52. /*     width: 14% !important; */
  53. /*     padding:  0 !important; */
  54. text-align: center !important;
  55. background-color: black !important;
  56. border: 1px solid red !important;
  57. }
  58. .container>table[width="1005px"]  tbody>tr td[width="20%"] span iframe {
  59.     display: inline-block;
  60.     width: 80% !important;
  61.     padding:  0 !important;
  62.     margin-left: -36px !important;
  63. text-align: center !important;
  64. background-color: black !important;
  65. border: 1px solid red !important;
  66. }
  67. #kt_player_internal {
  68.     height: 485px;
  69.     width: 427px !important;
  70. }
  71.  
  72. /* RELATED VIDEOS */
  73. .main {
  74.     float: right  !important;
  75.     width: 1290px !important;
  76.     height: 780px !important;
  77.     overflow: hidden !important;
  78.     overflow-y: auto !important;
  79. border: 1px solid red !important;
  80. }
  81. .container > table[style^="padding:20px 20px 0px;"] + br + .h1cls {
  82.     float: right  !important;
  83.     width: 1230px !important;
  84.     overflow: hidden !important;
  85.     overflow-y: auto !important;
  86. border: 1px solid red !important;
  87. }
  88. .container > table[style^="padding:20px 20px 0px;"] + br{
  89.     display: none !important;
  90. }
  91.  
  92.  
  93. /* COLOR */
  94. body {
  95.     color: red !important;
  96.     background: #222 !important;
  97.  
  98.  
  99. }
  100.  
  101.  
  102. /* ==== END ==== */
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement