Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Control Thumbnail Size */
- .gl3t a img
- {
- max-height: 255px !important;
- }
- /* Push Gallery Info Down */
- .gl3t
- {
- min-height: 255px !important;
- }
- /* Wrap */
- .ido
- {
- max-width: 1170px !important;
- }
- .gld
- {
- border-left: none !important;
- }
- /* Tiles */
- .gl1t
- {
- min-width: 0 !important;
- min-height: 0 !important;
- margin: 3px !important;
- background: #43464e !important;
- border: 1px solid #34353b !important;
- border-radius: 10px;
- }
- /* Gallery Title */
- .gl4t
- {
- font-weight: bold !important;
- font-size: 9pt !important;
- margin-top: 3px !important;
- }
- /* Image Container */
- .gl3t
- {
- width: auto !important;
- height: auto !important;
- border-radius: 0px !important;
- border: none !important;
- }
- /* Image Thumbnails */
- .gl3t a img
- {
- display: block !important;
- position: static !important;
- width: auto !important;
- height: auto !important;
- max-width: 188px !important;
- margin: 0 auto !important;
- }
- /* Gallery Info */
- .gl5t
- {
- height: 24px !important;
- width: 200px !important;
- margin-top: 0 !important;
- }
- /* Category Resize */
- .gl5t .cs
- {
- width: 15px !important;
- height: 15px !important;
- border: none !important;
- text-indent: -9999px; /* Hide Text */
- }
- /* Category */
- .gl5t > div:nth-child(1) > div:nth-child(1)
- {
- top: 5px !important;
- left: 5px !important;
- }
- /* Date */
- .gl5t > div:nth-child(1) > div:nth-child(2)
- {
- display: none !important; /* Hide Date */
- }
- /* Pages */
- .gl5t > div:nth-child(2) > div:nth-child(2)
- {
- top: 6px !important;
- left: -95px !important;
- }
- /* Stars */
- .gl5t > div:nth-child(2) > div:nth-child(1)
- {
- top: 5px !important;
- left: -27px !important;
- }
- /* Download */
- .gl5t > div:nth-child(2) > div:nth-child(3)
- {
- top: 6px !important;
- left: 61px !important;
- }
- /* Watched Tags */
- .gl6t
- {
- padding-top: 2px !important;
- }
- .gl6t .gt
- {
- margin-bottom: 3px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement