Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
Tag: Manual revert
No edit summary
Line 11: Line 11:
}
}


/* Vector-specific stuff */
/* Vector-specific stuff. */
 
/* Fix IOMAD docs link colour. */
.mw-logo {
    color: #3757bd !important;
}


.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 {
.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;
     color: #3757bd !important;
}
}

Revision as of 11:13, 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. */

/* Fix IOMAD docs link colour. */
.mw-logo {
    color: #3757bd !important;
}

.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: #3757bd !important;
}