janvier56

X PORNHUB WideScreen v.8

Jun 16th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("pornhub.com") {
  4.  
  5. /* ==== X PORNHUB WideScreen v.8 (new8) - Watnew06 ======
  6.  ,  domain("hubt.pornhub.com")
  7. ► ► For FIREFOX ONLY , sorry .....
  8.  
  9. ► Userstyles to optimize the space with a widescreen .
  10. ► Organize each page for less scrolling.:
  11. - Thumbnail compact Mosaic take the maximun of the screen.
  12. - Player on the left , Infos or Thumbnails on the right.
  13. ► Many additional Infos added and organized when is possible:
  14.  
  15. ► Delete Publicity and adverts etc...
  16.  
  17. ============== */
  18.  
  19. /* (new7) SUPPP - === */
  20. .subscribeButton .buttonBase .buttonLabel ,
  21. html.supportsGridLayout #header #headerWrapper #headerContainer #headerUpgradePremiumBtn ,
  22. html.supportsGridLayout #header #headerWrapper #headerContainer #headerUploadBtn ,
  23. .js-voteUp.icon-wrapper.tooltipTrig>span ,
  24. .tab-menu-item span ,
  25. #cmtWrapper .commentLogMessage ,
  26. .ojq7f ,
  27. #htcheck ,
  28. .abAlertShown {
  29.     display: none !important;
  30. }
  31.  
  32. /* WIDESCREEN */
  33. * {
  34.   box-sizing: border-box !important;
  35. }
  36. html,
  37. body {
  38.     height: 100%;
  39.     width: 100%!important;
  40. }
  41.  
  42.  
  43. #header {
  44.     position: relative;
  45.     width: 100%!important;
  46.     padding-bottom: 0 !important;
  47.     z-index: 2;
  48. }
  49. .wrapper {
  50.     position: relative;
  51.     width: 100%!important;
  52.     z-index: 1;
  53. }
  54. .container ,
  55. .wrapper {
  56.     display: inline-block !important;
  57.     width: 100% !important;
  58.     min-width: 100% !important;
  59.     height: 1049px !important;
  60. border-bottom: 1px solid red !important;
  61.  
  62. }
  63.  
  64. /* BUTTON - ALL */
  65.  
  66. .userButtons .smallButton .buttonBase ,
  67. .subscribeButton .buttonBase ,
  68. .blackButton,
  69. .greenButton,
  70. .greyButton,
  71. .orangeButton,
  72. .pinkButton {
  73.     padding: 2px 5px !important;
  74. }
  75.  
  76.  
  77.  
  78. /* PLAYER */
  79. #main-container .video-wrapper:first-of-type {
  80. position: absolute !important;
  81. display: inline-block !important;
  82.     width: 33%!important;
  83.     height: 785px;
  84. border: 1px solid gray !important;
  85. /* border: 1px solid blue !important; */
  86. }
  87.  
  88. /*COMMENTS UNDER PALYER */
  89. #main-container .video-wrapper.js-commentReplacement#under-player-comments {
  90. position: absolute ;
  91. display: inline-block ;
  92.     width: 20% ;
  93.     right: 738px ;
  94.     top: 0;
  95. border: 1px solid gray !important;
  96. /* border: 1px solid red !important; */
  97. }
  98. #cmtWrapper h2 {
  99.     margin-bottom: 0 ;
  100. }
  101. #cmtContent {
  102.     height: 725px;
  103.     overflow-x: hidden;
  104.     overflow-y: auto;
  105.     padding: 0 1em;
  106. }
  107.  
  108. /* VIDS RELATED */
  109. #main-container .video-wrapper.js-relatedRecommended {
  110. display: inline-block ;
  111. position: absolute ;
  112.     width: 1060px ;
  113.     right: -843px;
  114. border: 1px solid gray !important;
  115. /* border: 1px solid yellow !important; */
  116. }
  117. #main-container .video-wrapper.js-relatedRecommended  ul#relatedVideosCenter.videos.underplayer-thumbs  {
  118. display: inline-block !important;
  119.     width: 1060px ;
  120. }
  121.  
  122.  
  123. html.supportsGridLayout #main-container #vpContentContainer:not(.premiumLocked) #hd-leftColVideoPage .video-wrapper #relatedVideosCenter li {
  124. display: inline-block !important;
  125. float: none !important;
  126. clear: both !important;
  127.     width: 255px !important;
  128.     height: 230px !important;
  129.     margin: 0;
  130.     padding: 2px !important;
  131. border-radius: 5px ;
  132. border: 1px solid gray !important;
  133. /*     border: 1px solid yellow; */
  134. }
  135.  
  136. /* VIDS RIGHT PANEL */
  137. #main-container #hd-rightColVideoPage {
  138. position: absolute !important;
  139. display: inline-block !important;
  140. float: none !important;
  141.     width: 1060px ;
  142.     height: 337px;
  143.     right: 6px;
  144.     top: 499px;
  145.     border-right: 5px;
  146.     overflow: hidden;
  147. border: 1px solid gray !important;
  148. /* border: 1px dotted yellow !important; */
  149. }
  150. #main-container #hd-rightColVideoPage  #relatedVideosVPage .videos-list ul#relateRecommendedItems.related-video-thumbs {
  151. display: inline-block !important;
  152.     width: 1055px ;
  153.     height: 260px;
  154. /* float: left !important; */
  155. clear: both !important;
  156.     overflow: hidden;
  157.     overflow-y: auto ;
  158. border: 1px solid gray !important;
  159. /* border: 1px dotted yellow !important; */
  160. }
  161. #main-container #hd-rightColVideoPage  #relatedVideosVPage .videos-list ul#relateRecommendedItems.related-video-thumbs li {
  162. float: none !important;
  163. clear: both !important;
  164.     width: 203px !important;
  165.     height: 190px !important;
  166.     padding: 2px !important;
  167. border-radius: 5px ;
  168. border: 1px solid gray !important;
  169. /* border: 1px dotted yellow !important; */
  170. }
  171.  
  172.  
  173.  
  174.  
  175. /* ==== END === */
  176.  
  177. }
Add Comment
Please, Sign In to add comment