Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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. */
/* Set header colour. */


a:link, a:active, a:hover {
.vector-feature-zebra-design-disabled .vector-header-container .mw-header, .vector-feature-zebra-design-disabled .vector-header-container .vector-sticky-header {
    color: #6c7fbd !important;
     background-color: #6c7fbd;
}
 
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;
}
}

Revision as of 11:16, 20 August 2025

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

/* Set header colour. */

.vector-feature-zebra-design-disabled .vector-header-container .mw-header, .vector-feature-zebra-design-disabled .vector-header-container .vector-sticky-header {
    background-color: #6c7fbd;
}