Jump to content

MediaWiki:Vector.css: Difference between revisions

From Wiki ZB
Created page with "All CSS here will be loaded for users of the Vector skin: body { background: blue; }"
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


body {
container .vector-sticky-header {
background: blue;
background-color: blue;
}
}

Latest revision as of 11:52, 13 January 2026

/* All CSS here will be loaded for users of the Vector skin */

container .vector-sticky-header {
background-color: blue;
}