Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Override KYM CSS
- // @include https://knowyourmeme.com/*
- // @grant GM_addStyle
- // @run-at document-start
- // ==/UserScript==
- GM_addStyle ( `
- #photo_gallery .item {
- height: auto !important;
- min-height: auto !important;
- }
- .combo-wrapper {
- display:none !important;
- }
- .colorbox
- {
- flex-direction: column;
- background: unset !important;
- }
- .left-content
- {
- height: 80% !important;
- }
- .right-sidebar
- {
- width: 100% !important;
- height: 20% !important;
- }
- .r-top-block
- {
- display:flex;
- flex-direction: row;
- justify-content: center;
- margin-right: 20% !important;
- margin-left: 20% !important;
- }
- .enlargeNavigation
- {
- order: 2;
- width: 20% !important;
- }
- .cbox-img-ctrls
- {
- order: 1;
- width: 20% !important;
- height: 100% !important;
- margin-top: 30px !important;
- }
- .lightbox-top-name
- {
- width: 20% !important;
- }
- .cbox-smedia
- {
- order: 4;
- width: 20% !important;
- height: 100% !important;
- margin-top: 30px !important;
- }
- .cbox-thumbs
- {
- order: 3;
- width: 20% !important;
- margin-top: 30px !important;
- }
- #cboxOverlay
- {
- background: rgba(0, 0, 0, 0.75) !important;
- }
- ` );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement