Incestflix Better Layout

Maybe delete you browsing history when your done.

As of 10.08.2022. See ბოლო ვერსია.

  1. /* ==UserStyle==
  2. @name Incestflix Better Layout
  3. @namespace github.com/openstyles/stylus
  4. @version 0.0.2
  5. @description Maybe delete you browsing history when your done.
  6. @author UglyBoi
  7. @license MIT
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("incestflix.org") {
  11. :root {
  12. --scrollbar-background: #960000;
  13. --blue-night: #acacac;
  14. --red-day: #F8333C;
  15. --red-night: #3e0a0d;
  16. --green-day: #28B75C;
  17. --green-night: #591818;
  18. }
  19. #incflix-bodywrap {
  20. max-width: none;
  21. text-align: center;
  22. }
  23. #photos .img-overflow{
  24. margin: 1px;
  25. width: 445px !important;
  26. height: 250px!important;
  27. }
  28. #incflix-indexwrap {
  29. max-width: none;
  30. text-align: center;
  31. }
  32. #tables {
  33. text-align: left;
  34. padding: 0em 0.5em;
  35. max-width: none;
  36. }
  37. body > center:nth-child(4){
  38. display:none;
  39. }
  40. #incflix-header{
  41. position:absolute;
  42. top:-75px;
  43. }
  44. [class=headerlogo]{
  45. position:absolute;
  46. top:70px;
  47. left:0px;
  48. transform: scale(0.5);
  49. }
  50. #tagline{
  51. display:none!important;
  52. }
  53. #videotags {
  54. width: 100%;
  55. margin-top: 0em;
  56. text-align: left;
  57. }
  58. /* ============ SCROLLBAR ============ */
  59. /* Sizing */
  60. ::-webkit-scrollbar {
  61. width: 5px;
  62. height: 5px;
  63. }
  64.  
  65. /* Track */
  66. ::-webkit-scrollbar-track {
  67. background: #c6c6c600;
  68. }
  69. /* Track on hover */
  70. ::-webkit-scrollbar-track:hover {
  71. background: #c6c6c6;
  72. }
  73. /* Handle */
  74. ::-webkit-scrollbar-thumb {
  75. background: var(--scrollbar-background);
  76. }
  77. /* Handle on hover */
  78. ::-webkit-scrollbar-thumb:hover {
  79. background: #171717;
  80. }
  81. }