Advertisement
Guest User

Untitled

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