Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Tag: Reverted
Line 9: Line 9:
a:visited {
a:visited {
     color: #3757bd !important;
     color: #3757bd !important;
}
/* Vector-specific stuff */
.vector-feature-zebra-design-disabled .vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-feature-zebra-design-disabled .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
    color: #6c7fbd !important;
}
}

Revision as of 11:10, 20 August 2025

/* CSS placed here will be applied to all skins */

/* Change link colour to IOMAD purple. This isn't working properly yet, as I can't figure out how to override the Vector classes. */

a:link, a:active, a:hover {
    color: #6c7fbd !important;
}

a:visited {
    color: #3757bd !important;
}

/* Vector-specific stuff */

.vector-feature-zebra-design-disabled .vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-feature-zebra-design-disabled .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
    color: #6c7fbd !important;
}