User:Eurbane/global.css: Difference between revisions
Appearance
imported>Eurbane Created page with "→Fan Feed Enhancements: →Scrollable Fan Feed: .mcf-content { height: 621px; overflow-y: auto; } →Minimal Scrollbar for the Fan Feed: #mixed-content-footer ::-webkit-scrollbar { width: 6px !important; height: 6px !important; } #mixed-content-footer ::-webkit-scrollbar-thumb { background-color: rgba(50,50,50,0.5) !important; } #mixed-content-footer ::-webkit-scrollbar-thumb:hover { background-color: rgba(40,40,40,0.75) !impor..." |
(No difference)
|
Latest revision as of 20:04, 9 December 2024
/* Fan Feed Enhancements */ /* Scrollable Fan Feed */ .mcf-content { height: 621px; overflow-y: auto; } /* Minimal Scrollbar for the Fan Feed */ #mixed-content-footer ::-webkit-scrollbar { width: 6px !important; height: 6px !important; } #mixed-content-footer ::-webkit-scrollbar-thumb { background-color: rgba(50,50,50,0.5) !important; } #mixed-content-footer ::-webkit-scrollbar-thumb:hover { background-color: rgba(40,40,40,0.75) !important; } #mixed-content-footer ::-webkit-scrollbar-thumb:active { background-color: rgba(30,30,30,1) !important; } #mixed-content-footer ::-webkit-scrollbar-track { background-color: transparent !important; } /* Improvements for the Fan Feed Cards */ a.mcf-card.mcf-card-article:hover { filter: brightness(120%) !important; transition: .5s; } .mcf-card { border: none; border-radius: 4px; } /* Dark Modules */ .oasis-dark-theme .mcf-card-wiki-articles__item-link, .oasis-dark-theme .mcf-card-discussions__header, .oasis-dark-theme .mcf-card-discussions__content, .oasis-dark-theme .mcf-card-discussions__user-subtitle, .oasis-dark-theme .mcf-card-related-wikis__header, .oasis-dark-theme .mcf-card-related-wikis__title, .oasis-dark-theme .mcf-card-discussions__zero-state-text { color: white !important; } .oasis-dark-theme .mcf-card-wiki-articles, .oasis-dark-theme .mcf-card-discussions__header, .oasis-dark-theme .mcf-card-discussions, .oasis-dark-theme .mcf-card-discussions__list::after, .oasis-dark-theme .mcf-card-discussions__list::before, .oasis-dark-theme .mcf-card-related-wikis__header, .oasis-dark-theme .mcf-card-related-wikis { background-color: black; } .oasis-dark-theme .mcf-card-wiki-articles__item { border-bottom: 1px white solid; } .LockOldComments-locked [class^="ReplyCreate"] { display: none; }