Guest User

Untitled

a guest
Mar 19th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.95 KB | None | 0 0
  1. /* Control Thumbnail Size */
  2. .gl3t a img
  3. {
  4.     max-height: 280px !important;
  5. }
  6.  
  7. /* Wraps */
  8. .ido
  9. {
  10.     max-width: 1170px !important;
  11. }
  12.  
  13. .gld
  14. {
  15.     max-width: 1150px !important;
  16.     border-left: none !important;
  17. }
  18.  
  19. /* Reset */
  20. .gl1t, .gl3t, .gl5t, .gl6t
  21. {
  22.     min-width: 0 !important;
  23.     max-width: none !important;
  24.    
  25.     min-height: 0 !important;
  26.     max-height: none !important;
  27.    
  28.     width: auto !important;
  29.     height: auto !important;
  30. }
  31.  
  32. .gl1t
  33. {
  34.     margin: 3px !important;
  35.     background: #43464e !important;
  36.     border: 1px solid #34353b !important;
  37.     border-radius: 10px;
  38. }
  39.  
  40. .gl5t
  41. {
  42.     height: 22px !important;
  43. }
  44.  
  45. .gl4t
  46. {
  47.     font-weight: bold !important;
  48.     font-size: 9pt !important;
  49.     margin-top: 3px !important;
  50. }
  51.  
  52. /* Category */
  53. .gl5t > div:nth-child(1)
  54. {
  55.     top: 5px !important;
  56.     left: 15px !important;
  57. }
  58.  
  59. /* Category Resize */
  60. .gl5t .cs
  61. {
  62.     width: 15px !important;
  63.     height: 15px !important;
  64.     border: none !important;
  65.     text-indent: -9999px; /* Hide Text */
  66. }
  67.  
  68. /* Date */
  69. .gl5t > div:nth-child(2)
  70. {
  71.     display: none !important; /* Hide Date */
  72. }
  73.  
  74. /* Stars */
  75. .gl5t > div:nth-child(3)
  76. {
  77.     top: 5px !important;
  78.     left: 102px !important;
  79. }
  80.  
  81. /* Download */
  82. .gl5t > div:nth-child(4)
  83. {
  84.     top: 6px !important;
  85.     left: 193px !important;
  86. }
  87.  
  88. /* Pages */
  89. .gl5t > div:nth-child(5)
  90. {
  91.     top: 6px !important;
  92.     left: 11px !important;
  93. }
  94.  
  95. /* Image */
  96. .gl3t
  97. {
  98.     border-radius: 0px !important;
  99.     border: none !important;
  100. }
  101.  
  102. .gl3t a img
  103. {
  104.     display: block !important;
  105.     position: static !important;
  106.  
  107.     width: auto !important;
  108.     height: auto !important;
  109.    
  110.     max-width: 200px !important;
  111.     margin: 0 auto !important;
  112. }
  113.  
  114. /* Watched Tags */
  115. .gl6t
  116. {
  117.     padding-top: 2px !important;
  118.     padding-bottom: 0px !important;
  119.     font-size: 0px !important; /* Hack to hide tag area when there are no tags. */
  120. }
  121.  
  122. .gl6t .gt
  123. {
  124.     margin-top: 1px !important;
  125.     margin-bottom: 1px !important;
  126.     font-size: 8pt !important; /* Hack to hide tag area when there are no tags. */
  127. }
Advertisement
Add Comment
Please, Sign In to add comment