Jump to content

MediaWiki:Common.css: Difference between revisions

From IOMAD Docs
No edit summary
Tags: Manual revert Reverted
No edit summary
 
(20 intermediate revisions by the same user not shown)
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-header-container .mw-header, .vector-header-container .vector-sticky-header {
     color: #6c7fbd !important;
     background-image: linear-gradient(#6c7fbd, #ffffff);
}
 
a:visited {
    color: #3757bd !important;
}
}

Latest revision as of 16:13, 22 August 2025

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

/* Set header colour. */

.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
    background-image: linear-gradient(#6c7fbd, #ffffff);
}